fake-bpy-module 20240915__py3-none-any.whl → 20240916__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -3,10 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.ops.transform
5
5
  import bpy.types
6
+ import bpy.typing
6
7
  import mathutils
7
8
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
11
 
11
12
  def add(
12
13
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -14,26 +15,7 @@ def add(
14
15
  undo: bool | None = None,
15
16
  *,
16
17
  radius: float | None = 1.0,
17
- type: typing.Literal[
18
- "MESH",
19
- "CURVE",
20
- "SURFACE",
21
- "META",
22
- "FONT",
23
- "CURVES",
24
- "POINTCLOUD",
25
- "VOLUME",
26
- "GPENCIL",
27
- "GREASEPENCIL",
28
- "ARMATURE",
29
- "LATTICE",
30
- "EMPTY",
31
- "LIGHT",
32
- "LIGHT_PROBE",
33
- "CAMERA",
34
- "SPEAKER",
35
- ]
36
- | None = "EMPTY",
18
+ type: bpy.typing.ObjectTypeItems | None = "EMPTY",
37
19
  enter_editmode: bool | None = False,
38
20
  align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
39
21
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (
@@ -56,7 +38,7 @@ def add(
56
38
  :param radius: Radius
57
39
  :type radius: float | None
58
40
  :param type: Type
59
- :type type: typing.Literal['MESH', 'CURVE', 'SURFACE', 'META', 'FONT', 'CURVES', 'POINTCLOUD', 'VOLUME', 'GPENCIL', 'GREASEPENCIL', 'ARMATURE', 'LATTICE', 'EMPTY', 'LIGHT', 'LIGHT_PROBE', 'CAMERA', 'SPEAKER'] | None
41
+ :type type: bpy.typing.ObjectTypeItems | None
60
42
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
61
43
  :type enter_editmode: bool | None
62
44
  :param align: Align, The alignment of the new object
@@ -78,8 +60,6 @@ def add(
78
60
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
79
61
  """
80
62
 
81
- ...
82
-
83
63
  def add_modifier_menu(
84
64
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
85
65
  execution_context: int | str | None = None,
@@ -92,8 +72,6 @@ def add_modifier_menu(
92
72
  :type undo: bool | None
93
73
  """
94
74
 
95
- ...
96
-
97
75
  def add_named(
98
76
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
99
77
  execution_context: int | str | None = None,
@@ -132,8 +110,6 @@ def add_named(
132
110
  :type drop_y: int | None
133
111
  """
134
112
 
135
- ...
136
-
137
113
  def align(
138
114
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
139
115
  execution_context: int | str | None = None,
@@ -171,8 +147,6 @@ def align(
171
147
  :type align_axis: set[typing.Literal['X','Y','Z']] | None
172
148
  """
173
149
 
174
- ...
175
-
176
150
  def anim_transforms_to_deltas(
177
151
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
178
152
  execution_context: int | str | None = None,
@@ -185,8 +159,6 @@ def anim_transforms_to_deltas(
185
159
  :type undo: bool | None
186
160
  """
187
161
 
188
- ...
189
-
190
162
  def armature_add(
191
163
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
192
164
  execution_context: int | str | None = None,
@@ -235,8 +207,6 @@ def armature_add(
235
207
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
236
208
  """
237
209
 
238
- ...
239
-
240
210
  def assign_property_defaults(
241
211
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
242
212
  execution_context: int | str | None = None,
@@ -256,59 +226,28 @@ def assign_property_defaults(
256
226
  :type process_bones: bool | None
257
227
  """
258
228
 
259
- ...
260
-
261
229
  def bake(
262
230
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
263
231
  execution_context: int | str | None = None,
264
232
  undo: bool | None = None,
265
233
  *,
266
- type: typing.Literal[
267
- "COMBINED",
268
- "AO",
269
- "SHADOW",
270
- "POSITION",
271
- "NORMAL",
272
- "UV",
273
- "ROUGHNESS",
274
- "EMIT",
275
- "ENVIRONMENT",
276
- "DIFFUSE",
277
- "GLOSSY",
278
- "TRANSMISSION",
279
- ]
280
- | None = "COMBINED",
281
- pass_filter: set[
282
- typing.Literal[
283
- "NONE",
284
- "EMIT",
285
- "DIRECT",
286
- "INDIRECT",
287
- "COLOR",
288
- "DIFFUSE",
289
- "GLOSSY",
290
- "TRANSMISSION",
291
- ]
292
- ]
293
- | None = {},
234
+ type: bpy.typing.BakePassTypeItems | None = "COMBINED",
235
+ pass_filter: set[bpy.typing.BakePassFilterTypeItems] | None = {},
294
236
  filepath: str = "",
295
237
  width: int | None = 512,
296
238
  height: int | None = 512,
297
239
  margin: int | None = 16,
298
- margin_type: typing.Literal["ADJACENT_FACES", "EXTEND"] | None = "EXTEND",
240
+ margin_type: bpy.typing.BakeMarginTypeItems | None = "EXTEND",
299
241
  use_selected_to_active: bool | None = False,
300
242
  max_ray_distance: float | None = 0.0,
301
243
  cage_extrusion: float | None = 0.0,
302
244
  cage_object: str = "",
303
- normal_space: typing.Literal["OBJECT", "TANGENT"] | None = "TANGENT",
304
- normal_r: typing.Literal["POS_X", "POS_Y", "POS_Z", "NEG_X", "NEG_Y", "NEG_Z"]
305
- | None = "POS_X",
306
- normal_g: typing.Literal["POS_X", "POS_Y", "POS_Z", "NEG_X", "NEG_Y", "NEG_Z"]
307
- | None = "POS_Y",
308
- normal_b: typing.Literal["POS_X", "POS_Y", "POS_Z", "NEG_X", "NEG_Y", "NEG_Z"]
309
- | None = "POS_Z",
310
- target: typing.Literal["IMAGE_TEXTURES", "VERTEX_COLORS"] | None = "IMAGE_TEXTURES",
311
- save_mode: typing.Literal["INTERNAL", "EXTERNAL"] | None = "INTERNAL",
245
+ normal_space: bpy.typing.NormalSpaceItems | None = "TANGENT",
246
+ normal_r: bpy.typing.NormalSwizzleItems | None = "POS_X",
247
+ normal_g: bpy.typing.NormalSwizzleItems | None = "POS_Y",
248
+ normal_b: bpy.typing.NormalSwizzleItems | None = "POS_Z",
249
+ target: bpy.typing.BakeTargetItems | None = "IMAGE_TEXTURES",
250
+ save_mode: bpy.typing.BakeSaveModeItems | None = "INTERNAL",
312
251
  use_clear: bool | None = False,
313
252
  use_cage: bool | None = False,
314
253
  use_split_materials: bool | None = False,
@@ -321,9 +260,9 @@ def bake(
321
260
  :type execution_context: int | str | None
322
261
  :type undo: bool | None
323
262
  :param type: Type, Type of pass to bake, some of them may not be supported by the current render engine
324
- :type type: typing.Literal['COMBINED', 'AO', 'SHADOW', 'POSITION', 'NORMAL', 'UV', 'ROUGHNESS', 'EMIT', 'ENVIRONMENT', 'DIFFUSE', 'GLOSSY', 'TRANSMISSION'] | None
263
+ :type type: bpy.typing.BakePassTypeItems | None
325
264
  :param pass_filter: Pass Filter, Filter to combined, diffuse, glossy, transmission and subsurface passes
326
- :type pass_filter: set[typing.Literal['NONE', 'EMIT', 'DIRECT', 'INDIRECT', 'COLOR', 'DIFFUSE', 'GLOSSY', 'TRANSMISSION']] | None
265
+ :type pass_filter: set[bpy.typing.BakePassFilterTypeItems] | None
327
266
  :param filepath: File Path, Image filepath to use when saving externally
328
267
  :type filepath: str
329
268
  :param width: Width, Horizontal dimension of the baking map (external only)
@@ -333,7 +272,7 @@ def bake(
333
272
  :param margin: Margin, Extends the baked result as a post process filter
334
273
  :type margin: int | None
335
274
  :param margin_type: Margin Type, Which algorithm to use to generate the margin
336
- :type margin_type: typing.Literal['ADJACENT_FACES', 'EXTEND'] | None
275
+ :type margin_type: bpy.typing.BakeMarginTypeItems | None
337
276
  :param use_selected_to_active: Selected to Active, Bake shading on the surface of selected objects to the active object
338
277
  :type use_selected_to_active: bool | None
339
278
  :param max_ray_distance: Max Ray Distance, The maximum ray distance for matching points between the active and selected objects. If zero, there is no limit
@@ -343,17 +282,17 @@ def bake(
343
282
  :param cage_object: Cage Object, Object to use as cage, instead of calculating the cage from the active object with cage extrusion
344
283
  :type cage_object: str
345
284
  :param normal_space: Normal Space, Choose normal space for baking
346
- :type normal_space: typing.Literal['OBJECT', 'TANGENT'] | None
285
+ :type normal_space: bpy.typing.NormalSpaceItems | None
347
286
  :param normal_r: R, Axis to bake in red channel
348
- :type normal_r: typing.Literal['POS_X', 'POS_Y', 'POS_Z', 'NEG_X', 'NEG_Y', 'NEG_Z'] | None
287
+ :type normal_r: bpy.typing.NormalSwizzleItems | None
349
288
  :param normal_g: G, Axis to bake in green channel
350
- :type normal_g: typing.Literal['POS_X', 'POS_Y', 'POS_Z', 'NEG_X', 'NEG_Y', 'NEG_Z'] | None
289
+ :type normal_g: bpy.typing.NormalSwizzleItems | None
351
290
  :param normal_b: B, Axis to bake in blue channel
352
- :type normal_b: typing.Literal['POS_X', 'POS_Y', 'POS_Z', 'NEG_X', 'NEG_Y', 'NEG_Z'] | None
291
+ :type normal_b: bpy.typing.NormalSwizzleItems | None
353
292
  :param target: Target, Where to output the baked map
354
- :type target: typing.Literal['IMAGE_TEXTURES', 'VERTEX_COLORS'] | None
293
+ :type target: bpy.typing.BakeTargetItems | None
355
294
  :param save_mode: Save Mode, Where to save baked image textures
356
- :type save_mode: typing.Literal['INTERNAL', 'EXTERNAL'] | None
295
+ :type save_mode: bpy.typing.BakeSaveModeItems | None
357
296
  :param use_clear: Clear, Clear images before baking (only for internal saving)
358
297
  :type use_clear: bool | None
359
298
  :param use_cage: Cage, Cast rays to active object from a cage
@@ -366,8 +305,6 @@ def bake(
366
305
  :type uv_layer: str
367
306
  """
368
307
 
369
- ...
370
-
371
308
  def bake_image(
372
309
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
373
310
  execution_context: int | str | None = None,
@@ -380,8 +317,6 @@ def bake_image(
380
317
  :type undo: bool | None
381
318
  """
382
319
 
383
- ...
384
-
385
320
  def camera_add(
386
321
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
387
322
  execution_context: int | str | None = None,
@@ -427,8 +362,6 @@ def camera_add(
427
362
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
428
363
  """
429
364
 
430
- ...
431
-
432
365
  def clear_override_library(
433
366
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
434
367
  execution_context: int | str | None = None,
@@ -441,8 +374,6 @@ def clear_override_library(
441
374
  :type undo: bool | None
442
375
  """
443
376
 
444
- ...
445
-
446
377
  def collection_add(
447
378
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
448
379
  execution_context: int | str | None = None,
@@ -455,8 +386,6 @@ def collection_add(
455
386
  :type undo: bool | None
456
387
  """
457
388
 
458
- ...
459
-
460
389
  def collection_external_asset_drop(
461
390
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
462
391
  execution_context: int | str | None = None,
@@ -514,8 +443,6 @@ def collection_external_asset_drop(
514
443
  :type collection: str | None
515
444
  """
516
445
 
517
- ...
518
-
519
446
  def collection_instance_add(
520
447
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
521
448
  execution_context: int | str | None = None,
@@ -573,8 +500,6 @@ def collection_instance_add(
573
500
  :type drop_y: int | None
574
501
  """
575
502
 
576
- ...
577
-
578
503
  def collection_link(
579
504
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
580
505
  execution_context: int | str | None = None,
@@ -591,8 +516,6 @@ def collection_link(
591
516
  :type collection: str | None
592
517
  """
593
518
 
594
- ...
595
-
596
519
  def collection_objects_select(
597
520
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
598
521
  execution_context: int | str | None = None,
@@ -605,8 +528,6 @@ def collection_objects_select(
605
528
  :type undo: bool | None
606
529
  """
607
530
 
608
- ...
609
-
610
531
  def collection_remove(
611
532
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
612
533
  execution_context: int | str | None = None,
@@ -619,8 +540,6 @@ def collection_remove(
619
540
  :type undo: bool | None
620
541
  """
621
542
 
622
- ...
623
-
624
543
  def collection_unlink(
625
544
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
626
545
  execution_context: int | str | None = None,
@@ -633,8 +552,6 @@ def collection_unlink(
633
552
  :type undo: bool | None
634
553
  """
635
554
 
636
- ...
637
-
638
555
  def constraint_add(
639
556
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
640
557
  execution_context: int | str | None = None,
@@ -651,8 +568,6 @@ def constraint_add(
651
568
  :type type: str | None
652
569
  """
653
570
 
654
- ...
655
-
656
571
  def constraint_add_with_targets(
657
572
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
658
573
  execution_context: int | str | None = None,
@@ -669,8 +584,6 @@ def constraint_add_with_targets(
669
584
  :type type: str | None
670
585
  """
671
586
 
672
- ...
673
-
674
587
  def constraints_clear(
675
588
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
676
589
  execution_context: int | str | None = None,
@@ -683,8 +596,6 @@ def constraints_clear(
683
596
  :type undo: bool | None
684
597
  """
685
598
 
686
- ...
687
-
688
599
  def constraints_copy(
689
600
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
690
601
  execution_context: int | str | None = None,
@@ -697,8 +608,6 @@ def constraints_copy(
697
608
  :type undo: bool | None
698
609
  """
699
610
 
700
- ...
701
-
702
611
  def convert(
703
612
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
704
613
  execution_context: int | str | None = None,
@@ -752,8 +661,6 @@ def convert(
752
661
  :type offset: float | None
753
662
  """
754
663
 
755
- ...
756
-
757
664
  def correctivesmooth_bind(
758
665
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
759
666
  execution_context: int | str | None = None,
@@ -770,8 +677,6 @@ def correctivesmooth_bind(
770
677
  :type modifier: str
771
678
  """
772
679
 
773
- ...
774
-
775
680
  def curves_empty_hair_add(
776
681
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
777
682
  execution_context: int | str | None = None,
@@ -814,8 +719,6 @@ def curves_empty_hair_add(
814
719
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
815
720
  """
816
721
 
817
- ...
818
-
819
722
  def curves_random_add(
820
723
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
821
724
  execution_context: int | str | None = None,
@@ -858,8 +761,6 @@ def curves_random_add(
858
761
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
859
762
  """
860
763
 
861
- ...
862
-
863
764
  def data_instance_add(
864
765
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
865
766
  execution_context: int | str | None = None,
@@ -867,48 +768,7 @@ def data_instance_add(
867
768
  *,
868
769
  name: str = "",
869
770
  session_uid: int | None = 0,
870
- type: typing.Literal[
871
- "ACTION",
872
- "ARMATURE",
873
- "BRUSH",
874
- "CACHEFILE",
875
- "CAMERA",
876
- "COLLECTION",
877
- "CURVE",
878
- "CURVES",
879
- "FONT",
880
- "GREASEPENCIL",
881
- "GREASEPENCIL_V3",
882
- "IMAGE",
883
- "KEY",
884
- "LATTICE",
885
- "LIBRARY",
886
- "LIGHT",
887
- "LIGHT_PROBE",
888
- "LINESTYLE",
889
- "MASK",
890
- "MATERIAL",
891
- "MESH",
892
- "META",
893
- "MOVIECLIP",
894
- "NODETREE",
895
- "OBJECT",
896
- "PAINTCURVE",
897
- "PALETTE",
898
- "PARTICLE",
899
- "POINTCLOUD",
900
- "SCENE",
901
- "SCREEN",
902
- "SOUND",
903
- "SPEAKER",
904
- "TEXT",
905
- "TEXTURE",
906
- "VOLUME",
907
- "WINDOWMANAGER",
908
- "WORKSPACE",
909
- "WORLD",
910
- ]
911
- | None = "ACTION",
771
+ type: bpy.typing.IdTypeItems | None = "ACTION",
912
772
  align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
913
773
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (
914
774
  0.0,
@@ -934,7 +794,7 @@ def data_instance_add(
934
794
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
935
795
  :type session_uid: int | None
936
796
  :param type: Type
937
- :type type: typing.Literal['ACTION', 'ARMATURE', 'BRUSH', 'CACHEFILE', 'CAMERA', 'COLLECTION', 'CURVE', 'CURVES', 'FONT', 'GREASEPENCIL', 'GREASEPENCIL_V3', 'IMAGE', 'KEY', 'LATTICE', 'LIBRARY', 'LIGHT', 'LIGHT_PROBE', 'LINESTYLE', 'MASK', 'MATERIAL', 'MESH', 'META', 'MOVIECLIP', 'NODETREE', 'OBJECT', 'PAINTCURVE', 'PALETTE', 'PARTICLE', 'POINTCLOUD', 'SCENE', 'SCREEN', 'SOUND', 'SPEAKER', 'TEXT', 'TEXTURE', 'VOLUME', 'WINDOWMANAGER', 'WORKSPACE', 'WORLD'] | None
797
+ :type type: bpy.typing.IdTypeItems | None
938
798
  :param align: Align, The alignment of the new object
939
799
 
940
800
  WORLD
@@ -958,8 +818,6 @@ def data_instance_add(
958
818
  :type drop_y: int | None
959
819
  """
960
820
 
961
- ...
962
-
963
821
  def data_transfer(
964
822
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
965
823
  execution_context: int | str | None = None,
@@ -984,44 +842,19 @@ def data_transfer(
984
842
  ]
985
843
  | None = "",
986
844
  use_create: bool | None = True,
987
- vert_mapping: typing.Literal[
988
- "TOPOLOGY",
989
- "NEAREST",
990
- "EDGE_NEAREST",
991
- "EDGEINTERP_NEAREST",
992
- "POLY_NEAREST",
993
- "POLYINTERP_NEAREST",
994
- "POLYINTERP_VNORPROJ",
995
- ]
996
- | None = "NEAREST",
997
- edge_mapping: typing.Literal[
998
- "TOPOLOGY", "VERT_NEAREST", "NEAREST", "POLY_NEAREST", "EDGEINTERP_VNORPROJ"
999
- ]
1000
- | None = "NEAREST",
1001
- loop_mapping: typing.Literal[
1002
- "TOPOLOGY",
1003
- "NEAREST_NORMAL",
1004
- "NEAREST_POLYNOR",
1005
- "NEAREST_POLY",
1006
- "POLYINTERP_NEAREST",
1007
- "POLYINTERP_LNORPROJ",
1008
- ]
1009
- | None = "NEAREST_POLYNOR",
1010
- poly_mapping: typing.Literal["TOPOLOGY", "NEAREST", "NORMAL", "POLYINTERP_PNORPROJ"]
1011
- | None = "NEAREST",
845
+ vert_mapping: bpy.typing.DtMethodVertexItems | None = "NEAREST",
846
+ edge_mapping: bpy.typing.DtMethodEdgeItems | None = "NEAREST",
847
+ loop_mapping: bpy.typing.DtMethodLoopItems | None = "NEAREST_POLYNOR",
848
+ poly_mapping: bpy.typing.DtMethodPolyItems | None = "NEAREST",
1012
849
  use_auto_transform: bool | None = False,
1013
850
  use_object_transform: bool | None = True,
1014
851
  use_max_distance: bool | None = False,
1015
852
  max_distance: float | None = 1.0,
1016
853
  ray_radius: float | None = 0.0,
1017
854
  islands_precision: float | None = 0.1,
1018
- layers_select_src: typing.Literal["ACTIVE", "ALL", "BONE_SELECT", "BONE_DEFORM"]
1019
- | None = "ACTIVE",
1020
- layers_select_dst: typing.Literal["ACTIVE", "NAME", "INDEX"] | None = "ACTIVE",
1021
- mix_mode: typing.Literal[
1022
- "REPLACE", "ABOVE_THRESHOLD", "BELOW_THRESHOLD", "MIX", "ADD", "SUB", "MUL"
1023
- ]
1024
- | None = "REPLACE",
855
+ layers_select_src: bpy.typing.DtLayersSelectSrcItems | None = "ACTIVE",
856
+ layers_select_dst: bpy.typing.DtLayersSelectDstItems | None = "ACTIVE",
857
+ mix_mode: bpy.typing.DtMixModeItems | None = "REPLACE",
1025
858
  mix_factor: float | None = 1.0,
1026
859
  ):
1027
860
  """Transfer data layer(s) (weights, edge sharp, etc.) from active to selected meshes
@@ -1077,13 +910,13 @@ def data_transfer(
1077
910
  :param use_create: Create Data, Add data layers on destination meshes if needed
1078
911
  :type use_create: bool | None
1079
912
  :param vert_mapping: Vertex Mapping, Method used to map source vertices to destination ones
1080
- :type vert_mapping: typing.Literal['TOPOLOGY', 'NEAREST', 'EDGE_NEAREST', 'EDGEINTERP_NEAREST', 'POLY_NEAREST', 'POLYINTERP_NEAREST', 'POLYINTERP_VNORPROJ'] | None
913
+ :type vert_mapping: bpy.typing.DtMethodVertexItems | None
1081
914
  :param edge_mapping: Edge Mapping, Method used to map source edges to destination ones
1082
- :type edge_mapping: typing.Literal['TOPOLOGY', 'VERT_NEAREST', 'NEAREST', 'POLY_NEAREST', 'EDGEINTERP_VNORPROJ'] | None
915
+ :type edge_mapping: bpy.typing.DtMethodEdgeItems | None
1083
916
  :param loop_mapping: Face Corner Mapping, Method used to map source faces' corners to destination ones
1084
- :type loop_mapping: typing.Literal['TOPOLOGY', 'NEAREST_NORMAL', 'NEAREST_POLYNOR', 'NEAREST_POLY', 'POLYINTERP_NEAREST', 'POLYINTERP_LNORPROJ'] | None
917
+ :type loop_mapping: bpy.typing.DtMethodLoopItems | None
1085
918
  :param poly_mapping: Face Mapping, Method used to map source faces to destination ones
1086
- :type poly_mapping: typing.Literal['TOPOLOGY', 'NEAREST', 'NORMAL', 'POLYINTERP_PNORPROJ'] | None
919
+ :type poly_mapping: bpy.typing.DtMethodPolyItems | None
1087
920
  :param use_auto_transform: Auto Transform, Automatically compute transformation to get the best possible match between source and destination meshes.Warning: Results will never be as good as manual matching of objects
1088
921
  :type use_auto_transform: bool | None
1089
922
  :param use_object_transform: Object Transform, Evaluate source and destination meshes in global space
@@ -1097,17 +930,15 @@ def data_transfer(
1097
930
  :param islands_precision: Islands Precision, Factor controlling precision of islands handling (the higher, the better the results)
1098
931
  :type islands_precision: float | None
1099
932
  :param layers_select_src: Source Layers Selection, Which layers to transfer, in case of multi-layers types
1100
- :type layers_select_src: typing.Literal['ACTIVE', 'ALL', 'BONE_SELECT', 'BONE_DEFORM'] | None
933
+ :type layers_select_src: bpy.typing.DtLayersSelectSrcItems | None
1101
934
  :param layers_select_dst: Destination Layers Matching, How to match source and destination layers
1102
- :type layers_select_dst: typing.Literal['ACTIVE', 'NAME', 'INDEX'] | None
935
+ :type layers_select_dst: bpy.typing.DtLayersSelectDstItems | None
1103
936
  :param mix_mode: Mix Mode, How to affect destination elements with source values
1104
- :type mix_mode: typing.Literal['REPLACE', 'ABOVE_THRESHOLD', 'BELOW_THRESHOLD', 'MIX', 'ADD', 'SUB', 'MUL'] | None
937
+ :type mix_mode: bpy.typing.DtMixModeItems | None
1105
938
  :param mix_factor: Mix Factor, Factor to use when applying data to destination (exact behavior depends on mix mode)
1106
939
  :type mix_factor: float | None
1107
940
  """
1108
941
 
1109
- ...
1110
-
1111
942
  def datalayout_transfer(
1112
943
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1113
944
  execution_context: int | str | None = None,
@@ -1131,9 +962,8 @@ def datalayout_transfer(
1131
962
  ]
1132
963
  | None = "",
1133
964
  use_delete: bool | None = False,
1134
- layers_select_src: typing.Literal["ACTIVE", "ALL", "BONE_SELECT", "BONE_DEFORM"]
1135
- | None = "ACTIVE",
1136
- layers_select_dst: typing.Literal["ACTIVE", "NAME", "INDEX"] | None = "ACTIVE",
965
+ layers_select_src: bpy.typing.DtLayersSelectSrcItems | None = "ACTIVE",
966
+ layers_select_dst: bpy.typing.DtLayersSelectDstItems | None = "ACTIVE",
1137
967
  ):
1138
968
  """Transfer layout of data layer(s) from active to selected meshes
1139
969
 
@@ -1186,13 +1016,11 @@ def datalayout_transfer(
1186
1016
  :param use_delete: Exact Match, Also delete some data layers from destination if necessary, so that it matches exactly source
1187
1017
  :type use_delete: bool | None
1188
1018
  :param layers_select_src: Source Layers Selection, Which layers to transfer, in case of multi-layers types
1189
- :type layers_select_src: typing.Literal['ACTIVE', 'ALL', 'BONE_SELECT', 'BONE_DEFORM'] | None
1019
+ :type layers_select_src: bpy.typing.DtLayersSelectSrcItems | None
1190
1020
  :param layers_select_dst: Destination Layers Matching, How to match source and destination layers
1191
- :type layers_select_dst: typing.Literal['ACTIVE', 'NAME', 'INDEX'] | None
1021
+ :type layers_select_dst: bpy.typing.DtLayersSelectDstItems | None
1192
1022
  """
1193
1023
 
1194
- ...
1195
-
1196
1024
  def delete(
1197
1025
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1198
1026
  execution_context: int | str | None = None,
@@ -1212,8 +1040,6 @@ def delete(
1212
1040
  :type confirm: bool | None
1213
1041
  """
1214
1042
 
1215
- ...
1216
-
1217
1043
  def drop_geometry_nodes(
1218
1044
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1219
1045
  execution_context: int | str | None = None,
@@ -1233,8 +1059,6 @@ def drop_geometry_nodes(
1233
1059
  :type show_datablock_in_modifier: bool | None
1234
1060
  """
1235
1061
 
1236
- ...
1237
-
1238
1062
  def drop_named_material(
1239
1063
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1240
1064
  execution_context: int | str | None = None,
@@ -1254,50 +1078,13 @@ def drop_named_material(
1254
1078
  :type session_uid: int | None
1255
1079
  """
1256
1080
 
1257
- ...
1258
-
1259
1081
  def duplicate(
1260
1082
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1261
1083
  execution_context: int | str | None = None,
1262
1084
  undo: bool | None = None,
1263
1085
  *,
1264
1086
  linked: bool | None = False,
1265
- mode: typing.Literal[
1266
- "INIT",
1267
- "DUMMY",
1268
- "TRANSLATION",
1269
- "ROTATION",
1270
- "RESIZE",
1271
- "SKIN_RESIZE",
1272
- "TOSPHERE",
1273
- "SHEAR",
1274
- "BEND",
1275
- "SHRINKFATTEN",
1276
- "TILT",
1277
- "TRACKBALL",
1278
- "PUSHPULL",
1279
- "CREASE",
1280
- "VERTEX_CREASE",
1281
- "MIRROR",
1282
- "BONE_SIZE",
1283
- "BONE_ENVELOPE",
1284
- "BONE_ENVELOPE_DIST",
1285
- "CURVE_SHRINKFATTEN",
1286
- "MASK_SHRINKFATTEN",
1287
- "GPENCIL_SHRINKFATTEN",
1288
- "BONE_ROLL",
1289
- "TIME_TRANSLATE",
1290
- "TIME_SLIDE",
1291
- "TIME_SCALE",
1292
- "TIME_EXTEND",
1293
- "BAKE_TIME",
1294
- "BWEIGHT",
1295
- "ALIGN",
1296
- "EDGESLIDE",
1297
- "SEQSLIDE",
1298
- "GPENCIL_OPACITY",
1299
- ]
1300
- | None = "TRANSLATION",
1087
+ mode: bpy.typing.TransformModeTypeItems | None = "TRANSLATION",
1301
1088
  ):
1302
1089
  """Duplicate selected objects
1303
1090
 
@@ -1307,11 +1094,9 @@ def duplicate(
1307
1094
  :param linked: Linked, Duplicate object but not object data, linking to the original data
1308
1095
  :type linked: bool | None
1309
1096
  :param mode: Mode
1310
- :type mode: typing.Literal['INIT', 'DUMMY', 'TRANSLATION', 'ROTATION', 'RESIZE', 'SKIN_RESIZE', 'TOSPHERE', 'SHEAR', 'BEND', 'SHRINKFATTEN', 'TILT', 'TRACKBALL', 'PUSHPULL', 'CREASE', 'VERTEX_CREASE', 'MIRROR', 'BONE_SIZE', 'BONE_ENVELOPE', 'BONE_ENVELOPE_DIST', 'CURVE_SHRINKFATTEN', 'MASK_SHRINKFATTEN', 'GPENCIL_SHRINKFATTEN', 'BONE_ROLL', 'TIME_TRANSLATE', 'TIME_SLIDE', 'TIME_SCALE', 'TIME_EXTEND', 'BAKE_TIME', 'BWEIGHT', 'ALIGN', 'EDGESLIDE', 'SEQSLIDE', 'GPENCIL_OPACITY'] | None
1097
+ :type mode: bpy.typing.TransformModeTypeItems | None
1311
1098
  """
1312
1099
 
1313
- ...
1314
-
1315
1100
  def duplicate_move(
1316
1101
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1317
1102
  execution_context: int | str | None = None,
@@ -1331,8 +1116,6 @@ def duplicate_move(
1331
1116
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1332
1117
  """
1333
1118
 
1334
- ...
1335
-
1336
1119
  def duplicate_move_linked(
1337
1120
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1338
1121
  execution_context: int | str | None = None,
@@ -1352,8 +1135,6 @@ def duplicate_move_linked(
1352
1135
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1353
1136
  """
1354
1137
 
1355
- ...
1356
-
1357
1138
  def duplicates_make_real(
1358
1139
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1359
1140
  execution_context: int | str | None = None,
@@ -1373,8 +1154,6 @@ def duplicates_make_real(
1373
1154
  :type use_hierarchy: bool | None
1374
1155
  """
1375
1156
 
1376
- ...
1377
-
1378
1157
  def editmode_toggle(
1379
1158
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1380
1159
  execution_context: int | str | None = None,
@@ -1387,8 +1166,6 @@ def editmode_toggle(
1387
1166
  :type undo: bool | None
1388
1167
  """
1389
1168
 
1390
- ...
1391
-
1392
1169
  def effector_add(
1393
1170
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1394
1171
  execution_context: int | str | None = None,
@@ -1455,24 +1232,12 @@ def effector_add(
1455
1232
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
1456
1233
  """
1457
1234
 
1458
- ...
1459
-
1460
1235
  def empty_add(
1461
1236
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1462
1237
  execution_context: int | str | None = None,
1463
1238
  undo: bool | None = None,
1464
1239
  *,
1465
- type: typing.Literal[
1466
- "PLAIN_AXES",
1467
- "ARROWS",
1468
- "SINGLE_ARROW",
1469
- "CIRCLE",
1470
- "CUBE",
1471
- "SPHERE",
1472
- "CONE",
1473
- "IMAGE",
1474
- ]
1475
- | None = "PLAIN_AXES",
1240
+ type: bpy.typing.ObjectEmptyDrawtypeItems | None = "PLAIN_AXES",
1476
1241
  radius: float | None = 1.0,
1477
1242
  align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
1478
1243
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (
@@ -1493,7 +1258,7 @@ def empty_add(
1493
1258
  :type execution_context: int | str | None
1494
1259
  :type undo: bool | None
1495
1260
  :param type: Type
1496
- :type type: typing.Literal['PLAIN_AXES', 'ARROWS', 'SINGLE_ARROW', 'CIRCLE', 'CUBE', 'SPHERE', 'CONE', 'IMAGE'] | None
1261
+ :type type: bpy.typing.ObjectEmptyDrawtypeItems | None
1497
1262
  :param radius: Radius
1498
1263
  :type radius: float | None
1499
1264
  :param align: Align, The alignment of the new object
@@ -1515,8 +1280,6 @@ def empty_add(
1515
1280
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
1516
1281
  """
1517
1282
 
1518
- ...
1519
-
1520
1283
  def empty_image_add(
1521
1284
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1522
1285
  execution_context: int | str | None = None,
@@ -1683,8 +1446,6 @@ def empty_image_add(
1683
1446
  :type background: bool | None
1684
1447
  """
1685
1448
 
1686
- ...
1687
-
1688
1449
  def explode_refresh(
1689
1450
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1690
1451
  execution_context: int | str | None = None,
@@ -1701,8 +1462,6 @@ def explode_refresh(
1701
1462
  :type modifier: str
1702
1463
  """
1703
1464
 
1704
- ...
1705
-
1706
1465
  def forcefield_toggle(
1707
1466
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1708
1467
  execution_context: int | str | None = None,
@@ -1715,8 +1474,6 @@ def forcefield_toggle(
1715
1474
  :type undo: bool | None
1716
1475
  """
1717
1476
 
1718
- ...
1719
-
1720
1477
  def geometry_node_bake_delete_single(
1721
1478
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1722
1479
  execution_context: int | str | None = None,
@@ -1739,8 +1496,6 @@ def geometry_node_bake_delete_single(
1739
1496
  :type bake_id: int | None
1740
1497
  """
1741
1498
 
1742
- ...
1743
-
1744
1499
  def geometry_node_bake_single(
1745
1500
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1746
1501
  execution_context: int | str | None = None,
@@ -1763,8 +1518,6 @@ def geometry_node_bake_single(
1763
1518
  :type bake_id: int | None
1764
1519
  """
1765
1520
 
1766
- ...
1767
-
1768
1521
  def geometry_node_tree_copy_assign(
1769
1522
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1770
1523
  execution_context: int | str | None = None,
@@ -1777,8 +1530,6 @@ def geometry_node_tree_copy_assign(
1777
1530
  :type undo: bool | None
1778
1531
  """
1779
1532
 
1780
- ...
1781
-
1782
1533
  def geometry_nodes_input_attribute_toggle(
1783
1534
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1784
1535
  execution_context: int | str | None = None,
@@ -1798,8 +1549,6 @@ def geometry_nodes_input_attribute_toggle(
1798
1549
  :type modifier_name: str
1799
1550
  """
1800
1551
 
1801
- ...
1802
-
1803
1552
  def geometry_nodes_move_to_nodes(
1804
1553
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1805
1554
  execution_context: int | str | None = None,
@@ -1816,8 +1565,6 @@ def geometry_nodes_move_to_nodes(
1816
1565
  :type use_selected_objects: bool | None
1817
1566
  """
1818
1567
 
1819
- ...
1820
-
1821
1568
  def gpencil_add(
1822
1569
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1823
1570
  execution_context: int | str | None = None,
@@ -1836,15 +1583,7 @@ def gpencil_add(
1836
1583
  0.0,
1837
1584
  ),
1838
1585
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
1839
- type: typing.Literal[
1840
- "EMPTY",
1841
- "STROKE",
1842
- "MONKEY",
1843
- "LINEART_SCENE",
1844
- "LINEART_COLLECTION",
1845
- "LINEART_OBJECT",
1846
- ]
1847
- | None = "EMPTY",
1586
+ type: bpy.typing.ObjectGpencilTypeItems | None = "EMPTY",
1848
1587
  use_in_front: bool | None = True,
1849
1588
  stroke_depth_offset: float | None = 0.05,
1850
1589
  use_lights: bool | None = False,
@@ -1875,7 +1614,7 @@ def gpencil_add(
1875
1614
  :param scale: Scale, Scale for the newly added object
1876
1615
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
1877
1616
  :param type: Type
1878
- :type type: typing.Literal['EMPTY', 'STROKE', 'MONKEY', 'LINEART_SCENE', 'LINEART_COLLECTION', 'LINEART_OBJECT'] | None
1617
+ :type type: bpy.typing.ObjectGpencilTypeItems | None
1879
1618
  :param use_in_front: Show In Front, Show Line Art grease pencil in front of everything
1880
1619
  :type use_in_front: bool | None
1881
1620
  :param stroke_depth_offset: Stroke Offset, Stroke offset for the Line Art modifier
@@ -1892,22 +1631,12 @@ def gpencil_add(
1892
1631
  :type stroke_depth_order: typing.Literal['2D','3D'] | None
1893
1632
  """
1894
1633
 
1895
- ...
1896
-
1897
1634
  def grease_pencil_add(
1898
1635
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1899
1636
  execution_context: int | str | None = None,
1900
1637
  undo: bool | None = None,
1901
1638
  *,
1902
- type: typing.Literal[
1903
- "EMPTY",
1904
- "STROKE",
1905
- "MONKEY",
1906
- "LINEART_SCENE",
1907
- "LINEART_COLLECTION",
1908
- "LINEART_OBJECT",
1909
- ]
1910
- | None = "EMPTY",
1639
+ type: bpy.typing.ObjectGpencilTypeItems | None = "EMPTY",
1911
1640
  use_in_front: bool | None = True,
1912
1641
  stroke_depth_offset: float | None = 0.05,
1913
1642
  use_lights: bool | None = False,
@@ -1932,7 +1661,7 @@ def grease_pencil_add(
1932
1661
  :type execution_context: int | str | None
1933
1662
  :type undo: bool | None
1934
1663
  :param type: Type
1935
- :type type: typing.Literal['EMPTY', 'STROKE', 'MONKEY', 'LINEART_SCENE', 'LINEART_COLLECTION', 'LINEART_OBJECT'] | None
1664
+ :type type: bpy.typing.ObjectGpencilTypeItems | None
1936
1665
  :param use_in_front: Show In Front, Show Line Art grease pencil in front of everything
1937
1666
  :type use_in_front: bool | None
1938
1667
  :param stroke_depth_offset: Stroke Offset, Stroke offset for the Line Art modifier
@@ -1968,8 +1697,6 @@ def grease_pencil_add(
1968
1697
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
1969
1698
  """
1970
1699
 
1971
- ...
1972
-
1973
1700
  def grease_pencil_dash_modifier_segment_add(
1974
1701
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1975
1702
  execution_context: int | str | None = None,
@@ -1986,8 +1713,6 @@ def grease_pencil_dash_modifier_segment_add(
1986
1713
  :type modifier: str
1987
1714
  """
1988
1715
 
1989
- ...
1990
-
1991
1716
  def grease_pencil_dash_modifier_segment_move(
1992
1717
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1993
1718
  execution_context: int | str | None = None,
@@ -2007,8 +1732,6 @@ def grease_pencil_dash_modifier_segment_move(
2007
1732
  :type type: typing.Literal['UP','DOWN'] | None
2008
1733
  """
2009
1734
 
2010
- ...
2011
-
2012
1735
  def grease_pencil_dash_modifier_segment_remove(
2013
1736
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2014
1737
  execution_context: int | str | None = None,
@@ -2028,8 +1751,6 @@ def grease_pencil_dash_modifier_segment_remove(
2028
1751
  :type index: int | None
2029
1752
  """
2030
1753
 
2031
- ...
2032
-
2033
1754
  def grease_pencil_time_modifier_segment_add(
2034
1755
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2035
1756
  execution_context: int | str | None = None,
@@ -2046,8 +1767,6 @@ def grease_pencil_time_modifier_segment_add(
2046
1767
  :type modifier: str
2047
1768
  """
2048
1769
 
2049
- ...
2050
-
2051
1770
  def grease_pencil_time_modifier_segment_move(
2052
1771
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2053
1772
  execution_context: int | str | None = None,
@@ -2067,8 +1786,6 @@ def grease_pencil_time_modifier_segment_move(
2067
1786
  :type type: typing.Literal['UP','DOWN'] | None
2068
1787
  """
2069
1788
 
2070
- ...
2071
-
2072
1789
  def grease_pencil_time_modifier_segment_remove(
2073
1790
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2074
1791
  execution_context: int | str | None = None,
@@ -2088,8 +1805,6 @@ def grease_pencil_time_modifier_segment_remove(
2088
1805
  :type index: int | None
2089
1806
  """
2090
1807
 
2091
- ...
2092
-
2093
1808
  def hide_collection(
2094
1809
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2095
1810
  execution_context: int | str | None = None,
@@ -2112,8 +1827,6 @@ def hide_collection(
2112
1827
  :type extend: bool | None
2113
1828
  """
2114
1829
 
2115
- ...
2116
-
2117
1830
  def hide_render_clear_all(
2118
1831
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2119
1832
  execution_context: int | str | None = None,
@@ -2126,8 +1839,6 @@ def hide_render_clear_all(
2126
1839
  :type undo: bool | None
2127
1840
  """
2128
1841
 
2129
- ...
2130
-
2131
1842
  def hide_view_clear(
2132
1843
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2133
1844
  execution_context: int | str | None = None,
@@ -2144,8 +1855,6 @@ def hide_view_clear(
2144
1855
  :type select: bool | None
2145
1856
  """
2146
1857
 
2147
- ...
2148
-
2149
1858
  def hide_view_set(
2150
1859
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2151
1860
  execution_context: int | str | None = None,
@@ -2162,8 +1871,6 @@ def hide_view_set(
2162
1871
  :type unselected: bool | None
2163
1872
  """
2164
1873
 
2165
- ...
2166
-
2167
1874
  def hook_add_newob(
2168
1875
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2169
1876
  execution_context: int | str | None = None,
@@ -2176,8 +1883,6 @@ def hook_add_newob(
2176
1883
  :type undo: bool | None
2177
1884
  """
2178
1885
 
2179
- ...
2180
-
2181
1886
  def hook_add_selob(
2182
1887
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2183
1888
  execution_context: int | str | None = None,
@@ -2194,8 +1899,6 @@ def hook_add_selob(
2194
1899
  :type use_bone: bool | None
2195
1900
  """
2196
1901
 
2197
- ...
2198
-
2199
1902
  def hook_assign(
2200
1903
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2201
1904
  execution_context: int | str | None = None,
@@ -2212,8 +1915,6 @@ def hook_assign(
2212
1915
  :type modifier: str | None
2213
1916
  """
2214
1917
 
2215
- ...
2216
-
2217
1918
  def hook_recenter(
2218
1919
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2219
1920
  execution_context: int | str | None = None,
@@ -2230,8 +1931,6 @@ def hook_recenter(
2230
1931
  :type modifier: str | None
2231
1932
  """
2232
1933
 
2233
- ...
2234
-
2235
1934
  def hook_remove(
2236
1935
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2237
1936
  execution_context: int | str | None = None,
@@ -2248,8 +1947,6 @@ def hook_remove(
2248
1947
  :type modifier: str | None
2249
1948
  """
2250
1949
 
2251
- ...
2252
-
2253
1950
  def hook_reset(
2254
1951
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2255
1952
  execution_context: int | str | None = None,
@@ -2266,8 +1963,6 @@ def hook_reset(
2266
1963
  :type modifier: str | None
2267
1964
  """
2268
1965
 
2269
- ...
2270
-
2271
1966
  def hook_select(
2272
1967
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2273
1968
  execution_context: int | str | None = None,
@@ -2284,8 +1979,6 @@ def hook_select(
2284
1979
  :type modifier: str | None
2285
1980
  """
2286
1981
 
2287
- ...
2288
-
2289
1982
  def instance_offset_from_cursor(
2290
1983
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2291
1984
  execution_context: int | str | None = None,
@@ -2298,8 +1991,6 @@ def instance_offset_from_cursor(
2298
1991
  :type undo: bool | None
2299
1992
  """
2300
1993
 
2301
- ...
2302
-
2303
1994
  def instance_offset_from_object(
2304
1995
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2305
1996
  execution_context: int | str | None = None,
@@ -2312,8 +2003,6 @@ def instance_offset_from_object(
2312
2003
  :type undo: bool | None
2313
2004
  """
2314
2005
 
2315
- ...
2316
-
2317
2006
  def instance_offset_to_cursor(
2318
2007
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2319
2008
  execution_context: int | str | None = None,
@@ -2326,8 +2015,6 @@ def instance_offset_to_cursor(
2326
2015
  :type undo: bool | None
2327
2016
  """
2328
2017
 
2329
- ...
2330
-
2331
2018
  def isolate_type_render(
2332
2019
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2333
2020
  execution_context: int | str | None = None,
@@ -2340,8 +2027,6 @@ def isolate_type_render(
2340
2027
  :type undo: bool | None
2341
2028
  """
2342
2029
 
2343
- ...
2344
-
2345
2030
  def join(
2346
2031
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2347
2032
  execution_context: int | str | None = None,
@@ -2354,8 +2039,6 @@ def join(
2354
2039
  :type undo: bool | None
2355
2040
  """
2356
2041
 
2357
- ...
2358
-
2359
2042
  def join_shapes(
2360
2043
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2361
2044
  execution_context: int | str | None = None,
@@ -2368,8 +2051,6 @@ def join_shapes(
2368
2051
  :type undo: bool | None
2369
2052
  """
2370
2053
 
2371
- ...
2372
-
2373
2054
  def join_uvs(
2374
2055
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2375
2056
  execution_context: int | str | None = None,
@@ -2382,8 +2063,6 @@ def join_uvs(
2382
2063
  :type undo: bool | None
2383
2064
  """
2384
2065
 
2385
- ...
2386
-
2387
2066
  def laplaciandeform_bind(
2388
2067
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2389
2068
  execution_context: int | str | None = None,
@@ -2400,14 +2079,12 @@ def laplaciandeform_bind(
2400
2079
  :type modifier: str
2401
2080
  """
2402
2081
 
2403
- ...
2404
-
2405
2082
  def light_add(
2406
2083
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2407
2084
  execution_context: int | str | None = None,
2408
2085
  undo: bool | None = None,
2409
2086
  *,
2410
- type: typing.Literal["POINT", "SUN", "SPOT", "AREA"] | None = "POINT",
2087
+ type: bpy.typing.LightTypeItems | None = "POINT",
2411
2088
  radius: float | None = 1.0,
2412
2089
  align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
2413
2090
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (
@@ -2428,7 +2105,7 @@ def light_add(
2428
2105
  :type execution_context: int | str | None
2429
2106
  :type undo: bool | None
2430
2107
  :param type: Type
2431
- :type type: typing.Literal['POINT', 'SUN', 'SPOT', 'AREA'] | None
2108
+ :type type: bpy.typing.LightTypeItems | None
2432
2109
  :param radius: Radius
2433
2110
  :type radius: float | None
2434
2111
  :param align: Align, The alignment of the new object
@@ -2450,8 +2127,6 @@ def light_add(
2450
2127
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2451
2128
  """
2452
2129
 
2453
- ...
2454
-
2455
2130
  def light_linking_blocker_collection_new(
2456
2131
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2457
2132
  execution_context: int | str | None = None,
@@ -2464,8 +2139,6 @@ def light_linking_blocker_collection_new(
2464
2139
  :type undo: bool | None
2465
2140
  """
2466
2141
 
2467
- ...
2468
-
2469
2142
  def light_linking_blockers_link(
2470
2143
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2471
2144
  execution_context: int | str | None = None,
@@ -2488,8 +2161,6 @@ def light_linking_blockers_link(
2488
2161
  :type link_state: typing.Literal['INCLUDE','EXCLUDE'] | None
2489
2162
  """
2490
2163
 
2491
- ...
2492
-
2493
2164
  def light_linking_blockers_select(
2494
2165
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2495
2166
  execution_context: int | str | None = None,
@@ -2502,8 +2173,6 @@ def light_linking_blockers_select(
2502
2173
  :type undo: bool | None
2503
2174
  """
2504
2175
 
2505
- ...
2506
-
2507
2176
  def light_linking_receiver_collection_new(
2508
2177
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2509
2178
  execution_context: int | str | None = None,
@@ -2516,8 +2185,6 @@ def light_linking_receiver_collection_new(
2516
2185
  :type undo: bool | None
2517
2186
  """
2518
2187
 
2519
- ...
2520
-
2521
2188
  def light_linking_receivers_link(
2522
2189
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2523
2190
  execution_context: int | str | None = None,
@@ -2540,8 +2207,6 @@ def light_linking_receivers_link(
2540
2207
  :type link_state: typing.Literal['INCLUDE','EXCLUDE'] | None
2541
2208
  """
2542
2209
 
2543
- ...
2544
-
2545
2210
  def light_linking_receivers_select(
2546
2211
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2547
2212
  execution_context: int | str | None = None,
@@ -2554,8 +2219,6 @@ def light_linking_receivers_select(
2554
2219
  :type undo: bool | None
2555
2220
  """
2556
2221
 
2557
- ...
2558
-
2559
2222
  def light_linking_unlink_from_collection(
2560
2223
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2561
2224
  execution_context: int | str | None = None,
@@ -2568,8 +2231,6 @@ def light_linking_unlink_from_collection(
2568
2231
  :type undo: bool | None
2569
2232
  """
2570
2233
 
2571
- ...
2572
-
2573
2234
  def lightprobe_add(
2574
2235
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2575
2236
  execution_context: int | str | None = None,
@@ -2630,8 +2291,6 @@ def lightprobe_add(
2630
2291
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2631
2292
  """
2632
2293
 
2633
- ...
2634
-
2635
2294
  def lightprobe_cache_bake(
2636
2295
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2637
2296
  execution_context: int | str | None = None,
@@ -2657,8 +2316,6 @@ def lightprobe_cache_bake(
2657
2316
  :type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
2658
2317
  """
2659
2318
 
2660
- ...
2661
-
2662
2319
  def lightprobe_cache_free(
2663
2320
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2664
2321
  execution_context: int | str | None = None,
@@ -2684,8 +2341,6 @@ def lightprobe_cache_free(
2684
2341
  :type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
2685
2342
  """
2686
2343
 
2687
- ...
2688
-
2689
2344
  def lineart_bake_strokes(
2690
2345
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2691
2346
  execution_context: int | str | None = None,
@@ -2702,8 +2357,6 @@ def lineart_bake_strokes(
2702
2357
  :type bake_all: bool | None
2703
2358
  """
2704
2359
 
2705
- ...
2706
-
2707
2360
  def lineart_clear(
2708
2361
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2709
2362
  execution_context: int | str | None = None,
@@ -2720,8 +2373,6 @@ def lineart_clear(
2720
2373
  :type clear_all: bool | None
2721
2374
  """
2722
2375
 
2723
- ...
2724
-
2725
2376
  def link_to_collection(
2726
2377
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2727
2378
  execution_context: int | str | None = None,
@@ -2744,8 +2395,6 @@ def link_to_collection(
2744
2395
  :type new_collection_name: str
2745
2396
  """
2746
2397
 
2747
- ...
2748
-
2749
2398
  def location_clear(
2750
2399
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2751
2400
  execution_context: int | str | None = None,
@@ -2762,8 +2411,6 @@ def location_clear(
2762
2411
  :type clear_delta: bool | None
2763
2412
  """
2764
2413
 
2765
- ...
2766
-
2767
2414
  def make_dupli_face(
2768
2415
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2769
2416
  execution_context: int | str | None = None,
@@ -2776,8 +2423,6 @@ def make_dupli_face(
2776
2423
  :type undo: bool | None
2777
2424
  """
2778
2425
 
2779
- ...
2780
-
2781
2426
  def make_links_data(
2782
2427
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2783
2428
  execution_context: int | str | None = None,
@@ -2828,8 +2473,6 @@ def make_links_data(
2828
2473
  :type type: typing.Literal['OBDATA','MATERIAL','ANIMATION','GROUPS','DUPLICOLLECTION','FONTS','MODIFIERS','EFFECTS'] | None
2829
2474
  """
2830
2475
 
2831
- ...
2832
-
2833
2476
  def make_links_scene(
2834
2477
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2835
2478
  execution_context: int | str | None = None,
@@ -2846,8 +2489,6 @@ def make_links_scene(
2846
2489
  :type scene: str | None
2847
2490
  """
2848
2491
 
2849
- ...
2850
-
2851
2492
  def make_local(
2852
2493
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2853
2494
  execution_context: int | str | None = None,
@@ -2867,8 +2508,6 @@ def make_local(
2867
2508
  :type type: typing.Literal['SELECT_OBJECT','SELECT_OBDATA','SELECT_OBDATA_MATERIAL','ALL'] | None
2868
2509
  """
2869
2510
 
2870
- ...
2871
-
2872
2511
  def make_override_library(
2873
2512
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2874
2513
  execution_context: int | str | None = None,
@@ -2885,8 +2524,6 @@ def make_override_library(
2885
2524
  :type collection: int | None
2886
2525
  """
2887
2526
 
2888
- ...
2889
-
2890
2527
  def make_single_user(
2891
2528
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2892
2529
  execution_context: int | str | None = None,
@@ -2918,8 +2555,6 @@ def make_single_user(
2918
2555
  :type obdata_animation: bool | None
2919
2556
  """
2920
2557
 
2921
- ...
2922
-
2923
2558
  def material_slot_add(
2924
2559
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2925
2560
  execution_context: int | str | None = None,
@@ -2932,8 +2567,6 @@ def material_slot_add(
2932
2567
  :type undo: bool | None
2933
2568
  """
2934
2569
 
2935
- ...
2936
-
2937
2570
  def material_slot_assign(
2938
2571
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2939
2572
  execution_context: int | str | None = None,
@@ -2946,8 +2579,6 @@ def material_slot_assign(
2946
2579
  :type undo: bool | None
2947
2580
  """
2948
2581
 
2949
- ...
2950
-
2951
2582
  def material_slot_copy(
2952
2583
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2953
2584
  execution_context: int | str | None = None,
@@ -2960,8 +2591,6 @@ def material_slot_copy(
2960
2591
  :type undo: bool | None
2961
2592
  """
2962
2593
 
2963
- ...
2964
-
2965
2594
  def material_slot_deselect(
2966
2595
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2967
2596
  execution_context: int | str | None = None,
@@ -2974,8 +2603,6 @@ def material_slot_deselect(
2974
2603
  :type undo: bool | None
2975
2604
  """
2976
2605
 
2977
- ...
2978
-
2979
2606
  def material_slot_move(
2980
2607
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2981
2608
  execution_context: int | str | None = None,
@@ -2992,8 +2619,6 @@ def material_slot_move(
2992
2619
  :type direction: typing.Literal['UP','DOWN'] | None
2993
2620
  """
2994
2621
 
2995
- ...
2996
-
2997
2622
  def material_slot_remove(
2998
2623
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2999
2624
  execution_context: int | str | None = None,
@@ -3006,8 +2631,6 @@ def material_slot_remove(
3006
2631
  :type undo: bool | None
3007
2632
  """
3008
2633
 
3009
- ...
3010
-
3011
2634
  def material_slot_remove_unused(
3012
2635
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3013
2636
  execution_context: int | str | None = None,
@@ -3020,8 +2643,6 @@ def material_slot_remove_unused(
3020
2643
  :type undo: bool | None
3021
2644
  """
3022
2645
 
3023
- ...
3024
-
3025
2646
  def material_slot_select(
3026
2647
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3027
2648
  execution_context: int | str | None = None,
@@ -3034,8 +2655,6 @@ def material_slot_select(
3034
2655
  :type undo: bool | None
3035
2656
  """
3036
2657
 
3037
- ...
3038
-
3039
2658
  def meshdeform_bind(
3040
2659
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3041
2660
  execution_context: int | str | None = None,
@@ -3052,15 +2671,12 @@ def meshdeform_bind(
3052
2671
  :type modifier: str
3053
2672
  """
3054
2673
 
3055
- ...
3056
-
3057
2674
  def metaball_add(
3058
2675
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3059
2676
  execution_context: int | str | None = None,
3060
2677
  undo: bool | None = None,
3061
2678
  *,
3062
- type: typing.Literal["BALL", "CAPSULE", "PLANE", "ELLIPSOID", "CUBE"]
3063
- | None = "BALL",
2679
+ type: bpy.typing.MetaelemTypeItems | None = "BALL",
3064
2680
  radius: float | None = 2.0,
3065
2681
  enter_editmode: bool | None = False,
3066
2682
  align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
@@ -3082,7 +2698,7 @@ def metaball_add(
3082
2698
  :type execution_context: int | str | None
3083
2699
  :type undo: bool | None
3084
2700
  :param type: Primitive
3085
- :type type: typing.Literal['BALL', 'CAPSULE', 'PLANE', 'ELLIPSOID', 'CUBE'] | None
2701
+ :type type: bpy.typing.MetaelemTypeItems | None
3086
2702
  :param radius: Radius
3087
2703
  :type radius: float | None
3088
2704
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
@@ -3106,30 +2722,12 @@ def metaball_add(
3106
2722
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
3107
2723
  """
3108
2724
 
3109
- ...
3110
-
3111
2725
  def mode_set(
3112
2726
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3113
2727
  execution_context: int | str | None = None,
3114
2728
  undo: bool | None = None,
3115
2729
  *,
3116
- mode: typing.Literal[
3117
- "OBJECT",
3118
- "EDIT",
3119
- "POSE",
3120
- "SCULPT",
3121
- "VERTEX_PAINT",
3122
- "WEIGHT_PAINT",
3123
- "TEXTURE_PAINT",
3124
- "PARTICLE_EDIT",
3125
- "EDIT_GPENCIL",
3126
- "SCULPT_GPENCIL",
3127
- "PAINT_GPENCIL",
3128
- "WEIGHT_GPENCIL",
3129
- "VERTEX_GPENCIL",
3130
- "SCULPT_CURVES",
3131
- ]
3132
- | None = "OBJECT",
2730
+ mode: bpy.typing.ObjectModeItems | None = "OBJECT",
3133
2731
  toggle: bool | None = False,
3134
2732
  ):
3135
2733
  """Sets the object interaction mode
@@ -3138,37 +2736,19 @@ def mode_set(
3138
2736
  :type execution_context: int | str | None
3139
2737
  :type undo: bool | None
3140
2738
  :param mode: Mode
3141
- :type mode: typing.Literal['OBJECT', 'EDIT', 'POSE', 'SCULPT', 'VERTEX_PAINT', 'WEIGHT_PAINT', 'TEXTURE_PAINT', 'PARTICLE_EDIT', 'EDIT_GPENCIL', 'SCULPT_GPENCIL', 'PAINT_GPENCIL', 'WEIGHT_GPENCIL', 'VERTEX_GPENCIL', 'SCULPT_CURVES'] | None
2739
+ :type mode: bpy.typing.ObjectModeItems | None
3142
2740
  :param toggle: Toggle
3143
2741
  :type toggle: bool | None
3144
2742
  """
3145
2743
 
3146
- ...
3147
-
3148
2744
  def mode_set_with_submode(
3149
2745
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3150
2746
  execution_context: int | str | None = None,
3151
2747
  undo: bool | None = None,
3152
2748
  *,
3153
- mode: typing.Literal[
3154
- "OBJECT",
3155
- "EDIT",
3156
- "POSE",
3157
- "SCULPT",
3158
- "VERTEX_PAINT",
3159
- "WEIGHT_PAINT",
3160
- "TEXTURE_PAINT",
3161
- "PARTICLE_EDIT",
3162
- "EDIT_GPENCIL",
3163
- "SCULPT_GPENCIL",
3164
- "PAINT_GPENCIL",
3165
- "WEIGHT_GPENCIL",
3166
- "VERTEX_GPENCIL",
3167
- "SCULPT_CURVES",
3168
- ]
3169
- | None = "OBJECT",
2749
+ mode: bpy.typing.ObjectModeItems | None = "OBJECT",
3170
2750
  toggle: bool | None = False,
3171
- mesh_select_mode: set[typing.Literal["VERT", "EDGE", "FACE"]] | None = {},
2751
+ mesh_select_mode: set[bpy.typing.MeshSelectModeItems] | None = {},
3172
2752
  ):
3173
2753
  """Sets the object interaction mode
3174
2754
 
@@ -3176,106 +2756,19 @@ def mode_set_with_submode(
3176
2756
  :type execution_context: int | str | None
3177
2757
  :type undo: bool | None
3178
2758
  :param mode: Mode
3179
- :type mode: typing.Literal['OBJECT', 'EDIT', 'POSE', 'SCULPT', 'VERTEX_PAINT', 'WEIGHT_PAINT', 'TEXTURE_PAINT', 'PARTICLE_EDIT', 'EDIT_GPENCIL', 'SCULPT_GPENCIL', 'PAINT_GPENCIL', 'WEIGHT_GPENCIL', 'VERTEX_GPENCIL', 'SCULPT_CURVES'] | None
2759
+ :type mode: bpy.typing.ObjectModeItems | None
3180
2760
  :param toggle: Toggle
3181
2761
  :type toggle: bool | None
3182
2762
  :param mesh_select_mode: Mesh Mode
3183
- :type mesh_select_mode: set[typing.Literal['VERT', 'EDGE', 'FACE']] | None
2763
+ :type mesh_select_mode: set[bpy.typing.MeshSelectModeItems] | None
3184
2764
  """
3185
2765
 
3186
- ...
3187
-
3188
2766
  def modifier_add(
3189
2767
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3190
2768
  execution_context: int | str | None = None,
3191
2769
  undo: bool | None = None,
3192
2770
  *,
3193
- type: typing.Literal[
3194
- "GREASE_PENCIL_VERTEX_WEIGHT_PROXIMITY",
3195
- "DATA_TRANSFER",
3196
- "MESH_CACHE",
3197
- "MESH_SEQUENCE_CACHE",
3198
- "NORMAL_EDIT",
3199
- "WEIGHTED_NORMAL",
3200
- "UV_PROJECT",
3201
- "UV_WARP",
3202
- "VERTEX_WEIGHT_EDIT",
3203
- "VERTEX_WEIGHT_MIX",
3204
- "VERTEX_WEIGHT_PROXIMITY",
3205
- "GREASE_PENCIL_COLOR",
3206
- "GREASE_PENCIL_TINT",
3207
- "GREASE_PENCIL_OPACITY",
3208
- "GREASE_PENCIL_VERTEX_WEIGHT_ANGLE",
3209
- "GREASE_PENCIL_TIME",
3210
- "GREASE_PENCIL_TEXTURE",
3211
- "ARRAY",
3212
- "BEVEL",
3213
- "BOOLEAN",
3214
- "BUILD",
3215
- "DECIMATE",
3216
- "EDGE_SPLIT",
3217
- "NODES",
3218
- "MASK",
3219
- "MIRROR",
3220
- "MESH_TO_VOLUME",
3221
- "MULTIRES",
3222
- "REMESH",
3223
- "SCREW",
3224
- "SKIN",
3225
- "SOLIDIFY",
3226
- "SUBSURF",
3227
- "TRIANGULATE",
3228
- "VOLUME_TO_MESH",
3229
- "WELD",
3230
- "WIREFRAME",
3231
- "GREASE_PENCIL_ARRAY",
3232
- "GREASE_PENCIL_BUILD",
3233
- "GREASE_PENCIL_LENGTH",
3234
- "LINEART",
3235
- "GREASE_PENCIL_MIRROR",
3236
- "GREASE_PENCIL_MULTIPLY",
3237
- "GREASE_PENCIL_SIMPLIFY",
3238
- "GREASE_PENCIL_SUBDIV",
3239
- "GREASE_PENCIL_ENVELOPE",
3240
- "GREASE_PENCIL_OUTLINE",
3241
- "ARMATURE",
3242
- "CAST",
3243
- "CURVE",
3244
- "DISPLACE",
3245
- "HOOK",
3246
- "LAPLACIANDEFORM",
3247
- "LATTICE",
3248
- "MESH_DEFORM",
3249
- "SHRINKWRAP",
3250
- "SIMPLE_DEFORM",
3251
- "SMOOTH",
3252
- "CORRECTIVE_SMOOTH",
3253
- "LAPLACIANSMOOTH",
3254
- "SURFACE_DEFORM",
3255
- "WARP",
3256
- "WAVE",
3257
- "VOLUME_DISPLACE",
3258
- "GREASE_PENCIL_HOOK",
3259
- "GREASE_PENCIL_NOISE",
3260
- "GREASE_PENCIL_OFFSET",
3261
- "GREASE_PENCIL_SMOOTH",
3262
- "GREASE_PENCIL_THICKNESS",
3263
- "GREASE_PENCIL_LATTICE",
3264
- "GREASE_PENCIL_DASH",
3265
- "GREASE_PENCIL_ARMATURE",
3266
- "GREASE_PENCIL_SHRINKWRAP",
3267
- "CLOTH",
3268
- "COLLISION",
3269
- "DYNAMIC_PAINT",
3270
- "EXPLODE",
3271
- "FLUID",
3272
- "OCEAN",
3273
- "PARTICLE_INSTANCE",
3274
- "PARTICLE_SYSTEM",
3275
- "SOFT_BODY",
3276
- "SURFACE",
3277
- ]
3278
- | None = "SUBSURF",
2771
+ type: bpy.typing.ObjectModifierTypeItems | None = "SUBSURF",
3279
2772
  use_selected_objects: bool | None = False,
3280
2773
  ):
3281
2774
  """Add a procedural operation/effect to the active object
@@ -3284,20 +2777,17 @@ def modifier_add(
3284
2777
  :type execution_context: int | str | None
3285
2778
  :type undo: bool | None
3286
2779
  :param type: Type
3287
- :type type: typing.Literal['GREASE_PENCIL_VERTEX_WEIGHT_PROXIMITY', 'DATA_TRANSFER', 'MESH_CACHE', 'MESH_SEQUENCE_CACHE', 'NORMAL_EDIT', 'WEIGHTED_NORMAL', 'UV_PROJECT', 'UV_WARP', 'VERTEX_WEIGHT_EDIT', 'VERTEX_WEIGHT_MIX', 'VERTEX_WEIGHT_PROXIMITY', 'GREASE_PENCIL_COLOR', 'GREASE_PENCIL_TINT', 'GREASE_PENCIL_OPACITY', 'GREASE_PENCIL_VERTEX_WEIGHT_ANGLE', 'GREASE_PENCIL_TIME', 'GREASE_PENCIL_TEXTURE', 'ARRAY', 'BEVEL', 'BOOLEAN', 'BUILD', 'DECIMATE', 'EDGE_SPLIT', 'NODES', 'MASK', 'MIRROR', 'MESH_TO_VOLUME', 'MULTIRES', 'REMESH', 'SCREW', 'SKIN', 'SOLIDIFY', 'SUBSURF', 'TRIANGULATE', 'VOLUME_TO_MESH', 'WELD', 'WIREFRAME', 'GREASE_PENCIL_ARRAY', 'GREASE_PENCIL_BUILD', 'GREASE_PENCIL_LENGTH', 'LINEART', 'GREASE_PENCIL_MIRROR', 'GREASE_PENCIL_MULTIPLY', 'GREASE_PENCIL_SIMPLIFY', 'GREASE_PENCIL_SUBDIV', 'GREASE_PENCIL_ENVELOPE', 'GREASE_PENCIL_OUTLINE', 'ARMATURE', 'CAST', 'CURVE', 'DISPLACE', 'HOOK', 'LAPLACIANDEFORM', 'LATTICE', 'MESH_DEFORM', 'SHRINKWRAP', 'SIMPLE_DEFORM', 'SMOOTH', 'CORRECTIVE_SMOOTH', 'LAPLACIANSMOOTH', 'SURFACE_DEFORM', 'WARP', 'WAVE', 'VOLUME_DISPLACE', 'GREASE_PENCIL_HOOK', 'GREASE_PENCIL_NOISE', 'GREASE_PENCIL_OFFSET', 'GREASE_PENCIL_SMOOTH', 'GREASE_PENCIL_THICKNESS', 'GREASE_PENCIL_LATTICE', 'GREASE_PENCIL_DASH', 'GREASE_PENCIL_ARMATURE', 'GREASE_PENCIL_SHRINKWRAP', 'CLOTH', 'COLLISION', 'DYNAMIC_PAINT', 'EXPLODE', 'FLUID', 'OCEAN', 'PARTICLE_INSTANCE', 'PARTICLE_SYSTEM', 'SOFT_BODY', 'SURFACE'] | None
2780
+ :type type: bpy.typing.ObjectModifierTypeItems | None
3288
2781
  :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
3289
2782
  :type use_selected_objects: bool | None
3290
2783
  """
3291
2784
 
3292
- ...
3293
-
3294
2785
  def modifier_add_node_group(
3295
2786
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3296
2787
  execution_context: int | str | None = None,
3297
2788
  undo: bool | None = None,
3298
2789
  *,
3299
- asset_library_type: typing.Literal["ALL", "LOCAL", "ESSENTIALS", "CUSTOM"]
3300
- | None = "LOCAL",
2790
+ asset_library_type: bpy.typing.AssetLibraryTypeItems | None = "LOCAL",
3301
2791
  asset_library_identifier: str = "",
3302
2792
  relative_asset_identifier: str = "",
3303
2793
  session_uid: int | None = 0,
@@ -3309,7 +2799,7 @@ def modifier_add_node_group(
3309
2799
  :type execution_context: int | str | None
3310
2800
  :type undo: bool | None
3311
2801
  :param asset_library_type: Asset Library Type
3312
- :type asset_library_type: typing.Literal['ALL', 'LOCAL', 'ESSENTIALS', 'CUSTOM'] | None
2802
+ :type asset_library_type: bpy.typing.AssetLibraryTypeItems | None
3313
2803
  :param asset_library_identifier: Asset Library Identifier
3314
2804
  :type asset_library_identifier: str
3315
2805
  :param relative_asset_identifier: Relative Asset Identifier
@@ -3320,8 +2810,6 @@ def modifier_add_node_group(
3320
2810
  :type use_selected_objects: bool | None
3321
2811
  """
3322
2812
 
3323
- ...
3324
-
3325
2813
  def modifier_apply(
3326
2814
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3327
2815
  execution_context: int | str | None = None,
@@ -3350,8 +2838,6 @@ def modifier_apply(
3350
2838
  :type use_selected_objects: bool | None
3351
2839
  """
3352
2840
 
3353
- ...
3354
-
3355
2841
  def modifier_apply_as_shapekey(
3356
2842
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3357
2843
  execution_context: int | str | None = None,
@@ -3374,8 +2860,6 @@ def modifier_apply_as_shapekey(
3374
2860
  :type report: bool | None
3375
2861
  """
3376
2862
 
3377
- ...
3378
-
3379
2863
  def modifier_convert(
3380
2864
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3381
2865
  execution_context: int | str | None = None,
@@ -3392,8 +2876,6 @@ def modifier_convert(
3392
2876
  :type modifier: str
3393
2877
  """
3394
2878
 
3395
- ...
3396
-
3397
2879
  def modifier_copy(
3398
2880
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3399
2881
  execution_context: int | str | None = None,
@@ -3413,8 +2895,6 @@ def modifier_copy(
3413
2895
  :type use_selected_objects: bool | None
3414
2896
  """
3415
2897
 
3416
- ...
3417
-
3418
2898
  def modifier_copy_to_selected(
3419
2899
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3420
2900
  execution_context: int | str | None = None,
@@ -3431,8 +2911,6 @@ def modifier_copy_to_selected(
3431
2911
  :type modifier: str
3432
2912
  """
3433
2913
 
3434
- ...
3435
-
3436
2914
  def modifier_move_down(
3437
2915
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3438
2916
  execution_context: int | str | None = None,
@@ -3449,8 +2927,6 @@ def modifier_move_down(
3449
2927
  :type modifier: str
3450
2928
  """
3451
2929
 
3452
- ...
3453
-
3454
2930
  def modifier_move_to_index(
3455
2931
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3456
2932
  execution_context: int | str | None = None,
@@ -3473,8 +2949,6 @@ def modifier_move_to_index(
3473
2949
  :type use_selected_objects: bool | None
3474
2950
  """
3475
2951
 
3476
- ...
3477
-
3478
2952
  def modifier_move_up(
3479
2953
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3480
2954
  execution_context: int | str | None = None,
@@ -3491,8 +2965,6 @@ def modifier_move_up(
3491
2965
  :type modifier: str
3492
2966
  """
3493
2967
 
3494
- ...
3495
-
3496
2968
  def modifier_remove(
3497
2969
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3498
2970
  execution_context: int | str | None = None,
@@ -3515,8 +2987,6 @@ def modifier_remove(
3515
2987
  :type use_selected_objects: bool | None
3516
2988
  """
3517
2989
 
3518
- ...
3519
-
3520
2990
  def modifier_set_active(
3521
2991
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3522
2992
  execution_context: int | str | None = None,
@@ -3533,8 +3003,6 @@ def modifier_set_active(
3533
3003
  :type modifier: str
3534
3004
  """
3535
3005
 
3536
- ...
3537
-
3538
3006
  def modifiers_clear(
3539
3007
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3540
3008
  execution_context: int | str | None = None,
@@ -3547,8 +3015,6 @@ def modifiers_clear(
3547
3015
  :type undo: bool | None
3548
3016
  """
3549
3017
 
3550
- ...
3551
-
3552
3018
  def modifiers_copy_to_selected(
3553
3019
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3554
3020
  execution_context: int | str | None = None,
@@ -3561,8 +3027,6 @@ def modifiers_copy_to_selected(
3561
3027
  :type undo: bool | None
3562
3028
  """
3563
3029
 
3564
- ...
3565
-
3566
3030
  def move_to_collection(
3567
3031
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3568
3032
  execution_context: int | str | None = None,
@@ -3585,8 +3049,6 @@ def move_to_collection(
3585
3049
  :type new_collection_name: str
3586
3050
  """
3587
3051
 
3588
- ...
3589
-
3590
3052
  def multires_base_apply(
3591
3053
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3592
3054
  execution_context: int | str | None = None,
@@ -3603,8 +3065,6 @@ def multires_base_apply(
3603
3065
  :type modifier: str
3604
3066
  """
3605
3067
 
3606
- ...
3607
-
3608
3068
  def multires_external_pack(
3609
3069
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3610
3070
  execution_context: int | str | None = None,
@@ -3617,8 +3077,6 @@ def multires_external_pack(
3617
3077
  :type undo: bool | None
3618
3078
  """
3619
3079
 
3620
- ...
3621
-
3622
3080
  def multires_external_save(
3623
3081
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3624
3082
  execution_context: int | str | None = None,
@@ -3722,8 +3180,6 @@ def multires_external_save(
3722
3180
  :type modifier: str
3723
3181
  """
3724
3182
 
3725
- ...
3726
-
3727
3183
  def multires_higher_levels_delete(
3728
3184
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3729
3185
  execution_context: int | str | None = None,
@@ -3740,8 +3196,6 @@ def multires_higher_levels_delete(
3740
3196
  :type modifier: str
3741
3197
  """
3742
3198
 
3743
- ...
3744
-
3745
3199
  def multires_rebuild_subdiv(
3746
3200
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3747
3201
  execution_context: int | str | None = None,
@@ -3758,8 +3212,6 @@ def multires_rebuild_subdiv(
3758
3212
  :type modifier: str
3759
3213
  """
3760
3214
 
3761
- ...
3762
-
3763
3215
  def multires_reshape(
3764
3216
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3765
3217
  execution_context: int | str | None = None,
@@ -3776,8 +3228,6 @@ def multires_reshape(
3776
3228
  :type modifier: str
3777
3229
  """
3778
3230
 
3779
- ...
3780
-
3781
3231
  def multires_subdivide(
3782
3232
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3783
3233
  execution_context: int | str | None = None,
@@ -3806,8 +3256,6 @@ def multires_subdivide(
3806
3256
  :type mode: typing.Literal['CATMULL_CLARK','SIMPLE','LINEAR'] | None
3807
3257
  """
3808
3258
 
3809
- ...
3810
-
3811
3259
  def multires_unsubdivide(
3812
3260
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3813
3261
  execution_context: int | str | None = None,
@@ -3824,8 +3272,6 @@ def multires_unsubdivide(
3824
3272
  :type modifier: str
3825
3273
  """
3826
3274
 
3827
- ...
3828
-
3829
3275
  def ocean_bake(
3830
3276
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3831
3277
  execution_context: int | str | None = None,
@@ -3845,8 +3291,6 @@ def ocean_bake(
3845
3291
  :type free: bool | None
3846
3292
  """
3847
3293
 
3848
- ...
3849
-
3850
3294
  def origin_clear(
3851
3295
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3852
3296
  execution_context: int | str | None = None,
@@ -3859,8 +3303,6 @@ def origin_clear(
3859
3303
  :type undo: bool | None
3860
3304
  """
3861
3305
 
3862
- ...
3863
-
3864
3306
  def origin_set(
3865
3307
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3866
3308
  execution_context: int | str | None = None,
@@ -3902,8 +3344,6 @@ def origin_set(
3902
3344
  :type center: typing.Literal['MEDIAN','BOUNDS'] | None
3903
3345
  """
3904
3346
 
3905
- ...
3906
-
3907
3347
  def parent_clear(
3908
3348
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3909
3349
  execution_context: int | str | None = None,
@@ -3930,8 +3370,6 @@ def parent_clear(
3930
3370
  :type type: typing.Literal['CLEAR','CLEAR_KEEP_TRANSFORM','CLEAR_INVERSE'] | None
3931
3371
  """
3932
3372
 
3933
- ...
3934
-
3935
3373
  def parent_inverse_apply(
3936
3374
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3937
3375
  execution_context: int | str | None = None,
@@ -3944,8 +3382,6 @@ def parent_inverse_apply(
3944
3382
  :type undo: bool | None
3945
3383
  """
3946
3384
 
3947
- ...
3948
-
3949
3385
  def parent_no_inverse_set(
3950
3386
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3951
3387
  execution_context: int | str | None = None,
@@ -3962,8 +3398,6 @@ def parent_no_inverse_set(
3962
3398
  :type keep_transform: bool | None
3963
3399
  """
3964
3400
 
3965
- ...
3966
-
3967
3401
  def parent_set(
3968
3402
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3969
3403
  execution_context: int | str | None = None,
@@ -4001,8 +3435,6 @@ def parent_set(
4001
3435
  :type keep_transform: bool | None
4002
3436
  """
4003
3437
 
4004
- ...
4005
-
4006
3438
  def particle_system_add(
4007
3439
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4008
3440
  execution_context: int | str | None = None,
@@ -4015,8 +3447,6 @@ def particle_system_add(
4015
3447
  :type undo: bool | None
4016
3448
  """
4017
3449
 
4018
- ...
4019
-
4020
3450
  def particle_system_remove(
4021
3451
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4022
3452
  execution_context: int | str | None = None,
@@ -4029,16 +3459,13 @@ def particle_system_remove(
4029
3459
  :type undo: bool | None
4030
3460
  """
4031
3461
 
4032
- ...
4033
-
4034
3462
  def paths_calculate(
4035
3463
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4036
3464
  execution_context: int | str | None = None,
4037
3465
  undo: bool | None = None,
4038
3466
  *,
4039
- display_type: typing.Literal["CURRENT_FRAME", "RANGE"] | None = "RANGE",
4040
- range: typing.Literal["KEYS_ALL", "KEYS_SELECTED", "SCENE", "MANUAL"]
4041
- | None = "SCENE",
3467
+ display_type: bpy.typing.MotionpathDisplayTypeItems | None = "RANGE",
3468
+ range: bpy.typing.MotionpathRangeItems | None = "SCENE",
4042
3469
  ):
4043
3470
  """Generate motion paths for the selected objects
4044
3471
 
@@ -4046,13 +3473,11 @@ def paths_calculate(
4046
3473
  :type execution_context: int | str | None
4047
3474
  :type undo: bool | None
4048
3475
  :param display_type: Display type
4049
- :type display_type: typing.Literal['CURRENT_FRAME', 'RANGE'] | None
3476
+ :type display_type: bpy.typing.MotionpathDisplayTypeItems | None
4050
3477
  :param range: Computation Range
4051
- :type range: typing.Literal['KEYS_ALL', 'KEYS_SELECTED', 'SCENE', 'MANUAL'] | None
3478
+ :type range: bpy.typing.MotionpathRangeItems | None
4052
3479
  """
4053
3480
 
4054
- ...
4055
-
4056
3481
  def paths_clear(
4057
3482
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4058
3483
  execution_context: int | str | None = None,
@@ -4069,8 +3494,6 @@ def paths_clear(
4069
3494
  :type only_selected: bool | None
4070
3495
  """
4071
3496
 
4072
- ...
4073
-
4074
3497
  def paths_update(
4075
3498
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4076
3499
  execution_context: int | str | None = None,
@@ -4083,8 +3506,6 @@ def paths_update(
4083
3506
  :type undo: bool | None
4084
3507
  """
4085
3508
 
4086
- ...
4087
-
4088
3509
  def paths_update_visible(
4089
3510
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4090
3511
  execution_context: int | str | None = None,
@@ -4097,8 +3518,6 @@ def paths_update_visible(
4097
3518
  :type undo: bool | None
4098
3519
  """
4099
3520
 
4100
- ...
4101
-
4102
3521
  def pointcloud_add(
4103
3522
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4104
3523
  execution_context: int | str | None = None,
@@ -4141,8 +3560,6 @@ def pointcloud_add(
4141
3560
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
4142
3561
  """
4143
3562
 
4144
- ...
4145
-
4146
3563
  def posemode_toggle(
4147
3564
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4148
3565
  execution_context: int | str | None = None,
@@ -4155,8 +3572,6 @@ def posemode_toggle(
4155
3572
  :type undo: bool | None
4156
3573
  """
4157
3574
 
4158
- ...
4159
-
4160
3575
  def quadriflow_remesh(
4161
3576
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4162
3577
  execution_context: int | str | None = None,
@@ -4212,8 +3627,6 @@ def quadriflow_remesh(
4212
3627
  :type seed: int | None
4213
3628
  """
4214
3629
 
4215
- ...
4216
-
4217
3630
  def quick_explode(
4218
3631
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4219
3632
  execution_context: int | str | None = None,
@@ -4248,8 +3661,6 @@ def quick_explode(
4248
3661
  :type fade: bool | None
4249
3662
  """
4250
3663
 
4251
- ...
4252
-
4253
3664
  def quick_fur(
4254
3665
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4255
3666
  execution_context: int | str | None = None,
@@ -4284,8 +3695,6 @@ def quick_fur(
4284
3695
  :type use_frizz: bool | None
4285
3696
  """
4286
3697
 
4287
- ...
4288
-
4289
3698
  def quick_liquid(
4290
3699
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4291
3700
  execution_context: int | str | None = None,
@@ -4302,8 +3711,6 @@ def quick_liquid(
4302
3711
  :type show_flows: bool | None
4303
3712
  """
4304
3713
 
4305
- ...
4306
-
4307
3714
  def quick_smoke(
4308
3715
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4309
3716
  execution_context: int | str | None = None,
@@ -4323,8 +3730,6 @@ def quick_smoke(
4323
3730
  :type show_flows: bool | None
4324
3731
  """
4325
3732
 
4326
- ...
4327
-
4328
3733
  def randomize_transform(
4329
3734
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4330
3735
  execution_context: int | str | None = None,
@@ -4365,8 +3770,6 @@ def randomize_transform(
4365
3770
  :type scale: collections.abc.Iterable[float] | None
4366
3771
  """
4367
3772
 
4368
- ...
4369
-
4370
3773
  def reset_override_library(
4371
3774
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4372
3775
  execution_context: int | str | None = None,
@@ -4379,8 +3782,6 @@ def reset_override_library(
4379
3782
  :type undo: bool | None
4380
3783
  """
4381
3784
 
4382
- ...
4383
-
4384
3785
  def rotation_clear(
4385
3786
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4386
3787
  execution_context: int | str | None = None,
@@ -4397,8 +3798,6 @@ def rotation_clear(
4397
3798
  :type clear_delta: bool | None
4398
3799
  """
4399
3800
 
4400
- ...
4401
-
4402
3801
  def scale_clear(
4403
3802
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4404
3803
  execution_context: int | str | None = None,
@@ -4415,8 +3814,6 @@ def scale_clear(
4415
3814
  :type clear_delta: bool | None
4416
3815
  """
4417
3816
 
4418
- ...
4419
-
4420
3817
  def select_all(
4421
3818
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4422
3819
  execution_context: int | str | None = None,
@@ -4445,34 +3842,13 @@ def select_all(
4445
3842
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
4446
3843
  """
4447
3844
 
4448
- ...
4449
-
4450
3845
  def select_by_type(
4451
3846
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4452
3847
  execution_context: int | str | None = None,
4453
3848
  undo: bool | None = None,
4454
3849
  *,
4455
3850
  extend: bool | None = False,
4456
- type: typing.Literal[
4457
- "MESH",
4458
- "CURVE",
4459
- "SURFACE",
4460
- "META",
4461
- "FONT",
4462
- "CURVES",
4463
- "POINTCLOUD",
4464
- "VOLUME",
4465
- "GPENCIL",
4466
- "GREASEPENCIL",
4467
- "ARMATURE",
4468
- "LATTICE",
4469
- "EMPTY",
4470
- "LIGHT",
4471
- "LIGHT_PROBE",
4472
- "CAMERA",
4473
- "SPEAKER",
4474
- ]
4475
- | None = "MESH",
3851
+ type: bpy.typing.ObjectTypeItems | None = "MESH",
4476
3852
  ):
4477
3853
  """Select all visible objects that are of a type
4478
3854
 
@@ -4482,11 +3858,9 @@ def select_by_type(
4482
3858
  :param extend: Extend, Extend selection instead of deselecting everything first
4483
3859
  :type extend: bool | None
4484
3860
  :param type: Type
4485
- :type type: typing.Literal['MESH', 'CURVE', 'SURFACE', 'META', 'FONT', 'CURVES', 'POINTCLOUD', 'VOLUME', 'GPENCIL', 'GREASEPENCIL', 'ARMATURE', 'LATTICE', 'EMPTY', 'LIGHT', 'LIGHT_PROBE', 'CAMERA', 'SPEAKER'] | None
3861
+ :type type: bpy.typing.ObjectTypeItems | None
4486
3862
  """
4487
3863
 
4488
- ...
4489
-
4490
3864
  def select_camera(
4491
3865
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4492
3866
  execution_context: int | str | None = None,
@@ -4503,8 +3877,6 @@ def select_camera(
4503
3877
  :type extend: bool | None
4504
3878
  """
4505
3879
 
4506
- ...
4507
-
4508
3880
  def select_grouped(
4509
3881
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4510
3882
  execution_context: int | str | None = None,
@@ -4570,8 +3942,6 @@ def select_grouped(
4570
3942
  :type type: typing.Literal['CHILDREN_RECURSIVE','CHILDREN','PARENT','SIBLINGS','TYPE','COLLECTION','HOOK','PASS','COLOR','KEYINGSET','LIGHT_TYPE'] | None
4571
3943
  """
4572
3944
 
4573
- ...
4574
-
4575
3945
  def select_hierarchy(
4576
3946
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4577
3947
  execution_context: int | str | None = None,
@@ -4591,8 +3961,6 @@ def select_hierarchy(
4591
3961
  :type extend: bool | None
4592
3962
  """
4593
3963
 
4594
- ...
4595
-
4596
3964
  def select_less(
4597
3965
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4598
3966
  execution_context: int | str | None = None,
@@ -4605,8 +3973,6 @@ def select_less(
4605
3973
  :type undo: bool | None
4606
3974
  """
4607
3975
 
4608
- ...
4609
-
4610
3976
  def select_linked(
4611
3977
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4612
3978
  execution_context: int | str | None = None,
@@ -4629,8 +3995,6 @@ def select_linked(
4629
3995
  :type type: typing.Literal['OBDATA','MATERIAL','DUPGROUP','PARTICLE','LIBRARY','LIBRARY_OBDATA'] | None
4630
3996
  """
4631
3997
 
4632
- ...
4633
-
4634
3998
  def select_mirror(
4635
3999
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4636
4000
  execution_context: int | str | None = None,
@@ -4647,8 +4011,6 @@ def select_mirror(
4647
4011
  :type extend: bool | None
4648
4012
  """
4649
4013
 
4650
- ...
4651
-
4652
4014
  def select_more(
4653
4015
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4654
4016
  execution_context: int | str | None = None,
@@ -4661,8 +4023,6 @@ def select_more(
4661
4023
  :type undo: bool | None
4662
4024
  """
4663
4025
 
4664
- ...
4665
-
4666
4026
  def select_pattern(
4667
4027
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4668
4028
  execution_context: int | str | None = None,
@@ -4685,8 +4045,6 @@ def select_pattern(
4685
4045
  :type extend: bool | None
4686
4046
  """
4687
4047
 
4688
- ...
4689
-
4690
4048
  def select_random(
4691
4049
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4692
4050
  execution_context: int | str | None = None,
@@ -4715,8 +4073,6 @@ def select_random(
4715
4073
  :type action: typing.Literal['SELECT','DESELECT'] | None
4716
4074
  """
4717
4075
 
4718
- ...
4719
-
4720
4076
  def select_same_collection(
4721
4077
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4722
4078
  execution_context: int | str | None = None,
@@ -4733,8 +4089,6 @@ def select_same_collection(
4733
4089
  :type collection: str
4734
4090
  """
4735
4091
 
4736
- ...
4737
-
4738
4092
  def shade_auto_smooth(
4739
4093
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4740
4094
  execution_context: int | str | None = None,
@@ -4754,8 +4108,6 @@ def shade_auto_smooth(
4754
4108
  :type angle: float | None
4755
4109
  """
4756
4110
 
4757
- ...
4758
-
4759
4111
  def shade_flat(
4760
4112
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4761
4113
  execution_context: int | str | None = None,
@@ -4772,8 +4124,6 @@ def shade_flat(
4772
4124
  :type keep_sharp_edges: bool | None
4773
4125
  """
4774
4126
 
4775
- ...
4776
-
4777
4127
  def shade_smooth(
4778
4128
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4779
4129
  execution_context: int | str | None = None,
@@ -4790,8 +4140,6 @@ def shade_smooth(
4790
4140
  :type keep_sharp_edges: bool | None
4791
4141
  """
4792
4142
 
4793
- ...
4794
-
4795
4143
  def shade_smooth_by_angle(
4796
4144
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4797
4145
  execution_context: int | str | None = None,
@@ -4811,25 +4159,12 @@ def shade_smooth_by_angle(
4811
4159
  :type keep_sharp_edges: bool | None
4812
4160
  """
4813
4161
 
4814
- ...
4815
-
4816
4162
  def shaderfx_add(
4817
4163
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4818
4164
  execution_context: int | str | None = None,
4819
4165
  undo: bool | None = None,
4820
4166
  *,
4821
- type: typing.Literal[
4822
- "FX_BLUR",
4823
- "FX_COLORIZE",
4824
- "FX_FLIP",
4825
- "FX_GLOW",
4826
- "FX_PIXEL",
4827
- "FX_RIM",
4828
- "FX_SHADOW",
4829
- "FX_SWIRL",
4830
- "FX_WAVE",
4831
- ]
4832
- | None = "FX_BLUR",
4167
+ type: bpy.typing.ObjectShaderfxTypeItems | None = "FX_BLUR",
4833
4168
  ):
4834
4169
  """Add a visual effect to the active object
4835
4170
 
@@ -4837,11 +4172,9 @@ def shaderfx_add(
4837
4172
  :type execution_context: int | str | None
4838
4173
  :type undo: bool | None
4839
4174
  :param type: Type
4840
- :type type: typing.Literal['FX_BLUR', 'FX_COLORIZE', 'FX_FLIP', 'FX_GLOW', 'FX_PIXEL', 'FX_RIM', 'FX_SHADOW', 'FX_SWIRL', 'FX_WAVE'] | None
4175
+ :type type: bpy.typing.ObjectShaderfxTypeItems | None
4841
4176
  """
4842
4177
 
4843
- ...
4844
-
4845
4178
  def shaderfx_copy(
4846
4179
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4847
4180
  execution_context: int | str | None = None,
@@ -4858,8 +4191,6 @@ def shaderfx_copy(
4858
4191
  :type shaderfx: str
4859
4192
  """
4860
4193
 
4861
- ...
4862
-
4863
4194
  def shaderfx_move_down(
4864
4195
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4865
4196
  execution_context: int | str | None = None,
@@ -4876,8 +4207,6 @@ def shaderfx_move_down(
4876
4207
  :type shaderfx: str
4877
4208
  """
4878
4209
 
4879
- ...
4880
-
4881
4210
  def shaderfx_move_to_index(
4882
4211
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4883
4212
  execution_context: int | str | None = None,
@@ -4897,8 +4226,6 @@ def shaderfx_move_to_index(
4897
4226
  :type index: int | None
4898
4227
  """
4899
4228
 
4900
- ...
4901
-
4902
4229
  def shaderfx_move_up(
4903
4230
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4904
4231
  execution_context: int | str | None = None,
@@ -4915,8 +4242,6 @@ def shaderfx_move_up(
4915
4242
  :type shaderfx: str
4916
4243
  """
4917
4244
 
4918
- ...
4919
-
4920
4245
  def shaderfx_remove(
4921
4246
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4922
4247
  execution_context: int | str | None = None,
@@ -4936,8 +4261,6 @@ def shaderfx_remove(
4936
4261
  :type report: bool | None
4937
4262
  """
4938
4263
 
4939
- ...
4940
-
4941
4264
  def shape_key_add(
4942
4265
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4943
4266
  execution_context: int | str | None = None,
@@ -4954,8 +4277,6 @@ def shape_key_add(
4954
4277
  :type from_mix: bool | None
4955
4278
  """
4956
4279
 
4957
- ...
4958
-
4959
4280
  def shape_key_clear(
4960
4281
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4961
4282
  execution_context: int | str | None = None,
@@ -4968,8 +4289,6 @@ def shape_key_clear(
4968
4289
  :type undo: bool | None
4969
4290
  """
4970
4291
 
4971
- ...
4972
-
4973
4292
  def shape_key_lock(
4974
4293
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4975
4294
  execution_context: int | str | None = None,
@@ -4992,8 +4311,6 @@ def shape_key_lock(
4992
4311
  :type action: typing.Literal['LOCK','UNLOCK'] | None
4993
4312
  """
4994
4313
 
4995
- ...
4996
-
4997
4314
  def shape_key_mirror(
4998
4315
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4999
4316
  execution_context: int | str | None = None,
@@ -5010,8 +4327,6 @@ def shape_key_mirror(
5010
4327
  :type use_topology: bool | None
5011
4328
  """
5012
4329
 
5013
- ...
5014
-
5015
4330
  def shape_key_move(
5016
4331
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5017
4332
  execution_context: int | str | None = None,
@@ -5040,8 +4355,6 @@ def shape_key_move(
5040
4355
  :type type: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
5041
4356
  """
5042
4357
 
5043
- ...
5044
-
5045
4358
  def shape_key_remove(
5046
4359
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5047
4360
  execution_context: int | str | None = None,
@@ -5061,8 +4374,6 @@ def shape_key_remove(
5061
4374
  :type apply_mix: bool | None
5062
4375
  """
5063
4376
 
5064
- ...
5065
-
5066
4377
  def shape_key_retime(
5067
4378
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5068
4379
  execution_context: int | str | None = None,
@@ -5075,8 +4386,6 @@ def shape_key_retime(
5075
4386
  :type undo: bool | None
5076
4387
  """
5077
4388
 
5078
- ...
5079
-
5080
4389
  def shape_key_transfer(
5081
4390
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5082
4391
  execution_context: int | str | None = None,
@@ -5105,8 +4414,6 @@ def shape_key_transfer(
5105
4414
  :type use_clamp: bool | None
5106
4415
  """
5107
4416
 
5108
- ...
5109
-
5110
4417
  def simulation_nodes_cache_bake(
5111
4418
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5112
4419
  execution_context: int | str | None = None,
@@ -5123,8 +4430,6 @@ def simulation_nodes_cache_bake(
5123
4430
  :type selected: bool | None
5124
4431
  """
5125
4432
 
5126
- ...
5127
-
5128
4433
  def simulation_nodes_cache_calculate_to_frame(
5129
4434
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5130
4435
  execution_context: int | str | None = None,
@@ -5141,8 +4446,6 @@ def simulation_nodes_cache_calculate_to_frame(
5141
4446
  :type selected: bool | None
5142
4447
  """
5143
4448
 
5144
- ...
5145
-
5146
4449
  def simulation_nodes_cache_delete(
5147
4450
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5148
4451
  execution_context: int | str | None = None,
@@ -5159,8 +4462,6 @@ def simulation_nodes_cache_delete(
5159
4462
  :type selected: bool | None
5160
4463
  """
5161
4464
 
5162
- ...
5163
-
5164
4465
  def skin_armature_create(
5165
4466
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5166
4467
  execution_context: int | str | None = None,
@@ -5177,8 +4478,6 @@ def skin_armature_create(
5177
4478
  :type modifier: str
5178
4479
  """
5179
4480
 
5180
- ...
5181
-
5182
4481
  def skin_loose_mark_clear(
5183
4482
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5184
4483
  execution_context: int | str | None = None,
@@ -5201,8 +4500,6 @@ def skin_loose_mark_clear(
5201
4500
  :type action: typing.Literal['MARK','CLEAR'] | None
5202
4501
  """
5203
4502
 
5204
- ...
5205
-
5206
4503
  def skin_radii_equalize(
5207
4504
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5208
4505
  execution_context: int | str | None = None,
@@ -5215,8 +4512,6 @@ def skin_radii_equalize(
5215
4512
  :type undo: bool | None
5216
4513
  """
5217
4514
 
5218
- ...
5219
-
5220
4515
  def skin_root_mark(
5221
4516
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5222
4517
  execution_context: int | str | None = None,
@@ -5229,8 +4524,6 @@ def skin_root_mark(
5229
4524
  :type undo: bool | None
5230
4525
  """
5231
4526
 
5232
- ...
5233
-
5234
4527
  def speaker_add(
5235
4528
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5236
4529
  execution_context: int | str | None = None,
@@ -5276,8 +4569,6 @@ def speaker_add(
5276
4569
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
5277
4570
  """
5278
4571
 
5279
- ...
5280
-
5281
4572
  def subdivision_set(
5282
4573
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5283
4574
  execution_context: int | str | None = None,
@@ -5297,8 +4588,6 @@ def subdivision_set(
5297
4588
  :type relative: bool | None
5298
4589
  """
5299
4590
 
5300
- ...
5301
-
5302
4591
  def surfacedeform_bind(
5303
4592
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5304
4593
  execution_context: int | str | None = None,
@@ -5315,8 +4604,6 @@ def surfacedeform_bind(
5315
4604
  :type modifier: str
5316
4605
  """
5317
4606
 
5318
- ...
5319
-
5320
4607
  def text_add(
5321
4608
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5322
4609
  execution_context: int | str | None = None,
@@ -5365,8 +4652,6 @@ def text_add(
5365
4652
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
5366
4653
  """
5367
4654
 
5368
- ...
5369
-
5370
4655
  def track_clear(
5371
4656
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5372
4657
  execution_context: int | str | None = None,
@@ -5383,8 +4668,6 @@ def track_clear(
5383
4668
  :type type: typing.Literal['CLEAR','CLEAR_KEEP_TRANSFORM'] | None
5384
4669
  """
5385
4670
 
5386
- ...
5387
-
5388
4671
  def track_set(
5389
4672
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5390
4673
  execution_context: int | str | None = None,
@@ -5401,8 +4684,6 @@ def track_set(
5401
4684
  :type type: typing.Literal['DAMPTRACK','TRACKTO','LOCKTRACK'] | None
5402
4685
  """
5403
4686
 
5404
- ...
5405
-
5406
4687
  def transfer_mode(
5407
4688
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5408
4689
  execution_context: int | str | None = None,
@@ -5419,8 +4700,6 @@ def transfer_mode(
5419
4700
  :type use_flash_on_transfer: bool | None
5420
4701
  """
5421
4702
 
5422
- ...
5423
-
5424
4703
  def transform_apply(
5425
4704
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5426
4705
  execution_context: int | str | None = None,
@@ -5449,8 +4728,6 @@ def transform_apply(
5449
4728
  :type isolate_users: bool | None
5450
4729
  """
5451
4730
 
5452
- ...
5453
-
5454
4731
  def transform_axis_target(
5455
4732
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5456
4733
  execution_context: int | str | None = None,
@@ -5463,8 +4740,6 @@ def transform_axis_target(
5463
4740
  :type undo: bool | None
5464
4741
  """
5465
4742
 
5466
- ...
5467
-
5468
4743
  def transform_to_mouse(
5469
4744
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5470
4745
  execution_context: int | str | None = None,
@@ -5500,8 +4775,6 @@ def transform_to_mouse(
5500
4775
  :type drop_y: int | None
5501
4776
  """
5502
4777
 
5503
- ...
5504
-
5505
4778
  def transforms_to_deltas(
5506
4779
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5507
4780
  execution_context: int | str | None = None,
@@ -5533,8 +4806,6 @@ def transforms_to_deltas(
5533
4806
  :type reset_values: bool | None
5534
4807
  """
5535
4808
 
5536
- ...
5537
-
5538
4809
  def unlink_data(
5539
4810
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5540
4811
  execution_context: int | str | None = None,
@@ -5547,8 +4818,6 @@ def unlink_data(
5547
4818
  :type undo: bool | None
5548
4819
  """
5549
4820
 
5550
- ...
5551
-
5552
4821
  def vertex_group_add(
5553
4822
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5554
4823
  execution_context: int | str | None = None,
@@ -5561,8 +4830,6 @@ def vertex_group_add(
5561
4830
  :type undo: bool | None
5562
4831
  """
5563
4832
 
5564
- ...
5565
-
5566
4833
  def vertex_group_assign(
5567
4834
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5568
4835
  execution_context: int | str | None = None,
@@ -5575,8 +4842,6 @@ def vertex_group_assign(
5575
4842
  :type undo: bool | None
5576
4843
  """
5577
4844
 
5578
- ...
5579
-
5580
4845
  def vertex_group_assign_new(
5581
4846
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5582
4847
  execution_context: int | str | None = None,
@@ -5589,8 +4854,6 @@ def vertex_group_assign_new(
5589
4854
  :type undo: bool | None
5590
4855
  """
5591
4856
 
5592
- ...
5593
-
5594
4857
  def vertex_group_clean(
5595
4858
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5596
4859
  execution_context: int | str | None = None,
@@ -5613,8 +4876,6 @@ def vertex_group_clean(
5613
4876
  :type keep_single: bool | None
5614
4877
  """
5615
4878
 
5616
- ...
5617
-
5618
4879
  def vertex_group_copy(
5619
4880
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5620
4881
  execution_context: int | str | None = None,
@@ -5627,8 +4888,6 @@ def vertex_group_copy(
5627
4888
  :type undo: bool | None
5628
4889
  """
5629
4890
 
5630
- ...
5631
-
5632
4891
  def vertex_group_copy_to_selected(
5633
4892
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5634
4893
  execution_context: int | str | None = None,
@@ -5641,8 +4900,6 @@ def vertex_group_copy_to_selected(
5641
4900
  :type undo: bool | None
5642
4901
  """
5643
4902
 
5644
- ...
5645
-
5646
4903
  def vertex_group_deselect(
5647
4904
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5648
4905
  execution_context: int | str | None = None,
@@ -5655,8 +4912,6 @@ def vertex_group_deselect(
5655
4912
  :type undo: bool | None
5656
4913
  """
5657
4914
 
5658
- ...
5659
-
5660
4915
  def vertex_group_invert(
5661
4916
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5662
4917
  execution_context: int | str | None = None,
@@ -5679,8 +4934,6 @@ def vertex_group_invert(
5679
4934
  :type auto_remove: bool | None
5680
4935
  """
5681
4936
 
5682
- ...
5683
-
5684
4937
  def vertex_group_levels(
5685
4938
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5686
4939
  execution_context: int | str | None = None,
@@ -5703,8 +4956,6 @@ def vertex_group_levels(
5703
4956
  :type gain: float | None
5704
4957
  """
5705
4958
 
5706
- ...
5707
-
5708
4959
  def vertex_group_limit_total(
5709
4960
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5710
4961
  execution_context: int | str | None = None,
@@ -5724,8 +4975,6 @@ def vertex_group_limit_total(
5724
4975
  :type limit: int | None
5725
4976
  """
5726
4977
 
5727
- ...
5728
-
5729
4978
  def vertex_group_lock(
5730
4979
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5731
4980
  execution_context: int | str | None = None,
@@ -5770,8 +5019,6 @@ def vertex_group_lock(
5770
5019
  :type mask: typing.Literal['ALL','SELECTED','UNSELECTED','INVERT_UNSELECTED'] | None
5771
5020
  """
5772
5021
 
5773
- ...
5774
-
5775
5022
  def vertex_group_mirror(
5776
5023
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5777
5024
  execution_context: int | str | None = None,
@@ -5797,8 +5044,6 @@ def vertex_group_mirror(
5797
5044
  :type use_topology: bool | None
5798
5045
  """
5799
5046
 
5800
- ...
5801
-
5802
5047
  def vertex_group_move(
5803
5048
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5804
5049
  execution_context: int | str | None = None,
@@ -5815,8 +5060,6 @@ def vertex_group_move(
5815
5060
  :type direction: typing.Literal['UP','DOWN'] | None
5816
5061
  """
5817
5062
 
5818
- ...
5819
-
5820
5063
  def vertex_group_normalize(
5821
5064
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5822
5065
  execution_context: int | str | None = None,
@@ -5829,8 +5072,6 @@ def vertex_group_normalize(
5829
5072
  :type undo: bool | None
5830
5073
  """
5831
5074
 
5832
- ...
5833
-
5834
5075
  def vertex_group_normalize_all(
5835
5076
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5836
5077
  execution_context: int | str | None = None,
@@ -5850,8 +5091,6 @@ def vertex_group_normalize_all(
5850
5091
  :type lock_active: bool | None
5851
5092
  """
5852
5093
 
5853
- ...
5854
-
5855
5094
  def vertex_group_quantize(
5856
5095
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5857
5096
  execution_context: int | str | None = None,
@@ -5871,8 +5110,6 @@ def vertex_group_quantize(
5871
5110
  :type steps: int | None
5872
5111
  """
5873
5112
 
5874
- ...
5875
-
5876
5113
  def vertex_group_remove(
5877
5114
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5878
5115
  execution_context: int | str | None = None,
@@ -5892,8 +5129,6 @@ def vertex_group_remove(
5892
5129
  :type all_unlocked: bool | None
5893
5130
  """
5894
5131
 
5895
- ...
5896
-
5897
5132
  def vertex_group_remove_from(
5898
5133
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5899
5134
  execution_context: int | str | None = None,
@@ -5913,8 +5148,6 @@ def vertex_group_remove_from(
5913
5148
  :type use_all_verts: bool | None
5914
5149
  """
5915
5150
 
5916
- ...
5917
-
5918
5151
  def vertex_group_select(
5919
5152
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5920
5153
  execution_context: int | str | None = None,
@@ -5927,8 +5160,6 @@ def vertex_group_select(
5927
5160
  :type undo: bool | None
5928
5161
  """
5929
5162
 
5930
- ...
5931
-
5932
5163
  def vertex_group_set_active(
5933
5164
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5934
5165
  execution_context: int | str | None = None,
@@ -5945,8 +5176,6 @@ def vertex_group_set_active(
5945
5176
  :type group: str | None
5946
5177
  """
5947
5178
 
5948
- ...
5949
-
5950
5179
  def vertex_group_smooth(
5951
5180
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5952
5181
  execution_context: int | str | None = None,
@@ -5972,8 +5201,6 @@ def vertex_group_smooth(
5972
5201
  :type expand: float | None
5973
5202
  """
5974
5203
 
5975
- ...
5976
-
5977
5204
  def vertex_group_sort(
5978
5205
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5979
5206
  execution_context: int | str | None = None,
@@ -5990,8 +5217,6 @@ def vertex_group_sort(
5990
5217
  :type sort_type: typing.Literal['NAME','BONE_HIERARCHY'] | None
5991
5218
  """
5992
5219
 
5993
- ...
5994
-
5995
5220
  def vertex_parent_set(
5996
5221
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5997
5222
  execution_context: int | str | None = None,
@@ -6004,8 +5229,6 @@ def vertex_parent_set(
6004
5229
  :type undo: bool | None
6005
5230
  """
6006
5231
 
6007
- ...
6008
-
6009
5232
  def vertex_weight_copy(
6010
5233
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6011
5234
  execution_context: int | str | None = None,
@@ -6018,8 +5241,6 @@ def vertex_weight_copy(
6018
5241
  :type undo: bool | None
6019
5242
  """
6020
5243
 
6021
- ...
6022
-
6023
5244
  def vertex_weight_delete(
6024
5245
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6025
5246
  execution_context: int | str | None = None,
@@ -6036,8 +5257,6 @@ def vertex_weight_delete(
6036
5257
  :type weight_group: int | None
6037
5258
  """
6038
5259
 
6039
- ...
6040
-
6041
5260
  def vertex_weight_normalize_active_vertex(
6042
5261
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6043
5262
  execution_context: int | str | None = None,
@@ -6050,8 +5269,6 @@ def vertex_weight_normalize_active_vertex(
6050
5269
  :type undo: bool | None
6051
5270
  """
6052
5271
 
6053
- ...
6054
-
6055
5272
  def vertex_weight_paste(
6056
5273
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6057
5274
  execution_context: int | str | None = None,
@@ -6068,8 +5285,6 @@ def vertex_weight_paste(
6068
5285
  :type weight_group: int | None
6069
5286
  """
6070
5287
 
6071
- ...
6072
-
6073
5288
  def vertex_weight_set_active(
6074
5289
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6075
5290
  execution_context: int | str | None = None,
@@ -6086,8 +5301,6 @@ def vertex_weight_set_active(
6086
5301
  :type weight_group: int | None
6087
5302
  """
6088
5303
 
6089
- ...
6090
-
6091
5304
  def visual_transform_apply(
6092
5305
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6093
5306
  execution_context: int | str | None = None,
@@ -6100,8 +5313,6 @@ def visual_transform_apply(
6100
5313
  :type undo: bool | None
6101
5314
  """
6102
5315
 
6103
- ...
6104
-
6105
5316
  def volume_add(
6106
5317
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6107
5318
  execution_context: int | str | None = None,
@@ -6144,8 +5355,6 @@ def volume_add(
6144
5355
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
6145
5356
  """
6146
5357
 
6147
- ...
6148
-
6149
5358
  def volume_import(
6150
5359
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6151
5360
  execution_context: int | str | None = None,
@@ -6285,8 +5494,6 @@ def volume_import(
6285
5494
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
6286
5495
  """
6287
5496
 
6288
- ...
6289
-
6290
5497
  def voxel_remesh(
6291
5498
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6292
5499
  execution_context: int | str | None = None,
@@ -6299,8 +5506,6 @@ def voxel_remesh(
6299
5506
  :type undo: bool | None
6300
5507
  """
6301
5508
 
6302
- ...
6303
-
6304
5509
  def voxel_size_edit(
6305
5510
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6306
5511
  execution_context: int | str | None = None,
@@ -6312,5 +5517,3 @@ def voxel_size_edit(
6312
5517
  :type execution_context: int | str | None
6313
5518
  :type undo: bool | None
6314
5519
  """
6315
-
6316
- ...