fake-bpy-module 20250604__py3-none-any.whl → 20250606__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import bpy.stub_internal.rna_enums
6
6
 
7
- def delete(execution_context: int | str | None = None, undo: bool | None = None):
7
+ def delete(
8
+ execution_context: int | str | None = None, undo: bool | None = None
9
+ ) -> None:
8
10
  """Delete active scene
9
11
 
10
12
  :type execution_context: int | str | None
@@ -13,7 +15,7 @@ def delete(execution_context: int | str | None = None, undo: bool | None = None)
13
15
 
14
16
  def freestyle_add_edge_marks_to_keying_set(
15
17
  execution_context: int | str | None = None, undo: bool | None = None
16
- ):
18
+ ) -> None:
17
19
  """Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
18
20
 
19
21
  :type execution_context: int | str | None
@@ -22,7 +24,7 @@ def freestyle_add_edge_marks_to_keying_set(
22
24
 
23
25
  def freestyle_add_face_marks_to_keying_set(
24
26
  execution_context: int | str | None = None, undo: bool | None = None
25
- ):
27
+ ) -> None:
26
28
  """Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
27
29
 
28
30
  :type execution_context: int | str | None
@@ -36,7 +38,7 @@ def freestyle_alpha_modifier_add(
36
38
  *,
37
39
  type: bpy.stub_internal.rna_enums.LinestyleAlphaModifierTypeItems
38
40
  | None = "ALONG_STROKE",
39
- ):
41
+ ) -> None:
40
42
  """Add an alpha transparency modifier to the line style associated with the active lineset
41
43
 
42
44
  :type execution_context: int | str | None
@@ -52,7 +54,7 @@ def freestyle_color_modifier_add(
52
54
  *,
53
55
  type: bpy.stub_internal.rna_enums.LinestyleColorModifierTypeItems
54
56
  | None = "ALONG_STROKE",
55
- ):
57
+ ) -> None:
56
58
  """Add a line color modifier to the line style associated with the active lineset
57
59
 
58
60
  :type execution_context: int | str | None
@@ -68,7 +70,7 @@ def freestyle_fill_range_by_selection(
68
70
  *,
69
71
  type: typing.Literal["COLOR", "ALPHA", "THICKNESS"] | None = "COLOR",
70
72
  name: str = "",
71
- ):
73
+ ) -> None:
72
74
  """Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)
73
75
 
74
76
  :type execution_context: int | str | None
@@ -95,7 +97,7 @@ def freestyle_geometry_modifier_add(
95
97
  *,
96
98
  type: bpy.stub_internal.rna_enums.LinestyleGeometryModifierTypeItems
97
99
  | None = "2D_OFFSET",
98
- ):
100
+ ) -> None:
99
101
  """Add a stroke geometry modifier to the line style associated with the active lineset
100
102
 
101
103
  :type execution_context: int | str | None
@@ -106,7 +108,7 @@ def freestyle_geometry_modifier_add(
106
108
 
107
109
  def freestyle_lineset_add(
108
110
  execution_context: int | str | None = None, undo: bool | None = None
109
- ):
111
+ ) -> None:
110
112
  """Add a line set into the list of line sets
111
113
 
112
114
  :type execution_context: int | str | None
@@ -115,7 +117,7 @@ def freestyle_lineset_add(
115
117
 
116
118
  def freestyle_lineset_copy(
117
119
  execution_context: int | str | None = None, undo: bool | None = None
118
- ):
120
+ ) -> None:
119
121
  """Copy the active line set to the internal clipboard
120
122
 
121
123
  :type execution_context: int | str | None
@@ -128,7 +130,7 @@ def freestyle_lineset_move(
128
130
  /,
129
131
  *,
130
132
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
131
- ):
133
+ ) -> None:
132
134
  """Change the position of the active line set within the list of line sets
133
135
 
134
136
  :type execution_context: int | str | None
@@ -139,7 +141,7 @@ def freestyle_lineset_move(
139
141
 
140
142
  def freestyle_lineset_paste(
141
143
  execution_context: int | str | None = None, undo: bool | None = None
142
- ):
144
+ ) -> None:
143
145
  """Paste the internal clipboard content to the active line set
144
146
 
145
147
  :type execution_context: int | str | None
@@ -148,7 +150,7 @@ def freestyle_lineset_paste(
148
150
 
149
151
  def freestyle_lineset_remove(
150
152
  execution_context: int | str | None = None, undo: bool | None = None
151
- ):
153
+ ) -> None:
152
154
  """Remove the active line set from the list of line sets
153
155
 
154
156
  :type execution_context: int | str | None
@@ -157,7 +159,7 @@ def freestyle_lineset_remove(
157
159
 
158
160
  def freestyle_linestyle_new(
159
161
  execution_context: int | str | None = None, undo: bool | None = None
160
- ):
162
+ ) -> None:
161
163
  """Create a new line style, reusable by multiple line sets
162
164
 
163
165
  :type execution_context: int | str | None
@@ -166,7 +168,7 @@ def freestyle_linestyle_new(
166
168
 
167
169
  def freestyle_modifier_copy(
168
170
  execution_context: int | str | None = None, undo: bool | None = None
169
- ):
171
+ ) -> None:
170
172
  """Duplicate the modifier within the list of modifiers
171
173
 
172
174
  :type execution_context: int | str | None
@@ -179,7 +181,7 @@ def freestyle_modifier_move(
179
181
  /,
180
182
  *,
181
183
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
182
- ):
184
+ ) -> None:
183
185
  """Move the modifier within the list of modifiers
184
186
 
185
187
  :type execution_context: int | str | None
@@ -190,7 +192,7 @@ def freestyle_modifier_move(
190
192
 
191
193
  def freestyle_modifier_remove(
192
194
  execution_context: int | str | None = None, undo: bool | None = None
193
- ):
195
+ ) -> None:
194
196
  """Remove the modifier from the list of modifiers
195
197
 
196
198
  :type execution_context: int | str | None
@@ -199,7 +201,7 @@ def freestyle_modifier_remove(
199
201
 
200
202
  def freestyle_module_add(
201
203
  execution_context: int | str | None = None, undo: bool | None = None
202
- ):
204
+ ) -> None:
203
205
  """Add a style module into the list of modules
204
206
 
205
207
  :type execution_context: int | str | None
@@ -212,7 +214,7 @@ def freestyle_module_move(
212
214
  /,
213
215
  *,
214
216
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
215
- ):
217
+ ) -> None:
216
218
  """Change the position of the style module within in the list of style modules
217
219
 
218
220
  :type execution_context: int | str | None
@@ -228,7 +230,7 @@ def freestyle_module_open(
228
230
  *,
229
231
  filepath: str = "",
230
232
  make_internal: bool | None = True,
231
- ):
233
+ ) -> None:
232
234
  """Open a style module file
233
235
 
234
236
  :type execution_context: int | str | None
@@ -241,7 +243,7 @@ def freestyle_module_open(
241
243
 
242
244
  def freestyle_module_remove(
243
245
  execution_context: int | str | None = None, undo: bool | None = None
244
- ):
246
+ ) -> None:
245
247
  """Remove the style module from the stack
246
248
 
247
249
  :type execution_context: int | str | None
@@ -250,7 +252,7 @@ def freestyle_module_remove(
250
252
 
251
253
  def freestyle_stroke_material_create(
252
254
  execution_context: int | str | None = None, undo: bool | None = None
253
- ):
255
+ ) -> None:
254
256
  """Create Freestyle stroke material for testing
255
257
 
256
258
  :type execution_context: int | str | None
@@ -264,7 +266,7 @@ def freestyle_thickness_modifier_add(
264
266
  *,
265
267
  type: bpy.stub_internal.rna_enums.LinestyleThicknessModifierTypeItems
266
268
  | None = "ALONG_STROKE",
267
- ):
269
+ ) -> None:
268
270
  """Add a line thickness modifier to the line style associated with the active lineset
269
271
 
270
272
  :type execution_context: int | str | None
@@ -275,7 +277,7 @@ def freestyle_thickness_modifier_add(
275
277
 
276
278
  def gltf2_action_filter_refresh(
277
279
  execution_context: int | str | None = None, undo: bool | None = None
278
- ):
280
+ ) -> None:
279
281
  """Refresh list of actions
280
282
 
281
283
  :type execution_context: int | str | None
@@ -290,7 +292,7 @@ def gpencil_brush_preset_add(
290
292
  name: str = "",
291
293
  remove_name: bool | None = False,
292
294
  remove_active: bool | None = False,
293
- ):
295
+ ) -> None:
294
296
  """Add or remove grease pencil brush preset
295
297
 
296
298
  :type execution_context: int | str | None
@@ -311,7 +313,7 @@ def gpencil_material_preset_add(
311
313
  name: str = "",
312
314
  remove_name: bool | None = False,
313
315
  remove_active: bool | None = False,
314
- ):
316
+ ) -> None:
315
317
  """Add or remove Grease Pencil material preset
316
318
 
317
319
  :type execution_context: int | str | None
@@ -330,7 +332,7 @@ def new(
330
332
  /,
331
333
  *,
332
334
  type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
333
- ):
335
+ ) -> None:
334
336
  """Add new scene by type
335
337
 
336
338
  :type execution_context: int | str | None
@@ -357,7 +359,7 @@ def new_sequencer(
357
359
  /,
358
360
  *,
359
361
  type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
360
- ):
362
+ ) -> None:
361
363
  """Add new scene by type in the sequence editor and assign to active strip
362
364
 
363
365
  :type execution_context: int | str | None
@@ -380,7 +382,7 @@ def new_sequencer(
380
382
 
381
383
  def render_view_add(
382
384
  execution_context: int | str | None = None, undo: bool | None = None
383
- ):
385
+ ) -> None:
384
386
  """Add a render view
385
387
 
386
388
  :type execution_context: int | str | None
@@ -389,7 +391,7 @@ def render_view_add(
389
391
 
390
392
  def render_view_remove(
391
393
  execution_context: int | str | None = None, undo: bool | None = None
392
- ):
394
+ ) -> None:
393
395
  """Remove the selected render view
394
396
 
395
397
  :type execution_context: int | str | None
@@ -402,7 +404,7 @@ def view_layer_add(
402
404
  /,
403
405
  *,
404
406
  type: typing.Literal["NEW", "COPY", "EMPTY"] | None = "NEW",
405
- ):
407
+ ) -> None:
406
408
  """Add a view layer
407
409
 
408
410
  :type execution_context: int | str | None
@@ -422,7 +424,7 @@ def view_layer_add(
422
424
 
423
425
  def view_layer_add_aov(
424
426
  execution_context: int | str | None = None, undo: bool | None = None
425
- ):
427
+ ) -> None:
426
428
  """Add a Shader AOV
427
429
 
428
430
  :type execution_context: int | str | None
@@ -435,7 +437,7 @@ def view_layer_add_lightgroup(
435
437
  /,
436
438
  *,
437
439
  name: str = "",
438
- ):
440
+ ) -> None:
439
441
  """Add a Light Group
440
442
 
441
443
  :type execution_context: int | str | None
@@ -446,7 +448,7 @@ def view_layer_add_lightgroup(
446
448
 
447
449
  def view_layer_add_used_lightgroups(
448
450
  execution_context: int | str | None = None, undo: bool | None = None
449
- ):
451
+ ) -> None:
450
452
  """Add all used Light Groups
451
453
 
452
454
  :type execution_context: int | str | None
@@ -455,7 +457,7 @@ def view_layer_add_used_lightgroups(
455
457
 
456
458
  def view_layer_remove(
457
459
  execution_context: int | str | None = None, undo: bool | None = None
458
- ):
460
+ ) -> None:
459
461
  """Remove the selected view layer
460
462
 
461
463
  :type execution_context: int | str | None
@@ -464,7 +466,7 @@ def view_layer_remove(
464
466
 
465
467
  def view_layer_remove_aov(
466
468
  execution_context: int | str | None = None, undo: bool | None = None
467
- ):
469
+ ) -> None:
468
470
  """Remove Active AOV
469
471
 
470
472
  :type execution_context: int | str | None
@@ -473,7 +475,7 @@ def view_layer_remove_aov(
473
475
 
474
476
  def view_layer_remove_lightgroup(
475
477
  execution_context: int | str | None = None, undo: bool | None = None
476
- ):
478
+ ) -> None:
477
479
  """Remove Active Lightgroup
478
480
 
479
481
  :type execution_context: int | str | None
@@ -482,7 +484,7 @@ def view_layer_remove_lightgroup(
482
484
 
483
485
  def view_layer_remove_unused_lightgroups(
484
486
  execution_context: int | str | None = None, undo: bool | None = None
485
- ):
487
+ ) -> None:
486
488
  """Remove all unused Light Groups
487
489
 
488
490
  :type execution_context: int | str | None
@@ -10,7 +10,7 @@ def actionzone(
10
10
  /,
11
11
  *,
12
12
  modifier: int | None = 0,
13
- ):
13
+ ) -> None:
14
14
  """Handle area action zones for mouse actions/gestures
15
15
 
16
16
  :type execution_context: int | str | None
@@ -25,7 +25,7 @@ def animation_cancel(
25
25
  /,
26
26
  *,
27
27
  restore_frame: bool | None = True,
28
- ):
28
+ ) -> None:
29
29
  """Cancel animation, returning to the original frame
30
30
 
31
31
  :type execution_context: int | str | None
@@ -41,7 +41,7 @@ def animation_play(
41
41
  *,
42
42
  reverse: bool | None = False,
43
43
  sync: bool | None = False,
44
- ):
44
+ ) -> None:
45
45
  """Play animation
46
46
 
47
47
  :type execution_context: int | str | None
@@ -54,21 +54,25 @@ def animation_play(
54
54
 
55
55
  def animation_step(
56
56
  execution_context: int | str | None = None, undo: bool | None = None
57
- ):
57
+ ) -> None:
58
58
  """Step through animation by position
59
59
 
60
60
  :type execution_context: int | str | None
61
61
  :type undo: bool | None
62
62
  """
63
63
 
64
- def area_close(execution_context: int | str | None = None, undo: bool | None = None):
64
+ def area_close(
65
+ execution_context: int | str | None = None, undo: bool | None = None
66
+ ) -> None:
65
67
  """Close selected area
66
68
 
67
69
  :type execution_context: int | str | None
68
70
  :type undo: bool | None
69
71
  """
70
72
 
71
- def area_dupli(execution_context: int | str | None = None, undo: bool | None = None):
73
+ def area_dupli(
74
+ execution_context: int | str | None = None, undo: bool | None = None
75
+ ) -> None:
72
76
  """Duplicate selected area into new window
73
77
 
74
78
  :type execution_context: int | str | None
@@ -82,7 +86,7 @@ def area_join(
82
86
  *,
83
87
  source_xy: collections.abc.Iterable[int] | None = (0, 0),
84
88
  target_xy: collections.abc.Iterable[int] | None = (0, 0),
85
- ):
89
+ ) -> None:
86
90
  """Join selected areas into new window
87
91
 
88
92
  :type execution_context: int | str | None
@@ -101,7 +105,7 @@ def area_move(
101
105
  x: int | None = 0,
102
106
  y: int | None = 0,
103
107
  delta: int | None = 0,
104
- ):
108
+ ) -> None:
105
109
  """Move selected area edges
106
110
 
107
111
  :type execution_context: int | str | None
@@ -114,7 +118,9 @@ def area_move(
114
118
  :type delta: int | None
115
119
  """
116
120
 
117
- def area_options(execution_context: int | str | None = None, undo: bool | None = None):
121
+ def area_options(
122
+ execution_context: int | str | None = None, undo: bool | None = None
123
+ ) -> None:
118
124
  """Operations for splitting and merging
119
125
 
120
126
  :type execution_context: int | str | None
@@ -129,7 +135,7 @@ def area_split(
129
135
  direction: typing.Literal["HORIZONTAL", "VERTICAL"] | None = "HORIZONTAL",
130
136
  factor: float | None = 0.5,
131
137
  cursor: collections.abc.Iterable[int] | None = (0, 0),
132
- ):
138
+ ) -> None:
133
139
  """Split selected area into new windows
134
140
 
135
141
  :type execution_context: int | str | None
@@ -148,7 +154,7 @@ def area_swap(
148
154
  /,
149
155
  *,
150
156
  cursor: collections.abc.Iterable[int] | None = (0, 0),
151
- ):
157
+ ) -> None:
152
158
  """Swap selected areas screen positions
153
159
 
154
160
  :type execution_context: int | str | None
@@ -159,14 +165,16 @@ def area_swap(
159
165
 
160
166
  def back_to_previous(
161
167
  execution_context: int | str | None = None, undo: bool | None = None
162
- ):
168
+ ) -> None:
163
169
  """Revert back to the original screen layout, before fullscreen area overlay
164
170
 
165
171
  :type execution_context: int | str | None
166
172
  :type undo: bool | None
167
173
  """
168
174
 
169
- def delete(execution_context: int | str | None = None, undo: bool | None = None):
175
+ def delete(
176
+ execution_context: int | str | None = None, undo: bool | None = None
177
+ ) -> None:
170
178
  """Delete active screen
171
179
 
172
180
  :type execution_context: int | str | None
@@ -175,7 +183,7 @@ def delete(execution_context: int | str | None = None, undo: bool | None = None)
175
183
 
176
184
  def drivers_editor_show(
177
185
  execution_context: int | str | None = None, undo: bool | None = None
178
- ):
186
+ ) -> None:
179
187
  """Show drivers editor in a separate window
180
188
 
181
189
  :type execution_context: int | str | None
@@ -188,7 +196,7 @@ def frame_jump(
188
196
  /,
189
197
  *,
190
198
  end: bool | None = False,
191
- ):
199
+ ) -> None:
192
200
  """Jump to first/last frame in frame range
193
201
 
194
202
  :type execution_context: int | str | None
@@ -203,7 +211,7 @@ def frame_offset(
203
211
  /,
204
212
  *,
205
213
  delta: int | None = 0,
206
- ):
214
+ ) -> None:
207
215
  """Move current frame forward/backward by a given number
208
216
 
209
217
  :type execution_context: int | str | None
@@ -214,14 +222,16 @@ def frame_offset(
214
222
 
215
223
  def header_toggle_menus(
216
224
  execution_context: int | str | None = None, undo: bool | None = None
217
- ):
225
+ ) -> None:
218
226
  """Expand or collapse the header pull-down menus
219
227
 
220
228
  :type execution_context: int | str | None
221
229
  :type undo: bool | None
222
230
  """
223
231
 
224
- def info_log_show(execution_context: int | str | None = None, undo: bool | None = None):
232
+ def info_log_show(
233
+ execution_context: int | str | None = None, undo: bool | None = None
234
+ ) -> None:
225
235
  """Show info log in a separate window
226
236
 
227
237
  :type execution_context: int | str | None
@@ -234,7 +244,7 @@ def keyframe_jump(
234
244
  /,
235
245
  *,
236
246
  next: bool | None = True,
237
- ):
247
+ ) -> None:
238
248
  """Jump to previous/next keyframe
239
249
 
240
250
  :type execution_context: int | str | None
@@ -249,7 +259,7 @@ def marker_jump(
249
259
  /,
250
260
  *,
251
261
  next: bool | None = True,
252
- ):
262
+ ) -> None:
253
263
  """Jump to previous/next marker
254
264
 
255
265
  :type execution_context: int | str | None
@@ -258,21 +268,25 @@ def marker_jump(
258
268
  :type next: bool | None
259
269
  """
260
270
 
261
- def new(execution_context: int | str | None = None, undo: bool | None = None):
271
+ def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
262
272
  """Add a new screen
263
273
 
264
274
  :type execution_context: int | str | None
265
275
  :type undo: bool | None
266
276
  """
267
277
 
268
- def redo_last(execution_context: int | str | None = None, undo: bool | None = None):
278
+ def redo_last(
279
+ execution_context: int | str | None = None, undo: bool | None = None
280
+ ) -> None:
269
281
  """Display parameters for last action performed
270
282
 
271
283
  :type execution_context: int | str | None
272
284
  :type undo: bool | None
273
285
  """
274
286
 
275
- def region_blend(execution_context: int | str | None = None, undo: bool | None = None):
287
+ def region_blend(
288
+ execution_context: int | str | None = None, undo: bool | None = None
289
+ ) -> None:
276
290
  """Blend in and out overlapping region
277
291
 
278
292
  :type execution_context: int | str | None
@@ -281,14 +295,16 @@ def region_blend(execution_context: int | str | None = None, undo: bool | None =
281
295
 
282
296
  def region_context_menu(
283
297
  execution_context: int | str | None = None, undo: bool | None = None
284
- ):
298
+ ) -> None:
285
299
  """Display region context menu
286
300
 
287
301
  :type execution_context: int | str | None
288
302
  :type undo: bool | None
289
303
  """
290
304
 
291
- def region_flip(execution_context: int | str | None = None, undo: bool | None = None):
305
+ def region_flip(
306
+ execution_context: int | str | None = None, undo: bool | None = None
307
+ ) -> None:
292
308
  """Toggle the region's alignment (left/right or top/bottom)
293
309
 
294
310
  :type execution_context: int | str | None
@@ -297,14 +313,16 @@ def region_flip(execution_context: int | str | None = None, undo: bool | None =
297
313
 
298
314
  def region_quadview(
299
315
  execution_context: int | str | None = None, undo: bool | None = None
300
- ):
316
+ ) -> None:
301
317
  """Split selected area into camera, front, right, and top views
302
318
 
303
319
  :type execution_context: int | str | None
304
320
  :type undo: bool | None
305
321
  """
306
322
 
307
- def region_scale(execution_context: int | str | None = None, undo: bool | None = None):
323
+ def region_scale(
324
+ execution_context: int | str | None = None, undo: bool | None = None
325
+ ) -> None:
308
326
  """Scale selected area
309
327
 
310
328
  :type execution_context: int | str | None
@@ -317,7 +335,7 @@ def region_toggle(
317
335
  /,
318
336
  *,
319
337
  region_type: bpy.stub_internal.rna_enums.RegionTypeItems | None = "WINDOW",
320
- ):
338
+ ) -> None:
321
339
  """Hide or unhide the region
322
340
 
323
341
  :type execution_context: int | str | None
@@ -332,7 +350,7 @@ def repeat_history(
332
350
  /,
333
351
  *,
334
352
  index: int | None = 0,
335
- ):
353
+ ) -> None:
336
354
  """Display menu for previous actions performed
337
355
 
338
356
  :type execution_context: int | str | None
@@ -341,7 +359,9 @@ def repeat_history(
341
359
  :type index: int | None
342
360
  """
343
361
 
344
- def repeat_last(execution_context: int | str | None = None, undo: bool | None = None):
362
+ def repeat_last(
363
+ execution_context: int | str | None = None, undo: bool | None = None
364
+ ) -> None:
345
365
  """Repeat last action
346
366
 
347
367
  :type execution_context: int | str | None
@@ -354,7 +374,7 @@ def screen_full_area(
354
374
  /,
355
375
  *,
356
376
  use_hide_panels: bool | None = False,
357
- ):
377
+ ) -> None:
358
378
  """Toggle display selected area as fullscreen/maximized
359
379
 
360
380
  :type execution_context: int | str | None
@@ -369,7 +389,7 @@ def screen_set(
369
389
  /,
370
390
  *,
371
391
  delta: int | None = 1,
372
- ):
392
+ ) -> None:
373
393
  """Cycle through available screens
374
394
 
375
395
  :type execution_context: int | str | None
@@ -411,7 +431,7 @@ def screenshot(
411
431
  ]
412
432
  | None = "DEFAULT",
413
433
  sort_method: str | None = "",
414
- ):
434
+ ) -> None:
415
435
  """Capture a picture of the whole Blender window
416
436
 
417
437
  :type execution_context: int | str | None
@@ -513,7 +533,7 @@ def screenshot_area(
513
533
  ]
514
534
  | None = "DEFAULT",
515
535
  sort_method: str | None = "",
516
- ):
536
+ ) -> None:
517
537
  """Capture a picture of an editor
518
538
 
519
539
  :type execution_context: int | str | None
@@ -588,7 +608,7 @@ def space_context_cycle(
588
608
  /,
589
609
  *,
590
610
  direction: typing.Literal["PREV", "NEXT"] | None = "NEXT",
591
- ):
611
+ ) -> None:
592
612
  """Cycle through the editor context by activating the next/previous one
593
613
 
594
614
  :type execution_context: int | str | None
@@ -603,7 +623,7 @@ def space_type_set_or_cycle(
603
623
  /,
604
624
  *,
605
625
  space_type: bpy.stub_internal.rna_enums.SpaceTypeItems | None = "EMPTY",
606
- ):
626
+ ) -> None:
607
627
  """Set the space type or cycle subtype
608
628
 
609
629
  :type execution_context: int | str | None
@@ -614,7 +634,7 @@ def space_type_set_or_cycle(
614
634
 
615
635
  def spacedata_cleanup(
616
636
  execution_context: int | str | None = None, undo: bool | None = None
617
- ):
637
+ ) -> None:
618
638
  """Remove unused settings for invisible editors
619
639
 
620
640
  :type execution_context: int | str | None
@@ -627,7 +647,7 @@ def userpref_show(
627
647
  /,
628
648
  *,
629
649
  section: bpy.stub_internal.rna_enums.PreferenceSectionItems | None = "INTERFACE",
630
- ):
650
+ ) -> None:
631
651
  """Edit user preferences and system settings
632
652
 
633
653
  :type execution_context: int | str | None
@@ -642,7 +662,7 @@ def workspace_cycle(
642
662
  /,
643
663
  *,
644
664
  direction: typing.Literal["PREV", "NEXT"] | None = "NEXT",
645
- ):
665
+ ) -> None:
646
666
  """Cycle through workspaces
647
667
 
648
668
  :type execution_context: int | str | None
@@ -10,7 +10,7 @@ def execute_preset(
10
10
  *,
11
11
  filepath: str = "",
12
12
  menu_idname: str = "",
13
- ):
13
+ ) -> None:
14
14
  """Load a preset
15
15
 
16
16
  :type execution_context: int | str | None
@@ -27,7 +27,7 @@ def python_file_run(
27
27
  /,
28
28
  *,
29
29
  filepath: str = "",
30
- ):
30
+ ) -> None:
31
31
  """Run Python file
32
32
 
33
33
  :type execution_context: int | str | None
@@ -36,7 +36,9 @@ def python_file_run(
36
36
  :type filepath: str
37
37
  """
38
38
 
39
- def reload(execution_context: int | str | None = None, undo: bool | None = None):
39
+ def reload(
40
+ execution_context: int | str | None = None, undo: bool | None = None
41
+ ) -> None:
40
42
  """Reload scripts
41
43
 
42
44
  :type execution_context: int | str | None