fake-bpy-module 20240601__py3-none-any.whl → 20240605__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def bake_animation(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Update the audio animation cache
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def mixdown(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
27
  filepath: str | typing.Any = "",
@@ -56,8 +56,8 @@ def mixdown(
56
56
  ):
57
57
  """Mix the scene's audio to a sound file
58
58
 
59
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
60
- :type execution_context: str | int | None
59
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
60
+ :type execution_context: int | str | None
61
61
  :type undo: bool | None
62
62
  :param filepath: File Path, Path to file
63
63
  :type filepath: str | typing.Any
@@ -194,8 +194,8 @@ def mixdown(
194
194
  ...
195
195
 
196
196
  def open(
197
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
198
- execution_context: str | int | None = None,
197
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
198
+ execution_context: int | str | None = None,
199
199
  undo: bool | None = None,
200
200
  *,
201
201
  filepath: str | typing.Any = "",
@@ -229,8 +229,8 @@ def open(
229
229
  ):
230
230
  """Load a sound file
231
231
 
232
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
233
- :type execution_context: str | int | None
232
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
233
+ :type execution_context: int | str | None
234
234
  :type undo: bool | None
235
235
  :param filepath: File Path, Path to file
236
236
  :type filepath: str | typing.Any
@@ -305,8 +305,8 @@ def open(
305
305
  ...
306
306
 
307
307
  def open_mono(
308
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
309
- execution_context: str | int | None = None,
308
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
309
+ execution_context: int | str | None = None,
310
310
  undo: bool | None = None,
311
311
  *,
312
312
  filepath: str | typing.Any = "",
@@ -340,8 +340,8 @@ def open_mono(
340
340
  ):
341
341
  """Load a sound file as mono
342
342
 
343
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
344
- :type execution_context: str | int | None
343
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
344
+ :type execution_context: int | str | None
345
345
  :type undo: bool | None
346
346
  :param filepath: File Path, Path to file
347
347
  :type filepath: str | typing.Any
@@ -416,22 +416,22 @@ def open_mono(
416
416
  ...
417
417
 
418
418
  def pack(
419
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
420
- execution_context: str | int | None = None,
419
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
420
+ execution_context: int | str | None = None,
421
421
  undo: bool | None = None,
422
422
  ):
423
423
  """Pack the sound into the current blend file
424
424
 
425
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
- :type execution_context: str | int | None
425
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
426
+ :type execution_context: int | str | None
427
427
  :type undo: bool | None
428
428
  """
429
429
 
430
430
  ...
431
431
 
432
432
  def unpack(
433
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
434
- execution_context: str | int | None = None,
433
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
434
+ execution_context: int | str | None = None,
435
435
  undo: bool | None = None,
436
436
  *,
437
437
  method: str | None = "USE_LOCAL",
@@ -439,8 +439,8 @@ def unpack(
439
439
  ):
440
440
  """Unpack the sound to the samples filename
441
441
 
442
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
443
- :type execution_context: str | int | None
442
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
443
+ :type execution_context: int | str | None
444
444
  :type undo: bool | None
445
445
  :param method: Method, How to unpack
446
446
  :type method: str | None
@@ -451,14 +451,14 @@ def unpack(
451
451
  ...
452
452
 
453
453
  def update_animation_flags(
454
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
455
- execution_context: str | int | None = None,
454
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
455
+ execution_context: int | str | None = None,
456
456
  undo: bool | None = None,
457
457
  ):
458
458
  """Update animation flags
459
459
 
460
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
461
- :type execution_context: str | int | None
460
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
461
+ :type execution_context: int | str | None
462
462
  :type undo: bool | None
463
463
  """
464
464
 
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def add_row_filter_rule(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Add a filter to remove rows from the displayed data
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def change_spreadsheet_data_source(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
27
  component_type: typing.Any | None = 0,
@@ -29,8 +29,8 @@ def change_spreadsheet_data_source(
29
29
  ):
30
30
  """Change visible data source in the spreadsheet
31
31
 
32
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
33
- :type execution_context: str | int | None
32
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
33
+ :type execution_context: int | str | None
34
34
  :type undo: bool | None
35
35
  :param component_type: Component Type
36
36
  :type component_type: typing.Any | None
@@ -41,16 +41,16 @@ def change_spreadsheet_data_source(
41
41
  ...
42
42
 
43
43
  def remove_row_filter_rule(
44
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
45
- execution_context: str | int | None = None,
44
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
45
+ execution_context: int | str | None = None,
46
46
  undo: bool | None = None,
47
47
  *,
48
48
  index: typing.Any | None = 0,
49
49
  ):
50
50
  """Remove a row filter from the rules
51
51
 
52
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
53
- :type execution_context: str | int | None
52
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
53
+ :type execution_context: int | str | None
54
54
  :type undo: bool | None
55
55
  :param index: Index
56
56
  :type index: typing.Any | None
@@ -59,14 +59,14 @@ def remove_row_filter_rule(
59
59
  ...
60
60
 
61
61
  def toggle_pin(
62
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
63
- execution_context: str | int | None = None,
62
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
63
+ execution_context: int | str | None = None,
64
64
  undo: bool | None = None,
65
65
  ):
66
66
  """Turn on or off pinning
67
67
 
68
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
69
- :type execution_context: str | int | None
68
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
69
+ :type execution_context: int | str | None
70
70
  :type undo: bool | None
71
71
  """
72
72
 
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def primitive_nurbs_surface_circle_add(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
13
  radius: typing.Any | None = 1.0,
@@ -19,8 +19,8 @@ def primitive_nurbs_surface_circle_add(
19
19
  ):
20
20
  """Construct a Nurbs surface Circle
21
21
 
22
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
23
- :type execution_context: str | int | None
22
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
23
+ :type execution_context: int | str | None
24
24
  :type undo: bool | None
25
25
  :param radius: Radius
26
26
  :type radius: typing.Any | None
@@ -48,8 +48,8 @@ def primitive_nurbs_surface_circle_add(
48
48
  ...
49
49
 
50
50
  def primitive_nurbs_surface_curve_add(
51
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
52
- execution_context: str | int | None = None,
51
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
52
+ execution_context: int | str | None = None,
53
53
  undo: bool | None = None,
54
54
  *,
55
55
  radius: typing.Any | None = 1.0,
@@ -61,8 +61,8 @@ def primitive_nurbs_surface_curve_add(
61
61
  ):
62
62
  """Construct a Nurbs surface Curve
63
63
 
64
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
65
- :type execution_context: str | int | None
64
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
65
+ :type execution_context: int | str | None
66
66
  :type undo: bool | None
67
67
  :param radius: Radius
68
68
  :type radius: typing.Any | None
@@ -90,8 +90,8 @@ def primitive_nurbs_surface_curve_add(
90
90
  ...
91
91
 
92
92
  def primitive_nurbs_surface_cylinder_add(
93
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
94
- execution_context: str | int | None = None,
93
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
94
+ execution_context: int | str | None = None,
95
95
  undo: bool | None = None,
96
96
  *,
97
97
  radius: typing.Any | None = 1.0,
@@ -103,8 +103,8 @@ def primitive_nurbs_surface_cylinder_add(
103
103
  ):
104
104
  """Construct a Nurbs surface Cylinder
105
105
 
106
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
107
- :type execution_context: str | int | None
106
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
107
+ :type execution_context: int | str | None
108
108
  :type undo: bool | None
109
109
  :param radius: Radius
110
110
  :type radius: typing.Any | None
@@ -132,8 +132,8 @@ def primitive_nurbs_surface_cylinder_add(
132
132
  ...
133
133
 
134
134
  def primitive_nurbs_surface_sphere_add(
135
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
136
- execution_context: str | int | None = None,
135
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
136
+ execution_context: int | str | None = None,
137
137
  undo: bool | None = None,
138
138
  *,
139
139
  radius: typing.Any | None = 1.0,
@@ -145,8 +145,8 @@ def primitive_nurbs_surface_sphere_add(
145
145
  ):
146
146
  """Construct a Nurbs surface Sphere
147
147
 
148
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
149
- :type execution_context: str | int | None
148
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
149
+ :type execution_context: int | str | None
150
150
  :type undo: bool | None
151
151
  :param radius: Radius
152
152
  :type radius: typing.Any | None
@@ -174,8 +174,8 @@ def primitive_nurbs_surface_sphere_add(
174
174
  ...
175
175
 
176
176
  def primitive_nurbs_surface_surface_add(
177
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
178
- execution_context: str | int | None = None,
177
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
178
+ execution_context: int | str | None = None,
179
179
  undo: bool | None = None,
180
180
  *,
181
181
  radius: typing.Any | None = 1.0,
@@ -187,8 +187,8 @@ def primitive_nurbs_surface_surface_add(
187
187
  ):
188
188
  """Construct a Nurbs surface Patch
189
189
 
190
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
191
- :type execution_context: str | int | None
190
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
191
+ :type execution_context: int | str | None
192
192
  :type undo: bool | None
193
193
  :param radius: Radius
194
194
  :type radius: typing.Any | None
@@ -216,8 +216,8 @@ def primitive_nurbs_surface_surface_add(
216
216
  ...
217
217
 
218
218
  def primitive_nurbs_surface_torus_add(
219
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
220
- execution_context: str | int | None = None,
219
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
220
+ execution_context: int | str | None = None,
221
221
  undo: bool | None = None,
222
222
  *,
223
223
  radius: typing.Any | None = 1.0,
@@ -229,8 +229,8 @@ def primitive_nurbs_surface_torus_add(
229
229
  ):
230
230
  """Construct a Nurbs surface Torus
231
231
 
232
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
233
- :type execution_context: str | int | None
232
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
233
+ :type execution_context: int | str | None
234
234
  :type undo: bool | None
235
235
  :param radius: Radius
236
236
  :type radius: typing.Any | None