fake-bpy-module 20250604__py3-none-any.whl → 20250606__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 +26 -26
  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 -49
  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 -73
  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 -297
  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 +3 -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 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  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 -13
  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 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  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 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  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 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  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 -35
  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 -39
  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 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  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 +138 -116
  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 +1206 -1157
  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-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.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-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi CHANGED
@@ -70,7 +70,7 @@ def alembic_export(
70
70
  as_background_job: bool | None = False,
71
71
  evaluation_mode: typing.Literal["RENDER", "VIEWPORT"] | None = "RENDER",
72
72
  init_scene_frame_range: bool | None = True,
73
- ):
73
+ ) -> None:
74
74
  """Export current scene in an Alembic archive
75
75
 
76
76
  :type execution_context: int | str | None
@@ -240,7 +240,7 @@ def alembic_import(
240
240
  always_add_cache_reader: bool | None = False,
241
241
  is_sequence: bool | None = False,
242
242
  as_background_job: bool | None = False,
243
- ):
243
+ ) -> None:
244
244
  """Load an Alembic archive
245
245
 
246
246
  :type execution_context: int | str | None
@@ -365,7 +365,7 @@ def append(
365
365
  instance_object_data: bool | None = True,
366
366
  set_fake: bool | None = False,
367
367
  use_recursive: bool | None = True,
368
- ):
368
+ ) -> None:
369
369
  """Append from a Library .blend file
370
370
 
371
371
  :type execution_context: int | str | None
@@ -483,7 +483,7 @@ def batch_rename(
483
483
  data_source: typing.Literal["SELECT", "ALL"] | None = "SELECT",
484
484
  actions: bpy.types.bpy_prop_collection[bl_operators.wm.BatchRenameAction]
485
485
  | None = None,
486
- ):
486
+ ) -> None:
487
487
  """Rename multiple items at once
488
488
 
489
489
  :type execution_context: int | str | None
@@ -498,7 +498,7 @@ def batch_rename(
498
498
 
499
499
  def blend_strings_utf8_validate(
500
500
  execution_context: int | str | None = None, undo: bool | None = None
501
- ):
501
+ ) -> None:
502
502
  """Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)
503
503
 
504
504
  :type execution_context: int | str | None
@@ -511,7 +511,7 @@ def call_asset_shelf_popover(
511
511
  /,
512
512
  *,
513
513
  name: str = "",
514
- ):
514
+ ) -> None:
515
515
  """Open a predefined asset shelf in a popup
516
516
 
517
517
  :type execution_context: int | str | None
@@ -526,7 +526,7 @@ def call_menu(
526
526
  /,
527
527
  *,
528
528
  name: str = "",
529
- ):
529
+ ) -> None:
530
530
  """Open a predefined menu
531
531
 
532
532
  :type execution_context: int | str | None
@@ -541,7 +541,7 @@ def call_menu_pie(
541
541
  /,
542
542
  *,
543
543
  name: str = "",
544
- ):
544
+ ) -> None:
545
545
  """Open a predefined pie menu
546
546
 
547
547
  :type execution_context: int | str | None
@@ -557,7 +557,7 @@ def call_panel(
557
557
  *,
558
558
  name: str = "",
559
559
  keep_open: bool | None = True,
560
- ):
560
+ ) -> None:
561
561
  """Open a predefined panel
562
562
 
563
563
  :type execution_context: int | str | None
@@ -574,7 +574,7 @@ def clear_recent_files(
574
574
  /,
575
575
  *,
576
576
  remove: typing.Literal["ALL", "MISSING"] | None = "ALL",
577
- ):
577
+ ) -> None:
578
578
  """Clear the recent files list
579
579
 
580
580
  :type execution_context: int | str | None
@@ -655,7 +655,7 @@ def collada_export(
655
655
  open_sim: bool | None = False,
656
656
  limit_precision: bool | None = False,
657
657
  keep_bind_info: bool | None = False,
658
- ):
658
+ ) -> None:
659
659
  """Save a Collada file (Deprecated)
660
660
 
661
661
  :type execution_context: int | str | None
@@ -896,7 +896,7 @@ def collada_import(
896
896
  auto_connect: bool | None = False,
897
897
  min_chain_length: int | None = 0,
898
898
  keep_bind_info: bool | None = False,
899
- ):
899
+ ) -> None:
900
900
  """Load a Collada file (Deprecated)
901
901
 
902
902
  :type execution_context: int | str | None
@@ -976,7 +976,7 @@ def collada_import(
976
976
 
977
977
  def collection_export_all(
978
978
  execution_context: int | str | None = None, undo: bool | None = None
979
- ):
979
+ ) -> None:
980
980
  """Invoke all configured exporters for all collections
981
981
 
982
982
  :type execution_context: int | str | None
@@ -991,7 +991,7 @@ def context_collection_boolean_set(
991
991
  data_path_iter: str = "",
992
992
  data_path_item: str = "",
993
993
  type: typing.Literal["TOGGLE", "ENABLE", "DISABLE"] | None = "TOGGLE",
994
- ):
994
+ ) -> None:
995
995
  """Set boolean values for a collection of items
996
996
 
997
997
  :type execution_context: int | str | None
@@ -1011,7 +1011,7 @@ def context_cycle_array(
1011
1011
  *,
1012
1012
  data_path: str = "",
1013
1013
  reverse: bool | None = False,
1014
- ):
1014
+ ) -> None:
1015
1015
  """Set a context array value (useful for cycling the active mesh edit mode)
1016
1016
 
1017
1017
  :type execution_context: int | str | None
@@ -1030,7 +1030,7 @@ def context_cycle_enum(
1030
1030
  data_path: str = "",
1031
1031
  reverse: bool | None = False,
1032
1032
  wrap: bool | None = False,
1033
- ):
1033
+ ) -> None:
1034
1034
  """Toggle a context value
1035
1035
 
1036
1036
  :type execution_context: int | str | None
@@ -1051,7 +1051,7 @@ def context_cycle_int(
1051
1051
  data_path: str = "",
1052
1052
  reverse: bool | None = False,
1053
1053
  wrap: bool | None = False,
1054
- ):
1054
+ ) -> None:
1055
1055
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)
1056
1056
 
1057
1057
  :type execution_context: int | str | None
@@ -1070,7 +1070,7 @@ def context_menu_enum(
1070
1070
  /,
1071
1071
  *,
1072
1072
  data_path: str = "",
1073
- ):
1073
+ ) -> None:
1074
1074
  """Undocumented, consider contributing.
1075
1075
 
1076
1076
  :type execution_context: int | str | None
@@ -1090,7 +1090,7 @@ def context_modal_mouse(
1090
1090
  input_scale: float | None = 0.01,
1091
1091
  invert: bool | None = False,
1092
1092
  initial_x: int | None = 0,
1093
- ):
1093
+ ) -> None:
1094
1094
  """Adjust arbitrary values with mouse input
1095
1095
 
1096
1096
  :type execution_context: int | str | None
@@ -1115,7 +1115,7 @@ def context_pie_enum(
1115
1115
  /,
1116
1116
  *,
1117
1117
  data_path: str = "",
1118
- ):
1118
+ ) -> None:
1119
1119
  """Undocumented, consider contributing.
1120
1120
 
1121
1121
  :type execution_context: int | str | None
@@ -1131,7 +1131,7 @@ def context_scale_float(
1131
1131
  *,
1132
1132
  data_path: str = "",
1133
1133
  value: float | None = 1.0,
1134
- ):
1134
+ ) -> None:
1135
1135
  """Scale a float context value
1136
1136
 
1137
1137
  :type execution_context: int | str | None
@@ -1150,7 +1150,7 @@ def context_scale_int(
1150
1150
  data_path: str = "",
1151
1151
  value: float | None = 1.0,
1152
1152
  always_step: bool | None = True,
1153
- ):
1153
+ ) -> None:
1154
1154
  """Scale an int context value
1155
1155
 
1156
1156
  :type execution_context: int | str | None
@@ -1170,7 +1170,7 @@ def context_set_boolean(
1170
1170
  *,
1171
1171
  data_path: str = "",
1172
1172
  value: bool | None = True,
1173
- ):
1173
+ ) -> None:
1174
1174
  """Set a context value
1175
1175
 
1176
1176
  :type execution_context: int | str | None
@@ -1188,7 +1188,7 @@ def context_set_enum(
1188
1188
  *,
1189
1189
  data_path: str = "",
1190
1190
  value: str = "",
1191
- ):
1191
+ ) -> None:
1192
1192
  """Set a context value
1193
1193
 
1194
1194
  :type execution_context: int | str | None
@@ -1207,7 +1207,7 @@ def context_set_float(
1207
1207
  data_path: str = "",
1208
1208
  value: float | None = 0.0,
1209
1209
  relative: bool | None = False,
1210
- ):
1210
+ ) -> None:
1211
1211
  """Set a context value
1212
1212
 
1213
1213
  :type execution_context: int | str | None
@@ -1227,7 +1227,7 @@ def context_set_id(
1227
1227
  *,
1228
1228
  data_path: str = "",
1229
1229
  value: str = "",
1230
- ):
1230
+ ) -> None:
1231
1231
  """Set a context value to an ID data-block
1232
1232
 
1233
1233
  :type execution_context: int | str | None
@@ -1246,7 +1246,7 @@ def context_set_int(
1246
1246
  data_path: str = "",
1247
1247
  value: int | None = 0,
1248
1248
  relative: bool | None = False,
1249
- ):
1249
+ ) -> None:
1250
1250
  """Set a context value
1251
1251
 
1252
1252
  :type execution_context: int | str | None
@@ -1266,7 +1266,7 @@ def context_set_string(
1266
1266
  *,
1267
1267
  data_path: str = "",
1268
1268
  value: str = "",
1269
- ):
1269
+ ) -> None:
1270
1270
  """Set a context value
1271
1271
 
1272
1272
  :type execution_context: int | str | None
@@ -1284,7 +1284,7 @@ def context_set_value(
1284
1284
  *,
1285
1285
  data_path: str = "",
1286
1286
  value: str = "",
1287
- ):
1287
+ ) -> None:
1288
1288
  """Set a context value
1289
1289
 
1290
1290
  :type execution_context: int | str | None
@@ -1302,7 +1302,7 @@ def context_toggle(
1302
1302
  *,
1303
1303
  data_path: str = "",
1304
1304
  module: str = "",
1305
- ):
1305
+ ) -> None:
1306
1306
  """Toggle a context value
1307
1307
 
1308
1308
  :type execution_context: int | str | None
@@ -1321,7 +1321,7 @@ def context_toggle_enum(
1321
1321
  data_path: str = "",
1322
1322
  value_1: str = "",
1323
1323
  value_2: str = "",
1324
- ):
1324
+ ) -> None:
1325
1325
  """Toggle a context value
1326
1326
 
1327
1327
  :type execution_context: int | str | None
@@ -1340,7 +1340,7 @@ def debug_menu(
1340
1340
  /,
1341
1341
  *,
1342
1342
  debug_value: int | None = 0,
1343
- ):
1343
+ ) -> None:
1344
1344
  """Open a popup to set the debug level
1345
1345
 
1346
1346
  :type execution_context: int | str | None
@@ -1355,7 +1355,7 @@ def doc_view(
1355
1355
  /,
1356
1356
  *,
1357
1357
  doc_id: str = "",
1358
- ):
1358
+ ) -> None:
1359
1359
  """Open online reference docs in a web browser
1360
1360
 
1361
1361
  :type execution_context: int | str | None
@@ -1370,7 +1370,7 @@ def doc_view_manual(
1370
1370
  /,
1371
1371
  *,
1372
1372
  doc_id: str = "",
1373
- ):
1373
+ ) -> None:
1374
1374
  """Load online manual
1375
1375
 
1376
1376
  :type execution_context: int | str | None
@@ -1381,7 +1381,7 @@ def doc_view_manual(
1381
1381
 
1382
1382
  def doc_view_manual_ui_context(
1383
1383
  execution_context: int | str | None = None, undo: bool | None = None
1384
- ):
1384
+ ) -> None:
1385
1385
  """View a context based online manual in a web browser
1386
1386
 
1387
1387
  :type execution_context: int | str | None
@@ -1394,7 +1394,7 @@ def drop_blend_file(
1394
1394
  /,
1395
1395
  *,
1396
1396
  filepath: str = "",
1397
- ):
1397
+ ) -> None:
1398
1398
  """Undocumented, consider contributing.
1399
1399
 
1400
1400
  :type execution_context: int | str | None
@@ -1411,7 +1411,7 @@ def drop_import_file(
1411
1411
  directory: str = "",
1412
1412
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
1413
1413
  | None = None,
1414
- ):
1414
+ ) -> None:
1415
1415
  """Operator that allows file handlers to receive file drops
1416
1416
 
1417
1417
  :type execution_context: int | str | None
@@ -1466,7 +1466,7 @@ def fbx_import(
1466
1466
  use_anim: bool | None = True,
1467
1467
  anim_offset: float | None = 1.0,
1468
1468
  filter_glob: str = "*.fbx",
1469
- ):
1469
+ ) -> None:
1470
1470
  """Import FBX file into current scene
1471
1471
 
1472
1472
  :type execution_context: int | str | None
@@ -1600,7 +1600,7 @@ def grease_pencil_export_pdf(
1600
1600
  frame_mode: typing.Literal["ACTIVE", "SELECTED", "SCENE"] | None = "ACTIVE",
1601
1601
  stroke_sample: float | None = 0.0,
1602
1602
  use_uniform_width: bool | None = False,
1603
- ):
1603
+ ) -> None:
1604
1604
  """Export Grease Pencil to PDF
1605
1605
 
1606
1606
  :type execution_context: int | str | None
@@ -1728,7 +1728,7 @@ def grease_pencil_export_svg(
1728
1728
  stroke_sample: float | None = 0.0,
1729
1729
  use_uniform_width: bool | None = False,
1730
1730
  use_clip_camera: bool | None = False,
1731
- ):
1731
+ ) -> None:
1732
1732
  """Export Grease Pencil to SVG
1733
1733
 
1734
1734
  :type execution_context: int | str | None
@@ -1858,7 +1858,7 @@ def grease_pencil_import_svg(
1858
1858
  resolution: int | None = 10,
1859
1859
  scale: float | None = 10.0,
1860
1860
  use_scene_unit: bool | None = False,
1861
- ):
1861
+ ) -> None:
1862
1862
  """Import SVG into Grease Pencil
1863
1863
 
1864
1864
  :type execution_context: int | str | None
@@ -1974,7 +1974,7 @@ def id_linked_relocate(
1974
1974
  active_collection: bool | None = False,
1975
1975
  instance_collections: bool | None = False,
1976
1976
  instance_object_data: bool | None = False,
1977
- ):
1977
+ ) -> None:
1978
1978
  """Relocate a linked ID, i.e. select another ID to link, and remap its local usages to that newly linked data-block). Currently only designed as an internal operator, not directly exposed to the user
1979
1979
 
1980
1980
  :type execution_context: int | str | None
@@ -2067,7 +2067,7 @@ def interface_theme_preset_add(
2067
2067
  name: str = "",
2068
2068
  remove_name: bool | None = False,
2069
2069
  remove_active: bool | None = False,
2070
- ):
2070
+ ) -> None:
2071
2071
  """Add a custom theme to the preset list
2072
2072
 
2073
2073
  :type execution_context: int | str | None
@@ -2088,7 +2088,7 @@ def interface_theme_preset_remove(
2088
2088
  name: str = "",
2089
2089
  remove_name: bool | None = False,
2090
2090
  remove_active: bool | None = True,
2091
- ):
2091
+ ) -> None:
2092
2092
  """Remove a custom theme from the preset list
2093
2093
 
2094
2094
  :type execution_context: int | str | None
@@ -2109,7 +2109,7 @@ def interface_theme_preset_save(
2109
2109
  name: str = "",
2110
2110
  remove_name: bool | None = False,
2111
2111
  remove_active: bool | None = True,
2112
- ):
2112
+ ) -> None:
2113
2113
  """Save a custom theme in the preset list
2114
2114
 
2115
2115
  :type execution_context: int | str | None
@@ -2130,7 +2130,7 @@ def keyconfig_preset_add(
2130
2130
  name: str = "",
2131
2131
  remove_name: bool | None = False,
2132
2132
  remove_active: bool | None = False,
2133
- ):
2133
+ ) -> None:
2134
2134
  """Add a custom keymap configuration to the preset list
2135
2135
 
2136
2136
  :type execution_context: int | str | None
@@ -2151,7 +2151,7 @@ def keyconfig_preset_remove(
2151
2151
  name: str = "",
2152
2152
  remove_name: bool | None = False,
2153
2153
  remove_active: bool | None = True,
2154
- ):
2154
+ ) -> None:
2155
2155
  """Remove a custom keymap configuration from the preset list
2156
2156
 
2157
2157
  :type execution_context: int | str | None
@@ -2199,7 +2199,7 @@ def lib_reload(
2199
2199
  ]
2200
2200
  | None = "DEFAULT",
2201
2201
  sort_method: str | None = "",
2202
- ):
2202
+ ) -> None:
2203
2203
  """Reload the given library
2204
2204
 
2205
2205
  :type execution_context: int | str | None
@@ -2309,7 +2309,7 @@ def lib_relocate(
2309
2309
  ]
2310
2310
  | None = "DEFAULT",
2311
2311
  sort_method: str | None = "",
2312
- ):
2312
+ ) -> None:
2313
2313
  """Relocate the given library to one or several others
2314
2314
 
2315
2315
  :type execution_context: int | str | None
@@ -2426,7 +2426,7 @@ def link(
2426
2426
  active_collection: bool | None = True,
2427
2427
  instance_collections: bool | None = True,
2428
2428
  instance_object_data: bool | None = True,
2429
- ):
2429
+ ) -> None:
2430
2430
  """Link from a Library .blend file
2431
2431
 
2432
2432
  :type execution_context: int | str | None
@@ -2513,7 +2513,7 @@ def link(
2513
2513
 
2514
2514
  def memory_statistics(
2515
2515
  execution_context: int | str | None = None, undo: bool | None = None
2516
- ):
2516
+ ) -> None:
2517
2517
  """Print memory statistics to the console
2518
2518
 
2519
2519
  :type execution_context: int | str | None
@@ -2580,7 +2580,7 @@ def obj_export(
2580
2580
  smooth_group_bitflags: bool | None = False,
2581
2581
  filter_glob: str = "*.obj;*.mtl",
2582
2582
  collection: str = "",
2583
- ):
2583
+ ) -> None:
2584
2584
  """Save the scene to a Wavefront OBJ file
2585
2585
 
2586
2586
  :type execution_context: int | str | None
@@ -2799,7 +2799,7 @@ def obj_import(
2799
2799
  close_spline_loops: bool | None = True,
2800
2800
  collection_separator: str = "",
2801
2801
  filter_glob: str = "*.obj;*.mtl",
2802
- ):
2802
+ ) -> None:
2803
2803
  """Load a Wavefront OBJ scene
2804
2804
 
2805
2805
  :type execution_context: int | str | None
@@ -2959,7 +2959,7 @@ def open_mainfile(
2959
2959
  use_scripts: bool | None = False,
2960
2960
  display_file_selector: bool | None = True,
2961
2961
  state: int | None = 0,
2962
- ):
2962
+ ) -> None:
2963
2963
  """Open a Blender file
2964
2964
 
2965
2965
  :type execution_context: int | str | None
@@ -3034,7 +3034,7 @@ def open_mainfile(
3034
3034
 
3035
3035
  def operator_cheat_sheet(
3036
3036
  execution_context: int | str | None = None, undo: bool | None = None
3037
- ):
3037
+ ) -> None:
3038
3038
  """List all the operators in a text-block, useful for scripting
3039
3039
 
3040
3040
  :type execution_context: int | str | None
@@ -3043,7 +3043,7 @@ def operator_cheat_sheet(
3043
3043
 
3044
3044
  def operator_defaults(
3045
3045
  execution_context: int | str | None = None, undo: bool | None = None
3046
- ):
3046
+ ) -> None:
3047
3047
  """Set the active operator to its default values
3048
3048
 
3049
3049
  :type execution_context: int | str | None
@@ -3057,7 +3057,7 @@ def operator_pie_enum(
3057
3057
  *,
3058
3058
  data_path: str = "",
3059
3059
  prop_string: str = "",
3060
- ):
3060
+ ) -> None:
3061
3061
  """Undocumented, consider contributing.
3062
3062
 
3063
3063
  :type execution_context: int | str | None
@@ -3077,7 +3077,7 @@ def operator_preset_add(
3077
3077
  remove_name: bool | None = False,
3078
3078
  remove_active: bool | None = False,
3079
3079
  operator: str = "",
3080
- ):
3080
+ ) -> None:
3081
3081
  """Add or remove an Operator Preset
3082
3082
 
3083
3083
  :type execution_context: int | str | None
@@ -3100,7 +3100,7 @@ def operator_presets_cleanup(
3100
3100
  operator: str = "",
3101
3101
  properties: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
3102
3102
  | None = None,
3103
- ):
3103
+ ) -> None:
3104
3104
  """Remove outdated operator properties from presets that may cause problems
3105
3105
 
3106
3106
  :type execution_context: int | str | None
@@ -3117,7 +3117,7 @@ def owner_disable(
3117
3117
  /,
3118
3118
  *,
3119
3119
  owner_id: str = "",
3120
- ):
3120
+ ) -> None:
3121
3121
  """Disable add-on for workspace
3122
3122
 
3123
3123
  :type execution_context: int | str | None
@@ -3132,7 +3132,7 @@ def owner_enable(
3132
3132
  /,
3133
3133
  *,
3134
3134
  owner_id: str = "",
3135
- ):
3135
+ ) -> None:
3136
3136
  """Enable add-on for workspace
3137
3137
 
3138
3138
  :type execution_context: int | str | None
@@ -3147,7 +3147,7 @@ def path_open(
3147
3147
  /,
3148
3148
  *,
3149
3149
  filepath: str = "",
3150
- ):
3150
+ ) -> None:
3151
3151
  """Open a path in a file browser
3152
3152
 
3153
3153
  :type execution_context: int | str | None
@@ -3203,7 +3203,7 @@ def ply_export(
3203
3203
  export_triangulated_mesh: bool | None = False,
3204
3204
  ascii_format: bool | None = False,
3205
3205
  filter_glob: str = "*.ply",
3206
- ):
3206
+ ) -> None:
3207
3207
  """Save the scene to a PLY file
3208
3208
 
3209
3209
  :type execution_context: int | str | None
@@ -3382,7 +3382,7 @@ def ply_import(
3382
3382
  import_colors: typing.Literal["NONE", "SRGB", "LINEAR"] | None = "SRGB",
3383
3383
  import_attributes: bool | None = True,
3384
3384
  filter_glob: str = "*.ply",
3385
- ):
3385
+ ) -> None:
3386
3386
  """Import an PLY file as an object
3387
3387
 
3388
3388
  :type execution_context: int | str | None
@@ -3526,7 +3526,7 @@ def previews_batch_clear(
3526
3526
  use_intern_data: bool | None = True,
3527
3527
  use_trusted: bool | None = False,
3528
3528
  use_backups: bool | None = True,
3529
- ):
3529
+ ) -> None:
3530
3530
  """Clear selected .blend file's previews
3531
3531
 
3532
3532
  :type execution_context: int | str | None
@@ -3569,7 +3569,7 @@ def previews_batch_generate(
3569
3569
  use_intern_data: bool | None = True,
3570
3570
  use_trusted: bool | None = False,
3571
3571
  use_backups: bool | None = True,
3572
- ):
3572
+ ) -> None:
3573
3573
  """Generate selected .blend file's previews
3574
3574
 
3575
3575
  :type execution_context: int | str | None
@@ -3617,7 +3617,7 @@ def previews_clear(
3617
3617
  ]
3618
3618
  ]
3619
3619
  | None = {},
3620
- ):
3620
+ ) -> None:
3621
3621
  """Clear data-block previews (only for some types like objects, materials, textures, etc.)
3622
3622
 
3623
3623
  :type execution_context: int | str | None
@@ -3661,7 +3661,7 @@ def previews_clear(
3661
3661
 
3662
3662
  def previews_ensure(
3663
3663
  execution_context: int | str | None = None, undo: bool | None = None
3664
- ):
3664
+ ) -> None:
3665
3665
  """Ensure data-block previews are available and up-to-date (to be saved in .blend file, only for some types like materials, textures, etc.)
3666
3666
 
3667
3667
  :type execution_context: int | str | None
@@ -3674,7 +3674,7 @@ def properties_add(
3674
3674
  /,
3675
3675
  *,
3676
3676
  data_path: str = "",
3677
- ):
3677
+ ) -> None:
3678
3678
  """Add your own property to the data-block
3679
3679
 
3680
3680
  :type execution_context: int | str | None
@@ -3689,7 +3689,7 @@ def properties_context_change(
3689
3689
  /,
3690
3690
  *,
3691
3691
  context: str = "",
3692
- ):
3692
+ ) -> None:
3693
3693
  """Jump to a different tab inside the properties editor
3694
3694
 
3695
3695
  :type execution_context: int | str | None
@@ -3879,7 +3879,7 @@ def properties_edit(
3879
3879
  ]
3880
3880
  | None = "OBJECT",
3881
3881
  eval_string: str = "",
3882
- ):
3882
+ ) -> None:
3883
3883
  """Change a custom property's type, or adjust how it is displayed in the interface
3884
3884
 
3885
3885
  :type execution_context: int | str | None
@@ -3971,7 +3971,7 @@ def properties_edit_value(
3971
3971
  data_path: str = "",
3972
3972
  property_name: str = "",
3973
3973
  eval_string: str = "",
3974
- ):
3974
+ ) -> None:
3975
3975
  """Edit the value of a custom property
3976
3976
 
3977
3977
  :type execution_context: int | str | None
@@ -3991,7 +3991,7 @@ def properties_remove(
3991
3991
  *,
3992
3992
  data_path: str = "",
3993
3993
  property_name: str = "",
3994
- ):
3994
+ ) -> None:
3995
3995
  """Internal use (edit a property data_path)
3996
3996
 
3997
3997
  :type execution_context: int | str | None
@@ -4002,7 +4002,9 @@ def properties_remove(
4002
4002
  :type property_name: str
4003
4003
  """
4004
4004
 
4005
- def quit_blender(execution_context: int | str | None = None, undo: bool | None = None):
4005
+ def quit_blender(
4006
+ execution_context: int | str | None = None, undo: bool | None = None
4007
+ ) -> None:
4006
4008
  """Quit Blender
4007
4009
 
4008
4010
  :type execution_context: int | str | None
@@ -4026,7 +4028,7 @@ def radial_control(
4026
4028
  image_id: str = "",
4027
4029
  secondary_tex: bool | None = False,
4028
4030
  release_confirm: bool | None = False,
4029
- ):
4031
+ ) -> None:
4030
4032
  """Set some size property (e.g. brush size) with mouse wheel
4031
4033
 
4032
4034
  :type execution_context: int | str | None
@@ -4065,7 +4067,7 @@ def read_factory_settings(
4065
4067
  use_factory_startup_app_template_only: bool | None = False,
4066
4068
  app_template: str = "Template",
4067
4069
  use_empty: bool | None = False,
4068
- ):
4070
+ ) -> None:
4069
4071
  """Load factory default startup file and preferences. To make changes permanent, use "Save Startup File" and "Save Preferences"
4070
4072
 
4071
4073
  :type execution_context: int | str | None
@@ -4083,7 +4085,7 @@ def read_factory_userpref(
4083
4085
  /,
4084
4086
  *,
4085
4087
  use_factory_startup_app_template_only: bool | None = False,
4086
- ):
4088
+ ) -> None:
4087
4089
  """Load factory default preferences. To make changes to preferences permanent, use "Save Preferences"
4088
4090
 
4089
4091
  :type execution_context: int | str | None
@@ -4092,7 +4094,9 @@ def read_factory_userpref(
4092
4094
  :type use_factory_startup_app_template_only: bool | None
4093
4095
  """
4094
4096
 
4095
- def read_history(execution_context: int | str | None = None, undo: bool | None = None):
4097
+ def read_history(
4098
+ execution_context: int | str | None = None, undo: bool | None = None
4099
+ ) -> None:
4096
4100
  """Reloads history and bookmarks
4097
4101
 
4098
4102
  :type execution_context: int | str | None
@@ -4111,7 +4115,7 @@ def read_homefile(
4111
4115
  use_factory_startup_app_template_only: bool | None = False,
4112
4116
  app_template: str = "Template",
4113
4117
  use_empty: bool | None = False,
4114
- ):
4118
+ ) -> None:
4115
4119
  """Open the default file
4116
4120
 
4117
4121
  :type execution_context: int | str | None
@@ -4131,7 +4135,9 @@ def read_homefile(
4131
4135
  :type use_empty: bool | None
4132
4136
  """
4133
4137
 
4134
- def read_userpref(execution_context: int | str | None = None, undo: bool | None = None):
4138
+ def read_userpref(
4139
+ execution_context: int | str | None = None, undo: bool | None = None
4140
+ ) -> None:
4135
4141
  """Load last saved preferences
4136
4142
 
4137
4143
  :type execution_context: int | str | None
@@ -4170,7 +4176,7 @@ def recover_auto_save(
4170
4176
  | None = "LIST_VERTICAL",
4171
4177
  sort_method: str | None = "",
4172
4178
  use_scripts: bool | None = False,
4173
- ):
4179
+ ) -> None:
4174
4180
  """Open an automatically saved file to recover it
4175
4181
 
4176
4182
  :type execution_context: int | str | None
@@ -4243,7 +4249,7 @@ def recover_last_session(
4243
4249
  /,
4244
4250
  *,
4245
4251
  use_scripts: bool | None = False,
4246
- ):
4252
+ ) -> None:
4247
4253
  """Open the last closed file ("quit.blend")
4248
4254
 
4249
4255
  :type execution_context: int | str | None
@@ -4269,7 +4275,7 @@ def redraw_timer(
4269
4275
  | None = "DRAW",
4270
4276
  iterations: int | None = 10,
4271
4277
  time_limit: float | None = 0.0,
4272
- ):
4278
+ ) -> None:
4273
4279
  """Simple redraw timer to test the speed of updating the interface
4274
4280
 
4275
4281
  :type execution_context: int | str | None
@@ -4309,7 +4315,7 @@ def revert_mainfile(
4309
4315
  /,
4310
4316
  *,
4311
4317
  use_scripts: bool | None = False,
4312
- ):
4318
+ ) -> None:
4313
4319
  """Reload the saved file
4314
4320
 
4315
4321
  :type execution_context: int | str | None
@@ -4352,7 +4358,7 @@ def save_as_mainfile(
4352
4358
  compress: bool | None = False,
4353
4359
  relative_remap: bool | None = True,
4354
4360
  copy: bool | None = False,
4355
- ):
4361
+ ) -> None:
4356
4362
  """Save the current file in the desired location
4357
4363
 
4358
4364
  :type execution_context: int | str | None
@@ -4423,7 +4429,9 @@ def save_as_mainfile(
4423
4429
  :type copy: bool | None
4424
4430
  """
4425
4431
 
4426
- def save_homefile(execution_context: int | str | None = None, undo: bool | None = None):
4432
+ def save_homefile(
4433
+ execution_context: int | str | None = None, undo: bool | None = None
4434
+ ) -> None:
4427
4435
  """Make the current file the default startup file
4428
4436
 
4429
4437
  :type execution_context: int | str | None
@@ -4465,7 +4473,7 @@ def save_mainfile(
4465
4473
  relative_remap: bool | None = False,
4466
4474
  exit: bool | None = False,
4467
4475
  incremental: bool | None = False,
4468
- ):
4476
+ ) -> None:
4469
4477
  """Save the current Blender file
4470
4478
 
4471
4479
  :type execution_context: int | str | None
@@ -4538,14 +4546,18 @@ def save_mainfile(
4538
4546
  :type incremental: bool | None
4539
4547
  """
4540
4548
 
4541
- def save_userpref(execution_context: int | str | None = None, undo: bool | None = None):
4549
+ def save_userpref(
4550
+ execution_context: int | str | None = None, undo: bool | None = None
4551
+ ) -> None:
4542
4552
  """Make the current preferences default
4543
4553
 
4544
4554
  :type execution_context: int | str | None
4545
4555
  :type undo: bool | None
4546
4556
  """
4547
4557
 
4548
- def search_menu(execution_context: int | str | None = None, undo: bool | None = None):
4558
+ def search_menu(
4559
+ execution_context: int | str | None = None, undo: bool | None = None
4560
+ ) -> None:
4549
4561
  """Pop-up a search over all menus in the current context
4550
4562
 
4551
4563
  :type execution_context: int | str | None
@@ -4554,7 +4566,7 @@ def search_menu(execution_context: int | str | None = None, undo: bool | None =
4554
4566
 
4555
4567
  def search_operator(
4556
4568
  execution_context: int | str | None = None, undo: bool | None = None
4557
- ):
4569
+ ) -> None:
4558
4570
  """Pop-up a search over all available operators in current context
4559
4571
 
4560
4572
  :type execution_context: int | str | None
@@ -4568,7 +4580,7 @@ def search_single_menu(
4568
4580
  *,
4569
4581
  menu_idname: str = "",
4570
4582
  initial_query: str = "",
4571
- ):
4583
+ ) -> None:
4572
4584
  """Pop-up a search for a menu in current context
4573
4585
 
4574
4586
  :type execution_context: int | str | None
@@ -4591,7 +4603,7 @@ def set_stereo_3d(
4591
4603
  | None = "ROW_INTERLEAVED",
4592
4604
  use_interlace_swap: bool | None = False,
4593
4605
  use_sidebyside_crosseyed: bool | None = False,
4594
- ):
4606
+ ) -> None:
4595
4607
  """Toggle 3D stereo support for current window (or change the display mode)
4596
4608
 
4597
4609
  :type execution_context: int | str | None
@@ -4608,14 +4620,18 @@ def set_stereo_3d(
4608
4620
  :type use_sidebyside_crosseyed: bool | None
4609
4621
  """
4610
4622
 
4611
- def splash(execution_context: int | str | None = None, undo: bool | None = None):
4623
+ def splash(
4624
+ execution_context: int | str | None = None, undo: bool | None = None
4625
+ ) -> None:
4612
4626
  """Open the splash screen with release info
4613
4627
 
4614
4628
  :type execution_context: int | str | None
4615
4629
  :type undo: bool | None
4616
4630
  """
4617
4631
 
4618
- def splash_about(execution_context: int | str | None = None, undo: bool | None = None):
4632
+ def splash_about(
4633
+ execution_context: int | str | None = None, undo: bool | None = None
4634
+ ) -> None:
4619
4635
  """Open a window with information about Blender
4620
4636
 
4621
4637
  :type execution_context: int | str | None
@@ -4666,7 +4682,7 @@ def stl_export(
4666
4682
  | None = "Z",
4667
4683
  apply_modifiers: bool | None = True,
4668
4684
  filter_glob: str = "*.stl",
4669
- ):
4685
+ ) -> None:
4670
4686
  """Save the scene to an STL file
4671
4687
 
4672
4688
  :type execution_context: int | str | None
@@ -4829,7 +4845,7 @@ def stl_import(
4829
4845
  | None = "Z",
4830
4846
  use_mesh_validate: bool | None = True,
4831
4847
  filter_glob: str = "*.stl",
4832
- ):
4848
+ ) -> None:
4833
4849
  """Import an STL file as an object
4834
4850
 
4835
4851
  :type execution_context: int | str | None
@@ -4952,7 +4968,7 @@ def sysinfo(
4952
4968
  /,
4953
4969
  *,
4954
4970
  filepath: str = "",
4955
- ):
4971
+ ) -> None:
4956
4972
  """Generate system information, saved into a text file
4957
4973
 
4958
4974
  :type execution_context: int | str | None
@@ -4989,7 +5005,7 @@ def tool_set_by_brush_type(
4989
5005
  "PREFERENCES",
4990
5006
  ]
4991
5007
  | None = "EMPTY",
4992
- ):
5008
+ ) -> None:
4993
5009
  """Look up the most appropriate tool for the given brush type and activate that
4994
5010
 
4995
5011
  :type execution_context: int | str | None
@@ -5030,7 +5046,7 @@ def tool_set_by_id(
5030
5046
  "PREFERENCES",
5031
5047
  ]
5032
5048
  | None = "EMPTY",
5033
- ):
5049
+ ) -> None:
5034
5050
  """Set the tool by name (for key-maps)
5035
5051
 
5036
5052
  :type execution_context: int | str | None
@@ -5076,7 +5092,7 @@ def tool_set_by_index(
5076
5092
  "PREFERENCES",
5077
5093
  ]
5078
5094
  | None = "EMPTY",
5079
- ):
5095
+ ) -> None:
5080
5096
  """Set the tool by index (for key-maps)
5081
5097
 
5082
5098
  :type execution_context: int | str | None
@@ -5093,7 +5109,9 @@ def tool_set_by_index(
5093
5109
  :type space_type: typing.Literal['EMPTY','VIEW_3D','IMAGE_EDITOR','NODE_EDITOR','SEQUENCE_EDITOR','CLIP_EDITOR','DOPESHEET_EDITOR','GRAPH_EDITOR','NLA_EDITOR','TEXT_EDITOR','CONSOLE','INFO','TOPBAR','STATUSBAR','OUTLINER','PROPERTIES','FILE_BROWSER','SPREADSHEET','PREFERENCES'] | None
5094
5110
  """
5095
5111
 
5096
- def toolbar(execution_context: int | str | None = None, undo: bool | None = None):
5112
+ def toolbar(
5113
+ execution_context: int | str | None = None, undo: bool | None = None
5114
+ ) -> None:
5097
5115
  """Undocumented, consider contributing.
5098
5116
 
5099
5117
  :type execution_context: int | str | None
@@ -5102,7 +5120,7 @@ def toolbar(execution_context: int | str | None = None, undo: bool | None = None
5102
5120
 
5103
5121
  def toolbar_fallback_pie(
5104
5122
  execution_context: int | str | None = None, undo: bool | None = None
5105
- ):
5123
+ ) -> None:
5106
5124
  """Undocumented, consider contributing.
5107
5125
 
5108
5126
  :type execution_context: int | str | None
@@ -5111,7 +5129,7 @@ def toolbar_fallback_pie(
5111
5129
 
5112
5130
  def toolbar_prompt(
5113
5131
  execution_context: int | str | None = None, undo: bool | None = None
5114
- ):
5132
+ ) -> None:
5115
5133
  """Leader key like functionality for accessing tools
5116
5134
 
5117
5135
  :type execution_context: int | str | None
@@ -5124,7 +5142,7 @@ def url_open(
5124
5142
  /,
5125
5143
  *,
5126
5144
  url: str = "",
5127
- ):
5145
+ ) -> None:
5128
5146
  """Open a website in the web browser
5129
5147
 
5130
5148
  :type execution_context: int | str | None
@@ -5139,7 +5157,7 @@ def url_open_preset(
5139
5157
  /,
5140
5158
  *,
5141
5159
  type: str | None = "",
5142
- ):
5160
+ ) -> None:
5143
5161
  """Open a preset website in the web browser
5144
5162
 
5145
5163
  :type execution_context: int | str | None
@@ -5247,7 +5265,7 @@ def usd_export(
5247
5265
  ]
5248
5266
  | None = "METERS",
5249
5267
  meters_per_unit: float | None = 1.0,
5250
- ):
5268
+ ) -> None:
5251
5269
  """Export current scene in a USD archive
5252
5270
 
5253
5271
  :type execution_context: int | str | None
@@ -5592,7 +5610,7 @@ def usd_import(
5592
5610
  import_defined_only: bool | None = True,
5593
5611
  merge_parent_xform: bool | None = True,
5594
5612
  apply_unit_conversion_scale: bool | None = True,
5595
- ):
5613
+ ) -> None:
5596
5614
  """Import USD stage into current scene
5597
5615
 
5598
5616
  :type execution_context: int | str | None
@@ -5773,7 +5791,9 @@ def usd_import(
5773
5791
  :type apply_unit_conversion_scale: bool | None
5774
5792
  """
5775
5793
 
5776
- def window_close(execution_context: int | str | None = None, undo: bool | None = None):
5794
+ def window_close(
5795
+ execution_context: int | str | None = None, undo: bool | None = None
5796
+ ) -> None:
5777
5797
  """Close the current window
5778
5798
 
5779
5799
  :type execution_context: int | str | None
@@ -5782,14 +5802,16 @@ def window_close(execution_context: int | str | None = None, undo: bool | None =
5782
5802
 
5783
5803
  def window_fullscreen_toggle(
5784
5804
  execution_context: int | str | None = None, undo: bool | None = None
5785
- ):
5805
+ ) -> None:
5786
5806
  """Toggle the current window full-screen
5787
5807
 
5788
5808
  :type execution_context: int | str | None
5789
5809
  :type undo: bool | None
5790
5810
  """
5791
5811
 
5792
- def window_new(execution_context: int | str | None = None, undo: bool | None = None):
5812
+ def window_new(
5813
+ execution_context: int | str | None = None, undo: bool | None = None
5814
+ ) -> None:
5793
5815
  """Create a new window
5794
5816
 
5795
5817
  :type execution_context: int | str | None
@@ -5798,7 +5820,7 @@ def window_new(execution_context: int | str | None = None, undo: bool | None = N
5798
5820
 
5799
5821
  def window_new_main(
5800
5822
  execution_context: int | str | None = None, undo: bool | None = None
5801
- ):
5823
+ ) -> None:
5802
5824
  """Create a new main window with its own workspace and scene selection
5803
5825
 
5804
5826
  :type execution_context: int | str | None
@@ -5839,7 +5861,7 @@ def xr_navigation_fly(
5839
5861
  1.0,
5840
5862
  1.0,
5841
5863
  ),
5842
- ):
5864
+ ) -> None:
5843
5865
  """Move/turn relative to the VR viewer or controller
5844
5866
 
5845
5867
  :type execution_context: int | str | None
@@ -5911,7 +5933,7 @@ def xr_navigation_grab(
5911
5933
  lock_rotation: bool | None = False,
5912
5934
  lock_rotation_z: bool | None = False,
5913
5935
  lock_scale: bool | None = False,
5914
- ):
5936
+ ) -> None:
5915
5937
  """Navigate the VR scene by grabbing with controllers
5916
5938
 
5917
5939
  :type execution_context: int | str | None
@@ -5936,7 +5958,7 @@ def xr_navigation_reset(
5936
5958
  location: bool | None = True,
5937
5959
  rotation: bool | None = True,
5938
5960
  scale: bool | None = True,
5939
- ):
5961
+ ) -> None:
5940
5962
  """Reset VR navigation deltas relative to session base pose
5941
5963
 
5942
5964
  :type execution_context: int | str | None
@@ -5962,7 +5984,7 @@ def xr_navigation_teleport(
5962
5984
  from_viewer: bool | None = False,
5963
5985
  axis: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, -1.0),
5964
5986
  color: collections.abc.Iterable[float] | None = (0.35, 0.35, 1.0, 1.0),
5965
- ):
5987
+ ) -> None:
5966
5988
  """Set VR viewer location to controller raycast hit location
5967
5989
 
5968
5990
  :type execution_context: int | str | None
@@ -5987,7 +6009,7 @@ def xr_navigation_teleport(
5987
6009
 
5988
6010
  def xr_session_toggle(
5989
6011
  execution_context: int | str | None = None, undo: bool | None = None
5990
- ):
6012
+ ) -> None:
5991
6013
  """Open a view for use with virtual reality headsets, or close it if already opened
5992
6014
 
5993
6015
  :type execution_context: int | str | None