fake-bpy-module 20250603__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 +5 -5
  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 +1220 -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-20250603.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-20250603.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -13,7 +13,7 @@ def bone_select_menu(
13
13
  extend: bool | None = False,
14
14
  deselect: bool | None = False,
15
15
  toggle: bool | None = False,
16
- ):
16
+ ) -> None:
17
17
  """Menu bone selection
18
18
 
19
19
  :type execution_context: int | str | None
@@ -37,7 +37,7 @@ def camera_background_image_add(
37
37
  relative_path: bool | None = True,
38
38
  name: str = "",
39
39
  session_uid: int | None = 0,
40
- ):
40
+ ) -> None:
41
41
  """Add a new background image to the active camera
42
42
 
43
43
  :type execution_context: int | str | None
@@ -58,7 +58,7 @@ def camera_background_image_remove(
58
58
  /,
59
59
  *,
60
60
  index: int | None = 0,
61
- ):
61
+ ) -> None:
62
62
  """Remove a background image from the camera
63
63
 
64
64
  :type execution_context: int | str | None
@@ -69,7 +69,7 @@ def camera_background_image_remove(
69
69
 
70
70
  def camera_to_view(
71
71
  execution_context: int | str | None = None, undo: bool | None = None
72
- ):
72
+ ) -> None:
73
73
  """Set camera view to active view
74
74
 
75
75
  :type execution_context: int | str | None
@@ -78,7 +78,7 @@ def camera_to_view(
78
78
 
79
79
  def camera_to_view_selected(
80
80
  execution_context: int | str | None = None, undo: bool | None = None
81
- ):
81
+ ) -> None:
82
82
  """Move the camera so selected objects are framed
83
83
 
84
84
  :type execution_context: int | str | None
@@ -87,7 +87,7 @@ def camera_to_view_selected(
87
87
 
88
88
  def clear_render_border(
89
89
  execution_context: int | str | None = None, undo: bool | None = None
90
- ):
90
+ ) -> None:
91
91
  """Clear the boundaries of the border render and disable border render
92
92
 
93
93
  :type execution_context: int | str | None
@@ -104,7 +104,7 @@ def clip_border(
104
104
  ymin: int | None = 0,
105
105
  ymax: int | None = 0,
106
106
  wait_for_input: bool | None = True,
107
- ):
107
+ ) -> None:
108
108
  """Set the view clipping region
109
109
 
110
110
  :type execution_context: int | str | None
@@ -121,7 +121,9 @@ def clip_border(
121
121
  :type wait_for_input: bool | None
122
122
  """
123
123
 
124
- def copybuffer(execution_context: int | str | None = None, undo: bool | None = None):
124
+ def copybuffer(
125
+ execution_context: int | str | None = None, undo: bool | None = None
126
+ ) -> None:
125
127
  """Copy the selected objects to the internal clipboard
126
128
 
127
129
  :type execution_context: int | str | None
@@ -135,7 +137,7 @@ def cursor3d(
135
137
  *,
136
138
  use_depth: bool | None = True,
137
139
  orientation: typing.Literal["NONE", "VIEW", "XFORM", "GEOM"] | None = "VIEW",
138
- ):
140
+ ) -> None:
139
141
  """Set the location of the 3D cursor
140
142
 
141
143
  :type execution_context: int | str | None
@@ -167,7 +169,7 @@ def dolly(
167
169
  my: int | None = 0,
168
170
  delta: int | None = 0,
169
171
  use_cursor_init: bool | None = True,
170
- ):
172
+ ) -> None:
171
173
  """Dolly in/out in the view
172
174
 
173
175
  :type execution_context: int | str | None
@@ -189,7 +191,7 @@ def drop_world(
189
191
  *,
190
192
  name: str = "",
191
193
  session_uid: int | None = 0,
192
- ):
194
+ ) -> None:
193
195
  """Drop a world into the scene
194
196
 
195
197
  :type execution_context: int | str | None
@@ -202,7 +204,7 @@ def drop_world(
202
204
 
203
205
  def edit_mesh_extrude_individual_move(
204
206
  execution_context: int | str | None = None, undo: bool | None = None
205
- ):
207
+ ) -> None:
206
208
  """Extrude each individual face separately along local normals
207
209
 
208
210
  :type execution_context: int | str | None
@@ -211,7 +213,7 @@ def edit_mesh_extrude_individual_move(
211
213
 
212
214
  def edit_mesh_extrude_manifold_normal(
213
215
  execution_context: int | str | None = None, undo: bool | None = None
214
- ):
216
+ ) -> None:
215
217
  """Extrude manifold region along normals
216
218
 
217
219
  :type execution_context: int | str | None
@@ -224,7 +226,7 @@ def edit_mesh_extrude_move_normal(
224
226
  /,
225
227
  *,
226
228
  dissolve_and_intersect: bool | None = False,
227
- ):
229
+ ) -> None:
228
230
  """Extrude region together along the average normal
229
231
 
230
232
  :type execution_context: int | str | None
@@ -235,14 +237,14 @@ def edit_mesh_extrude_move_normal(
235
237
 
236
238
  def edit_mesh_extrude_move_shrink_fatten(
237
239
  execution_context: int | str | None = None, undo: bool | None = None
238
- ):
240
+ ) -> None:
239
241
  """Extrude region together along local normals
240
242
 
241
243
  :type execution_context: int | str | None
242
244
  :type undo: bool | None
243
245
  """
244
246
 
245
- def fly(execution_context: int | str | None = None, undo: bool | None = None):
247
+ def fly(execution_context: int | str | None = None, undo: bool | None = None) -> None:
246
248
  """Interactively fly around the scene
247
249
 
248
250
  :type execution_context: int | str | None
@@ -263,7 +265,7 @@ def interactive_add(
263
265
  plane_aspect_base: typing.Literal["FREE", "FIXED"] | None = "FREE",
264
266
  plane_aspect_depth: typing.Literal["FREE", "FIXED"] | None = "FREE",
265
267
  wait_for_input: bool | None = True,
266
- ):
268
+ ) -> None:
267
269
  """Interactively add an object
268
270
 
269
271
  :type execution_context: int | str | None
@@ -312,7 +314,7 @@ def localview(
312
314
  /,
313
315
  *,
314
316
  frame_selected: bool | None = True,
315
- ):
317
+ ) -> None:
316
318
  """Toggle display of selected object(s) separately and centered in view
317
319
 
318
320
  :type execution_context: int | str | None
@@ -323,7 +325,7 @@ def localview(
323
325
 
324
326
  def localview_remove_from(
325
327
  execution_context: int | str | None = None, undo: bool | None = None
326
- ):
328
+ ) -> None:
327
329
  """Move selected objects out of local view
328
330
 
329
331
  :type execution_context: int | str | None
@@ -336,7 +338,7 @@ def move(
336
338
  /,
337
339
  *,
338
340
  use_cursor_init: bool | None = True,
339
- ):
341
+ ) -> None:
340
342
  """Move the view
341
343
 
342
344
  :type execution_context: int | str | None
@@ -345,21 +347,27 @@ def move(
345
347
  :type use_cursor_init: bool | None
346
348
  """
347
349
 
348
- def navigate(execution_context: int | str | None = None, undo: bool | None = None):
350
+ def navigate(
351
+ execution_context: int | str | None = None, undo: bool | None = None
352
+ ) -> None:
349
353
  """Interactively navigate around the scene (uses the mode (walk/fly) preference)
350
354
 
351
355
  :type execution_context: int | str | None
352
356
  :type undo: bool | None
353
357
  """
354
358
 
355
- def ndof_all(execution_context: int | str | None = None, undo: bool | None = None):
359
+ def ndof_all(
360
+ execution_context: int | str | None = None, undo: bool | None = None
361
+ ) -> None:
356
362
  """Pan and rotate the view with the 3D mouse
357
363
 
358
364
  :type execution_context: int | str | None
359
365
  :type undo: bool | None
360
366
  """
361
367
 
362
- def ndof_orbit(execution_context: int | str | None = None, undo: bool | None = None):
368
+ def ndof_orbit(
369
+ execution_context: int | str | None = None, undo: bool | None = None
370
+ ) -> None:
363
371
  """Orbit the view using the 3D mouse
364
372
 
365
373
  :type execution_context: int | str | None
@@ -368,14 +376,16 @@ def ndof_orbit(execution_context: int | str | None = None, undo: bool | None = N
368
376
 
369
377
  def ndof_orbit_zoom(
370
378
  execution_context: int | str | None = None, undo: bool | None = None
371
- ):
379
+ ) -> None:
372
380
  """Orbit and zoom the view using the 3D mouse
373
381
 
374
382
  :type execution_context: int | str | None
375
383
  :type undo: bool | None
376
384
  """
377
385
 
378
- def ndof_pan(execution_context: int | str | None = None, undo: bool | None = None):
386
+ def ndof_pan(
387
+ execution_context: int | str | None = None, undo: bool | None = None
388
+ ) -> None:
379
389
  """Pan the view with the 3D mouse
380
390
 
381
391
  :type execution_context: int | str | None
@@ -384,7 +394,7 @@ def ndof_pan(execution_context: int | str | None = None, undo: bool | None = Non
384
394
 
385
395
  def object_as_camera(
386
396
  execution_context: int | str | None = None, undo: bool | None = None
387
- ):
397
+ ) -> None:
388
398
  """Set the active object as the active camera for this view or scene
389
399
 
390
400
  :type execution_context: int | str | None
@@ -393,7 +403,7 @@ def object_as_camera(
393
403
 
394
404
  def object_mode_pie_or_toggle(
395
405
  execution_context: int | str | None = None, undo: bool | None = None
396
- ):
406
+ ) -> None:
397
407
  """Undocumented, consider contributing.
398
408
 
399
409
  :type execution_context: int | str | None
@@ -407,7 +417,7 @@ def pastebuffer(
407
417
  *,
408
418
  autoselect: bool | None = True,
409
419
  active_collection: bool | None = True,
410
- ):
420
+ ) -> None:
411
421
  """Paste objects from the internal clipboard
412
422
 
413
423
  :type execution_context: int | str | None
@@ -428,7 +438,7 @@ def render_border(
428
438
  ymin: int | None = 0,
429
439
  ymax: int | None = 0,
430
440
  wait_for_input: bool | None = True,
431
- ):
441
+ ) -> None:
432
442
  """Set the boundaries of the border render and enable border render
433
443
 
434
444
  :type execution_context: int | str | None
@@ -451,7 +461,7 @@ def rotate(
451
461
  /,
452
462
  *,
453
463
  use_cursor_init: bool | None = True,
454
- ):
464
+ ) -> None:
455
465
  """Rotate the view
456
466
 
457
467
  :type execution_context: int | str | None
@@ -460,14 +470,18 @@ def rotate(
460
470
  :type use_cursor_init: bool | None
461
471
  """
462
472
 
463
- def ruler_add(execution_context: int | str | None = None, undo: bool | None = None):
473
+ def ruler_add(
474
+ execution_context: int | str | None = None, undo: bool | None = None
475
+ ) -> None:
464
476
  """Add ruler
465
477
 
466
478
  :type execution_context: int | str | None
467
479
  :type undo: bool | None
468
480
  """
469
481
 
470
- def ruler_remove(execution_context: int | str | None = None, undo: bool | None = None):
482
+ def ruler_remove(
483
+ execution_context: int | str | None = None, undo: bool | None = None
484
+ ) -> None:
471
485
  """Undocumented, consider contributing.
472
486
 
473
487
  :type execution_context: int | str | None
@@ -488,7 +502,7 @@ def select(
488
502
  enumerate: bool | None = False,
489
503
  object: bool | None = False,
490
504
  location: collections.abc.Iterable[int] | None = (0, 0),
491
- ):
505
+ ) -> None:
492
506
  """Select and activate item(s)
493
507
 
494
508
  :type execution_context: int | str | None
@@ -524,7 +538,7 @@ def select_box(
524
538
  ymax: int | None = 0,
525
539
  wait_for_input: bool | None = True,
526
540
  mode: typing.Literal["SET", "ADD", "SUB", "XOR", "AND"] | None = "SET",
527
- ):
541
+ ) -> None:
528
542
  """Select items using box selection
529
543
 
530
544
  :type execution_context: int | str | None
@@ -568,7 +582,7 @@ def select_circle(
568
582
  radius: int | None = 25,
569
583
  wait_for_input: bool | None = True,
570
584
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
571
- ):
585
+ ) -> None:
572
586
  """Select items using circle selection
573
587
 
574
588
  :type execution_context: int | str | None
@@ -604,7 +618,7 @@ def select_lasso(
604
618
  smooth_stroke_factor: float | None = 0.75,
605
619
  smooth_stroke_radius: int | None = 35,
606
620
  mode: typing.Literal["SET", "ADD", "SUB", "XOR", "AND"] | None = "SET",
607
- ):
621
+ ) -> None:
608
622
  """Select items using lasso selection
609
623
 
610
624
  :type execution_context: int | str | None
@@ -645,7 +659,7 @@ def select_menu(
645
659
  extend: bool | None = False,
646
660
  deselect: bool | None = False,
647
661
  toggle: bool | None = False,
648
- ):
662
+ ) -> None:
649
663
  """Menu object selection
650
664
 
651
665
  :type execution_context: int | str | None
@@ -660,7 +674,9 @@ def select_menu(
660
674
  :type toggle: bool | None
661
675
  """
662
676
 
663
- def smoothview(execution_context: int | str | None = None, undo: bool | None = None):
677
+ def smoothview(
678
+ execution_context: int | str | None = None, undo: bool | None = None
679
+ ) -> None:
664
680
  """Undocumented, consider contributing.
665
681
 
666
682
  :type execution_context: int | str | None
@@ -669,7 +685,7 @@ def smoothview(execution_context: int | str | None = None, undo: bool | None = N
669
685
 
670
686
  def snap_cursor_to_active(
671
687
  execution_context: int | str | None = None, undo: bool | None = None
672
- ):
688
+ ) -> None:
673
689
  """Snap 3D cursor to the active item
674
690
 
675
691
  :type execution_context: int | str | None
@@ -678,7 +694,7 @@ def snap_cursor_to_active(
678
694
 
679
695
  def snap_cursor_to_center(
680
696
  execution_context: int | str | None = None, undo: bool | None = None
681
- ):
697
+ ) -> None:
682
698
  """Snap 3D cursor to the world origin
683
699
 
684
700
  :type execution_context: int | str | None
@@ -687,7 +703,7 @@ def snap_cursor_to_center(
687
703
 
688
704
  def snap_cursor_to_grid(
689
705
  execution_context: int | str | None = None, undo: bool | None = None
690
- ):
706
+ ) -> None:
691
707
  """Snap 3D cursor to the nearest grid division
692
708
 
693
709
  :type execution_context: int | str | None
@@ -696,7 +712,7 @@ def snap_cursor_to_grid(
696
712
 
697
713
  def snap_cursor_to_selected(
698
714
  execution_context: int | str | None = None, undo: bool | None = None
699
- ):
715
+ ) -> None:
700
716
  """Snap 3D cursor to the middle of the selected item(s)
701
717
 
702
718
  :type execution_context: int | str | None
@@ -705,7 +721,7 @@ def snap_cursor_to_selected(
705
721
 
706
722
  def snap_selected_to_active(
707
723
  execution_context: int | str | None = None, undo: bool | None = None
708
- ):
724
+ ) -> None:
709
725
  """Snap selected item(s) to the active item
710
726
 
711
727
  :type execution_context: int | str | None
@@ -719,7 +735,7 @@ def snap_selected_to_cursor(
719
735
  *,
720
736
  use_offset: bool | None = True,
721
737
  use_rotation: bool | None = False,
722
- ):
738
+ ) -> None:
723
739
  """Snap selected item(s) to the 3D cursor
724
740
 
725
741
  :type execution_context: int | str | None
@@ -732,7 +748,7 @@ def snap_selected_to_cursor(
732
748
 
733
749
  def snap_selected_to_grid(
734
750
  execution_context: int | str | None = None, undo: bool | None = None
735
- ):
751
+ ) -> None:
736
752
  """Snap selected item(s) to their nearest grid division
737
753
 
738
754
  :type execution_context: int | str | None
@@ -741,7 +757,7 @@ def snap_selected_to_grid(
741
757
 
742
758
  def toggle_matcap_flip(
743
759
  execution_context: int | str | None = None, undo: bool | None = None
744
- ):
760
+ ) -> None:
745
761
  """Flip MatCap
746
762
 
747
763
  :type execution_context: int | str | None
@@ -755,7 +771,7 @@ def toggle_shading(
755
771
  *,
756
772
  type: typing.Literal["WIREFRAME", "SOLID", "MATERIAL", "RENDERED"]
757
773
  | None = "WIREFRAME",
758
- ):
774
+ ) -> None:
759
775
  """Toggle shading type in 3D viewport
760
776
 
761
777
  :type execution_context: int | str | None
@@ -776,7 +792,9 @@ def toggle_shading(
776
792
  :type type: typing.Literal['WIREFRAME','SOLID','MATERIAL','RENDERED'] | None
777
793
  """
778
794
 
779
- def toggle_xray(execution_context: int | str | None = None, undo: bool | None = None):
795
+ def toggle_xray(
796
+ execution_context: int | str | None = None, undo: bool | None = None
797
+ ) -> None:
780
798
  """Transparent scene display. Allow selecting through items
781
799
 
782
800
  :type execution_context: int | str | None
@@ -790,7 +808,7 @@ def transform_gizmo_set(
790
808
  *,
791
809
  extend: bool | None = False,
792
810
  type: set[typing.Literal["TRANSLATE", "ROTATE", "SCALE"]] | None = {},
793
- ):
811
+ ) -> None:
794
812
  """Set the current transform gizmo
795
813
 
796
814
  :type execution_context: int | str | None
@@ -808,7 +826,7 @@ def view_all(
808
826
  *,
809
827
  use_all_regions: bool | None = False,
810
828
  center: bool | None = False,
811
- ):
829
+ ) -> None:
812
830
  """View all objects in scene
813
831
 
814
832
  :type execution_context: int | str | None
@@ -828,7 +846,7 @@ def view_axis(
828
846
  | None = "LEFT",
829
847
  align_active: bool | None = False,
830
848
  relative: bool | None = False,
831
- ):
849
+ ) -> None:
832
850
  """Use a preset viewpoint
833
851
 
834
852
  :type execution_context: int | str | None
@@ -859,7 +877,9 @@ def view_axis(
859
877
  :type relative: bool | None
860
878
  """
861
879
 
862
- def view_camera(execution_context: int | str | None = None, undo: bool | None = None):
880
+ def view_camera(
881
+ execution_context: int | str | None = None, undo: bool | None = None
882
+ ) -> None:
863
883
  """Toggle the camera view
864
884
 
865
885
  :type execution_context: int | str | None
@@ -868,7 +888,7 @@ def view_camera(execution_context: int | str | None = None, undo: bool | None =
868
888
 
869
889
  def view_center_camera(
870
890
  execution_context: int | str | None = None, undo: bool | None = None
871
- ):
891
+ ) -> None:
872
892
  """Center the camera view, resizing the view to fit its bounds
873
893
 
874
894
  :type execution_context: int | str | None
@@ -877,7 +897,7 @@ def view_center_camera(
877
897
 
878
898
  def view_center_cursor(
879
899
  execution_context: int | str | None = None, undo: bool | None = None
880
- ):
900
+ ) -> None:
881
901
  """Center the view so that the cursor is in the middle of the view
882
902
 
883
903
  :type execution_context: int | str | None
@@ -886,7 +906,7 @@ def view_center_cursor(
886
906
 
887
907
  def view_center_lock(
888
908
  execution_context: int | str | None = None, undo: bool | None = None
889
- ):
909
+ ) -> None:
890
910
  """Center the view lock offset
891
911
 
892
912
  :type execution_context: int | str | None
@@ -895,7 +915,7 @@ def view_center_lock(
895
915
 
896
916
  def view_center_pick(
897
917
  execution_context: int | str | None = None, undo: bool | None = None
898
- ):
918
+ ) -> None:
899
919
  """Center the view to the Z-depth position under the mouse cursor
900
920
 
901
921
  :type execution_context: int | str | None
@@ -904,7 +924,7 @@ def view_center_pick(
904
924
 
905
925
  def view_lock_clear(
906
926
  execution_context: int | str | None = None, undo: bool | None = None
907
- ):
927
+ ) -> None:
908
928
  """Clear all view locking
909
929
 
910
930
  :type execution_context: int | str | None
@@ -913,7 +933,7 @@ def view_lock_clear(
913
933
 
914
934
  def view_lock_to_active(
915
935
  execution_context: int | str | None = None, undo: bool | None = None
916
- ):
936
+ ) -> None:
917
937
  """Lock the view to the active object/bone
918
938
 
919
939
  :type execution_context: int | str | None
@@ -928,7 +948,7 @@ def view_orbit(
928
948
  angle: float | None = 0.0,
929
949
  type: typing.Literal["ORBITLEFT", "ORBITRIGHT", "ORBITUP", "ORBITDOWN"]
930
950
  | None = "ORBITLEFT",
931
- ):
951
+ ) -> None:
932
952
  """Orbit the view
933
953
 
934
954
  :type execution_context: int | str | None
@@ -957,7 +977,7 @@ def view_pan(
957
977
  /,
958
978
  *,
959
979
  type: typing.Literal["PANLEFT", "PANRIGHT", "PANUP", "PANDOWN"] | None = "PANLEFT",
960
- ):
980
+ ) -> None:
961
981
  """Pan the view in a given direction
962
982
 
963
983
  :type execution_context: int | str | None
@@ -980,7 +1000,7 @@ def view_pan(
980
1000
 
981
1001
  def view_persportho(
982
1002
  execution_context: int | str | None = None, undo: bool | None = None
983
- ):
1003
+ ) -> None:
984
1004
  """Switch the current view from perspective/orthographic projection
985
1005
 
986
1006
  :type execution_context: int | str | None
@@ -994,7 +1014,7 @@ def view_roll(
994
1014
  *,
995
1015
  angle: float | None = 0.0,
996
1016
  type: typing.Literal["ANGLE", "LEFT", "RIGHT"] | None = "ANGLE",
997
- ):
1017
+ ) -> None:
998
1018
  """Roll the view
999
1019
 
1000
1020
  :type execution_context: int | str | None
@@ -1020,7 +1040,7 @@ def view_selected(
1020
1040
  /,
1021
1041
  *,
1022
1042
  use_all_regions: bool | None = False,
1023
- ):
1043
+ ) -> None:
1024
1044
  """Move the view to the selection center
1025
1045
 
1026
1046
  :type execution_context: int | str | None
@@ -1029,7 +1049,7 @@ def view_selected(
1029
1049
  :type use_all_regions: bool | None
1030
1050
  """
1031
1051
 
1032
- def walk(execution_context: int | str | None = None, undo: bool | None = None):
1052
+ def walk(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1033
1053
  """Interactively walk around the scene
1034
1054
 
1035
1055
  :type execution_context: int | str | None
@@ -1045,7 +1065,7 @@ def zoom(
1045
1065
  my: int | None = 0,
1046
1066
  delta: int | None = 0,
1047
1067
  use_cursor_init: bool | None = True,
1048
- ):
1068
+ ) -> None:
1049
1069
  """Zoom in/out in the view
1050
1070
 
1051
1071
  :type execution_context: int | str | None
@@ -1071,7 +1091,7 @@ def zoom_border(
1071
1091
  ymax: int | None = 0,
1072
1092
  wait_for_input: bool | None = True,
1073
1093
  zoom_out: bool | None = False,
1074
- ):
1094
+ ) -> None:
1075
1095
  """Zoom in the view to the nearest object contained in the border
1076
1096
 
1077
1097
  :type execution_context: int | str | None
@@ -1092,7 +1112,7 @@ def zoom_border(
1092
1112
 
1093
1113
  def zoom_camera_1_to_1(
1094
1114
  execution_context: int | str | None = None, undo: bool | None = None
1095
- ):
1115
+ ) -> None:
1096
1116
  """Match the camera to 1:1 to the render output
1097
1117
 
1098
1118
  :type execution_context: int | str | None