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
bpy/ops/wm/__init__.pyi CHANGED
@@ -24,7 +24,6 @@ def alembic_export(
24
24
  filter_text: bool | None = False,
25
25
  filter_archive: bool | None = False,
26
26
  filter_btx: bool | None = False,
27
- filter_collada: bool | None = False,
28
27
  filter_alembic: bool | None = True,
29
28
  filter_usd: bool | None = False,
30
29
  filter_obj: bool | None = False,
@@ -70,7 +69,7 @@ def alembic_export(
70
69
  as_background_job: bool | None = False,
71
70
  evaluation_mode: typing.Literal["RENDER", "VIEWPORT"] | None = "RENDER",
72
71
  init_scene_frame_range: bool | None = True,
73
- ):
72
+ ) -> None:
74
73
  """Export current scene in an Alembic archive
75
74
 
76
75
  :type execution_context: int | str | None
@@ -99,8 +98,6 @@ def alembic_export(
99
98
  :type filter_archive: bool | None
100
99
  :param filter_btx: Filter btx files
101
100
  :type filter_btx: bool | None
102
- :param filter_collada: Filter COLLADA files
103
- :type filter_collada: bool | None
104
101
  :param filter_alembic: Filter Alembic files
105
102
  :type filter_alembic: bool | None
106
103
  :param filter_usd: Filter USD files
@@ -219,7 +216,6 @@ def alembic_import(
219
216
  filter_text: bool | None = False,
220
217
  filter_archive: bool | None = False,
221
218
  filter_btx: bool | None = False,
222
- filter_collada: bool | None = False,
223
219
  filter_alembic: bool | None = True,
224
220
  filter_usd: bool | None = False,
225
221
  filter_obj: bool | None = False,
@@ -240,7 +236,7 @@ def alembic_import(
240
236
  always_add_cache_reader: bool | None = False,
241
237
  is_sequence: bool | None = False,
242
238
  as_background_job: bool | None = False,
243
- ):
239
+ ) -> None:
244
240
  """Load an Alembic archive
245
241
 
246
242
  :type execution_context: int | str | None
@@ -273,8 +269,6 @@ def alembic_import(
273
269
  :type filter_archive: bool | None
274
270
  :param filter_btx: Filter btx files
275
271
  :type filter_btx: bool | None
276
- :param filter_collada: Filter COLLADA files
277
- :type filter_collada: bool | None
278
272
  :param filter_alembic: Filter Alembic files
279
273
  :type filter_alembic: bool | None
280
274
  :param filter_usd: Filter USD files
@@ -343,7 +337,6 @@ def append(
343
337
  filter_text: bool | None = False,
344
338
  filter_archive: bool | None = False,
345
339
  filter_btx: bool | None = False,
346
- filter_collada: bool | None = False,
347
340
  filter_alembic: bool | None = False,
348
341
  filter_usd: bool | None = False,
349
342
  filter_obj: bool | None = False,
@@ -365,7 +358,7 @@ def append(
365
358
  instance_object_data: bool | None = True,
366
359
  set_fake: bool | None = False,
367
360
  use_recursive: bool | None = True,
368
- ):
361
+ ) -> None:
369
362
  """Append from a Library .blend file
370
363
 
371
364
  :type execution_context: int | str | None
@@ -400,8 +393,6 @@ def append(
400
393
  :type filter_archive: bool | None
401
394
  :param filter_btx: Filter btx files
402
395
  :type filter_btx: bool | None
403
- :param filter_collada: Filter COLLADA files
404
- :type filter_collada: bool | None
405
396
  :param filter_alembic: Filter Alembic files
406
397
  :type filter_alembic: bool | None
407
398
  :param filter_usd: Filter USD files
@@ -483,7 +474,7 @@ def batch_rename(
483
474
  data_source: typing.Literal["SELECT", "ALL"] | None = "SELECT",
484
475
  actions: bpy.types.bpy_prop_collection[bl_operators.wm.BatchRenameAction]
485
476
  | None = None,
486
- ):
477
+ ) -> None:
487
478
  """Rename multiple items at once
488
479
 
489
480
  :type execution_context: int | str | None
@@ -498,7 +489,7 @@ def batch_rename(
498
489
 
499
490
  def blend_strings_utf8_validate(
500
491
  execution_context: int | str | None = None, undo: bool | None = None
501
- ):
492
+ ) -> None:
502
493
  """Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)
503
494
 
504
495
  :type execution_context: int | str | None
@@ -511,7 +502,7 @@ def call_asset_shelf_popover(
511
502
  /,
512
503
  *,
513
504
  name: str = "",
514
- ):
505
+ ) -> None:
515
506
  """Open a predefined asset shelf in a popup
516
507
 
517
508
  :type execution_context: int | str | None
@@ -526,7 +517,7 @@ def call_menu(
526
517
  /,
527
518
  *,
528
519
  name: str = "",
529
- ):
520
+ ) -> None:
530
521
  """Open a predefined menu
531
522
 
532
523
  :type execution_context: int | str | None
@@ -541,7 +532,7 @@ def call_menu_pie(
541
532
  /,
542
533
  *,
543
534
  name: str = "",
544
- ):
535
+ ) -> None:
545
536
  """Open a predefined pie menu
546
537
 
547
538
  :type execution_context: int | str | None
@@ -557,7 +548,7 @@ def call_panel(
557
548
  *,
558
549
  name: str = "",
559
550
  keep_open: bool | None = True,
560
- ):
551
+ ) -> None:
561
552
  """Open a predefined panel
562
553
 
563
554
  :type execution_context: int | str | None
@@ -574,7 +565,7 @@ def clear_recent_files(
574
565
  /,
575
566
  *,
576
567
  remove: typing.Literal["ALL", "MISSING"] | None = "ALL",
577
- ):
568
+ ) -> None:
578
569
  """Clear the recent files list
579
570
 
580
571
  :type execution_context: int | str | None
@@ -583,400 +574,9 @@ def clear_recent_files(
583
574
  :type remove: typing.Literal['ALL','MISSING'] | None
584
575
  """
585
576
 
586
- def collada_export(
587
- execution_context: int | str | None = None,
588
- undo: bool | None = None,
589
- /,
590
- *,
591
- filepath: str = "",
592
- check_existing: bool | None = True,
593
- filter_blender: bool | None = False,
594
- filter_backup: bool | None = False,
595
- filter_image: bool | None = False,
596
- filter_movie: bool | None = False,
597
- filter_python: bool | None = False,
598
- filter_font: bool | None = False,
599
- filter_sound: bool | None = False,
600
- filter_text: bool | None = False,
601
- filter_archive: bool | None = False,
602
- filter_btx: bool | None = False,
603
- filter_collada: bool | None = True,
604
- filter_alembic: bool | None = False,
605
- filter_usd: bool | None = False,
606
- filter_obj: bool | None = False,
607
- filter_volume: bool | None = False,
608
- filter_folder: bool | None = True,
609
- filter_blenlib: bool | None = False,
610
- filemode: int | None = 8,
611
- display_type: typing.Literal[
612
- "DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
613
- ]
614
- | None = "DEFAULT",
615
- sort_method: str | None = "",
616
- filter_glob: str = "*.dae",
617
- prop_bc_export_ui_section: typing.Literal[
618
- "main", "geometry", "armature", "animation", "collada"
619
- ]
620
- | None = "main",
621
- apply_modifiers: bool | None = False,
622
- export_mesh_type: int | None = 0,
623
- export_mesh_type_selection: typing.Literal["view", "render"] | None = "view",
624
- export_global_forward_selection: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"]
625
- | None = "Y",
626
- export_global_up_selection: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"]
627
- | None = "Z",
628
- apply_global_orientation: bool | None = False,
629
- selected: bool | None = False,
630
- include_children: bool | None = False,
631
- include_armatures: bool | None = False,
632
- include_shapekeys: bool | None = False,
633
- deform_bones_only: bool | None = False,
634
- include_animations: bool | None = True,
635
- include_all_actions: bool | None = True,
636
- export_animation_type_selection: typing.Literal["sample", "keys"] | None = "sample",
637
- sampling_rate: int | None = 1,
638
- keep_smooth_curves: bool | None = False,
639
- keep_keyframes: bool | None = False,
640
- keep_flat_curves: bool | None = False,
641
- active_uv_only: bool | None = False,
642
- use_texture_copies: bool | None = True,
643
- triangulate: bool | None = True,
644
- use_object_instantiation: bool | None = True,
645
- use_blender_profile: bool | None = True,
646
- sort_by_name: bool | None = False,
647
- export_object_transformation_type: int | None = 0,
648
- export_object_transformation_type_selection: typing.Literal["matrix", "decomposed"]
649
- | None = "matrix",
650
- export_animation_transformation_type: int | None = 0,
651
- export_animation_transformation_type_selection: typing.Literal[
652
- "matrix", "decomposed"
653
- ]
654
- | None = "matrix",
655
- open_sim: bool | None = False,
656
- limit_precision: bool | None = False,
657
- keep_bind_info: bool | None = False,
658
- ):
659
- """Save a Collada file (Deprecated)
660
-
661
- :type execution_context: int | str | None
662
- :type undo: bool | None
663
- :param filepath: File Path, Path to file
664
- :type filepath: str
665
- :param check_existing: Check Existing, Check and warn on overwriting existing files
666
- :type check_existing: bool | None
667
- :param filter_blender: Filter .blend files
668
- :type filter_blender: bool | None
669
- :param filter_backup: Filter .blend files
670
- :type filter_backup: bool | None
671
- :param filter_image: Filter image files
672
- :type filter_image: bool | None
673
- :param filter_movie: Filter movie files
674
- :type filter_movie: bool | None
675
- :param filter_python: Filter Python files
676
- :type filter_python: bool | None
677
- :param filter_font: Filter font files
678
- :type filter_font: bool | None
679
- :param filter_sound: Filter sound files
680
- :type filter_sound: bool | None
681
- :param filter_text: Filter text files
682
- :type filter_text: bool | None
683
- :param filter_archive: Filter archive files
684
- :type filter_archive: bool | None
685
- :param filter_btx: Filter btx files
686
- :type filter_btx: bool | None
687
- :param filter_collada: Filter COLLADA files
688
- :type filter_collada: bool | None
689
- :param filter_alembic: Filter Alembic files
690
- :type filter_alembic: bool | None
691
- :param filter_usd: Filter USD files
692
- :type filter_usd: bool | None
693
- :param filter_obj: Filter OBJ files
694
- :type filter_obj: bool | None
695
- :param filter_volume: Filter OpenVDB volume files
696
- :type filter_volume: bool | None
697
- :param filter_folder: Filter folders
698
- :type filter_folder: bool | None
699
- :param filter_blenlib: Filter Blender IDs
700
- :type filter_blenlib: bool | None
701
- :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
702
- :type filemode: int | None
703
- :param display_type: Display Type
704
-
705
- DEFAULT
706
- Default -- Automatically determine display type for files.
707
-
708
- LIST_VERTICAL
709
- Short List -- Display files as short list.
710
-
711
- LIST_HORIZONTAL
712
- Long List -- Display files as a detailed list.
713
-
714
- THUMBNAIL
715
- Thumbnails -- Display files as thumbnails.
716
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
717
- :param sort_method: File sorting mode
718
- :type sort_method: str | None
719
- :type filter_glob: str
720
- :param prop_bc_export_ui_section: Export Section, Only for User Interface organization
721
-
722
- main
723
- Main -- Data export section.
724
-
725
- geometry
726
- Geom -- Geometry export section.
727
-
728
- armature
729
- Arm -- Armature export section.
730
-
731
- animation
732
- Anim -- Animation export section.
733
-
734
- collada
735
- Extra -- Collada export section.
736
- :type prop_bc_export_ui_section: typing.Literal['main','geometry','armature','animation','collada'] | None
737
- :param apply_modifiers: Apply Modifiers, Apply modifiers to exported mesh (non destructive)
738
- :type apply_modifiers: bool | None
739
- :param export_mesh_type: Resolution, Modifier resolution for export
740
- :type export_mesh_type: int | None
741
- :param export_mesh_type_selection: Resolution, Modifier resolution for export
742
-
743
- view
744
- Viewport -- Apply modifier's viewport settings.
745
-
746
- render
747
- Render -- Apply modifier's render settings.
748
- :type export_mesh_type_selection: typing.Literal['view','render'] | None
749
- :param export_global_forward_selection: Global Forward Axis, Global Forward axis for export
750
-
751
- X
752
- X -- Global Forward is positive X Axis.
753
-
754
- Y
755
- Y -- Global Forward is positive Y Axis.
756
-
757
- Z
758
- Z -- Global Forward is positive Z Axis.
759
-
760
- -X
761
- -X -- Global Forward is negative X Axis.
762
-
763
- -Y
764
- -Y -- Global Forward is negative Y Axis.
765
-
766
- -Z
767
- -Z -- Global Forward is negative Z Axis.
768
- :type export_global_forward_selection: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
769
- :param export_global_up_selection: Global Up Axis, Global Up axis for export
770
-
771
- X
772
- X -- Global UP is positive X Axis.
773
-
774
- Y
775
- Y -- Global UP is positive Y Axis.
776
-
777
- Z
778
- Z -- Global UP is positive Z Axis.
779
-
780
- -X
781
- -X -- Global UP is negative X Axis.
782
-
783
- -Y
784
- -Y -- Global UP is negative Y Axis.
785
-
786
- -Z
787
- -Z -- Global UP is negative Z Axis.
788
- :type export_global_up_selection: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
789
- :param apply_global_orientation: Apply Global Orientation, Rotate all root objects to match the global orientation settings otherwise set the global orientation per Collada asset
790
- :type apply_global_orientation: bool | None
791
- :param selected: Selection Only, Export only selected elements
792
- :type selected: bool | None
793
- :param include_children: Include Children, Export all children of selected objects (even if not selected)
794
- :type include_children: bool | None
795
- :param include_armatures: Include Armatures, Export related armatures (even if not selected)
796
- :type include_armatures: bool | None
797
- :param include_shapekeys: Include Shape Keys, Export all Shape Keys from Mesh Objects
798
- :type include_shapekeys: bool | None
799
- :param deform_bones_only: Deform Bones Only, Only export deforming bones with armatures
800
- :type deform_bones_only: bool | None
801
- :param include_animations: Include Animations, Export animations if available (exporting animations will enforce the decomposition of node transforms into <translation> <rotation> and <scale> components)
802
- :type include_animations: bool | None
803
- :param include_all_actions: Include all Actions, Export also unassigned actions (this allows you to export entire animation libraries for your character(s))
804
- :type include_all_actions: bool | None
805
- :param export_animation_type_selection: Key Type, Type for exported animations (use sample keys or Curve keys)
806
-
807
- sample
808
- Samples -- Export Sampled points guided by sampling rate.
809
-
810
- keys
811
- Curves -- Export Curves (note: guided by curve keys).
812
- :type export_animation_type_selection: typing.Literal['sample','keys'] | None
813
- :param sampling_rate: Sampling Rate, The distance between 2 keyframes (1 to key every frame)
814
- :type sampling_rate: int | None
815
- :param keep_smooth_curves: Keep Smooth curves, Export also the curve handles (if available) (this does only work when the inverse parent matrix is the unity matrix, otherwise you may end up with odd results)
816
- :type keep_smooth_curves: bool | None
817
- :param keep_keyframes: Keep Keyframes, Use existing keyframes as additional sample points (this helps when you want to keep manual tweaks)
818
- :type keep_keyframes: bool | None
819
- :param keep_flat_curves: All Keyed Curves, Export also curves which have only one key or are totally flat
820
- :type keep_flat_curves: bool | None
821
- :param active_uv_only: Only Selected UV Map, Export only the selected UV Map
822
- :type active_uv_only: bool | None
823
- :param use_texture_copies: Copy, Copy textures to same folder where the .dae file is exported
824
- :type use_texture_copies: bool | None
825
- :param triangulate: Triangulate, Export polygons (quads and n-gons) as triangles
826
- :type triangulate: bool | None
827
- :param use_object_instantiation: Use Object Instances, Instantiate multiple Objects from same Data
828
- :type use_object_instantiation: bool | None
829
- :param use_blender_profile: Use Blender Profile, Export additional Blender specific information (for material, shaders, bones, etc.)
830
- :type use_blender_profile: bool | None
831
- :param sort_by_name: Sort by Object name, Sort exported data by Object name
832
- :type sort_by_name: bool | None
833
- :param export_object_transformation_type: Transform, Object Transformation type for translation, scale and rotation
834
- :type export_object_transformation_type: int | None
835
- :param export_object_transformation_type_selection: Transform, Object Transformation type for translation, scale and rotation
836
-
837
- matrix
838
- Matrix -- Use <matrix> representation for exported transformations.
839
-
840
- decomposed
841
- Decomposed -- Use <rotate>, <translate> and <scale> representation for exported transformations.
842
- :type export_object_transformation_type_selection: typing.Literal['matrix','decomposed'] | None
843
- :param export_animation_transformation_type: Transform, Transformation type for translation, scale and rotation. Note: The Animation transformation type in the Anim Tab is always equal to the Object transformation type in the Geom tab
844
- :type export_animation_transformation_type: int | None
845
- :param export_animation_transformation_type_selection: Transform, Transformation type for translation, scale and rotation. Note: The Animation transformation type in the Anim Tab is always equal to the Object transformation type in the Geom tab
846
-
847
- matrix
848
- Matrix -- Use <matrix> representation for exported transformations.
849
-
850
- decomposed
851
- Decomposed -- Use <rotate>, <translate> and <scale> representation for exported transformations.
852
- :type export_animation_transformation_type_selection: typing.Literal['matrix','decomposed'] | None
853
- :param open_sim: Export to SL/OpenSim, Compatibility mode for Second Life, OpenSimulator and other compatible online worlds
854
- :type open_sim: bool | None
855
- :param limit_precision: Limit Precision, Reduce the precision of the exported data to 6 digits
856
- :type limit_precision: bool | None
857
- :param keep_bind_info: Keep Bind Info, Store Bindpose information in custom bone properties for later use during Collada export
858
- :type keep_bind_info: bool | None
859
- """
860
-
861
- def collada_import(
862
- execution_context: int | str | None = None,
863
- undo: bool | None = None,
864
- /,
865
- *,
866
- filepath: str = "",
867
- check_existing: bool | None = False,
868
- filter_blender: bool | None = False,
869
- filter_backup: bool | None = False,
870
- filter_image: bool | None = False,
871
- filter_movie: bool | None = False,
872
- filter_python: bool | None = False,
873
- filter_font: bool | None = False,
874
- filter_sound: bool | None = False,
875
- filter_text: bool | None = False,
876
- filter_archive: bool | None = False,
877
- filter_btx: bool | None = False,
878
- filter_collada: bool | None = True,
879
- filter_alembic: bool | None = False,
880
- filter_usd: bool | None = False,
881
- filter_obj: bool | None = False,
882
- filter_volume: bool | None = False,
883
- filter_folder: bool | None = True,
884
- filter_blenlib: bool | None = False,
885
- filemode: int | None = 8,
886
- display_type: typing.Literal[
887
- "DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
888
- ]
889
- | None = "DEFAULT",
890
- sort_method: str | None = "",
891
- filter_glob: str = "*.dae",
892
- import_units: bool | None = False,
893
- custom_normals: bool | None = True,
894
- fix_orientation: bool | None = False,
895
- find_chains: bool | None = False,
896
- auto_connect: bool | None = False,
897
- min_chain_length: int | None = 0,
898
- keep_bind_info: bool | None = False,
899
- ):
900
- """Load a Collada file (Deprecated)
901
-
902
- :type execution_context: int | str | None
903
- :type undo: bool | None
904
- :param filepath: File Path, Path to file
905
- :type filepath: str
906
- :param check_existing: Check Existing, Check and warn on overwriting existing files
907
- :type check_existing: bool | None
908
- :param filter_blender: Filter .blend files
909
- :type filter_blender: bool | None
910
- :param filter_backup: Filter .blend files
911
- :type filter_backup: bool | None
912
- :param filter_image: Filter image files
913
- :type filter_image: bool | None
914
- :param filter_movie: Filter movie files
915
- :type filter_movie: bool | None
916
- :param filter_python: Filter Python files
917
- :type filter_python: bool | None
918
- :param filter_font: Filter font files
919
- :type filter_font: bool | None
920
- :param filter_sound: Filter sound files
921
- :type filter_sound: bool | None
922
- :param filter_text: Filter text files
923
- :type filter_text: bool | None
924
- :param filter_archive: Filter archive files
925
- :type filter_archive: bool | None
926
- :param filter_btx: Filter btx files
927
- :type filter_btx: bool | None
928
- :param filter_collada: Filter COLLADA files
929
- :type filter_collada: bool | None
930
- :param filter_alembic: Filter Alembic files
931
- :type filter_alembic: bool | None
932
- :param filter_usd: Filter USD files
933
- :type filter_usd: bool | None
934
- :param filter_obj: Filter OBJ files
935
- :type filter_obj: bool | None
936
- :param filter_volume: Filter OpenVDB volume files
937
- :type filter_volume: bool | None
938
- :param filter_folder: Filter folders
939
- :type filter_folder: bool | None
940
- :param filter_blenlib: Filter Blender IDs
941
- :type filter_blenlib: bool | None
942
- :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
943
- :type filemode: int | None
944
- :param display_type: Display Type
945
-
946
- DEFAULT
947
- Default -- Automatically determine display type for files.
948
-
949
- LIST_VERTICAL
950
- Short List -- Display files as short list.
951
-
952
- LIST_HORIZONTAL
953
- Long List -- Display files as a detailed list.
954
-
955
- THUMBNAIL
956
- Thumbnails -- Display files as thumbnails.
957
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
958
- :param sort_method: File sorting mode
959
- :type sort_method: str | None
960
- :type filter_glob: str
961
- :param import_units: Import Units, If disabled match import to Blender's current Unit settings, otherwise use the settings from the Imported scene
962
- :type import_units: bool | None
963
- :param custom_normals: Custom Normals, Import custom normals, if available (otherwise Blender will compute them)
964
- :type custom_normals: bool | None
965
- :param fix_orientation: Fix Leaf Bones, Fix Orientation of Leaf Bones (Collada does only support Joints)
966
- :type fix_orientation: bool | None
967
- :param find_chains: Find Bone Chains, Find best matching Bone Chains and ensure bones in chain are connected
968
- :type find_chains: bool | None
969
- :param auto_connect: Auto Connect, Set use_connect for parent bones which have exactly one child bone
970
- :type auto_connect: bool | None
971
- :param min_chain_length: Minimum Chain Length, When searching Bone Chains disregard chains of length below this value
972
- :type min_chain_length: int | None
973
- :param keep_bind_info: Keep Bind Info, Store Bindpose information in custom bone properties for later use during Collada export
974
- :type keep_bind_info: bool | None
975
- """
976
-
977
577
  def collection_export_all(
978
578
  execution_context: int | str | None = None, undo: bool | None = None
979
- ):
579
+ ) -> None:
980
580
  """Invoke all configured exporters for all collections
981
581
 
982
582
  :type execution_context: int | str | None
@@ -991,7 +591,7 @@ def context_collection_boolean_set(
991
591
  data_path_iter: str = "",
992
592
  data_path_item: str = "",
993
593
  type: typing.Literal["TOGGLE", "ENABLE", "DISABLE"] | None = "TOGGLE",
994
- ):
594
+ ) -> None:
995
595
  """Set boolean values for a collection of items
996
596
 
997
597
  :type execution_context: int | str | None
@@ -1011,7 +611,7 @@ def context_cycle_array(
1011
611
  *,
1012
612
  data_path: str = "",
1013
613
  reverse: bool | None = False,
1014
- ):
614
+ ) -> None:
1015
615
  """Set a context array value (useful for cycling the active mesh edit mode)
1016
616
 
1017
617
  :type execution_context: int | str | None
@@ -1030,7 +630,7 @@ def context_cycle_enum(
1030
630
  data_path: str = "",
1031
631
  reverse: bool | None = False,
1032
632
  wrap: bool | None = False,
1033
- ):
633
+ ) -> None:
1034
634
  """Toggle a context value
1035
635
 
1036
636
  :type execution_context: int | str | None
@@ -1051,7 +651,7 @@ def context_cycle_int(
1051
651
  data_path: str = "",
1052
652
  reverse: bool | None = False,
1053
653
  wrap: bool | None = False,
1054
- ):
654
+ ) -> None:
1055
655
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)
1056
656
 
1057
657
  :type execution_context: int | str | None
@@ -1070,7 +670,7 @@ def context_menu_enum(
1070
670
  /,
1071
671
  *,
1072
672
  data_path: str = "",
1073
- ):
673
+ ) -> None:
1074
674
  """Undocumented, consider contributing.
1075
675
 
1076
676
  :type execution_context: int | str | None
@@ -1090,7 +690,7 @@ def context_modal_mouse(
1090
690
  input_scale: float | None = 0.01,
1091
691
  invert: bool | None = False,
1092
692
  initial_x: int | None = 0,
1093
- ):
693
+ ) -> None:
1094
694
  """Adjust arbitrary values with mouse input
1095
695
 
1096
696
  :type execution_context: int | str | None
@@ -1115,7 +715,7 @@ def context_pie_enum(
1115
715
  /,
1116
716
  *,
1117
717
  data_path: str = "",
1118
- ):
718
+ ) -> None:
1119
719
  """Undocumented, consider contributing.
1120
720
 
1121
721
  :type execution_context: int | str | None
@@ -1131,7 +731,7 @@ def context_scale_float(
1131
731
  *,
1132
732
  data_path: str = "",
1133
733
  value: float | None = 1.0,
1134
- ):
734
+ ) -> None:
1135
735
  """Scale a float context value
1136
736
 
1137
737
  :type execution_context: int | str | None
@@ -1150,7 +750,7 @@ def context_scale_int(
1150
750
  data_path: str = "",
1151
751
  value: float | None = 1.0,
1152
752
  always_step: bool | None = True,
1153
- ):
753
+ ) -> None:
1154
754
  """Scale an int context value
1155
755
 
1156
756
  :type execution_context: int | str | None
@@ -1170,7 +770,7 @@ def context_set_boolean(
1170
770
  *,
1171
771
  data_path: str = "",
1172
772
  value: bool | None = True,
1173
- ):
773
+ ) -> None:
1174
774
  """Set a context value
1175
775
 
1176
776
  :type execution_context: int | str | None
@@ -1188,7 +788,7 @@ def context_set_enum(
1188
788
  *,
1189
789
  data_path: str = "",
1190
790
  value: str = "",
1191
- ):
791
+ ) -> None:
1192
792
  """Set a context value
1193
793
 
1194
794
  :type execution_context: int | str | None
@@ -1207,7 +807,7 @@ def context_set_float(
1207
807
  data_path: str = "",
1208
808
  value: float | None = 0.0,
1209
809
  relative: bool | None = False,
1210
- ):
810
+ ) -> None:
1211
811
  """Set a context value
1212
812
 
1213
813
  :type execution_context: int | str | None
@@ -1227,7 +827,7 @@ def context_set_id(
1227
827
  *,
1228
828
  data_path: str = "",
1229
829
  value: str = "",
1230
- ):
830
+ ) -> None:
1231
831
  """Set a context value to an ID data-block
1232
832
 
1233
833
  :type execution_context: int | str | None
@@ -1246,7 +846,7 @@ def context_set_int(
1246
846
  data_path: str = "",
1247
847
  value: int | None = 0,
1248
848
  relative: bool | None = False,
1249
- ):
849
+ ) -> None:
1250
850
  """Set a context value
1251
851
 
1252
852
  :type execution_context: int | str | None
@@ -1266,7 +866,7 @@ def context_set_string(
1266
866
  *,
1267
867
  data_path: str = "",
1268
868
  value: str = "",
1269
- ):
869
+ ) -> None:
1270
870
  """Set a context value
1271
871
 
1272
872
  :type execution_context: int | str | None
@@ -1284,7 +884,7 @@ def context_set_value(
1284
884
  *,
1285
885
  data_path: str = "",
1286
886
  value: str = "",
1287
- ):
887
+ ) -> None:
1288
888
  """Set a context value
1289
889
 
1290
890
  :type execution_context: int | str | None
@@ -1302,7 +902,7 @@ def context_toggle(
1302
902
  *,
1303
903
  data_path: str = "",
1304
904
  module: str = "",
1305
- ):
905
+ ) -> None:
1306
906
  """Toggle a context value
1307
907
 
1308
908
  :type execution_context: int | str | None
@@ -1321,7 +921,7 @@ def context_toggle_enum(
1321
921
  data_path: str = "",
1322
922
  value_1: str = "",
1323
923
  value_2: str = "",
1324
- ):
924
+ ) -> None:
1325
925
  """Toggle a context value
1326
926
 
1327
927
  :type execution_context: int | str | None
@@ -1340,7 +940,7 @@ def debug_menu(
1340
940
  /,
1341
941
  *,
1342
942
  debug_value: int | None = 0,
1343
- ):
943
+ ) -> None:
1344
944
  """Open a popup to set the debug level
1345
945
 
1346
946
  :type execution_context: int | str | None
@@ -1355,7 +955,7 @@ def doc_view(
1355
955
  /,
1356
956
  *,
1357
957
  doc_id: str = "",
1358
- ):
958
+ ) -> None:
1359
959
  """Open online reference docs in a web browser
1360
960
 
1361
961
  :type execution_context: int | str | None
@@ -1370,7 +970,7 @@ def doc_view_manual(
1370
970
  /,
1371
971
  *,
1372
972
  doc_id: str = "",
1373
- ):
973
+ ) -> None:
1374
974
  """Load online manual
1375
975
 
1376
976
  :type execution_context: int | str | None
@@ -1381,7 +981,7 @@ def doc_view_manual(
1381
981
 
1382
982
  def doc_view_manual_ui_context(
1383
983
  execution_context: int | str | None = None, undo: bool | None = None
1384
- ):
984
+ ) -> None:
1385
985
  """View a context based online manual in a web browser
1386
986
 
1387
987
  :type execution_context: int | str | None
@@ -1394,7 +994,7 @@ def drop_blend_file(
1394
994
  /,
1395
995
  *,
1396
996
  filepath: str = "",
1397
- ):
997
+ ) -> None:
1398
998
  """Undocumented, consider contributing.
1399
999
 
1400
1000
  :type execution_context: int | str | None
@@ -1411,7 +1011,7 @@ def drop_import_file(
1411
1011
  directory: str = "",
1412
1012
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
1413
1013
  | None = None,
1414
- ):
1014
+ ) -> None:
1415
1015
  """Operator that allows file handlers to receive file drops
1416
1016
 
1417
1017
  :type execution_context: int | str | None
@@ -1442,7 +1042,6 @@ def fbx_import(
1442
1042
  filter_text: bool | None = False,
1443
1043
  filter_archive: bool | None = False,
1444
1044
  filter_btx: bool | None = False,
1445
- filter_collada: bool | None = False,
1446
1045
  filter_alembic: bool | None = False,
1447
1046
  filter_usd: bool | None = False,
1448
1047
  filter_obj: bool | None = False,
@@ -1466,7 +1065,7 @@ def fbx_import(
1466
1065
  use_anim: bool | None = True,
1467
1066
  anim_offset: float | None = 1.0,
1468
1067
  filter_glob: str = "*.fbx",
1469
- ):
1068
+ ) -> None:
1470
1069
  """Import FBX file into current scene
1471
1070
 
1472
1071
  :type execution_context: int | str | None
@@ -1499,8 +1098,6 @@ def fbx_import(
1499
1098
  :type filter_archive: bool | None
1500
1099
  :param filter_btx: Filter btx files
1501
1100
  :type filter_btx: bool | None
1502
- :param filter_collada: Filter COLLADA files
1503
- :type filter_collada: bool | None
1504
1101
  :param filter_alembic: Filter Alembic files
1505
1102
  :type filter_alembic: bool | None
1506
1103
  :param filter_usd: Filter USD files
@@ -1581,7 +1178,6 @@ def grease_pencil_export_pdf(
1581
1178
  filter_text: bool | None = False,
1582
1179
  filter_archive: bool | None = False,
1583
1180
  filter_btx: bool | None = False,
1584
- filter_collada: bool | None = False,
1585
1181
  filter_alembic: bool | None = False,
1586
1182
  filter_usd: bool | None = False,
1587
1183
  filter_obj: bool | None = True,
@@ -1600,7 +1196,7 @@ def grease_pencil_export_pdf(
1600
1196
  frame_mode: typing.Literal["ACTIVE", "SELECTED", "SCENE"] | None = "ACTIVE",
1601
1197
  stroke_sample: float | None = 0.0,
1602
1198
  use_uniform_width: bool | None = False,
1603
- ):
1199
+ ) -> None:
1604
1200
  """Export Grease Pencil to PDF
1605
1201
 
1606
1202
  :type execution_context: int | str | None
@@ -1629,8 +1225,6 @@ def grease_pencil_export_pdf(
1629
1225
  :type filter_archive: bool | None
1630
1226
  :param filter_btx: Filter btx files
1631
1227
  :type filter_btx: bool | None
1632
- :param filter_collada: Filter COLLADA files
1633
- :type filter_collada: bool | None
1634
1228
  :param filter_alembic: Filter Alembic files
1635
1229
  :type filter_alembic: bool | None
1636
1230
  :param filter_usd: Filter USD files
@@ -1708,7 +1302,6 @@ def grease_pencil_export_svg(
1708
1302
  filter_text: bool | None = False,
1709
1303
  filter_archive: bool | None = False,
1710
1304
  filter_btx: bool | None = False,
1711
- filter_collada: bool | None = False,
1712
1305
  filter_alembic: bool | None = False,
1713
1306
  filter_usd: bool | None = False,
1714
1307
  filter_obj: bool | None = True,
@@ -1728,7 +1321,7 @@ def grease_pencil_export_svg(
1728
1321
  stroke_sample: float | None = 0.0,
1729
1322
  use_uniform_width: bool | None = False,
1730
1323
  use_clip_camera: bool | None = False,
1731
- ):
1324
+ ) -> None:
1732
1325
  """Export Grease Pencil to SVG
1733
1326
 
1734
1327
  :type execution_context: int | str | None
@@ -1757,8 +1350,6 @@ def grease_pencil_export_svg(
1757
1350
  :type filter_archive: bool | None
1758
1351
  :param filter_btx: Filter btx files
1759
1352
  :type filter_btx: bool | None
1760
- :param filter_collada: Filter COLLADA files
1761
- :type filter_collada: bool | None
1762
1353
  :param filter_alembic: Filter Alembic files
1763
1354
  :type filter_alembic: bool | None
1764
1355
  :param filter_usd: Filter USD files
@@ -1841,7 +1432,6 @@ def grease_pencil_import_svg(
1841
1432
  filter_text: bool | None = False,
1842
1433
  filter_archive: bool | None = False,
1843
1434
  filter_btx: bool | None = False,
1844
- filter_collada: bool | None = False,
1845
1435
  filter_alembic: bool | None = False,
1846
1436
  filter_usd: bool | None = False,
1847
1437
  filter_obj: bool | None = True,
@@ -1858,7 +1448,7 @@ def grease_pencil_import_svg(
1858
1448
  resolution: int | None = 10,
1859
1449
  scale: float | None = 10.0,
1860
1450
  use_scene_unit: bool | None = False,
1861
- ):
1451
+ ) -> None:
1862
1452
  """Import SVG into Grease Pencil
1863
1453
 
1864
1454
  :type execution_context: int | str | None
@@ -1891,8 +1481,6 @@ def grease_pencil_import_svg(
1891
1481
  :type filter_archive: bool | None
1892
1482
  :param filter_btx: Filter btx files
1893
1483
  :type filter_btx: bool | None
1894
- :param filter_collada: Filter COLLADA files
1895
- :type filter_collada: bool | None
1896
1484
  :param filter_alembic: Filter Alembic files
1897
1485
  :type filter_alembic: bool | None
1898
1486
  :param filter_usd: Filter USD files
@@ -1953,7 +1541,6 @@ def id_linked_relocate(
1953
1541
  filter_text: bool | None = False,
1954
1542
  filter_archive: bool | None = False,
1955
1543
  filter_btx: bool | None = False,
1956
- filter_collada: bool | None = False,
1957
1544
  filter_alembic: bool | None = False,
1958
1545
  filter_usd: bool | None = False,
1959
1546
  filter_obj: bool | None = False,
@@ -1974,7 +1561,7 @@ def id_linked_relocate(
1974
1561
  active_collection: bool | None = False,
1975
1562
  instance_collections: bool | None = False,
1976
1563
  instance_object_data: bool | None = False,
1977
- ):
1564
+ ) -> None:
1978
1565
  """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
1566
 
1980
1567
  :type execution_context: int | str | None
@@ -2009,8 +1596,6 @@ def id_linked_relocate(
2009
1596
  :type filter_archive: bool | None
2010
1597
  :param filter_btx: Filter btx files
2011
1598
  :type filter_btx: bool | None
2012
- :param filter_collada: Filter COLLADA files
2013
- :type filter_collada: bool | None
2014
1599
  :param filter_alembic: Filter Alembic files
2015
1600
  :type filter_alembic: bool | None
2016
1601
  :param filter_usd: Filter USD files
@@ -2067,7 +1652,7 @@ def interface_theme_preset_add(
2067
1652
  name: str = "",
2068
1653
  remove_name: bool | None = False,
2069
1654
  remove_active: bool | None = False,
2070
- ):
1655
+ ) -> None:
2071
1656
  """Add a custom theme to the preset list
2072
1657
 
2073
1658
  :type execution_context: int | str | None
@@ -2088,7 +1673,7 @@ def interface_theme_preset_remove(
2088
1673
  name: str = "",
2089
1674
  remove_name: bool | None = False,
2090
1675
  remove_active: bool | None = True,
2091
- ):
1676
+ ) -> None:
2092
1677
  """Remove a custom theme from the preset list
2093
1678
 
2094
1679
  :type execution_context: int | str | None
@@ -2109,7 +1694,7 @@ def interface_theme_preset_save(
2109
1694
  name: str = "",
2110
1695
  remove_name: bool | None = False,
2111
1696
  remove_active: bool | None = True,
2112
- ):
1697
+ ) -> None:
2113
1698
  """Save a custom theme in the preset list
2114
1699
 
2115
1700
  :type execution_context: int | str | None
@@ -2130,7 +1715,7 @@ def keyconfig_preset_add(
2130
1715
  name: str = "",
2131
1716
  remove_name: bool | None = False,
2132
1717
  remove_active: bool | None = False,
2133
- ):
1718
+ ) -> None:
2134
1719
  """Add a custom keymap configuration to the preset list
2135
1720
 
2136
1721
  :type execution_context: int | str | None
@@ -2151,7 +1736,7 @@ def keyconfig_preset_remove(
2151
1736
  name: str = "",
2152
1737
  remove_name: bool | None = False,
2153
1738
  remove_active: bool | None = True,
2154
- ):
1739
+ ) -> None:
2155
1740
  """Remove a custom keymap configuration from the preset list
2156
1741
 
2157
1742
  :type execution_context: int | str | None
@@ -2185,7 +1770,6 @@ def lib_reload(
2185
1770
  filter_text: bool | None = False,
2186
1771
  filter_archive: bool | None = False,
2187
1772
  filter_btx: bool | None = False,
2188
- filter_collada: bool | None = False,
2189
1773
  filter_alembic: bool | None = False,
2190
1774
  filter_usd: bool | None = False,
2191
1775
  filter_obj: bool | None = False,
@@ -2199,7 +1783,7 @@ def lib_reload(
2199
1783
  ]
2200
1784
  | None = "DEFAULT",
2201
1785
  sort_method: str | None = "",
2202
- ):
1786
+ ) -> None:
2203
1787
  """Reload the given library
2204
1788
 
2205
1789
  :type execution_context: int | str | None
@@ -2236,8 +1820,6 @@ def lib_reload(
2236
1820
  :type filter_archive: bool | None
2237
1821
  :param filter_btx: Filter btx files
2238
1822
  :type filter_btx: bool | None
2239
- :param filter_collada: Filter COLLADA files
2240
- :type filter_collada: bool | None
2241
1823
  :param filter_alembic: Filter Alembic files
2242
1824
  :type filter_alembic: bool | None
2243
1825
  :param filter_usd: Filter USD files
@@ -2295,7 +1877,6 @@ def lib_relocate(
2295
1877
  filter_text: bool | None = False,
2296
1878
  filter_archive: bool | None = False,
2297
1879
  filter_btx: bool | None = False,
2298
- filter_collada: bool | None = False,
2299
1880
  filter_alembic: bool | None = False,
2300
1881
  filter_usd: bool | None = False,
2301
1882
  filter_obj: bool | None = False,
@@ -2309,7 +1890,7 @@ def lib_relocate(
2309
1890
  ]
2310
1891
  | None = "DEFAULT",
2311
1892
  sort_method: str | None = "",
2312
- ):
1893
+ ) -> None:
2313
1894
  """Relocate the given library to one or several others
2314
1895
 
2315
1896
  :type execution_context: int | str | None
@@ -2348,8 +1929,6 @@ def lib_relocate(
2348
1929
  :type filter_archive: bool | None
2349
1930
  :param filter_btx: Filter btx files
2350
1931
  :type filter_btx: bool | None
2351
- :param filter_collada: Filter COLLADA files
2352
- :type filter_collada: bool | None
2353
1932
  :param filter_alembic: Filter Alembic files
2354
1933
  :type filter_alembic: bool | None
2355
1934
  :param filter_usd: Filter USD files
@@ -2405,7 +1984,6 @@ def link(
2405
1984
  filter_text: bool | None = False,
2406
1985
  filter_archive: bool | None = False,
2407
1986
  filter_btx: bool | None = False,
2408
- filter_collada: bool | None = False,
2409
1987
  filter_alembic: bool | None = False,
2410
1988
  filter_usd: bool | None = False,
2411
1989
  filter_obj: bool | None = False,
@@ -2426,7 +2004,7 @@ def link(
2426
2004
  active_collection: bool | None = True,
2427
2005
  instance_collections: bool | None = True,
2428
2006
  instance_object_data: bool | None = True,
2429
- ):
2007
+ ) -> None:
2430
2008
  """Link from a Library .blend file
2431
2009
 
2432
2010
  :type execution_context: int | str | None
@@ -2461,8 +2039,6 @@ def link(
2461
2039
  :type filter_archive: bool | None
2462
2040
  :param filter_btx: Filter btx files
2463
2041
  :type filter_btx: bool | None
2464
- :param filter_collada: Filter COLLADA files
2465
- :type filter_collada: bool | None
2466
2042
  :param filter_alembic: Filter Alembic files
2467
2043
  :type filter_alembic: bool | None
2468
2044
  :param filter_usd: Filter USD files
@@ -2513,7 +2089,7 @@ def link(
2513
2089
 
2514
2090
  def memory_statistics(
2515
2091
  execution_context: int | str | None = None, undo: bool | None = None
2516
- ):
2092
+ ) -> None:
2517
2093
  """Print memory statistics to the console
2518
2094
 
2519
2095
  :type execution_context: int | str | None
@@ -2537,7 +2113,6 @@ def obj_export(
2537
2113
  filter_text: bool | None = False,
2538
2114
  filter_archive: bool | None = False,
2539
2115
  filter_btx: bool | None = False,
2540
- filter_collada: bool | None = False,
2541
2116
  filter_alembic: bool | None = False,
2542
2117
  filter_usd: bool | None = False,
2543
2118
  filter_obj: bool | None = False,
@@ -2580,7 +2155,7 @@ def obj_export(
2580
2155
  smooth_group_bitflags: bool | None = False,
2581
2156
  filter_glob: str = "*.obj;*.mtl",
2582
2157
  collection: str = "",
2583
- ):
2158
+ ) -> None:
2584
2159
  """Save the scene to a Wavefront OBJ file
2585
2160
 
2586
2161
  :type execution_context: int | str | None
@@ -2609,8 +2184,6 @@ def obj_export(
2609
2184
  :type filter_archive: bool | None
2610
2185
  :param filter_btx: Filter btx files
2611
2186
  :type filter_btx: bool | None
2612
- :param filter_collada: Filter COLLADA files
2613
- :type filter_collada: bool | None
2614
2187
  :param filter_alembic: Filter Alembic files
2615
2188
  :type filter_alembic: bool | None
2616
2189
  :param filter_usd: Filter USD files
@@ -2771,7 +2344,6 @@ def obj_import(
2771
2344
  filter_text: bool | None = False,
2772
2345
  filter_archive: bool | None = False,
2773
2346
  filter_btx: bool | None = False,
2774
- filter_collada: bool | None = False,
2775
2347
  filter_alembic: bool | None = False,
2776
2348
  filter_usd: bool | None = False,
2777
2349
  filter_obj: bool | None = False,
@@ -2799,7 +2371,7 @@ def obj_import(
2799
2371
  close_spline_loops: bool | None = True,
2800
2372
  collection_separator: str = "",
2801
2373
  filter_glob: str = "*.obj;*.mtl",
2802
- ):
2374
+ ) -> None:
2803
2375
  """Load a Wavefront OBJ scene
2804
2376
 
2805
2377
  :type execution_context: int | str | None
@@ -2832,8 +2404,6 @@ def obj_import(
2832
2404
  :type filter_archive: bool | None
2833
2405
  :param filter_btx: Filter btx files
2834
2406
  :type filter_btx: bool | None
2835
- :param filter_collada: Filter COLLADA files
2836
- :type filter_collada: bool | None
2837
2407
  :param filter_alembic: Filter Alembic files
2838
2408
  :type filter_alembic: bool | None
2839
2409
  :param filter_usd: Filter USD files
@@ -2942,7 +2512,6 @@ def open_mainfile(
2942
2512
  filter_text: bool | None = False,
2943
2513
  filter_archive: bool | None = False,
2944
2514
  filter_btx: bool | None = False,
2945
- filter_collada: bool | None = False,
2946
2515
  filter_alembic: bool | None = False,
2947
2516
  filter_usd: bool | None = False,
2948
2517
  filter_obj: bool | None = False,
@@ -2959,7 +2528,7 @@ def open_mainfile(
2959
2528
  use_scripts: bool | None = False,
2960
2529
  display_file_selector: bool | None = True,
2961
2530
  state: int | None = 0,
2962
- ):
2531
+ ) -> None:
2963
2532
  """Open a Blender file
2964
2533
 
2965
2534
  :type execution_context: int | str | None
@@ -2990,8 +2559,6 @@ def open_mainfile(
2990
2559
  :type filter_archive: bool | None
2991
2560
  :param filter_btx: Filter btx files
2992
2561
  :type filter_btx: bool | None
2993
- :param filter_collada: Filter COLLADA files
2994
- :type filter_collada: bool | None
2995
2562
  :param filter_alembic: Filter Alembic files
2996
2563
  :type filter_alembic: bool | None
2997
2564
  :param filter_usd: Filter USD files
@@ -3034,7 +2601,7 @@ def open_mainfile(
3034
2601
 
3035
2602
  def operator_cheat_sheet(
3036
2603
  execution_context: int | str | None = None, undo: bool | None = None
3037
- ):
2604
+ ) -> None:
3038
2605
  """List all the operators in a text-block, useful for scripting
3039
2606
 
3040
2607
  :type execution_context: int | str | None
@@ -3043,7 +2610,7 @@ def operator_cheat_sheet(
3043
2610
 
3044
2611
  def operator_defaults(
3045
2612
  execution_context: int | str | None = None, undo: bool | None = None
3046
- ):
2613
+ ) -> None:
3047
2614
  """Set the active operator to its default values
3048
2615
 
3049
2616
  :type execution_context: int | str | None
@@ -3057,7 +2624,7 @@ def operator_pie_enum(
3057
2624
  *,
3058
2625
  data_path: str = "",
3059
2626
  prop_string: str = "",
3060
- ):
2627
+ ) -> None:
3061
2628
  """Undocumented, consider contributing.
3062
2629
 
3063
2630
  :type execution_context: int | str | None
@@ -3077,7 +2644,7 @@ def operator_preset_add(
3077
2644
  remove_name: bool | None = False,
3078
2645
  remove_active: bool | None = False,
3079
2646
  operator: str = "",
3080
- ):
2647
+ ) -> None:
3081
2648
  """Add or remove an Operator Preset
3082
2649
 
3083
2650
  :type execution_context: int | str | None
@@ -3100,7 +2667,7 @@ def operator_presets_cleanup(
3100
2667
  operator: str = "",
3101
2668
  properties: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
3102
2669
  | None = None,
3103
- ):
2670
+ ) -> None:
3104
2671
  """Remove outdated operator properties from presets that may cause problems
3105
2672
 
3106
2673
  :type execution_context: int | str | None
@@ -3117,7 +2684,7 @@ def owner_disable(
3117
2684
  /,
3118
2685
  *,
3119
2686
  owner_id: str = "",
3120
- ):
2687
+ ) -> None:
3121
2688
  """Disable add-on for workspace
3122
2689
 
3123
2690
  :type execution_context: int | str | None
@@ -3132,7 +2699,7 @@ def owner_enable(
3132
2699
  /,
3133
2700
  *,
3134
2701
  owner_id: str = "",
3135
- ):
2702
+ ) -> None:
3136
2703
  """Enable add-on for workspace
3137
2704
 
3138
2705
  :type execution_context: int | str | None
@@ -3147,7 +2714,7 @@ def path_open(
3147
2714
  /,
3148
2715
  *,
3149
2716
  filepath: str = "",
3150
- ):
2717
+ ) -> None:
3151
2718
  """Open a path in a file browser
3152
2719
 
3153
2720
  :type execution_context: int | str | None
@@ -3173,7 +2740,6 @@ def ply_export(
3173
2740
  filter_text: bool | None = False,
3174
2741
  filter_archive: bool | None = False,
3175
2742
  filter_btx: bool | None = False,
3176
- filter_collada: bool | None = False,
3177
2743
  filter_alembic: bool | None = False,
3178
2744
  filter_usd: bool | None = False,
3179
2745
  filter_obj: bool | None = False,
@@ -3203,7 +2769,7 @@ def ply_export(
3203
2769
  export_triangulated_mesh: bool | None = False,
3204
2770
  ascii_format: bool | None = False,
3205
2771
  filter_glob: str = "*.ply",
3206
- ):
2772
+ ) -> None:
3207
2773
  """Save the scene to a PLY file
3208
2774
 
3209
2775
  :type execution_context: int | str | None
@@ -3232,8 +2798,6 @@ def ply_export(
3232
2798
  :type filter_archive: bool | None
3233
2799
  :param filter_btx: Filter btx files
3234
2800
  :type filter_btx: bool | None
3235
- :param filter_collada: Filter COLLADA files
3236
- :type filter_collada: bool | None
3237
2801
  :param filter_alembic: Filter Alembic files
3238
2802
  :type filter_alembic: bool | None
3239
2803
  :param filter_usd: Filter USD files
@@ -3357,7 +2921,6 @@ def ply_import(
3357
2921
  filter_text: bool | None = False,
3358
2922
  filter_archive: bool | None = False,
3359
2923
  filter_btx: bool | None = False,
3360
- filter_collada: bool | None = False,
3361
2924
  filter_alembic: bool | None = False,
3362
2925
  filter_usd: bool | None = False,
3363
2926
  filter_obj: bool | None = False,
@@ -3382,7 +2945,7 @@ def ply_import(
3382
2945
  import_colors: typing.Literal["NONE", "SRGB", "LINEAR"] | None = "SRGB",
3383
2946
  import_attributes: bool | None = True,
3384
2947
  filter_glob: str = "*.ply",
3385
- ):
2948
+ ) -> None:
3386
2949
  """Import an PLY file as an object
3387
2950
 
3388
2951
  :type execution_context: int | str | None
@@ -3415,8 +2978,6 @@ def ply_import(
3415
2978
  :type filter_archive: bool | None
3416
2979
  :param filter_btx: Filter btx files
3417
2980
  :type filter_btx: bool | None
3418
- :param filter_collada: Filter COLLADA files
3419
- :type filter_collada: bool | None
3420
2981
  :param filter_alembic: Filter Alembic files
3421
2982
  :type filter_alembic: bool | None
3422
2983
  :param filter_usd: Filter USD files
@@ -3526,7 +3087,7 @@ def previews_batch_clear(
3526
3087
  use_intern_data: bool | None = True,
3527
3088
  use_trusted: bool | None = False,
3528
3089
  use_backups: bool | None = True,
3529
- ):
3090
+ ) -> None:
3530
3091
  """Clear selected .blend file's previews
3531
3092
 
3532
3093
  :type execution_context: int | str | None
@@ -3569,7 +3130,7 @@ def previews_batch_generate(
3569
3130
  use_intern_data: bool | None = True,
3570
3131
  use_trusted: bool | None = False,
3571
3132
  use_backups: bool | None = True,
3572
- ):
3133
+ ) -> None:
3573
3134
  """Generate selected .blend file's previews
3574
3135
 
3575
3136
  :type execution_context: int | str | None
@@ -3617,7 +3178,7 @@ def previews_clear(
3617
3178
  ]
3618
3179
  ]
3619
3180
  | None = {},
3620
- ):
3181
+ ) -> None:
3621
3182
  """Clear data-block previews (only for some types like objects, materials, textures, etc.)
3622
3183
 
3623
3184
  :type execution_context: int | str | None
@@ -3661,7 +3222,7 @@ def previews_clear(
3661
3222
 
3662
3223
  def previews_ensure(
3663
3224
  execution_context: int | str | None = None, undo: bool | None = None
3664
- ):
3225
+ ) -> None:
3665
3226
  """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
3227
 
3667
3228
  :type execution_context: int | str | None
@@ -3674,7 +3235,7 @@ def properties_add(
3674
3235
  /,
3675
3236
  *,
3676
3237
  data_path: str = "",
3677
- ):
3238
+ ) -> None:
3678
3239
  """Add your own property to the data-block
3679
3240
 
3680
3241
  :type execution_context: int | str | None
@@ -3689,7 +3250,7 @@ def properties_context_change(
3689
3250
  /,
3690
3251
  *,
3691
3252
  context: str = "",
3692
- ):
3253
+ ) -> None:
3693
3254
  """Jump to a different tab inside the properties editor
3694
3255
 
3695
3256
  :type execution_context: int | str | None
@@ -3879,7 +3440,7 @@ def properties_edit(
3879
3440
  ]
3880
3441
  | None = "OBJECT",
3881
3442
  eval_string: str = "",
3882
- ):
3443
+ ) -> None:
3883
3444
  """Change a custom property's type, or adjust how it is displayed in the interface
3884
3445
 
3885
3446
  :type execution_context: int | str | None
@@ -3971,7 +3532,7 @@ def properties_edit_value(
3971
3532
  data_path: str = "",
3972
3533
  property_name: str = "",
3973
3534
  eval_string: str = "",
3974
- ):
3535
+ ) -> None:
3975
3536
  """Edit the value of a custom property
3976
3537
 
3977
3538
  :type execution_context: int | str | None
@@ -3991,7 +3552,7 @@ def properties_remove(
3991
3552
  *,
3992
3553
  data_path: str = "",
3993
3554
  property_name: str = "",
3994
- ):
3555
+ ) -> None:
3995
3556
  """Internal use (edit a property data_path)
3996
3557
 
3997
3558
  :type execution_context: int | str | None
@@ -4002,7 +3563,9 @@ def properties_remove(
4002
3563
  :type property_name: str
4003
3564
  """
4004
3565
 
4005
- def quit_blender(execution_context: int | str | None = None, undo: bool | None = None):
3566
+ def quit_blender(
3567
+ execution_context: int | str | None = None, undo: bool | None = None
3568
+ ) -> None:
4006
3569
  """Quit Blender
4007
3570
 
4008
3571
  :type execution_context: int | str | None
@@ -4026,7 +3589,7 @@ def radial_control(
4026
3589
  image_id: str = "",
4027
3590
  secondary_tex: bool | None = False,
4028
3591
  release_confirm: bool | None = False,
4029
- ):
3592
+ ) -> None:
4030
3593
  """Set some size property (e.g. brush size) with mouse wheel
4031
3594
 
4032
3595
  :type execution_context: int | str | None
@@ -4065,7 +3628,7 @@ def read_factory_settings(
4065
3628
  use_factory_startup_app_template_only: bool | None = False,
4066
3629
  app_template: str = "Template",
4067
3630
  use_empty: bool | None = False,
4068
- ):
3631
+ ) -> None:
4069
3632
  """Load factory default startup file and preferences. To make changes permanent, use "Save Startup File" and "Save Preferences"
4070
3633
 
4071
3634
  :type execution_context: int | str | None
@@ -4083,7 +3646,7 @@ def read_factory_userpref(
4083
3646
  /,
4084
3647
  *,
4085
3648
  use_factory_startup_app_template_only: bool | None = False,
4086
- ):
3649
+ ) -> None:
4087
3650
  """Load factory default preferences. To make changes to preferences permanent, use "Save Preferences"
4088
3651
 
4089
3652
  :type execution_context: int | str | None
@@ -4092,7 +3655,9 @@ def read_factory_userpref(
4092
3655
  :type use_factory_startup_app_template_only: bool | None
4093
3656
  """
4094
3657
 
4095
- def read_history(execution_context: int | str | None = None, undo: bool | None = None):
3658
+ def read_history(
3659
+ execution_context: int | str | None = None, undo: bool | None = None
3660
+ ) -> None:
4096
3661
  """Reloads history and bookmarks
4097
3662
 
4098
3663
  :type execution_context: int | str | None
@@ -4111,7 +3676,7 @@ def read_homefile(
4111
3676
  use_factory_startup_app_template_only: bool | None = False,
4112
3677
  app_template: str = "Template",
4113
3678
  use_empty: bool | None = False,
4114
- ):
3679
+ ) -> None:
4115
3680
  """Open the default file
4116
3681
 
4117
3682
  :type execution_context: int | str | None
@@ -4131,7 +3696,9 @@ def read_homefile(
4131
3696
  :type use_empty: bool | None
4132
3697
  """
4133
3698
 
4134
- def read_userpref(execution_context: int | str | None = None, undo: bool | None = None):
3699
+ def read_userpref(
3700
+ execution_context: int | str | None = None, undo: bool | None = None
3701
+ ) -> None:
4135
3702
  """Load last saved preferences
4136
3703
 
4137
3704
  :type execution_context: int | str | None
@@ -4156,7 +3723,6 @@ def recover_auto_save(
4156
3723
  filter_text: bool | None = False,
4157
3724
  filter_archive: bool | None = False,
4158
3725
  filter_btx: bool | None = False,
4159
- filter_collada: bool | None = False,
4160
3726
  filter_alembic: bool | None = False,
4161
3727
  filter_usd: bool | None = False,
4162
3728
  filter_obj: bool | None = False,
@@ -4170,7 +3736,7 @@ def recover_auto_save(
4170
3736
  | None = "LIST_VERTICAL",
4171
3737
  sort_method: str | None = "",
4172
3738
  use_scripts: bool | None = False,
4173
- ):
3739
+ ) -> None:
4174
3740
  """Open an automatically saved file to recover it
4175
3741
 
4176
3742
  :type execution_context: int | str | None
@@ -4201,8 +3767,6 @@ def recover_auto_save(
4201
3767
  :type filter_archive: bool | None
4202
3768
  :param filter_btx: Filter btx files
4203
3769
  :type filter_btx: bool | None
4204
- :param filter_collada: Filter COLLADA files
4205
- :type filter_collada: bool | None
4206
3770
  :param filter_alembic: Filter Alembic files
4207
3771
  :type filter_alembic: bool | None
4208
3772
  :param filter_usd: Filter USD files
@@ -4243,7 +3807,7 @@ def recover_last_session(
4243
3807
  /,
4244
3808
  *,
4245
3809
  use_scripts: bool | None = False,
4246
- ):
3810
+ ) -> None:
4247
3811
  """Open the last closed file ("quit.blend")
4248
3812
 
4249
3813
  :type execution_context: int | str | None
@@ -4269,7 +3833,7 @@ def redraw_timer(
4269
3833
  | None = "DRAW",
4270
3834
  iterations: int | None = 10,
4271
3835
  time_limit: float | None = 0.0,
4272
- ):
3836
+ ) -> None:
4273
3837
  """Simple redraw timer to test the speed of updating the interface
4274
3838
 
4275
3839
  :type execution_context: int | str | None
@@ -4309,7 +3873,7 @@ def revert_mainfile(
4309
3873
  /,
4310
3874
  *,
4311
3875
  use_scripts: bool | None = False,
4312
- ):
3876
+ ) -> None:
4313
3877
  """Reload the saved file
4314
3878
 
4315
3879
  :type execution_context: int | str | None
@@ -4336,7 +3900,6 @@ def save_as_mainfile(
4336
3900
  filter_text: bool | None = False,
4337
3901
  filter_archive: bool | None = False,
4338
3902
  filter_btx: bool | None = False,
4339
- filter_collada: bool | None = False,
4340
3903
  filter_alembic: bool | None = False,
4341
3904
  filter_usd: bool | None = False,
4342
3905
  filter_obj: bool | None = False,
@@ -4352,7 +3915,7 @@ def save_as_mainfile(
4352
3915
  compress: bool | None = False,
4353
3916
  relative_remap: bool | None = True,
4354
3917
  copy: bool | None = False,
4355
- ):
3918
+ ) -> None:
4356
3919
  """Save the current file in the desired location
4357
3920
 
4358
3921
  :type execution_context: int | str | None
@@ -4383,8 +3946,6 @@ def save_as_mainfile(
4383
3946
  :type filter_archive: bool | None
4384
3947
  :param filter_btx: Filter btx files
4385
3948
  :type filter_btx: bool | None
4386
- :param filter_collada: Filter COLLADA files
4387
- :type filter_collada: bool | None
4388
3949
  :param filter_alembic: Filter Alembic files
4389
3950
  :type filter_alembic: bool | None
4390
3951
  :param filter_usd: Filter USD files
@@ -4423,7 +3984,9 @@ def save_as_mainfile(
4423
3984
  :type copy: bool | None
4424
3985
  """
4425
3986
 
4426
- def save_homefile(execution_context: int | str | None = None, undo: bool | None = None):
3987
+ def save_homefile(
3988
+ execution_context: int | str | None = None, undo: bool | None = None
3989
+ ) -> None:
4427
3990
  """Make the current file the default startup file
4428
3991
 
4429
3992
  :type execution_context: int | str | None
@@ -4448,7 +4011,6 @@ def save_mainfile(
4448
4011
  filter_text: bool | None = False,
4449
4012
  filter_archive: bool | None = False,
4450
4013
  filter_btx: bool | None = False,
4451
- filter_collada: bool | None = False,
4452
4014
  filter_alembic: bool | None = False,
4453
4015
  filter_usd: bool | None = False,
4454
4016
  filter_obj: bool | None = False,
@@ -4465,7 +4027,7 @@ def save_mainfile(
4465
4027
  relative_remap: bool | None = False,
4466
4028
  exit: bool | None = False,
4467
4029
  incremental: bool | None = False,
4468
- ):
4030
+ ) -> None:
4469
4031
  """Save the current Blender file
4470
4032
 
4471
4033
  :type execution_context: int | str | None
@@ -4496,8 +4058,6 @@ def save_mainfile(
4496
4058
  :type filter_archive: bool | None
4497
4059
  :param filter_btx: Filter btx files
4498
4060
  :type filter_btx: bool | None
4499
- :param filter_collada: Filter COLLADA files
4500
- :type filter_collada: bool | None
4501
4061
  :param filter_alembic: Filter Alembic files
4502
4062
  :type filter_alembic: bool | None
4503
4063
  :param filter_usd: Filter USD files
@@ -4538,14 +4098,18 @@ def save_mainfile(
4538
4098
  :type incremental: bool | None
4539
4099
  """
4540
4100
 
4541
- def save_userpref(execution_context: int | str | None = None, undo: bool | None = None):
4101
+ def save_userpref(
4102
+ execution_context: int | str | None = None, undo: bool | None = None
4103
+ ) -> None:
4542
4104
  """Make the current preferences default
4543
4105
 
4544
4106
  :type execution_context: int | str | None
4545
4107
  :type undo: bool | None
4546
4108
  """
4547
4109
 
4548
- def search_menu(execution_context: int | str | None = None, undo: bool | None = None):
4110
+ def search_menu(
4111
+ execution_context: int | str | None = None, undo: bool | None = None
4112
+ ) -> None:
4549
4113
  """Pop-up a search over all menus in the current context
4550
4114
 
4551
4115
  :type execution_context: int | str | None
@@ -4554,7 +4118,7 @@ def search_menu(execution_context: int | str | None = None, undo: bool | None =
4554
4118
 
4555
4119
  def search_operator(
4556
4120
  execution_context: int | str | None = None, undo: bool | None = None
4557
- ):
4121
+ ) -> None:
4558
4122
  """Pop-up a search over all available operators in current context
4559
4123
 
4560
4124
  :type execution_context: int | str | None
@@ -4568,7 +4132,7 @@ def search_single_menu(
4568
4132
  *,
4569
4133
  menu_idname: str = "",
4570
4134
  initial_query: str = "",
4571
- ):
4135
+ ) -> None:
4572
4136
  """Pop-up a search for a menu in current context
4573
4137
 
4574
4138
  :type execution_context: int | str | None
@@ -4591,7 +4155,7 @@ def set_stereo_3d(
4591
4155
  | None = "ROW_INTERLEAVED",
4592
4156
  use_interlace_swap: bool | None = False,
4593
4157
  use_sidebyside_crosseyed: bool | None = False,
4594
- ):
4158
+ ) -> None:
4595
4159
  """Toggle 3D stereo support for current window (or change the display mode)
4596
4160
 
4597
4161
  :type execution_context: int | str | None
@@ -4608,14 +4172,18 @@ def set_stereo_3d(
4608
4172
  :type use_sidebyside_crosseyed: bool | None
4609
4173
  """
4610
4174
 
4611
- def splash(execution_context: int | str | None = None, undo: bool | None = None):
4175
+ def splash(
4176
+ execution_context: int | str | None = None, undo: bool | None = None
4177
+ ) -> None:
4612
4178
  """Open the splash screen with release info
4613
4179
 
4614
4180
  :type execution_context: int | str | None
4615
4181
  :type undo: bool | None
4616
4182
  """
4617
4183
 
4618
- def splash_about(execution_context: int | str | None = None, undo: bool | None = None):
4184
+ def splash_about(
4185
+ execution_context: int | str | None = None, undo: bool | None = None
4186
+ ) -> None:
4619
4187
  """Open a window with information about Blender
4620
4188
 
4621
4189
  :type execution_context: int | str | None
@@ -4639,7 +4207,6 @@ def stl_export(
4639
4207
  filter_text: bool | None = False,
4640
4208
  filter_archive: bool | None = False,
4641
4209
  filter_btx: bool | None = False,
4642
- filter_collada: bool | None = False,
4643
4210
  filter_alembic: bool | None = False,
4644
4211
  filter_usd: bool | None = False,
4645
4212
  filter_obj: bool | None = False,
@@ -4666,7 +4233,7 @@ def stl_export(
4666
4233
  | None = "Z",
4667
4234
  apply_modifiers: bool | None = True,
4668
4235
  filter_glob: str = "*.stl",
4669
- ):
4236
+ ) -> None:
4670
4237
  """Save the scene to an STL file
4671
4238
 
4672
4239
  :type execution_context: int | str | None
@@ -4695,8 +4262,6 @@ def stl_export(
4695
4262
  :type filter_archive: bool | None
4696
4263
  :param filter_btx: Filter btx files
4697
4264
  :type filter_btx: bool | None
4698
- :param filter_collada: Filter COLLADA files
4699
- :type filter_collada: bool | None
4700
4265
  :param filter_alembic: Filter Alembic files
4701
4266
  :type filter_alembic: bool | None
4702
4267
  :param filter_usd: Filter USD files
@@ -4805,7 +4370,6 @@ def stl_import(
4805
4370
  filter_text: bool | None = False,
4806
4371
  filter_archive: bool | None = False,
4807
4372
  filter_btx: bool | None = False,
4808
- filter_collada: bool | None = False,
4809
4373
  filter_alembic: bool | None = False,
4810
4374
  filter_usd: bool | None = False,
4811
4375
  filter_obj: bool | None = False,
@@ -4829,7 +4393,7 @@ def stl_import(
4829
4393
  | None = "Z",
4830
4394
  use_mesh_validate: bool | None = True,
4831
4395
  filter_glob: str = "*.stl",
4832
- ):
4396
+ ) -> None:
4833
4397
  """Import an STL file as an object
4834
4398
 
4835
4399
  :type execution_context: int | str | None
@@ -4862,8 +4426,6 @@ def stl_import(
4862
4426
  :type filter_archive: bool | None
4863
4427
  :param filter_btx: Filter btx files
4864
4428
  :type filter_btx: bool | None
4865
- :param filter_collada: Filter COLLADA files
4866
- :type filter_collada: bool | None
4867
4429
  :param filter_alembic: Filter Alembic files
4868
4430
  :type filter_alembic: bool | None
4869
4431
  :param filter_usd: Filter USD files
@@ -4952,7 +4514,7 @@ def sysinfo(
4952
4514
  /,
4953
4515
  *,
4954
4516
  filepath: str = "",
4955
- ):
4517
+ ) -> None:
4956
4518
  """Generate system information, saved into a text file
4957
4519
 
4958
4520
  :type execution_context: int | str | None
@@ -4989,7 +4551,7 @@ def tool_set_by_brush_type(
4989
4551
  "PREFERENCES",
4990
4552
  ]
4991
4553
  | None = "EMPTY",
4992
- ):
4554
+ ) -> None:
4993
4555
  """Look up the most appropriate tool for the given brush type and activate that
4994
4556
 
4995
4557
  :type execution_context: int | str | None
@@ -5030,7 +4592,7 @@ def tool_set_by_id(
5030
4592
  "PREFERENCES",
5031
4593
  ]
5032
4594
  | None = "EMPTY",
5033
- ):
4595
+ ) -> None:
5034
4596
  """Set the tool by name (for key-maps)
5035
4597
 
5036
4598
  :type execution_context: int | str | None
@@ -5076,7 +4638,7 @@ def tool_set_by_index(
5076
4638
  "PREFERENCES",
5077
4639
  ]
5078
4640
  | None = "EMPTY",
5079
- ):
4641
+ ) -> None:
5080
4642
  """Set the tool by index (for key-maps)
5081
4643
 
5082
4644
  :type execution_context: int | str | None
@@ -5093,7 +4655,9 @@ def tool_set_by_index(
5093
4655
  :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
4656
  """
5095
4657
 
5096
- def toolbar(execution_context: int | str | None = None, undo: bool | None = None):
4658
+ def toolbar(
4659
+ execution_context: int | str | None = None, undo: bool | None = None
4660
+ ) -> None:
5097
4661
  """Undocumented, consider contributing.
5098
4662
 
5099
4663
  :type execution_context: int | str | None
@@ -5102,7 +4666,7 @@ def toolbar(execution_context: int | str | None = None, undo: bool | None = None
5102
4666
 
5103
4667
  def toolbar_fallback_pie(
5104
4668
  execution_context: int | str | None = None, undo: bool | None = None
5105
- ):
4669
+ ) -> None:
5106
4670
  """Undocumented, consider contributing.
5107
4671
 
5108
4672
  :type execution_context: int | str | None
@@ -5111,7 +4675,7 @@ def toolbar_fallback_pie(
5111
4675
 
5112
4676
  def toolbar_prompt(
5113
4677
  execution_context: int | str | None = None, undo: bool | None = None
5114
- ):
4678
+ ) -> None:
5115
4679
  """Leader key like functionality for accessing tools
5116
4680
 
5117
4681
  :type execution_context: int | str | None
@@ -5124,7 +4688,7 @@ def url_open(
5124
4688
  /,
5125
4689
  *,
5126
4690
  url: str = "",
5127
- ):
4691
+ ) -> None:
5128
4692
  """Open a website in the web browser
5129
4693
 
5130
4694
  :type execution_context: int | str | None
@@ -5139,7 +4703,7 @@ def url_open_preset(
5139
4703
  /,
5140
4704
  *,
5141
4705
  type: str | None = "",
5142
- ):
4706
+ ) -> None:
5143
4707
  """Open a preset website in the web browser
5144
4708
 
5145
4709
  :type execution_context: int | str | None
@@ -5165,7 +4729,6 @@ def usd_export(
5165
4729
  filter_text: bool | None = False,
5166
4730
  filter_archive: bool | None = False,
5167
4731
  filter_btx: bool | None = False,
5168
- filter_collada: bool | None = False,
5169
4732
  filter_alembic: bool | None = False,
5170
4733
  filter_usd: bool | None = True,
5171
4734
  filter_obj: bool | None = False,
@@ -5247,7 +4810,7 @@ def usd_export(
5247
4810
  ]
5248
4811
  | None = "METERS",
5249
4812
  meters_per_unit: float | None = 1.0,
5250
- ):
4813
+ ) -> None:
5251
4814
  """Export current scene in a USD archive
5252
4815
 
5253
4816
  :type execution_context: int | str | None
@@ -5276,8 +4839,6 @@ def usd_export(
5276
4839
  :type filter_archive: bool | None
5277
4840
  :param filter_btx: Filter btx files
5278
4841
  :type filter_btx: bool | None
5279
- :param filter_collada: Filter COLLADA files
5280
- :type filter_collada: bool | None
5281
4842
  :param filter_alembic: Filter Alembic files
5282
4843
  :type filter_alembic: bool | None
5283
4844
  :param filter_usd: Filter USD files
@@ -5535,7 +5096,6 @@ def usd_import(
5535
5096
  filter_text: bool | None = False,
5536
5097
  filter_archive: bool | None = False,
5537
5098
  filter_btx: bool | None = False,
5538
- filter_collada: bool | None = False,
5539
5099
  filter_alembic: bool | None = False,
5540
5100
  filter_usd: bool | None = True,
5541
5101
  filter_obj: bool | None = False,
@@ -5592,7 +5152,7 @@ def usd_import(
5592
5152
  import_defined_only: bool | None = True,
5593
5153
  merge_parent_xform: bool | None = True,
5594
5154
  apply_unit_conversion_scale: bool | None = True,
5595
- ):
5155
+ ) -> None:
5596
5156
  """Import USD stage into current scene
5597
5157
 
5598
5158
  :type execution_context: int | str | None
@@ -5621,8 +5181,6 @@ def usd_import(
5621
5181
  :type filter_archive: bool | None
5622
5182
  :param filter_btx: Filter btx files
5623
5183
  :type filter_btx: bool | None
5624
- :param filter_collada: Filter COLLADA files
5625
- :type filter_collada: bool | None
5626
5184
  :param filter_alembic: Filter Alembic files
5627
5185
  :type filter_alembic: bool | None
5628
5186
  :param filter_usd: Filter USD files
@@ -5773,7 +5331,9 @@ def usd_import(
5773
5331
  :type apply_unit_conversion_scale: bool | None
5774
5332
  """
5775
5333
 
5776
- def window_close(execution_context: int | str | None = None, undo: bool | None = None):
5334
+ def window_close(
5335
+ execution_context: int | str | None = None, undo: bool | None = None
5336
+ ) -> None:
5777
5337
  """Close the current window
5778
5338
 
5779
5339
  :type execution_context: int | str | None
@@ -5782,14 +5342,16 @@ def window_close(execution_context: int | str | None = None, undo: bool | None =
5782
5342
 
5783
5343
  def window_fullscreen_toggle(
5784
5344
  execution_context: int | str | None = None, undo: bool | None = None
5785
- ):
5345
+ ) -> None:
5786
5346
  """Toggle the current window full-screen
5787
5347
 
5788
5348
  :type execution_context: int | str | None
5789
5349
  :type undo: bool | None
5790
5350
  """
5791
5351
 
5792
- def window_new(execution_context: int | str | None = None, undo: bool | None = None):
5352
+ def window_new(
5353
+ execution_context: int | str | None = None, undo: bool | None = None
5354
+ ) -> None:
5793
5355
  """Create a new window
5794
5356
 
5795
5357
  :type execution_context: int | str | None
@@ -5798,7 +5360,7 @@ def window_new(execution_context: int | str | None = None, undo: bool | None = N
5798
5360
 
5799
5361
  def window_new_main(
5800
5362
  execution_context: int | str | None = None, undo: bool | None = None
5801
- ):
5363
+ ) -> None:
5802
5364
  """Create a new main window with its own workspace and scene selection
5803
5365
 
5804
5366
  :type execution_context: int | str | None
@@ -5839,7 +5401,7 @@ def xr_navigation_fly(
5839
5401
  1.0,
5840
5402
  1.0,
5841
5403
  ),
5842
- ):
5404
+ ) -> None:
5843
5405
  """Move/turn relative to the VR viewer or controller
5844
5406
 
5845
5407
  :type execution_context: int | str | None
@@ -5911,7 +5473,7 @@ def xr_navigation_grab(
5911
5473
  lock_rotation: bool | None = False,
5912
5474
  lock_rotation_z: bool | None = False,
5913
5475
  lock_scale: bool | None = False,
5914
- ):
5476
+ ) -> None:
5915
5477
  """Navigate the VR scene by grabbing with controllers
5916
5478
 
5917
5479
  :type execution_context: int | str | None
@@ -5936,7 +5498,7 @@ def xr_navigation_reset(
5936
5498
  location: bool | None = True,
5937
5499
  rotation: bool | None = True,
5938
5500
  scale: bool | None = True,
5939
- ):
5501
+ ) -> None:
5940
5502
  """Reset VR navigation deltas relative to session base pose
5941
5503
 
5942
5504
  :type execution_context: int | str | None
@@ -5962,7 +5524,7 @@ def xr_navigation_teleport(
5962
5524
  from_viewer: bool | None = False,
5963
5525
  axis: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, -1.0),
5964
5526
  color: collections.abc.Iterable[float] | None = (0.35, 0.35, 1.0, 1.0),
5965
- ):
5527
+ ) -> None:
5966
5528
  """Set VR viewer location to controller raycast hit location
5967
5529
 
5968
5530
  :type execution_context: int | str | None
@@ -5987,7 +5549,7 @@ def xr_navigation_teleport(
5987
5549
 
5988
5550
  def xr_session_toggle(
5989
5551
  execution_context: int | str | None = None, undo: bool | None = None
5990
- ):
5552
+ ) -> None:
5991
5553
  """Open a view for use with virtual reality headsets, or close it if already opened
5992
5554
 
5993
5555
  :type execution_context: int | str | None