fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
Files changed (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +68 -20
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +56561 -40144
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250828.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250630.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/WHEEL +0 -0
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class ClearAllRestrictRender(bpy.types.Operator):
8
+ class ClearAllRestrictRender(_bpy_types.Operator):
8
9
  """Reveal all render objects by setting the hide render flag"""
9
10
 
10
11
  bl_idname: typing.Any
@@ -33,7 +34,7 @@ class ClearAllRestrictRender(bpy.types.Operator):
33
34
  :param context:
34
35
  """
35
36
 
36
- class DupliOffsetFromCursor(bpy.types.Operator):
37
+ class DupliOffsetFromCursor(_bpy_types.Operator):
37
38
  """Set offset used for collection instances based on cursor position"""
38
39
 
39
40
  bl_idname: typing.Any
@@ -62,7 +63,7 @@ class DupliOffsetFromCursor(bpy.types.Operator):
62
63
  :param context:
63
64
  """
64
65
 
65
- class DupliOffsetFromObject(bpy.types.Operator):
66
+ class DupliOffsetFromObject(_bpy_types.Operator):
66
67
  """Set offset used for collection instances based on the active object position"""
67
68
 
68
69
  bl_idname: typing.Any
@@ -98,7 +99,7 @@ class DupliOffsetFromObject(bpy.types.Operator):
98
99
  :param context:
99
100
  """
100
101
 
101
- class DupliOffsetToCursor(bpy.types.Operator):
102
+ class DupliOffsetToCursor(_bpy_types.Operator):
102
103
  """Set cursor position to the offset used for collection instances"""
103
104
 
104
105
  bl_idname: typing.Any
@@ -127,7 +128,7 @@ class DupliOffsetToCursor(bpy.types.Operator):
127
128
  :param context:
128
129
  """
129
130
 
130
- class IsolateTypeRender(bpy.types.Operator):
131
+ class IsolateTypeRender(_bpy_types.Operator):
131
132
  """Hide unselected render objects of same type as active by setting the hide render flag"""
132
133
 
133
134
  bl_idname: typing.Any
@@ -163,7 +164,7 @@ class IsolateTypeRender(bpy.types.Operator):
163
164
  :param context:
164
165
  """
165
166
 
166
- class JoinUVs(bpy.types.Operator):
167
+ class JoinUVs(_bpy_types.Operator):
167
168
  """Transfer UV Maps from active to selected objects (needs matching geometry)"""
168
169
 
169
170
  bl_idname: typing.Any
@@ -199,7 +200,7 @@ class JoinUVs(bpy.types.Operator):
199
200
  :param context:
200
201
  """
201
202
 
202
- class MakeDupliFace(bpy.types.Operator):
203
+ class MakeDupliFace(_bpy_types.Operator):
203
204
  """Convert objects into instanced faces"""
204
205
 
205
206
  bl_idname: typing.Any
@@ -228,7 +229,7 @@ class MakeDupliFace(bpy.types.Operator):
228
229
  :param context:
229
230
  """
230
231
 
231
- class OBJECT_OT_assign_property_defaults(bpy.types.Operator):
232
+ class OBJECT_OT_assign_property_defaults(_bpy_types.Operator):
232
233
  """Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing"""
233
234
 
234
235
  bl_idname: typing.Any
@@ -271,7 +272,7 @@ class OBJECT_OT_assign_property_defaults(bpy.types.Operator):
271
272
  :param context:
272
273
  """
273
274
 
274
- class SelectCamera(bpy.types.Operator):
275
+ class SelectCamera(_bpy_types.Operator):
275
276
  """Select the active camera"""
276
277
 
277
278
  bl_idname: typing.Any
@@ -300,8 +301,8 @@ class SelectCamera(bpy.types.Operator):
300
301
  :param context:
301
302
  """
302
303
 
303
- class SelectHierarchy(bpy.types.Operator):
304
- """Select object relative to the active object's position in the hierarchy"""
304
+ class SelectHierarchy(_bpy_types.Operator):
305
+ """Select object relative to the active objects position in the hierarchy"""
305
306
 
306
307
  bl_idname: typing.Any
307
308
  bl_label: typing.Any
@@ -336,7 +337,7 @@ class SelectHierarchy(bpy.types.Operator):
336
337
  :param context:
337
338
  """
338
339
 
339
- class SelectPattern(bpy.types.Operator):
340
+ class SelectPattern(_bpy_types.Operator):
340
341
  """Select objects matching a naming pattern"""
341
342
 
342
343
  bl_idname: typing.Any
@@ -386,7 +387,7 @@ class SelectPattern(bpy.types.Operator):
386
387
  :param context:
387
388
  """
388
389
 
389
- class ShapeTransfer(bpy.types.Operator):
390
+ class ShapeTransfer(_bpy_types.Operator):
390
391
  """Copy the active shape key of another selected object to this one"""
391
392
 
392
393
  bl_idname: typing.Any
@@ -422,7 +423,7 @@ class ShapeTransfer(bpy.types.Operator):
422
423
  :param context:
423
424
  """
424
425
 
425
- class SubdivisionSet(bpy.types.Operator):
426
+ class SubdivisionSet(_bpy_types.Operator):
426
427
  """Sets a Subdivision Surface level (1 to 5)"""
427
428
 
428
429
  bl_idname: typing.Any
@@ -458,7 +459,7 @@ class SubdivisionSet(bpy.types.Operator):
458
459
  :param context:
459
460
  """
460
461
 
461
- class TransformsToDeltas(bpy.types.Operator):
462
+ class TransformsToDeltas(_bpy_types.Operator):
462
463
  """Convert normal object transforms to delta transforms, any existing delta transforms will be included as well"""
463
464
 
464
465
  bl_idname: typing.Any
@@ -512,7 +513,7 @@ class TransformsToDeltas(bpy.types.Operator):
512
513
  :param obj:
513
514
  """
514
515
 
515
- class TransformsToDeltasAnim(bpy.types.Operator):
516
+ class TransformsToDeltasAnim(_bpy_types.Operator):
516
517
  """Convert object animation for normal transforms to delta transforms"""
517
518
 
518
519
  bl_idname: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class AlignObjects(bpy.types.Operator):
8
+ class AlignObjects(_bpy_types.Operator):
8
9
  """Align objects"""
9
10
 
10
11
  bl_idname: typing.Any
@@ -2,6 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
8
  class ObjectModeOperator:
@@ -12,7 +13,7 @@ class ObjectModeOperator:
12
13
  :param context:
13
14
  """
14
15
 
15
- class QuickExplode(ObjectModeOperator, bpy.types.Operator):
16
+ class QuickExplode(ObjectModeOperator, _bpy_types.Operator):
16
17
  """Make selected objects explode"""
17
18
 
18
19
  bl_idname: typing.Any
@@ -48,7 +49,7 @@ class QuickExplode(ObjectModeOperator, bpy.types.Operator):
48
49
  :param _event:
49
50
  """
50
51
 
51
- class QuickFur(ObjectModeOperator, bpy.types.Operator):
52
+ class QuickFur(ObjectModeOperator, _bpy_types.Operator):
52
53
  """Add a fur setup to the selected objects"""
53
54
 
54
55
  bl_idname: typing.Any
@@ -77,7 +78,7 @@ class QuickFur(ObjectModeOperator, bpy.types.Operator):
77
78
  :param context:
78
79
  """
79
80
 
80
- class QuickLiquid(bpy.types.Operator):
81
+ class QuickLiquid(_bpy_types.Operator):
81
82
  """Make selected objects liquid"""
82
83
 
83
84
  bl_idname: typing.Any
@@ -106,7 +107,7 @@ class QuickLiquid(bpy.types.Operator):
106
107
  :param context:
107
108
  """
108
109
 
109
- class QuickSmoke(ObjectModeOperator, bpy.types.Operator):
110
+ class QuickSmoke(ObjectModeOperator, _bpy_types.Operator):
110
111
  """Use selected objects as smoke emitters"""
111
112
 
112
113
  bl_idname: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class RandomizeLocRotSize(bpy.types.Operator):
8
+ class RandomizeLocRotSize(_bpy_types.Operator):
8
9
  """Randomize objects location, rotation, and scale"""
9
10
 
10
11
  bl_idname: typing.Any
@@ -2,6 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bl_ui.utils
6
7
  import bpy.types
7
8
 
@@ -34,7 +35,7 @@ class AddPresetBase:
34
35
  :param _event:
35
36
  """
36
37
 
37
- class AddPresetCamera(AddPresetBase, bpy.types.Operator):
38
+ class AddPresetCamera(AddPresetBase, _bpy_types.Operator):
38
39
  """Add or remove a Camera Preset"""
39
40
 
40
41
  bl_idname: typing.Any
@@ -61,7 +62,7 @@ class AddPresetCamera(AddPresetBase, bpy.types.Operator):
61
62
  :rtype: typing.Any
62
63
  """
63
64
 
64
- class AddPresetCameraSafeAreas(AddPresetBase, bpy.types.Operator):
65
+ class AddPresetCameraSafeAreas(AddPresetBase, _bpy_types.Operator):
65
66
  """Add or remove a Safe Areas Preset"""
66
67
 
67
68
  bl_idname: typing.Any
@@ -88,7 +89,7 @@ class AddPresetCameraSafeAreas(AddPresetBase, bpy.types.Operator):
88
89
  :rtype: typing.Any
89
90
  """
90
91
 
91
- class AddPresetCloth(AddPresetBase, bpy.types.Operator):
92
+ class AddPresetCloth(AddPresetBase, _bpy_types.Operator):
92
93
  """Add or remove a Cloth Preset"""
93
94
 
94
95
  bl_idname: typing.Any
@@ -115,7 +116,7 @@ class AddPresetCloth(AddPresetBase, bpy.types.Operator):
115
116
  :rtype: typing.Any
116
117
  """
117
118
 
118
- class AddPresetColorManagementWhiteBalance(AddPresetBase, bpy.types.Operator):
119
+ class AddPresetColorManagementWhiteBalance(AddPresetBase, _bpy_types.Operator):
119
120
  """Add or remove a white balance preset"""
120
121
 
121
122
  bl_idname: typing.Any
@@ -142,7 +143,7 @@ class AddPresetColorManagementWhiteBalance(AddPresetBase, bpy.types.Operator):
142
143
  :rtype: typing.Any
143
144
  """
144
145
 
145
- class AddPresetEEVEERaytracing(AddPresetBase, bpy.types.Operator):
146
+ class AddPresetEEVEERaytracing(AddPresetBase, _bpy_types.Operator):
146
147
  """Add or remove an EEVEE ray-tracing preset"""
147
148
 
148
149
  bl_idname: typing.Any
@@ -169,7 +170,7 @@ class AddPresetEEVEERaytracing(AddPresetBase, bpy.types.Operator):
169
170
  :rtype: typing.Any
170
171
  """
171
172
 
172
- class AddPresetFluid(AddPresetBase, bpy.types.Operator):
173
+ class AddPresetFluid(AddPresetBase, _bpy_types.Operator):
173
174
  """Add or remove a Fluid Preset"""
174
175
 
175
176
  bl_idname: typing.Any
@@ -196,7 +197,7 @@ class AddPresetFluid(AddPresetBase, bpy.types.Operator):
196
197
  :rtype: typing.Any
197
198
  """
198
199
 
199
- class AddPresetGpencilBrush(AddPresetBase, bpy.types.Operator):
200
+ class AddPresetGpencilBrush(AddPresetBase, _bpy_types.Operator):
200
201
  """Add or remove grease pencil brush preset"""
201
202
 
202
203
  bl_idname: typing.Any
@@ -223,7 +224,7 @@ class AddPresetGpencilBrush(AddPresetBase, bpy.types.Operator):
223
224
  :rtype: typing.Any
224
225
  """
225
226
 
226
- class AddPresetGpencilMaterial(AddPresetBase, bpy.types.Operator):
227
+ class AddPresetGpencilMaterial(AddPresetBase, _bpy_types.Operator):
227
228
  """Add or remove Grease Pencil material preset"""
228
229
 
229
230
  bl_idname: typing.Any
@@ -250,7 +251,7 @@ class AddPresetGpencilMaterial(AddPresetBase, bpy.types.Operator):
250
251
  :rtype: typing.Any
251
252
  """
252
253
 
253
- class AddPresetHairDynamics(AddPresetBase, bpy.types.Operator):
254
+ class AddPresetHairDynamics(AddPresetBase, _bpy_types.Operator):
254
255
  """Add or remove a Hair Dynamics Preset"""
255
256
 
256
257
  bl_idname: typing.Any
@@ -277,7 +278,7 @@ class AddPresetHairDynamics(AddPresetBase, bpy.types.Operator):
277
278
  :rtype: typing.Any
278
279
  """
279
280
 
280
- class AddPresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
281
+ class AddPresetInterfaceTheme(AddPresetBase, _bpy_types.Operator):
281
282
  """Add a custom theme to the preset list"""
282
283
 
283
284
  bl_idname: typing.Any
@@ -309,7 +310,7 @@ class AddPresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
309
310
  :param filepath:
310
311
  """
311
312
 
312
- class AddPresetKeyconfig(AddPresetBase, bpy.types.Operator):
313
+ class AddPresetKeyconfig(AddPresetBase, _bpy_types.Operator):
313
314
  """Add a custom keymap configuration to the preset list"""
314
315
 
315
316
  bl_idname: typing.Any
@@ -341,7 +342,7 @@ class AddPresetKeyconfig(AddPresetBase, bpy.types.Operator):
341
342
  :rtype: typing.Any
342
343
  """
343
344
 
344
- class AddPresetNodeColor(AddPresetBase, bpy.types.Operator):
345
+ class AddPresetNodeColor(AddPresetBase, _bpy_types.Operator):
345
346
  """Add or remove a Node Color Preset"""
346
347
 
347
348
  bl_idname: typing.Any
@@ -368,7 +369,7 @@ class AddPresetNodeColor(AddPresetBase, bpy.types.Operator):
368
369
  :rtype: typing.Any
369
370
  """
370
371
 
371
- class AddPresetOperator(AddPresetBase, bpy.types.Operator):
372
+ class AddPresetOperator(AddPresetBase, _bpy_types.Operator):
372
373
  """Add or remove an Operator Preset"""
373
374
 
374
375
  bl_idname: typing.Any
@@ -402,7 +403,7 @@ class AddPresetOperator(AddPresetBase, bpy.types.Operator):
402
403
  :param operator:
403
404
  """
404
405
 
405
- class AddPresetRender(AddPresetBase, bpy.types.Operator):
406
+ class AddPresetRender(AddPresetBase, _bpy_types.Operator):
406
407
  """Add or remove a Render Preset"""
407
408
 
408
409
  bl_idname: typing.Any
@@ -429,7 +430,7 @@ class AddPresetRender(AddPresetBase, bpy.types.Operator):
429
430
  :rtype: typing.Any
430
431
  """
431
432
 
432
- class AddPresetTextEditor(AddPresetBase, bpy.types.Operator):
433
+ class AddPresetTextEditor(AddPresetBase, _bpy_types.Operator):
433
434
  """Add or remove a Text Editor Preset"""
434
435
 
435
436
  bl_idname: typing.Any
@@ -456,7 +457,7 @@ class AddPresetTextEditor(AddPresetBase, bpy.types.Operator):
456
457
  :rtype: typing.Any
457
458
  """
458
459
 
459
- class AddPresetTrackingCamera(AddPresetBase, bpy.types.Operator):
460
+ class AddPresetTrackingCamera(AddPresetBase, _bpy_types.Operator):
460
461
  """Add or remove a Tracking Camera Intrinsics Preset"""
461
462
 
462
463
  bl_idname: typing.Any
@@ -483,7 +484,7 @@ class AddPresetTrackingCamera(AddPresetBase, bpy.types.Operator):
483
484
  :rtype: typing.Any
484
485
  """
485
486
 
486
- class AddPresetTrackingSettings(AddPresetBase, bpy.types.Operator):
487
+ class AddPresetTrackingSettings(AddPresetBase, _bpy_types.Operator):
487
488
  """Add or remove a motion tracking settings preset"""
488
489
 
489
490
  bl_idname: typing.Any
@@ -510,7 +511,7 @@ class AddPresetTrackingSettings(AddPresetBase, bpy.types.Operator):
510
511
  :rtype: typing.Any
511
512
  """
512
513
 
513
- class AddPresetTrackingTrackColor(AddPresetBase, bpy.types.Operator):
514
+ class AddPresetTrackingTrackColor(AddPresetBase, _bpy_types.Operator):
514
515
  """Add or remove a Clip Track Color Preset"""
515
516
 
516
517
  bl_idname: typing.Any
@@ -537,7 +538,7 @@ class AddPresetTrackingTrackColor(AddPresetBase, bpy.types.Operator):
537
538
  :rtype: typing.Any
538
539
  """
539
540
 
540
- class ExecutePreset(bpy.types.Operator):
541
+ class ExecutePreset(_bpy_types.Operator):
541
542
  """Load a preset"""
542
543
 
543
544
  bl_idname: typing.Any
@@ -565,7 +566,7 @@ class ExecutePreset(bpy.types.Operator):
565
566
  :param context:
566
567
  """
567
568
 
568
- class RemovePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
569
+ class RemovePresetInterfaceTheme(AddPresetBase, _bpy_types.Operator):
569
570
  """Remove a custom theme from the preset list"""
570
571
 
571
572
  bl_idname: typing.Any
@@ -604,7 +605,7 @@ class RemovePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
604
605
  :param _filepath:
605
606
  """
606
607
 
607
- class RemovePresetKeyconfig(AddPresetBase, bpy.types.Operator):
608
+ class RemovePresetKeyconfig(AddPresetBase, _bpy_types.Operator):
608
609
  """Remove a custom keymap configuration from the preset list"""
609
610
 
610
611
  bl_idname: typing.Any
@@ -649,7 +650,7 @@ class RemovePresetKeyconfig(AddPresetBase, bpy.types.Operator):
649
650
  :param context:
650
651
  """
651
652
 
652
- class SavePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
653
+ class SavePresetInterfaceTheme(AddPresetBase, _bpy_types.Operator):
653
654
  """Save a custom theme in the preset list"""
654
655
 
655
656
  bl_idname: typing.Any
@@ -687,7 +688,7 @@ class SavePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
687
688
  :param event:
688
689
  """
689
690
 
690
- class WM_MT_operator_presets(bpy.types.Menu):
691
+ class WM_MT_operator_presets(_bpy_types.Menu):
691
692
  bl_label: typing.Any
692
693
  bl_rna: typing.Any
693
694
  id_data: typing.Any
@@ -714,7 +715,7 @@ class WM_MT_operator_presets(bpy.types.Menu):
714
715
  :param context:
715
716
  """
716
717
 
717
- class WM_OT_operator_presets_cleanup(bpy.types.Operator):
718
+ class WM_OT_operator_presets_cleanup(_bpy_types.Operator):
718
719
  """Remove outdated operator properties from presets that may cause problems"""
719
720
 
720
721
  bl_idname: typing.Any
@@ -742,7 +743,7 @@ class WM_OT_operator_presets_cleanup(bpy.types.Operator):
742
743
  :param context:
743
744
  """
744
745
 
745
- class WM_PT_operator_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
746
+ class WM_PT_operator_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
746
747
  bl_label: typing.Any
747
748
  bl_region_type: typing.Any
748
749
  bl_rna: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class BakeToKeyframes(bpy.types.Operator):
8
+ class BakeToKeyframes(_bpy_types.Operator):
8
9
  """Bake rigid body transformations of selected objects to keyframes"""
9
10
 
10
11
  bl_idname: typing.Any
@@ -47,7 +48,7 @@ class BakeToKeyframes(bpy.types.Operator):
47
48
  :param context:
48
49
  """
49
50
 
50
- class ConnectRigidBodies(bpy.types.Operator):
51
+ class ConnectRigidBodies(_bpy_types.Operator):
51
52
  """Create rigid body constraints between selected rigid bodies"""
52
53
 
53
54
  bl_idname: typing.Any
@@ -83,7 +84,7 @@ class ConnectRigidBodies(bpy.types.Operator):
83
84
  :param context:
84
85
  """
85
86
 
86
- class CopyRigidbodySettings(bpy.types.Operator):
87
+ class CopyRigidbodySettings(_bpy_types.Operator):
87
88
  """Copy Rigid Body settings from active object to selected"""
88
89
 
89
90
  bl_idname: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class PlayRenderedAnim(bpy.types.Operator):
8
+ class PlayRenderedAnim(_bpy_types.Operator):
8
9
  """Play back rendered frames/movies using an external player"""
9
10
 
10
11
  bl_idname: typing.Any
@@ -2,6 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
8
  class Fade:
@@ -14,7 +15,7 @@ class Fade:
14
15
 
15
16
  def calculate_max_value(self, strip, fade_fcurve) -> None:
16
17
  """Returns the maximum Y coordinate the fade animation should use for a given strip
17
- Uses either the strip's value for the animated property, or the next keyframe after the fade
18
+ Uses either the strips value for the animated property, or the next keyframe after the fade
18
19
 
19
20
  :param strip:
20
21
  :param fade_fcurve:
@@ -28,7 +29,7 @@ class SequencerFileHandlerBase:
28
29
  :param context:
29
30
  """
30
31
 
31
- class SequencerCrossfadeSounds(bpy.types.Operator):
32
+ class SequencerCrossfadeSounds(_bpy_types.Operator):
32
33
  """Do cross-fading volume animation of two selected sound strips"""
33
34
 
34
35
  bl_idname: typing.Any
@@ -64,7 +65,7 @@ class SequencerCrossfadeSounds(bpy.types.Operator):
64
65
  :param context:
65
66
  """
66
67
 
67
- class SequencerDeinterlaceSelectedMovies(bpy.types.Operator):
68
+ class SequencerDeinterlaceSelectedMovies(_bpy_types.Operator):
68
69
  """Deinterlace all selected movie sources"""
69
70
 
70
71
  bl_idname: typing.Any
@@ -100,7 +101,7 @@ class SequencerDeinterlaceSelectedMovies(bpy.types.Operator):
100
101
  :param context:
101
102
  """
102
103
 
103
- class SequencerFadesAdd(bpy.types.Operator):
104
+ class SequencerFadesAdd(_bpy_types.Operator):
104
105
  """Adds or updates a fade animation for either visual or audio strips"""
105
106
 
106
107
  bl_idname: typing.Any
@@ -146,7 +147,7 @@ class SequencerFadesAdd(bpy.types.Operator):
146
147
  """
147
148
 
148
149
  def fade_animation_clear(self, fade_fcurve, fades) -> None:
149
- """Removes existing keyframes in the fades' time range, in fast mode, without
150
+ """Removes existing keyframes in the fades time range, in fast mode, without
150
151
  updating the fcurve
151
152
 
152
153
  :param fade_fcurve:
@@ -164,7 +165,7 @@ class SequencerFadesAdd(bpy.types.Operator):
164
165
  def fade_find_or_create_fcurve(self, context, strip, animated_property) -> None:
165
166
  """Iterates over all the fcurves until it finds an fcurve with a data path
166
167
  that corresponds to the strip.
167
- Returns the matching FCurve or creates a new one if the function can't find a match.
168
+ Returns the matching FCurve or creates a new one if the function cant find a match.
168
169
 
169
170
  :param context:
170
171
  :param strip:
@@ -185,7 +186,7 @@ class SequencerFadesAdd(bpy.types.Operator):
185
186
  :param context:
186
187
  """
187
188
 
188
- class SequencerFadesClear(bpy.types.Operator):
189
+ class SequencerFadesClear(_bpy_types.Operator):
189
190
  """Removes fade animation from selected strips"""
190
191
 
191
192
  bl_idname: typing.Any
@@ -221,7 +222,7 @@ class SequencerFadesClear(bpy.types.Operator):
221
222
  :param context:
222
223
  """
223
224
 
224
- class SequencerSplitMulticam(bpy.types.Operator):
225
+ class SequencerSplitMulticam(_bpy_types.Operator):
225
226
  """Split multicam strip and select camera"""
226
227
 
227
228
  bl_idname: typing.Any
@@ -257,7 +258,7 @@ class SequencerSplitMulticam(bpy.types.Operator):
257
258
  :param context:
258
259
  """
259
260
 
260
- class SEQUENCER_FH_image_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
261
+ class SEQUENCER_FH_image_strip(_bpy_types.FileHandler, SequencerFileHandlerBase):
261
262
  bl_file_extensions: typing.Any
262
263
  bl_idname: typing.Any
263
264
  bl_import_operator: typing.Any
@@ -279,7 +280,7 @@ class SEQUENCER_FH_image_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
279
280
  :rtype: typing.Any
280
281
  """
281
282
 
282
- class SEQUENCER_FH_movie_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
283
+ class SEQUENCER_FH_movie_strip(_bpy_types.FileHandler, SequencerFileHandlerBase):
283
284
  bl_file_extensions: typing.Any
284
285
  bl_idname: typing.Any
285
286
  bl_import_operator: typing.Any
@@ -301,7 +302,7 @@ class SEQUENCER_FH_movie_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
301
302
  :rtype: typing.Any
302
303
  """
303
304
 
304
- class SEQUENCER_FH_sound_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
305
+ class SEQUENCER_FH_sound_strip(_bpy_types.FileHandler, SequencerFileHandlerBase):
305
306
  bl_file_extensions: typing.Any
306
307
  bl_idname: typing.Any
307
308
  bl_import_operator: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class SPREADSHEET_OT_toggle_pin(bpy.types.Operator):
8
+ class SPREADSHEET_OT_toggle_pin(_bpy_types.Operator):
8
9
  """Turn on or off pinning"""
9
10
 
10
11
  bl_idname: typing.Any