fake-bpy-module 20250629__py3-none-any.whl → 20250830__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +34 -40
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +69 -21
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +40 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +54 -34
  205. bpy/types/__init__.pyi +55981 -39705
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +6 -6
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +17 -4
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
@@ -19,7 +19,9 @@ def create(
19
19
  """
20
20
 
21
21
  def export_all(
22
- execution_context: int | str | None = None, undo: bool | None = None
22
+ execution_context: int | str | None = None,
23
+ undo: bool | None = None,
24
+ /,
23
25
  ) -> None:
24
26
  """Invoke all configured exporters on this collection
25
27
 
@@ -34,7 +36,7 @@ def exporter_add(
34
36
  *,
35
37
  name: str = "",
36
38
  ) -> None:
37
- """Add Exporter
39
+ """Add exporter to the exporter list
38
40
 
39
41
  :type execution_context: int | str | None
40
42
  :type undo: bool | None
@@ -57,6 +59,21 @@ def exporter_export(
57
59
  :type index: int | None
58
60
  """
59
61
 
62
+ def exporter_move(
63
+ execution_context: int | str | None = None,
64
+ undo: bool | None = None,
65
+ /,
66
+ *,
67
+ direction: typing.Literal["UP", "DOWN"] | None = "UP",
68
+ ) -> None:
69
+ """Move exporter up or down in the exporter list
70
+
71
+ :type execution_context: int | str | None
72
+ :type undo: bool | None
73
+ :param direction: Direction, Direction to move the active exporter
74
+ :type direction: typing.Literal['UP','DOWN'] | None
75
+ """
76
+
60
77
  def exporter_remove(
61
78
  execution_context: int | str | None = None,
62
79
  undo: bool | None = None,
@@ -64,7 +81,7 @@ def exporter_remove(
64
81
  *,
65
82
  index: int | None = 0,
66
83
  ) -> None:
67
- """Remove Exporter
84
+ """Remove exporter from the exporter list
68
85
 
69
86
  :type execution_context: int | str | None
70
87
  :type undo: bool | None
@@ -118,7 +135,9 @@ def objects_remove_active(
118
135
  """
119
136
 
120
137
  def objects_remove_all(
121
- execution_context: int | str | None = None, undo: bool | None = None
138
+ execution_context: int | str | None = None,
139
+ undo: bool | None = None,
140
+ /,
122
141
  ) -> None:
123
142
  """Remove selected objects from all collections
124
143
 
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def autocomplete(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
10
12
 
@@ -13,7 +15,9 @@ def autocomplete(
13
15
  """
14
16
 
15
17
  def banner(
16
- execution_context: int | str | None = None, undo: bool | None = None
18
+ execution_context: int | str | None = None,
19
+ undo: bool | None = None,
20
+ /,
17
21
  ) -> None:
18
22
  """Print a message when the terminal initializes
19
23
 
@@ -40,7 +44,9 @@ def clear(
40
44
  """
41
45
 
42
46
  def clear_line(
43
- execution_context: int | str | None = None, undo: bool | None = None
47
+ execution_context: int | str | None = None,
48
+ undo: bool | None = None,
49
+ /,
44
50
  ) -> None:
45
51
  """Clear the line and store in history
46
52
 
@@ -64,7 +70,9 @@ def copy(
64
70
  """
65
71
 
66
72
  def copy_as_script(
67
- execution_context: int | str | None = None, undo: bool | None = None
73
+ execution_context: int | str | None = None,
74
+ undo: bool | None = None,
75
+ /,
68
76
  ) -> None:
69
77
  """Copy the console contents for use in a script
70
78
 
@@ -142,7 +150,9 @@ def history_cycle(
142
150
  """
143
151
 
144
152
  def indent(
145
- execution_context: int | str | None = None, undo: bool | None = None
153
+ execution_context: int | str | None = None,
154
+ undo: bool | None = None,
155
+ /,
146
156
  ) -> None:
147
157
  """Add 4 spaces at line beginning
148
158
 
@@ -151,7 +161,9 @@ def indent(
151
161
  """
152
162
 
153
163
  def indent_or_autocomplete(
154
- execution_context: int | str | None = None, undo: bool | None = None
164
+ execution_context: int | str | None = None,
165
+ undo: bool | None = None,
166
+ /,
155
167
  ) -> None:
156
168
  """Indent selected text or autocomplete
157
169
 
@@ -249,7 +261,9 @@ def scrollback_append(
249
261
  """
250
262
 
251
263
  def select_all(
252
- execution_context: int | str | None = None, undo: bool | None = None
264
+ execution_context: int | str | None = None,
265
+ undo: bool | None = None,
266
+ /,
253
267
  ) -> None:
254
268
  """Select all the text
255
269
 
@@ -258,7 +272,9 @@ def select_all(
258
272
  """
259
273
 
260
274
  def select_set(
261
- execution_context: int | str | None = None, undo: bool | None = None
275
+ execution_context: int | str | None = None,
276
+ undo: bool | None = None,
277
+ /,
262
278
  ) -> None:
263
279
  """Set the console selection
264
280
 
@@ -267,7 +283,9 @@ def select_set(
267
283
  """
268
284
 
269
285
  def select_word(
270
- execution_context: int | str | None = None, undo: bool | None = None
286
+ execution_context: int | str | None = None,
287
+ undo: bool | None = None,
288
+ /,
271
289
  ) -> None:
272
290
  """Select word at cursor position
273
291
 
@@ -276,7 +294,9 @@ def select_word(
276
294
  """
277
295
 
278
296
  def unindent(
279
- execution_context: int | str | None = None, undo: bool | None = None
297
+ execution_context: int | str | None = None,
298
+ undo: bool | None = None,
299
+ /,
280
300
  ) -> None:
281
301
  """Delete 4 spaces from line beginning
282
302
 
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def add_target(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Add a target to the constraint
10
12
 
@@ -166,9 +168,11 @@ def delete(
166
168
  """
167
169
 
168
170
  def disable_keep_transform(
169
- execution_context: int | str | None = None, undo: bool | None = None
171
+ execution_context: int | str | None = None,
172
+ undo: bool | None = None,
173
+ /,
170
174
  ) -> None:
171
- """Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation
175
+ """Set the influence of this constraint to zero while trying to maintain the objects transformation. Other active constraints can still influence the final transformation
172
176
 
173
177
  :type execution_context: int | str | None
174
178
  :type undo: bool | None
@@ -184,7 +188,7 @@ def followpath_path_animate(
184
188
  frame_start: int | None = 1,
185
189
  length: int | None = 100,
186
190
  ) -> None:
187
- """Add default animation for path used by constraint if it isn't animated already
191
+ """Add default animation for path used by constraint if it isnt animated already
188
192
 
189
193
  :type execution_context: int | str | None
190
194
  :type undo: bool | None
@@ -261,7 +265,7 @@ def move_to_index(
261
265
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
262
266
  index: int | None = 0,
263
267
  ) -> None:
264
- """Change the constraint's position in the list so it evaluates after the set number of others
268
+ """Change the constraints position in the list so it evaluates after the set number of others
265
269
 
266
270
  :type execution_context: int | str | None
267
271
  :type undo: bool | None
@@ -304,7 +308,9 @@ def move_up(
304
308
  """
305
309
 
306
310
  def normalize_target_weights(
307
- execution_context: int | str | None = None, undo: bool | None = None
311
+ execution_context: int | str | None = None,
312
+ undo: bool | None = None,
313
+ /,
308
314
  ) -> None:
309
315
  """Normalize weights of all target bones
310
316
 
@@ -23,7 +23,9 @@ def cyclic_toggle(
23
23
  """
24
24
 
25
25
  def de_select_first(
26
- execution_context: int | str | None = None, undo: bool | None = None
26
+ execution_context: int | str | None = None,
27
+ undo: bool | None = None,
28
+ /,
27
29
  ) -> None:
28
30
  """(De)select first of visible part of each NURBS
29
31
 
@@ -32,7 +34,9 @@ def de_select_first(
32
34
  """
33
35
 
34
36
  def de_select_last(
35
- execution_context: int | str | None = None, undo: bool | None = None
37
+ execution_context: int | str | None = None,
38
+ undo: bool | None = None,
39
+ /,
36
40
  ) -> None:
37
41
  """(De)select last of visible part of each NURBS
38
42
 
@@ -71,7 +75,9 @@ def delete(
71
75
  """
72
76
 
73
77
  def dissolve_verts(
74
- execution_context: int | str | None = None, undo: bool | None = None
78
+ execution_context: int | str | None = None,
79
+ undo: bool | None = None,
80
+ /,
75
81
  ) -> None:
76
82
  """Delete selected control points, correcting surrounding handles
77
83
 
@@ -111,7 +117,9 @@ def draw(
111
117
  """
112
118
 
113
119
  def duplicate(
114
- execution_context: int | str | None = None, undo: bool | None = None
120
+ execution_context: int | str | None = None,
121
+ undo: bool | None = None,
122
+ /,
115
123
  ) -> None:
116
124
  """Duplicate selected control points
117
125
 
@@ -204,7 +212,9 @@ def hide(
204
212
  """
205
213
 
206
214
  def make_segment(
207
- execution_context: int | str | None = None, undo: bool | None = None
215
+ execution_context: int | str | None = None,
216
+ undo: bool | None = None,
217
+ /,
208
218
  ) -> None:
209
219
  """Join two curves by their selected ends
210
220
 
@@ -213,9 +223,11 @@ def make_segment(
213
223
  """
214
224
 
215
225
  def match_texture_space(
216
- execution_context: int | str | None = None, undo: bool | None = None
226
+ execution_context: int | str | None = None,
227
+ undo: bool | None = None,
228
+ /,
217
229
  ) -> None:
218
- """Match texture space to object's bounding box
230
+ """Match texture space to objects bounding box
219
231
 
220
232
  :type execution_context: int | str | None
221
233
  :type undo: bool | None
@@ -598,7 +610,9 @@ def select_all(
598
610
  """
599
611
 
600
612
  def select_less(
601
- execution_context: int | str | None = None, undo: bool | None = None
613
+ execution_context: int | str | None = None,
614
+ undo: bool | None = None,
615
+ /,
602
616
  ) -> None:
603
617
  """Deselect control points at the boundary of each selection region
604
618
 
@@ -607,7 +621,9 @@ def select_less(
607
621
  """
608
622
 
609
623
  def select_linked(
610
- execution_context: int | str | None = None, undo: bool | None = None
624
+ execution_context: int | str | None = None,
625
+ undo: bool | None = None,
626
+ /,
611
627
  ) -> None:
612
628
  """Select all control points linked to the current selection
613
629
 
@@ -631,7 +647,9 @@ def select_linked_pick(
631
647
  """
632
648
 
633
649
  def select_more(
634
- execution_context: int | str | None = None, undo: bool | None = None
650
+ execution_context: int | str | None = None,
651
+ undo: bool | None = None,
652
+ /,
635
653
  ) -> None:
636
654
  """Select control points at the boundary of each selection region
637
655
 
@@ -640,7 +658,9 @@ def select_more(
640
658
  """
641
659
 
642
660
  def select_next(
643
- execution_context: int | str | None = None, undo: bool | None = None
661
+ execution_context: int | str | None = None,
662
+ undo: bool | None = None,
663
+ /,
644
664
  ) -> None:
645
665
  """Select control points following already selected ones along the curves
646
666
 
@@ -670,7 +690,9 @@ def select_nth(
670
690
  """
671
691
 
672
692
  def select_previous(
673
- execution_context: int | str | None = None, undo: bool | None = None
693
+ execution_context: int | str | None = None,
694
+ undo: bool | None = None,
695
+ /,
674
696
  ) -> None:
675
697
  """Select control points preceding already selected ones along the curves
676
698
 
@@ -706,7 +728,9 @@ def select_random(
706
728
  """
707
729
 
708
730
  def select_row(
709
- execution_context: int | str | None = None, undo: bool | None = None
731
+ execution_context: int | str | None = None,
732
+ undo: bool | None = None,
733
+ /,
710
734
  ) -> None:
711
735
  """Select a row of control points including active one. Successive use on the same point switches between U/V directions
712
736
 
@@ -736,7 +760,9 @@ def select_similar(
736
760
  """
737
761
 
738
762
  def separate(
739
- execution_context: int | str | None = None, undo: bool | None = None
763
+ execution_context: int | str | None = None,
764
+ undo: bool | None = None,
765
+ /,
740
766
  ) -> None:
741
767
  """Separate selected points from connected unselected points into a new object
742
768
 
@@ -745,7 +771,9 @@ def separate(
745
771
  """
746
772
 
747
773
  def shade_flat(
748
- execution_context: int | str | None = None, undo: bool | None = None
774
+ execution_context: int | str | None = None,
775
+ undo: bool | None = None,
776
+ /,
749
777
  ) -> None:
750
778
  """Set shading to flat
751
779
 
@@ -754,7 +782,9 @@ def shade_flat(
754
782
  """
755
783
 
756
784
  def shade_smooth(
757
- execution_context: int | str | None = None, undo: bool | None = None
785
+ execution_context: int | str | None = None,
786
+ undo: bool | None = None,
787
+ /,
758
788
  ) -> None:
759
789
  """Set shading to smooth
760
790
 
@@ -763,7 +793,9 @@ def shade_smooth(
763
793
  """
764
794
 
765
795
  def shortest_path_pick(
766
- execution_context: int | str | None = None, undo: bool | None = None
796
+ execution_context: int | str | None = None,
797
+ undo: bool | None = None,
798
+ /,
767
799
  ) -> None:
768
800
  """Select shortest path between two selections
769
801
 
@@ -772,7 +804,9 @@ def shortest_path_pick(
772
804
  """
773
805
 
774
806
  def smooth(
775
- execution_context: int | str | None = None, undo: bool | None = None
807
+ execution_context: int | str | None = None,
808
+ undo: bool | None = None,
809
+ /,
776
810
  ) -> None:
777
811
  """Flatten angles of selected points
778
812
 
@@ -781,7 +815,9 @@ def smooth(
781
815
  """
782
816
 
783
817
  def smooth_radius(
784
- execution_context: int | str | None = None, undo: bool | None = None
818
+ execution_context: int | str | None = None,
819
+ undo: bool | None = None,
820
+ /,
785
821
  ) -> None:
786
822
  """Interpolate radii of selected points
787
823
 
@@ -790,7 +826,9 @@ def smooth_radius(
790
826
  """
791
827
 
792
828
  def smooth_tilt(
793
- execution_context: int | str | None = None, undo: bool | None = None
829
+ execution_context: int | str | None = None,
830
+ undo: bool | None = None,
831
+ /,
794
832
  ) -> None:
795
833
  """Interpolate tilt of selected points
796
834
 
@@ -799,7 +837,9 @@ def smooth_tilt(
799
837
  """
800
838
 
801
839
  def smooth_weight(
802
- execution_context: int | str | None = None, undo: bool | None = None
840
+ execution_context: int | str | None = None,
841
+ undo: bool | None = None,
842
+ /,
803
843
  ) -> None:
804
844
  """Interpolate weight of selected points
805
845
 
@@ -858,7 +898,11 @@ def spline_weight_set(
858
898
  :type weight: float | None
859
899
  """
860
900
 
861
- def split(execution_context: int | str | None = None, undo: bool | None = None) -> None:
901
+ def split(
902
+ execution_context: int | str | None = None,
903
+ undo: bool | None = None,
904
+ /,
905
+ ) -> None:
862
906
  """Split off selected points from connected unselected points
863
907
 
864
908
  :type execution_context: int | str | None
@@ -881,7 +925,9 @@ def subdivide(
881
925
  """
882
926
 
883
927
  def switch_direction(
884
- execution_context: int | str | None = None, undo: bool | None = None
928
+ execution_context: int | str | None = None,
929
+ undo: bool | None = None,
930
+ /,
885
931
  ) -> None:
886
932
  """Switch direction of selected splines
887
933
 
@@ -890,7 +936,9 @@ def switch_direction(
890
936
  """
891
937
 
892
938
  def tilt_clear(
893
- execution_context: int | str | None = None, undo: bool | None = None
939
+ execution_context: int | str | None = None,
940
+ undo: bool | None = None,
941
+ /,
894
942
  ) -> None:
895
943
  """Clear the tilt of selected control points
896
944
 
@@ -27,7 +27,7 @@ def add_bezier(
27
27
  ),
28
28
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
29
29
  ) -> None:
30
- """Add new bezier curve
30
+ """Add new Bézier curve
31
31
 
32
32
  :type execution_context: int | str | None
33
33
  :type undo: bool | None
@@ -135,7 +135,9 @@ def attribute_set(
135
135
  """
136
136
 
137
137
  def convert_from_particle_system(
138
- execution_context: int | str | None = None, undo: bool | None = None
138
+ execution_context: int | str | None = None,
139
+ undo: bool | None = None,
140
+ /,
139
141
  ) -> None:
140
142
  """Add a new curves object based on the current state of the particle system
141
143
 
@@ -144,7 +146,9 @@ def convert_from_particle_system(
144
146
  """
145
147
 
146
148
  def convert_to_particle_system(
147
- execution_context: int | str | None = None, undo: bool | None = None
149
+ execution_context: int | str | None = None,
150
+ undo: bool | None = None,
151
+ /,
148
152
  ) -> None:
149
153
  """Add a new or update an existing hair particle system on the surface object
150
154
 
@@ -171,7 +175,9 @@ def curve_type_set(
171
175
  """
172
176
 
173
177
  def cyclic_toggle(
174
- execution_context: int | str | None = None, undo: bool | None = None
178
+ execution_context: int | str | None = None,
179
+ undo: bool | None = None,
180
+ /,
175
181
  ) -> None:
176
182
  """Make active curve closed/opened loop
177
183
 
@@ -180,7 +186,9 @@ def cyclic_toggle(
180
186
  """
181
187
 
182
188
  def delete(
183
- execution_context: int | str | None = None, undo: bool | None = None
189
+ execution_context: int | str | None = None,
190
+ undo: bool | None = None,
191
+ /,
184
192
  ) -> None:
185
193
  """Remove selected control points or curves
186
194
 
@@ -226,7 +234,9 @@ def draw(
226
234
  """
227
235
 
228
236
  def duplicate(
229
- execution_context: int | str | None = None, undo: bool | None = None
237
+ execution_context: int | str | None = None,
238
+ undo: bool | None = None,
239
+ /,
230
240
  ) -> None:
231
241
  """Copy selected points or curves
232
242
 
@@ -253,7 +263,9 @@ def duplicate_move(
253
263
  """
254
264
 
255
265
  def extrude(
256
- execution_context: int | str | None = None, undo: bool | None = None
266
+ execution_context: int | str | None = None,
267
+ undo: bool | None = None,
268
+ /,
257
269
  ) -> None:
258
270
  """Extrude selected control point(s)
259
271
 
@@ -284,18 +296,36 @@ def handle_type_set(
284
296
  undo: bool | None = None,
285
297
  /,
286
298
  *,
287
- type: bpy.stub_internal.rna_enums.CurvesHandleTypeItems | None = "AUTO",
299
+ type: typing.Literal["AUTO", "VECTOR", "ALIGN", "FREE_ALIGN", "TOGGLE_FREE_ALIGN"]
300
+ | None = "AUTO",
288
301
  ) -> None:
289
302
  """Set the handle type for bezier curves
290
303
 
291
- :type execution_context: int | str | None
292
- :type undo: bool | None
293
- :param type: Type
294
- :type type: bpy.stub_internal.rna_enums.CurvesHandleTypeItems | None
304
+ :type execution_context: int | str | None
305
+ :type undo: bool | None
306
+ :param type: Type
307
+
308
+ AUTO
309
+ Auto -- The location is automatically calculated to be smooth.
310
+
311
+ VECTOR
312
+ Vector -- The location is calculated to point to the next/previous control point.
313
+
314
+ ALIGN
315
+ Align -- The location is constrained to point in the opposite direction as the other handle.
316
+
317
+ FREE_ALIGN
318
+ Free -- The handle can be moved anywhere, and does not influence the points other handle.
319
+
320
+ TOGGLE_FREE_ALIGN
321
+ Toggle Free/Align -- Replace Free handles with Align, and all Align with Free handles.
322
+ :type type: typing.Literal['AUTO','VECTOR','ALIGN','FREE_ALIGN','TOGGLE_FREE_ALIGN'] | None
295
323
  """
296
324
 
297
325
  def sculptmode_toggle(
298
- execution_context: int | str | None = None, undo: bool | None = None
326
+ execution_context: int | str | None = None,
327
+ undo: bool | None = None,
328
+ /,
299
329
  ) -> None:
300
330
  """Enter/Exit sculpt mode for curves
301
331
 
@@ -349,7 +379,9 @@ def select_ends(
349
379
  """
350
380
 
351
381
  def select_less(
352
- execution_context: int | str | None = None, undo: bool | None = None
382
+ execution_context: int | str | None = None,
383
+ undo: bool | None = None,
384
+ /,
353
385
  ) -> None:
354
386
  """Shrink the selection by one point
355
387
 
@@ -358,7 +390,9 @@ def select_less(
358
390
  """
359
391
 
360
392
  def select_linked(
361
- execution_context: int | str | None = None, undo: bool | None = None
393
+ execution_context: int | str | None = None,
394
+ undo: bool | None = None,
395
+ /,
362
396
  ) -> None:
363
397
  """Select all points in curves with any point selection
364
398
 
@@ -382,7 +416,9 @@ def select_linked_pick(
382
416
  """
383
417
 
384
418
  def select_more(
385
- execution_context: int | str | None = None, undo: bool | None = None
419
+ execution_context: int | str | None = None,
420
+ undo: bool | None = None,
421
+ /,
386
422
  ) -> None:
387
423
  """Grow the selection by one point
388
424
 
@@ -409,7 +445,9 @@ def select_random(
409
445
  """
410
446
 
411
447
  def separate(
412
- execution_context: int | str | None = None, undo: bool | None = None
448
+ execution_context: int | str | None = None,
449
+ undo: bool | None = None,
450
+ /,
413
451
  ) -> None:
414
452
  """Separate selected geometry into a new object
415
453
 
@@ -453,7 +491,11 @@ def snap_curves_to_surface(
453
491
  :type attach_mode: typing.Literal['NEAREST','DEFORM'] | None
454
492
  """
455
493
 
456
- def split(execution_context: int | str | None = None, undo: bool | None = None) -> None:
494
+ def split(
495
+ execution_context: int | str | None = None,
496
+ undo: bool | None = None,
497
+ /,
498
+ ) -> None:
457
499
  """Split selected points
458
500
 
459
501
  :type execution_context: int | str | None
@@ -476,7 +518,9 @@ def subdivide(
476
518
  """
477
519
 
478
520
  def surface_set(
479
- execution_context: int | str | None = None, undo: bool | None = None
521
+ execution_context: int | str | None = None,
522
+ undo: bool | None = None,
523
+ /,
480
524
  ) -> None:
481
525
  """Use the active object as surface for selected curves objects and set it as the parent
482
526
 
@@ -485,7 +529,9 @@ def surface_set(
485
529
  """
486
530
 
487
531
  def switch_direction(
488
- execution_context: int | str | None = None, undo: bool | None = None
532
+ execution_context: int | str | None = None,
533
+ undo: bool | None = None,
534
+ /,
489
535
  ) -> None:
490
536
  """Reverse the direction of the selected curves
491
537
 
@@ -494,7 +540,9 @@ def switch_direction(
494
540
  """
495
541
 
496
542
  def tilt_clear(
497
- execution_context: int | str | None = None, undo: bool | None = None
543
+ execution_context: int | str | None = None,
544
+ undo: bool | None = None,
545
+ /,
498
546
  ) -> None:
499
547
  """Clear the tilt of selected control points
500
548
 
@@ -43,9 +43,11 @@ def merge_images(
43
43
  """
44
44
 
45
45
  def use_shading_nodes(
46
- execution_context: int | str | None = None, undo: bool | None = None
46
+ execution_context: int | str | None = None,
47
+ undo: bool | None = None,
48
+ /,
47
49
  ) -> None:
48
- """Enable nodes on a material, world or light
50
+ """Enable nodes on a material or light
49
51
 
50
52
  :type execution_context: int | str | None
51
53
  :type undo: bool | None