fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +25 -58
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -50
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -75
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -307
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +15 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -16
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -38
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -45
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +136 -574
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1237 -1281
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ def add_bezier(
26
26
  0.0,
27
27
  ),
28
28
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
29
- ):
29
+ ) -> None:
30
30
  """Add new bezier curve
31
31
 
32
32
  :type execution_context: int | str | None
@@ -73,7 +73,7 @@ def add_circle(
73
73
  0.0,
74
74
  ),
75
75
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
76
- ):
76
+ ) -> None:
77
77
  """Add new circle curve
78
78
 
79
79
  :type execution_context: int | str | None
@@ -113,7 +113,7 @@ def attribute_set(
113
113
  value_int_vector_2d: collections.abc.Iterable[int] | None = (0, 0),
114
114
  value_color: collections.abc.Iterable[float] | None = (1.0, 1.0, 1.0, 1.0),
115
115
  value_bool: bool | None = False,
116
- ):
116
+ ) -> None:
117
117
  """Set values of the active attribute for selected elements
118
118
 
119
119
  :type execution_context: int | str | None
@@ -136,7 +136,7 @@ def attribute_set(
136
136
 
137
137
  def convert_from_particle_system(
138
138
  execution_context: int | str | None = None, undo: bool | None = None
139
- ):
139
+ ) -> None:
140
140
  """Add a new curves object based on the current state of the particle system
141
141
 
142
142
  :type execution_context: int | str | None
@@ -145,7 +145,7 @@ def convert_from_particle_system(
145
145
 
146
146
  def convert_to_particle_system(
147
147
  execution_context: int | str | None = None, undo: bool | None = None
148
- ):
148
+ ) -> None:
149
149
  """Add a new or update an existing hair particle system on the surface object
150
150
 
151
151
  :type execution_context: int | str | None
@@ -159,7 +159,7 @@ def curve_type_set(
159
159
  *,
160
160
  type: bpy.stub_internal.rna_enums.CurvesTypeItems | None = "POLY",
161
161
  use_handles: bool | None = False,
162
- ):
162
+ ) -> None:
163
163
  """Set type of selected curves
164
164
 
165
165
  :type execution_context: int | str | None
@@ -170,14 +170,18 @@ def curve_type_set(
170
170
  :type use_handles: bool | None
171
171
  """
172
172
 
173
- def cyclic_toggle(execution_context: int | str | None = None, undo: bool | None = None):
173
+ def cyclic_toggle(
174
+ execution_context: int | str | None = None, undo: bool | None = None
175
+ ) -> None:
174
176
  """Make active curve closed/opened loop
175
177
 
176
178
  :type execution_context: int | str | None
177
179
  :type undo: bool | None
178
180
  """
179
181
 
180
- def delete(execution_context: int | str | None = None, undo: bool | None = None):
182
+ def delete(
183
+ execution_context: int | str | None = None, undo: bool | None = None
184
+ ) -> None:
181
185
  """Remove selected control points or curves
182
186
 
183
187
  :type execution_context: int | str | None
@@ -198,7 +202,7 @@ def draw(
198
202
  wait_for_input: bool | None = True,
199
203
  is_curve_2d: bool | None = False,
200
204
  bezier_as_nurbs: bool | None = False,
201
- ):
205
+ ) -> None:
202
206
  """Draw a freehand curve
203
207
 
204
208
  :type execution_context: int | str | None
@@ -221,7 +225,9 @@ def draw(
221
225
  :type bezier_as_nurbs: bool | None
222
226
  """
223
227
 
224
- def duplicate(execution_context: int | str | None = None, undo: bool | None = None):
228
+ def duplicate(
229
+ execution_context: int | str | None = None, undo: bool | None = None
230
+ ) -> None:
225
231
  """Copy selected points or curves
226
232
 
227
233
  :type execution_context: int | str | None
@@ -235,7 +241,7 @@ def duplicate_move(
235
241
  *,
236
242
  CURVES_OT_duplicate: duplicate | None = None,
237
243
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
238
- ):
244
+ ) -> None:
239
245
  """Make copies of selected elements and move them
240
246
 
241
247
  :type execution_context: int | str | None
@@ -246,7 +252,9 @@ def duplicate_move(
246
252
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
247
253
  """
248
254
 
249
- def extrude(execution_context: int | str | None = None, undo: bool | None = None):
255
+ def extrude(
256
+ execution_context: int | str | None = None, undo: bool | None = None
257
+ ) -> None:
250
258
  """Extrude selected control point(s)
251
259
 
252
260
  :type execution_context: int | str | None
@@ -260,7 +268,7 @@ def extrude_move(
260
268
  *,
261
269
  CURVES_OT_extrude: extrude | None = None,
262
270
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
263
- ):
271
+ ) -> None:
264
272
  """Extrude curve and move result
265
273
 
266
274
  :type execution_context: int | str | None
@@ -277,7 +285,7 @@ def handle_type_set(
277
285
  /,
278
286
  *,
279
287
  type: bpy.stub_internal.rna_enums.CurvesHandleTypeItems | None = "AUTO",
280
- ):
288
+ ) -> None:
281
289
  """Set the handle type for bezier curves
282
290
 
283
291
  :type execution_context: int | str | None
@@ -288,7 +296,7 @@ def handle_type_set(
288
296
 
289
297
  def sculptmode_toggle(
290
298
  execution_context: int | str | None = None, undo: bool | None = None
291
- ):
299
+ ) -> None:
292
300
  """Enter/Exit sculpt mode for curves
293
301
 
294
302
  :type execution_context: int | str | None
@@ -301,7 +309,7 @@ def select_all(
301
309
  /,
302
310
  *,
303
311
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
304
- ):
312
+ ) -> None:
305
313
  """(De)select all control points
306
314
 
307
315
  :type execution_context: int | str | None
@@ -329,7 +337,7 @@ def select_ends(
329
337
  *,
330
338
  amount_start: int | None = 0,
331
339
  amount_end: int | None = 1,
332
- ):
340
+ ) -> None:
333
341
  """Select end points of curves
334
342
 
335
343
  :type execution_context: int | str | None
@@ -340,14 +348,18 @@ def select_ends(
340
348
  :type amount_end: int | None
341
349
  """
342
350
 
343
- def select_less(execution_context: int | str | None = None, undo: bool | None = None):
351
+ def select_less(
352
+ execution_context: int | str | None = None, undo: bool | None = None
353
+ ) -> None:
344
354
  """Shrink the selection by one point
345
355
 
346
356
  :type execution_context: int | str | None
347
357
  :type undo: bool | None
348
358
  """
349
359
 
350
- def select_linked(execution_context: int | str | None = None, undo: bool | None = None):
360
+ def select_linked(
361
+ execution_context: int | str | None = None, undo: bool | None = None
362
+ ) -> None:
351
363
  """Select all points in curves with any point selection
352
364
 
353
365
  :type execution_context: int | str | None
@@ -360,7 +372,7 @@ def select_linked_pick(
360
372
  /,
361
373
  *,
362
374
  deselect: bool | None = False,
363
- ):
375
+ ) -> None:
364
376
  """Select all points in the curve under the cursor
365
377
 
366
378
  :type execution_context: int | str | None
@@ -369,7 +381,9 @@ def select_linked_pick(
369
381
  :type deselect: bool | None
370
382
  """
371
383
 
372
- def select_more(execution_context: int | str | None = None, undo: bool | None = None):
384
+ def select_more(
385
+ execution_context: int | str | None = None, undo: bool | None = None
386
+ ) -> None:
373
387
  """Grow the selection by one point
374
388
 
375
389
  :type execution_context: int | str | None
@@ -383,7 +397,7 @@ def select_random(
383
397
  *,
384
398
  seed: int | None = 0,
385
399
  probability: float | None = 0.5,
386
- ):
400
+ ) -> None:
387
401
  """Randomizes existing selection or create new random selection
388
402
 
389
403
  :type execution_context: int | str | None
@@ -394,7 +408,9 @@ def select_random(
394
408
  :type probability: float | None
395
409
  """
396
410
 
397
- def separate(execution_context: int | str | None = None, undo: bool | None = None):
411
+ def separate(
412
+ execution_context: int | str | None = None, undo: bool | None = None
413
+ ) -> None:
398
414
  """Separate selected geometry into a new object
399
415
 
400
416
  :type execution_context: int | str | None
@@ -407,7 +423,7 @@ def set_selection_domain(
407
423
  /,
408
424
  *,
409
425
  domain: bpy.stub_internal.rna_enums.AttributeCurvesDomainItems | None = "POINT",
410
- ):
426
+ ) -> None:
411
427
  """Change the mode used for selection masking in curves sculpt mode
412
428
 
413
429
  :type execution_context: int | str | None
@@ -422,7 +438,7 @@ def snap_curves_to_surface(
422
438
  /,
423
439
  *,
424
440
  attach_mode: typing.Literal["NEAREST", "DEFORM"] | None = "NEAREST",
425
- ):
441
+ ) -> None:
426
442
  """Move curves so that the first point is exactly on the surface mesh
427
443
 
428
444
  :type execution_context: int | str | None
@@ -437,7 +453,7 @@ def snap_curves_to_surface(
437
453
  :type attach_mode: typing.Literal['NEAREST','DEFORM'] | None
438
454
  """
439
455
 
440
- def split(execution_context: int | str | None = None, undo: bool | None = None):
456
+ def split(execution_context: int | str | None = None, undo: bool | None = None) -> None:
441
457
  """Split selected points
442
458
 
443
459
  :type execution_context: int | str | None
@@ -450,7 +466,7 @@ def subdivide(
450
466
  /,
451
467
  *,
452
468
  number_cuts: int | None = 1,
453
- ):
469
+ ) -> None:
454
470
  """Subdivide selected curve segments
455
471
 
456
472
  :type execution_context: int | str | None
@@ -459,7 +475,9 @@ def subdivide(
459
475
  :type number_cuts: int | None
460
476
  """
461
477
 
462
- def surface_set(execution_context: int | str | None = None, undo: bool | None = None):
478
+ def surface_set(
479
+ execution_context: int | str | None = None, undo: bool | None = None
480
+ ) -> None:
463
481
  """Use the active object as surface for selected curves objects and set it as the parent
464
482
 
465
483
  :type execution_context: int | str | None
@@ -468,14 +486,16 @@ def surface_set(execution_context: int | str | None = None, undo: bool | None =
468
486
 
469
487
  def switch_direction(
470
488
  execution_context: int | str | None = None, undo: bool | None = None
471
- ):
489
+ ) -> None:
472
490
  """Reverse the direction of the selected curves
473
491
 
474
492
  :type execution_context: int | str | None
475
493
  :type undo: bool | None
476
494
  """
477
495
 
478
- def tilt_clear(execution_context: int | str | None = None, undo: bool | None = None):
496
+ def tilt_clear(
497
+ execution_context: int | str | None = None, undo: bool | None = None
498
+ ) -> None:
479
499
  """Clear the tilt of selected control points
480
500
 
481
501
  :type execution_context: int | str | None
@@ -10,7 +10,7 @@ def denoise_animation(
10
10
  *,
11
11
  input_filepath: str = "",
12
12
  output_filepath: str = "",
13
- ):
13
+ ) -> None:
14
14
  """Denoise rendered animation sequence using current scene and view layer settings. Requires denoising data passes and output to OpenEXR multilayer files
15
15
 
16
16
  :type execution_context: int | str | None
@@ -29,7 +29,7 @@ def merge_images(
29
29
  input_filepath1: str = "",
30
30
  input_filepath2: str = "",
31
31
  output_filepath: str = "",
32
- ):
32
+ ) -> None:
33
33
  """Combine OpenEXR multi-layer images rendered with different sample ranges into one image with reduced noise
34
34
 
35
35
  :type execution_context: int | str | None
@@ -44,7 +44,7 @@ def merge_images(
44
44
 
45
45
  def use_shading_nodes(
46
46
  execution_context: int | str | None = None, undo: bool | None = None
47
- ):
47
+ ) -> None:
48
48
  """Enable nodes on a material, world or light
49
49
 
50
50
  :type execution_context: int | str | None
@@ -4,7 +4,7 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import bpy.stub_internal.rna_enums
6
6
 
7
- def bake(execution_context: int | str | None = None, undo: bool | None = None):
7
+ def bake(execution_context: int | str | None = None, undo: bool | None = None) -> None:
8
8
  """Bake dynamic paint image sequence surface
9
9
 
10
10
  :type execution_context: int | str | None
@@ -17,7 +17,7 @@ def output_toggle(
17
17
  /,
18
18
  *,
19
19
  output: typing.Literal["A", "B"] | None = "A",
20
- ):
20
+ ) -> None:
21
21
  """Add or remove Dynamic Paint output data layer
22
22
 
23
23
  :type execution_context: int | str | None
@@ -28,7 +28,7 @@ def output_toggle(
28
28
 
29
29
  def surface_slot_add(
30
30
  execution_context: int | str | None = None, undo: bool | None = None
31
- ):
31
+ ) -> None:
32
32
  """Add a new Dynamic Paint surface slot
33
33
 
34
34
  :type execution_context: int | str | None
@@ -37,7 +37,7 @@ def surface_slot_add(
37
37
 
38
38
  def surface_slot_remove(
39
39
  execution_context: int | str | None = None, undo: bool | None = None
40
- ):
40
+ ) -> None:
41
41
  """Remove the selected surface slot
42
42
 
43
43
  :type execution_context: int | str | None
@@ -50,7 +50,7 @@ def type_toggle(
50
50
  /,
51
51
  *,
52
52
  type: bpy.stub_internal.rna_enums.PropDynamicpaintTypeItems | None = "CANVAS",
53
- ):
53
+ ) -> None:
54
54
  """Toggle whether given type is active or not
55
55
 
56
56
  :type execution_context: int | str | None
bpy/ops/ed/__init__.pyi CHANGED
@@ -3,7 +3,9 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def flush_edits(execution_context: int | str | None = None, undo: bool | None = None):
6
+ def flush_edits(
7
+ execution_context: int | str | None = None, undo: bool | None = None
8
+ ) -> None:
7
9
  """Flush edit data from active editing modes
8
10
 
9
11
  :type execution_context: int | str | None
@@ -12,7 +14,7 @@ def flush_edits(execution_context: int | str | None = None, undo: bool | None =
12
14
 
13
15
  def lib_id_fake_user_toggle(
14
16
  execution_context: int | str | None = None, undo: bool | None = None
15
- ):
17
+ ) -> None:
16
18
  """Save this data-block even if it has no users
17
19
 
18
20
  :type execution_context: int | str | None
@@ -21,7 +23,7 @@ def lib_id_fake_user_toggle(
21
23
 
22
24
  def lib_id_generate_preview(
23
25
  execution_context: int | str | None = None, undo: bool | None = None
24
- ):
26
+ ) -> None:
25
27
  """Create an automatic preview for the selected data-block
26
28
 
27
29
  :type execution_context: int | str | None
@@ -30,7 +32,7 @@ def lib_id_generate_preview(
30
32
 
31
33
  def lib_id_generate_preview_from_object(
32
34
  execution_context: int | str | None = None, undo: bool | None = None
33
- ):
35
+ ) -> None:
34
36
  """Create a preview for this asset by rendering the active object
35
37
 
36
38
  :type execution_context: int | str | None
@@ -55,7 +57,6 @@ def lib_id_load_custom_preview(
55
57
  filter_text: bool | None = False,
56
58
  filter_archive: bool | None = False,
57
59
  filter_btx: bool | None = False,
58
- filter_collada: bool | None = False,
59
60
  filter_alembic: bool | None = False,
60
61
  filter_usd: bool | None = False,
61
62
  filter_obj: bool | None = False,
@@ -70,7 +71,7 @@ def lib_id_load_custom_preview(
70
71
  ]
71
72
  | None = "DEFAULT",
72
73
  sort_method: str | None = "",
73
- ):
74
+ ) -> None:
74
75
  """Choose an image to help identify the data-block visually
75
76
 
76
77
  :type execution_context: int | str | None
@@ -101,8 +102,6 @@ def lib_id_load_custom_preview(
101
102
  :type filter_archive: bool | None
102
103
  :param filter_btx: Filter btx files
103
104
  :type filter_btx: bool | None
104
- :param filter_collada: Filter COLLADA files
105
- :type filter_collada: bool | None
106
105
  :param filter_alembic: Filter Alembic files
107
106
  :type filter_alembic: bool | None
108
107
  :param filter_usd: Filter USD files
@@ -141,7 +140,7 @@ def lib_id_load_custom_preview(
141
140
 
142
141
  def lib_id_override_editable_toggle(
143
142
  execution_context: int | str | None = None, undo: bool | None = None
144
- ):
143
+ ) -> None:
145
144
  """Set if this library override data-block can be edited
146
145
 
147
146
  :type execution_context: int | str | None
@@ -150,28 +149,30 @@ def lib_id_override_editable_toggle(
150
149
 
151
150
  def lib_id_remove_preview(
152
151
  execution_context: int | str | None = None, undo: bool | None = None
153
- ):
152
+ ) -> None:
154
153
  """Remove the preview of this data-block
155
154
 
156
155
  :type execution_context: int | str | None
157
156
  :type undo: bool | None
158
157
  """
159
158
 
160
- def lib_id_unlink(execution_context: int | str | None = None, undo: bool | None = None):
159
+ def lib_id_unlink(
160
+ execution_context: int | str | None = None, undo: bool | None = None
161
+ ) -> None:
161
162
  """Remove a usage of a data-block, clearing the assignment
162
163
 
163
164
  :type execution_context: int | str | None
164
165
  :type undo: bool | None
165
166
  """
166
167
 
167
- def redo(execution_context: int | str | None = None, undo: bool | None = None):
168
+ def redo(execution_context: int | str | None = None, undo: bool | None = None) -> None:
168
169
  """Redo previous action
169
170
 
170
171
  :type execution_context: int | str | None
171
172
  :type undo: bool | None
172
173
  """
173
174
 
174
- def undo(execution_context: int | str | None = None, undo: bool | None = None):
175
+ def undo(execution_context: int | str | None = None, undo: bool | None = None) -> None:
175
176
  """Undo previous action
176
177
 
177
178
  :type execution_context: int | str | None
@@ -184,7 +185,7 @@ def undo_history(
184
185
  /,
185
186
  *,
186
187
  item: int | None = 0,
187
- ):
188
+ ) -> None:
188
189
  """Redo specific action in history
189
190
 
190
191
  :type execution_context: int | str | None
@@ -199,7 +200,7 @@ def undo_push(
199
200
  /,
200
201
  *,
201
202
  message: str = "Add an undo step *function may be moved*",
202
- ):
203
+ ) -> None:
203
204
  """Add an undo state (internal use only)
204
205
 
205
206
  :type execution_context: int | str | None
@@ -208,7 +209,9 @@ def undo_push(
208
209
  :type message: str
209
210
  """
210
211
 
211
- def undo_redo(execution_context: int | str | None = None, undo: bool | None = None):
212
+ def undo_redo(
213
+ execution_context: int | str | None = None, undo: bool | None = None
214
+ ) -> None:
212
215
  """Undo and redo previous action
213
216
 
214
217
  :type execution_context: int | str | None
@@ -17,7 +17,7 @@ def bvh(
17
17
  rotate_mode: typing.Literal["NATIVE", "XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"]
18
18
  | None = "NATIVE",
19
19
  root_transform_only: bool | None = False,
20
- ):
20
+ ) -> None:
21
21
  """Save a BVH motion capture file from an armature
22
22
 
23
23
  :type execution_context: int | str | None
@@ -61,7 +61,7 @@ def fbx(
61
61
  use_metadata: bool | None = True,
62
62
  axis_forward: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"] | None = "-Z",
63
63
  axis_up: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"] | None = "Y",
64
- ):
64
+ ) -> None:
65
65
  """Write a FBX file
66
66
 
67
67
  :type execution_context: int | str | None
@@ -368,7 +368,7 @@ def gltf(
368
368
  export_extra_animations: bool | None = False,
369
369
  export_loglevel: int | None = -1,
370
370
  filter_glob: str = "*.glb",
371
- ):
371
+ ) -> None:
372
372
  """Export scene as glTF 2.0 file
373
373
 
374
374
  :type execution_context: int | str | None