fake-bpy-module 20240915__py3-none-any.whl → 20240917__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 +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -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 +1230 -31631
  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-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.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 +5 -45
  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-20240917.dist-info}/top_level.txt +0 -0
bpy/ops/mesh/__init__.pyi CHANGED
@@ -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 attribute_set(
12
13
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -42,8 +43,6 @@ def attribute_set(
42
43
  :type value_bool: bool | None
43
44
  """
44
45
 
45
- ...
46
-
47
46
  def average_normals(
48
47
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
49
48
  execution_context: int | str | None = None,
@@ -76,8 +75,6 @@ def average_normals(
76
75
  :type threshold: float | None
77
76
  """
78
77
 
79
- ...
80
-
81
78
  def beautify_fill(
82
79
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
83
80
  execution_context: int | str | None = None,
@@ -94,8 +91,6 @@ def beautify_fill(
94
91
  :type angle_limit: float | None
95
92
  """
96
93
 
97
- ...
98
-
99
94
  def bevel(
100
95
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
101
96
  execution_context: int | str | None = None,
@@ -228,8 +223,6 @@ def bevel(
228
223
  :type release_confirm: bool | None
229
224
  """
230
225
 
231
- ...
232
-
233
226
  def bisect(
234
227
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
235
228
  execution_context: int | str | None = None,
@@ -287,8 +280,6 @@ def bisect(
287
280
  :type cursor: int | None
288
281
  """
289
282
 
290
- ...
291
-
292
283
  def blend_from_shape(
293
284
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
294
285
  execution_context: int | str | None = None,
@@ -311,8 +302,6 @@ def blend_from_shape(
311
302
  :type add: bool | None
312
303
  """
313
304
 
314
- ...
315
-
316
305
  def bridge_edge_loops(
317
306
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
318
307
  execution_context: int | str | None = None,
@@ -326,10 +315,7 @@ def bridge_edge_loops(
326
315
  interpolation: typing.Literal["LINEAR", "PATH", "SURFACE"] | None = "PATH",
327
316
  smoothness: float | None = 1.0,
328
317
  profile_shape_factor: float | None = 0.0,
329
- profile_shape: typing.Literal[
330
- "SMOOTH", "SPHERE", "ROOT", "INVERSE_SQUARE", "SHARP", "LINEAR"
331
- ]
332
- | None = "SMOOTH",
318
+ profile_shape: bpy.typing.ProportionalFalloffCurveOnlyItems | None = "SMOOTH",
333
319
  ):
334
320
  """Create a bridge of faces between two or more selected edge loops
335
321
 
@@ -353,11 +339,9 @@ def bridge_edge_loops(
353
339
  :param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
354
340
  :type profile_shape_factor: float | None
355
341
  :param profile_shape: Profile Shape, Shape of the profile
356
- :type profile_shape: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR'] | None
342
+ :type profile_shape: bpy.typing.ProportionalFalloffCurveOnlyItems | None
357
343
  """
358
344
 
359
- ...
360
-
361
345
  def colors_reverse(
362
346
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
363
347
  execution_context: int | str | None = None,
@@ -370,8 +354,6 @@ def colors_reverse(
370
354
  :type undo: bool | None
371
355
  """
372
356
 
373
- ...
374
-
375
357
  def colors_rotate(
376
358
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
377
359
  execution_context: int | str | None = None,
@@ -388,8 +370,6 @@ def colors_rotate(
388
370
  :type use_ccw: bool | None
389
371
  """
390
372
 
391
- ...
392
-
393
373
  def convex_hull(
394
374
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
395
375
  execution_context: int | str | None = None,
@@ -436,8 +416,6 @@ def convex_hull(
436
416
  :type materials: bool | None
437
417
  """
438
418
 
439
- ...
440
-
441
419
  def customdata_custom_splitnormals_add(
442
420
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
443
421
  execution_context: int | str | None = None,
@@ -450,8 +428,6 @@ def customdata_custom_splitnormals_add(
450
428
  :type undo: bool | None
451
429
  """
452
430
 
453
- ...
454
-
455
431
  def customdata_custom_splitnormals_clear(
456
432
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
457
433
  execution_context: int | str | None = None,
@@ -464,8 +440,6 @@ def customdata_custom_splitnormals_clear(
464
440
  :type undo: bool | None
465
441
  """
466
442
 
467
- ...
468
-
469
443
  def customdata_mask_clear(
470
444
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
471
445
  execution_context: int | str | None = None,
@@ -478,8 +452,6 @@ def customdata_mask_clear(
478
452
  :type undo: bool | None
479
453
  """
480
454
 
481
- ...
482
-
483
455
  def customdata_skin_add(
484
456
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
485
457
  execution_context: int | str | None = None,
@@ -492,8 +464,6 @@ def customdata_skin_add(
492
464
  :type undo: bool | None
493
465
  """
494
466
 
495
- ...
496
-
497
467
  def customdata_skin_clear(
498
468
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
499
469
  execution_context: int | str | None = None,
@@ -506,8 +476,6 @@ def customdata_skin_clear(
506
476
  :type undo: bool | None
507
477
  """
508
478
 
509
- ...
510
-
511
479
  def decimate(
512
480
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
513
481
  execution_context: int | str | None = None,
@@ -518,7 +486,7 @@ def decimate(
518
486
  vertex_group_factor: float | None = 1.0,
519
487
  invert_vertex_group: bool | None = False,
520
488
  use_symmetry: bool | None = False,
521
- symmetry_axis: typing.Literal["X", "Y", "Z"] | None = "Y",
489
+ symmetry_axis: bpy.typing.AxisXyzItems | None = "Y",
522
490
  ):
523
491
  """Simplify geometry by collapsing edges
524
492
 
@@ -536,11 +504,9 @@ def decimate(
536
504
  :param use_symmetry: Symmetry, Maintain symmetry on an axis
537
505
  :type use_symmetry: bool | None
538
506
  :param symmetry_axis: Axis, Axis of symmetry
539
- :type symmetry_axis: typing.Literal['X', 'Y', 'Z'] | None
507
+ :type symmetry_axis: bpy.typing.AxisXyzItems | None
540
508
  """
541
509
 
542
- ...
543
-
544
510
  def delete(
545
511
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
546
512
  execution_context: int | str | None = None,
@@ -558,8 +524,6 @@ def delete(
558
524
  :type type: typing.Literal['VERT','EDGE','FACE','EDGE_FACE','ONLY_FACE'] | None
559
525
  """
560
526
 
561
- ...
562
-
563
527
  def delete_edgeloop(
564
528
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
565
529
  execution_context: int | str | None = None,
@@ -576,8 +540,6 @@ def delete_edgeloop(
576
540
  :type use_face_split: bool | None
577
541
  """
578
542
 
579
- ...
580
-
581
543
  def delete_loose(
582
544
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
583
545
  execution_context: int | str | None = None,
@@ -600,8 +562,6 @@ def delete_loose(
600
562
  :type use_faces: bool | None
601
563
  """
602
564
 
603
- ...
604
-
605
565
  def dissolve_degenerate(
606
566
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
607
567
  execution_context: int | str | None = None,
@@ -618,8 +578,6 @@ def dissolve_degenerate(
618
578
  :type threshold: float | None
619
579
  """
620
580
 
621
- ...
622
-
623
581
  def dissolve_edges(
624
582
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
625
583
  execution_context: int | str | None = None,
@@ -639,8 +597,6 @@ def dissolve_edges(
639
597
  :type use_face_split: bool | None
640
598
  """
641
599
 
642
- ...
643
-
644
600
  def dissolve_faces(
645
601
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
646
602
  execution_context: int | str | None = None,
@@ -657,8 +613,6 @@ def dissolve_faces(
657
613
  :type use_verts: bool | None
658
614
  """
659
615
 
660
- ...
661
-
662
616
  def dissolve_limited(
663
617
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
664
618
  execution_context: int | str | None = None,
@@ -666,9 +620,7 @@ def dissolve_limited(
666
620
  *,
667
621
  angle_limit: float | None = 0.0872665,
668
622
  use_dissolve_boundaries: bool | None = False,
669
- delimit: set[typing.Literal["NORMAL", "MATERIAL", "SEAM", "SHARP", "UV"]] | None = {
670
- "NORMAL"
671
- },
623
+ delimit: set[bpy.typing.MeshDelimitModeItems] | None = {"NORMAL"},
672
624
  ):
673
625
  """Dissolve selected edges and vertices, limited by the angle of surrounding geometry
674
626
 
@@ -680,11 +632,9 @@ def dissolve_limited(
680
632
  :param use_dissolve_boundaries: All Boundaries, Dissolve all vertices in between face boundaries
681
633
  :type use_dissolve_boundaries: bool | None
682
634
  :param delimit: Delimit, Delimit dissolve operation
683
- :type delimit: set[typing.Literal['NORMAL', 'MATERIAL', 'SEAM', 'SHARP', 'UV']] | None
635
+ :type delimit: set[bpy.typing.MeshDelimitModeItems] | None
684
636
  """
685
637
 
686
- ...
687
-
688
638
  def dissolve_mode(
689
639
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
690
640
  execution_context: int | str | None = None,
@@ -707,8 +657,6 @@ def dissolve_mode(
707
657
  :type use_boundary_tear: bool | None
708
658
  """
709
659
 
710
- ...
711
-
712
660
  def dissolve_verts(
713
661
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
714
662
  execution_context: int | str | None = None,
@@ -728,8 +676,6 @@ def dissolve_verts(
728
676
  :type use_boundary_tear: bool | None
729
677
  """
730
678
 
731
- ...
732
-
733
679
  def dupli_extrude_cursor(
734
680
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
735
681
  execution_context: int | str | None = None,
@@ -746,8 +692,6 @@ def dupli_extrude_cursor(
746
692
  :type rotate_source: bool | None
747
693
  """
748
694
 
749
- ...
750
-
751
695
  def duplicate(
752
696
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
753
697
  execution_context: int | str | None = None,
@@ -764,8 +708,6 @@ def duplicate(
764
708
  :type mode: int | None
765
709
  """
766
710
 
767
- ...
768
-
769
711
  def duplicate_move(
770
712
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
771
713
  execution_context: int | str | None = None,
@@ -785,8 +727,6 @@ def duplicate_move(
785
727
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
786
728
  """
787
729
 
788
- ...
789
-
790
730
  def edge_collapse(
791
731
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
792
732
  execution_context: int | str | None = None,
@@ -799,8 +739,6 @@ def edge_collapse(
799
739
  :type undo: bool | None
800
740
  """
801
741
 
802
- ...
803
-
804
742
  def edge_face_add(
805
743
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
806
744
  execution_context: int | str | None = None,
@@ -813,8 +751,6 @@ def edge_face_add(
813
751
  :type undo: bool | None
814
752
  """
815
753
 
816
- ...
817
-
818
754
  def edge_rotate(
819
755
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
820
756
  execution_context: int | str | None = None,
@@ -831,8 +767,6 @@ def edge_rotate(
831
767
  :type use_ccw: bool | None
832
768
  """
833
769
 
834
- ...
835
-
836
770
  def edge_split(
837
771
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
838
772
  execution_context: int | str | None = None,
@@ -855,8 +789,6 @@ def edge_split(
855
789
  :type type: typing.Literal['EDGE','VERT'] | None
856
790
  """
857
791
 
858
- ...
859
-
860
792
  def edgering_select(
861
793
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
862
794
  execution_context: int | str | None = None,
@@ -882,8 +814,6 @@ def edgering_select(
882
814
  :type ring: bool | None
883
815
  """
884
816
 
885
- ...
886
-
887
817
  def edges_select_sharp(
888
818
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
889
819
  execution_context: int | str | None = None,
@@ -900,8 +830,6 @@ def edges_select_sharp(
900
830
  :type sharpness: float | None
901
831
  """
902
832
 
903
- ...
904
-
905
833
  def extrude_context(
906
834
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
907
835
  execution_context: int | str | None = None,
@@ -924,8 +852,6 @@ def extrude_context(
924
852
  :type mirror: bool | None
925
853
  """
926
854
 
927
- ...
928
-
929
855
  def extrude_context_move(
930
856
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
931
857
  execution_context: int | str | None = None,
@@ -945,8 +871,6 @@ def extrude_context_move(
945
871
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
946
872
  """
947
873
 
948
- ...
949
-
950
874
  def extrude_edges_indiv(
951
875
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
952
876
  execution_context: int | str | None = None,
@@ -966,8 +890,6 @@ def extrude_edges_indiv(
966
890
  :type mirror: bool | None
967
891
  """
968
892
 
969
- ...
970
-
971
893
  def extrude_edges_move(
972
894
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
973
895
  execution_context: int | str | None = None,
@@ -987,8 +909,6 @@ def extrude_edges_move(
987
909
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
988
910
  """
989
911
 
990
- ...
991
-
992
912
  def extrude_faces_indiv(
993
913
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
994
914
  execution_context: int | str | None = None,
@@ -1005,8 +925,6 @@ def extrude_faces_indiv(
1005
925
  :type mirror: bool | None
1006
926
  """
1007
927
 
1008
- ...
1009
-
1010
928
  def extrude_faces_move(
1011
929
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1012
930
  execution_context: int | str | None = None,
@@ -1026,8 +944,6 @@ def extrude_faces_move(
1026
944
  :type TRANSFORM_OT_shrink_fatten: bpy.ops.transform.shrink_fatten | None
1027
945
  """
1028
946
 
1029
- ...
1030
-
1031
947
  def extrude_manifold(
1032
948
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1033
949
  execution_context: int | str | None = None,
@@ -1047,8 +963,6 @@ def extrude_manifold(
1047
963
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1048
964
  """
1049
965
 
1050
- ...
1051
-
1052
966
  def extrude_region(
1053
967
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1054
968
  execution_context: int | str | None = None,
@@ -1071,8 +985,6 @@ def extrude_region(
1071
985
  :type mirror: bool | None
1072
986
  """
1073
987
 
1074
- ...
1075
-
1076
988
  def extrude_region_move(
1077
989
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1078
990
  execution_context: int | str | None = None,
@@ -1092,8 +1004,6 @@ def extrude_region_move(
1092
1004
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1093
1005
  """
1094
1006
 
1095
- ...
1096
-
1097
1007
  def extrude_region_shrink_fatten(
1098
1008
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1099
1009
  execution_context: int | str | None = None,
@@ -1113,8 +1023,6 @@ def extrude_region_shrink_fatten(
1113
1023
  :type TRANSFORM_OT_shrink_fatten: bpy.ops.transform.shrink_fatten | None
1114
1024
  """
1115
1025
 
1116
- ...
1117
-
1118
1026
  def extrude_repeat(
1119
1027
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1120
1028
  execution_context: int | str | None = None,
@@ -1137,8 +1045,6 @@ def extrude_repeat(
1137
1045
  :type scale_offset: float | None
1138
1046
  """
1139
1047
 
1140
- ...
1141
-
1142
1048
  def extrude_vertices_move(
1143
1049
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1144
1050
  execution_context: int | str | None = None,
@@ -1158,8 +1064,6 @@ def extrude_vertices_move(
1158
1064
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1159
1065
  """
1160
1066
 
1161
- ...
1162
-
1163
1067
  def extrude_verts_indiv(
1164
1068
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1165
1069
  execution_context: int | str | None = None,
@@ -1176,8 +1080,6 @@ def extrude_verts_indiv(
1176
1080
  :type mirror: bool | None
1177
1081
  """
1178
1082
 
1179
- ...
1180
-
1181
1083
  def face_make_planar(
1182
1084
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1183
1085
  execution_context: int | str | None = None,
@@ -1197,8 +1099,6 @@ def face_make_planar(
1197
1099
  :type repeat: int | None
1198
1100
  """
1199
1101
 
1200
- ...
1201
-
1202
1102
  def face_set_extract(
1203
1103
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1204
1104
  execution_context: int | str | None = None,
@@ -1224,8 +1124,6 @@ def face_set_extract(
1224
1124
  :type add_solidify: bool | None
1225
1125
  """
1226
1126
 
1227
- ...
1228
-
1229
1127
  def face_split_by_edges(
1230
1128
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1231
1129
  execution_context: int | str | None = None,
@@ -1238,8 +1136,6 @@ def face_split_by_edges(
1238
1136
  :type undo: bool | None
1239
1137
  """
1240
1138
 
1241
- ...
1242
-
1243
1139
  def faces_mirror_uv(
1244
1140
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1245
1141
  execution_context: int | str | None = None,
@@ -1259,8 +1155,6 @@ def faces_mirror_uv(
1259
1155
  :type precision: int | None
1260
1156
  """
1261
1157
 
1262
- ...
1263
-
1264
1158
  def faces_select_linked_flat(
1265
1159
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1266
1160
  execution_context: int | str | None = None,
@@ -1277,8 +1171,6 @@ def faces_select_linked_flat(
1277
1171
  :type sharpness: float | None
1278
1172
  """
1279
1173
 
1280
- ...
1281
-
1282
1174
  def faces_shade_flat(
1283
1175
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1284
1176
  execution_context: int | str | None = None,
@@ -1291,8 +1183,6 @@ def faces_shade_flat(
1291
1183
  :type undo: bool | None
1292
1184
  """
1293
1185
 
1294
- ...
1295
-
1296
1186
  def faces_shade_smooth(
1297
1187
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1298
1188
  execution_context: int | str | None = None,
@@ -1305,8 +1195,6 @@ def faces_shade_smooth(
1305
1195
  :type undo: bool | None
1306
1196
  """
1307
1197
 
1308
- ...
1309
-
1310
1198
  def fill(
1311
1199
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1312
1200
  execution_context: int | str | None = None,
@@ -1323,8 +1211,6 @@ def fill(
1323
1211
  :type use_beauty: bool | None
1324
1212
  """
1325
1213
 
1326
- ...
1327
-
1328
1214
  def fill_grid(
1329
1215
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1330
1216
  execution_context: int | str | None = None,
@@ -1347,8 +1233,6 @@ def fill_grid(
1347
1233
  :type use_interp_simple: bool | None
1348
1234
  """
1349
1235
 
1350
- ...
1351
-
1352
1236
  def fill_holes(
1353
1237
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1354
1238
  execution_context: int | str | None = None,
@@ -1365,8 +1249,6 @@ def fill_holes(
1365
1249
  :type sides: int | None
1366
1250
  """
1367
1251
 
1368
- ...
1369
-
1370
1252
  def flip_normals(
1371
1253
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1372
1254
  execution_context: int | str | None = None,
@@ -1383,8 +1265,6 @@ def flip_normals(
1383
1265
  :type only_clnors: bool | None
1384
1266
  """
1385
1267
 
1386
- ...
1387
-
1388
1268
  def flip_quad_tessellation(
1389
1269
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1390
1270
  execution_context: int | str | None = None,
@@ -1397,8 +1277,6 @@ def flip_quad_tessellation(
1397
1277
  :type undo: bool | None
1398
1278
  """
1399
1279
 
1400
- ...
1401
-
1402
1280
  def hide(
1403
1281
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1404
1282
  execution_context: int | str | None = None,
@@ -1415,8 +1293,6 @@ def hide(
1415
1293
  :type unselected: bool | None
1416
1294
  """
1417
1295
 
1418
- ...
1419
-
1420
1296
  def inset(
1421
1297
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1422
1298
  execution_context: int | str | None = None,
@@ -1463,8 +1339,6 @@ def inset(
1463
1339
  :type release_confirm: bool | None
1464
1340
  """
1465
1341
 
1466
- ...
1467
-
1468
1342
  def intersect(
1469
1343
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1470
1344
  execution_context: int | str | None = None,
@@ -1511,8 +1385,6 @@ def intersect(
1511
1385
  :type solver: typing.Literal['FAST','EXACT'] | None
1512
1386
  """
1513
1387
 
1514
- ...
1515
-
1516
1388
  def intersect_boolean(
1517
1389
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1518
1390
  execution_context: int | str | None = None,
@@ -1547,8 +1419,6 @@ def intersect_boolean(
1547
1419
  :type solver: typing.Literal['FAST','EXACT'] | None
1548
1420
  """
1549
1421
 
1550
- ...
1551
-
1552
1422
  def knife_project(
1553
1423
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1554
1424
  execution_context: int | str | None = None,
@@ -1565,8 +1435,6 @@ def knife_project(
1565
1435
  :type cut_through: bool | None
1566
1436
  """
1567
1437
 
1568
- ...
1569
-
1570
1438
  def knife_tool(
1571
1439
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1572
1440
  execution_context: int | str | None = None,
@@ -1623,8 +1491,6 @@ def knife_tool(
1623
1491
  :type wait_for_input: bool | None
1624
1492
  """
1625
1493
 
1626
- ...
1627
-
1628
1494
  def loop_multi_select(
1629
1495
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1630
1496
  execution_context: int | str | None = None,
@@ -1641,8 +1507,6 @@ def loop_multi_select(
1641
1507
  :type ring: bool | None
1642
1508
  """
1643
1509
 
1644
- ...
1645
-
1646
1510
  def loop_select(
1647
1511
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1648
1512
  execution_context: int | str | None = None,
@@ -1668,8 +1532,6 @@ def loop_select(
1668
1532
  :type ring: bool | None
1669
1533
  """
1670
1534
 
1671
- ...
1672
-
1673
1535
  def loop_to_region(
1674
1536
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1675
1537
  execution_context: int | str | None = None,
@@ -1686,8 +1548,6 @@ def loop_to_region(
1686
1548
  :type select_bigger: bool | None
1687
1549
  """
1688
1550
 
1689
- ...
1690
-
1691
1551
  def loopcut(
1692
1552
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1693
1553
  execution_context: int | str | None = None,
@@ -1695,10 +1555,7 @@ def loopcut(
1695
1555
  *,
1696
1556
  number_cuts: int | None = 1,
1697
1557
  smoothness: float | None = 0.0,
1698
- falloff: typing.Literal[
1699
- "SMOOTH", "SPHERE", "ROOT", "INVERSE_SQUARE", "SHARP", "LINEAR"
1700
- ]
1701
- | None = "INVERSE_SQUARE",
1558
+ falloff: bpy.typing.ProportionalFalloffCurveOnlyItems | None = "INVERSE_SQUARE",
1702
1559
  object_index: int | None = -1,
1703
1560
  edge_index: int | None = -1,
1704
1561
  mesh_select_mode_init: collections.abc.Iterable[bool] | None = (
@@ -1717,7 +1574,7 @@ def loopcut(
1717
1574
  :param smoothness: Smoothness, Smoothness factor
1718
1575
  :type smoothness: float | None
1719
1576
  :param falloff: Falloff, Falloff type of the feather
1720
- :type falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR'] | None
1577
+ :type falloff: bpy.typing.ProportionalFalloffCurveOnlyItems | None
1721
1578
  :param object_index: Object Index
1722
1579
  :type object_index: int | None
1723
1580
  :param edge_index: Edge Index
@@ -1725,8 +1582,6 @@ def loopcut(
1725
1582
  :type mesh_select_mode_init: collections.abc.Iterable[bool] | None
1726
1583
  """
1727
1584
 
1728
- ...
1729
-
1730
1585
  def loopcut_slide(
1731
1586
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1732
1587
  execution_context: int | str | None = None,
@@ -1746,8 +1601,6 @@ def loopcut_slide(
1746
1601
  :type TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None
1747
1602
  """
1748
1603
 
1749
- ...
1750
-
1751
1604
  def mark_freestyle_edge(
1752
1605
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1753
1606
  execution_context: int | str | None = None,
@@ -1764,8 +1617,6 @@ def mark_freestyle_edge(
1764
1617
  :type clear: bool | None
1765
1618
  """
1766
1619
 
1767
- ...
1768
-
1769
1620
  def mark_freestyle_face(
1770
1621
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1771
1622
  execution_context: int | str | None = None,
@@ -1782,8 +1633,6 @@ def mark_freestyle_face(
1782
1633
  :type clear: bool | None
1783
1634
  """
1784
1635
 
1785
- ...
1786
-
1787
1636
  def mark_seam(
1788
1637
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1789
1638
  execution_context: int | str | None = None,
@@ -1800,8 +1649,6 @@ def mark_seam(
1800
1649
  :type clear: bool | None
1801
1650
  """
1802
1651
 
1803
- ...
1804
-
1805
1652
  def mark_sharp(
1806
1653
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1807
1654
  execution_context: int | str | None = None,
@@ -1821,8 +1668,6 @@ def mark_sharp(
1821
1668
  :type use_verts: bool | None
1822
1669
  """
1823
1670
 
1824
- ...
1825
-
1826
1671
  def merge(
1827
1672
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1828
1673
  execution_context: int | str | None = None,
@@ -1843,8 +1688,6 @@ def merge(
1843
1688
  :type uvs: bool | None
1844
1689
  """
1845
1690
 
1846
- ...
1847
-
1848
1691
  def merge_normals(
1849
1692
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1850
1693
  execution_context: int | str | None = None,
@@ -1857,8 +1700,6 @@ def merge_normals(
1857
1700
  :type undo: bool | None
1858
1701
  """
1859
1702
 
1860
- ...
1861
-
1862
1703
  def mod_weighted_strength(
1863
1704
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1864
1705
  execution_context: int | str | None = None,
@@ -1878,8 +1719,6 @@ def mod_weighted_strength(
1878
1719
  :type face_strength: typing.Literal['WEAK','MEDIUM','STRONG'] | None
1879
1720
  """
1880
1721
 
1881
- ...
1882
-
1883
1722
  def normals_make_consistent(
1884
1723
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1885
1724
  execution_context: int | str | None = None,
@@ -1896,8 +1735,6 @@ def normals_make_consistent(
1896
1735
  :type inside: bool | None
1897
1736
  """
1898
1737
 
1899
- ...
1900
-
1901
1738
  def normals_tools(
1902
1739
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1903
1740
  execution_context: int | str | None = None,
@@ -1932,8 +1769,6 @@ def normals_tools(
1932
1769
  :type absolute: bool | None
1933
1770
  """
1934
1771
 
1935
- ...
1936
-
1937
1772
  def offset_edge_loops(
1938
1773
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1939
1774
  execution_context: int | str | None = None,
@@ -1950,8 +1785,6 @@ def offset_edge_loops(
1950
1785
  :type use_cap_endpoint: bool | None
1951
1786
  """
1952
1787
 
1953
- ...
1954
-
1955
1788
  def offset_edge_loops_slide(
1956
1789
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1957
1790
  execution_context: int | str | None = None,
@@ -1971,8 +1804,6 @@ def offset_edge_loops_slide(
1971
1804
  :type TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None
1972
1805
  """
1973
1806
 
1974
- ...
1975
-
1976
1807
  def paint_mask_extract(
1977
1808
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1978
1809
  execution_context: int | str | None = None,
@@ -2001,8 +1832,6 @@ def paint_mask_extract(
2001
1832
  :type add_solidify: bool | None
2002
1833
  """
2003
1834
 
2004
- ...
2005
-
2006
1835
  def paint_mask_slice(
2007
1836
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2008
1837
  execution_context: int | str | None = None,
@@ -2025,8 +1854,6 @@ def paint_mask_slice(
2025
1854
  :type new_object: bool | None
2026
1855
  """
2027
1856
 
2028
- ...
2029
-
2030
1857
  def point_normals(
2031
1858
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2032
1859
  execution_context: int | str | None = None,
@@ -2068,8 +1895,6 @@ def point_normals(
2068
1895
  :type spherize_strength: float | None
2069
1896
  """
2070
1897
 
2071
- ...
2072
-
2073
1898
  def poke(
2074
1899
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2075
1900
  execution_context: int | str | None = None,
@@ -2102,8 +1927,6 @@ def poke(
2102
1927
  :type center_mode: typing.Literal['MEDIAN_WEIGHTED','MEDIAN','BOUNDS'] | None
2103
1928
  """
2104
1929
 
2105
- ...
2106
-
2107
1930
  def polybuild_delete_at_cursor(
2108
1931
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2109
1932
  execution_context: int | str | None = None,
@@ -2111,17 +1934,7 @@ def polybuild_delete_at_cursor(
2111
1934
  *,
2112
1935
  mirror: bool | None = False,
2113
1936
  use_proportional_edit: bool | None = False,
2114
- proportional_edit_falloff: typing.Literal[
2115
- "SMOOTH",
2116
- "SPHERE",
2117
- "ROOT",
2118
- "INVERSE_SQUARE",
2119
- "SHARP",
2120
- "LINEAR",
2121
- "CONSTANT",
2122
- "RANDOM",
2123
- ]
2124
- | None = "SMOOTH",
1937
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
2125
1938
  proportional_size: float | None = 1.0,
2126
1939
  use_proportional_connected: bool | None = False,
2127
1940
  use_proportional_projected: bool | None = False,
@@ -2138,7 +1951,7 @@ def polybuild_delete_at_cursor(
2138
1951
  :param use_proportional_edit: Proportional Editing
2139
1952
  :type use_proportional_edit: bool | None
2140
1953
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
2141
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
1954
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
2142
1955
  :param proportional_size: Proportional Size
2143
1956
  :type proportional_size: float | None
2144
1957
  :param use_proportional_connected: Connected
@@ -2151,8 +1964,6 @@ def polybuild_delete_at_cursor(
2151
1964
  :type use_accurate: bool | None
2152
1965
  """
2153
1966
 
2154
- ...
2155
-
2156
1967
  def polybuild_dissolve_at_cursor(
2157
1968
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2158
1969
  execution_context: int | str | None = None,
@@ -2165,8 +1976,6 @@ def polybuild_dissolve_at_cursor(
2165
1976
  :type undo: bool | None
2166
1977
  """
2167
1978
 
2168
- ...
2169
-
2170
1979
  def polybuild_extrude_at_cursor_move(
2171
1980
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2172
1981
  execution_context: int | str | None = None,
@@ -2189,8 +1998,6 @@ def polybuild_extrude_at_cursor_move(
2189
1998
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2190
1999
  """
2191
2000
 
2192
- ...
2193
-
2194
2001
  def polybuild_face_at_cursor(
2195
2002
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2196
2003
  execution_context: int | str | None = None,
@@ -2199,17 +2006,7 @@ def polybuild_face_at_cursor(
2199
2006
  create_quads: bool | None = True,
2200
2007
  mirror: bool | None = False,
2201
2008
  use_proportional_edit: bool | None = False,
2202
- proportional_edit_falloff: typing.Literal[
2203
- "SMOOTH",
2204
- "SPHERE",
2205
- "ROOT",
2206
- "INVERSE_SQUARE",
2207
- "SHARP",
2208
- "LINEAR",
2209
- "CONSTANT",
2210
- "RANDOM",
2211
- ]
2212
- | None = "SMOOTH",
2009
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
2213
2010
  proportional_size: float | None = 1.0,
2214
2011
  use_proportional_connected: bool | None = False,
2215
2012
  use_proportional_projected: bool | None = False,
@@ -2228,7 +2025,7 @@ def polybuild_face_at_cursor(
2228
2025
  :param use_proportional_edit: Proportional Editing
2229
2026
  :type use_proportional_edit: bool | None
2230
2027
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
2231
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
2028
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
2232
2029
  :param proportional_size: Proportional Size
2233
2030
  :type proportional_size: float | None
2234
2031
  :param use_proportional_connected: Connected
@@ -2241,8 +2038,6 @@ def polybuild_face_at_cursor(
2241
2038
  :type use_accurate: bool | None
2242
2039
  """
2243
2040
 
2244
- ...
2245
-
2246
2041
  def polybuild_face_at_cursor_move(
2247
2042
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2248
2043
  execution_context: int | str | None = None,
@@ -2262,8 +2057,6 @@ def polybuild_face_at_cursor_move(
2262
2057
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2263
2058
  """
2264
2059
 
2265
- ...
2266
-
2267
2060
  def polybuild_split_at_cursor(
2268
2061
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2269
2062
  execution_context: int | str | None = None,
@@ -2271,17 +2064,7 @@ def polybuild_split_at_cursor(
2271
2064
  *,
2272
2065
  mirror: bool | None = False,
2273
2066
  use_proportional_edit: bool | None = False,
2274
- proportional_edit_falloff: typing.Literal[
2275
- "SMOOTH",
2276
- "SPHERE",
2277
- "ROOT",
2278
- "INVERSE_SQUARE",
2279
- "SHARP",
2280
- "LINEAR",
2281
- "CONSTANT",
2282
- "RANDOM",
2283
- ]
2284
- | None = "SMOOTH",
2067
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
2285
2068
  proportional_size: float | None = 1.0,
2286
2069
  use_proportional_connected: bool | None = False,
2287
2070
  use_proportional_projected: bool | None = False,
@@ -2298,7 +2081,7 @@ def polybuild_split_at_cursor(
2298
2081
  :param use_proportional_edit: Proportional Editing
2299
2082
  :type use_proportional_edit: bool | None
2300
2083
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
2301
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
2084
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
2302
2085
  :param proportional_size: Proportional Size
2303
2086
  :type proportional_size: float | None
2304
2087
  :param use_proportional_connected: Connected
@@ -2311,8 +2094,6 @@ def polybuild_split_at_cursor(
2311
2094
  :type use_accurate: bool | None
2312
2095
  """
2313
2096
 
2314
- ...
2315
-
2316
2097
  def polybuild_split_at_cursor_move(
2317
2098
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2318
2099
  execution_context: int | str | None = None,
@@ -2332,8 +2113,6 @@ def polybuild_split_at_cursor_move(
2332
2113
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2333
2114
  """
2334
2115
 
2335
- ...
2336
-
2337
2116
  def polybuild_transform_at_cursor(
2338
2117
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2339
2118
  execution_context: int | str | None = None,
@@ -2341,17 +2120,7 @@ def polybuild_transform_at_cursor(
2341
2120
  *,
2342
2121
  mirror: bool | None = False,
2343
2122
  use_proportional_edit: bool | None = False,
2344
- proportional_edit_falloff: typing.Literal[
2345
- "SMOOTH",
2346
- "SPHERE",
2347
- "ROOT",
2348
- "INVERSE_SQUARE",
2349
- "SHARP",
2350
- "LINEAR",
2351
- "CONSTANT",
2352
- "RANDOM",
2353
- ]
2354
- | None = "SMOOTH",
2123
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
2355
2124
  proportional_size: float | None = 1.0,
2356
2125
  use_proportional_connected: bool | None = False,
2357
2126
  use_proportional_projected: bool | None = False,
@@ -2368,7 +2137,7 @@ def polybuild_transform_at_cursor(
2368
2137
  :param use_proportional_edit: Proportional Editing
2369
2138
  :type use_proportional_edit: bool | None
2370
2139
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
2371
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
2140
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
2372
2141
  :param proportional_size: Proportional Size
2373
2142
  :type proportional_size: float | None
2374
2143
  :param use_proportional_connected: Connected
@@ -2381,8 +2150,6 @@ def polybuild_transform_at_cursor(
2381
2150
  :type use_accurate: bool | None
2382
2151
  """
2383
2152
 
2384
- ...
2385
-
2386
2153
  def polybuild_transform_at_cursor_move(
2387
2154
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2388
2155
  execution_context: int | str | None = None,
@@ -2402,8 +2169,6 @@ def polybuild_transform_at_cursor_move(
2402
2169
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
2403
2170
  """
2404
2171
 
2405
- ...
2406
-
2407
2172
  def primitive_circle_add(
2408
2173
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2409
2174
  execution_context: int | str | None = None,
@@ -2470,8 +2235,6 @@ def primitive_circle_add(
2470
2235
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2471
2236
  """
2472
2237
 
2473
- ...
2474
-
2475
2238
  def primitive_cone_add(
2476
2239
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2477
2240
  execution_context: int | str | None = None,
@@ -2544,8 +2307,6 @@ def primitive_cone_add(
2544
2307
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2545
2308
  """
2546
2309
 
2547
- ...
2548
-
2549
2310
  def primitive_cube_add(
2550
2311
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2551
2312
  execution_context: int | str | None = None,
@@ -2597,8 +2358,6 @@ def primitive_cube_add(
2597
2358
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2598
2359
  """
2599
2360
 
2600
- ...
2601
-
2602
2361
  def primitive_cube_add_gizmo(
2603
2362
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2604
2363
  execution_context: int | str | None = None,
@@ -2657,8 +2416,6 @@ def primitive_cube_add_gizmo(
2657
2416
  :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
2658
2417
  """
2659
2418
 
2660
- ...
2661
-
2662
2419
  def primitive_cylinder_add(
2663
2420
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2664
2421
  execution_context: int | str | None = None,
@@ -2728,8 +2485,6 @@ def primitive_cylinder_add(
2728
2485
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2729
2486
  """
2730
2487
 
2731
- ...
2732
-
2733
2488
  def primitive_grid_add(
2734
2489
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2735
2490
  execution_context: int | str | None = None,
@@ -2787,8 +2542,6 @@ def primitive_grid_add(
2787
2542
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2788
2543
  """
2789
2544
 
2790
- ...
2791
-
2792
2545
  def primitive_ico_sphere_add(
2793
2546
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2794
2547
  execution_context: int | str | None = None,
@@ -2843,8 +2596,6 @@ def primitive_ico_sphere_add(
2843
2596
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2844
2597
  """
2845
2598
 
2846
- ...
2847
-
2848
2599
  def primitive_monkey_add(
2849
2600
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2850
2601
  execution_context: int | str | None = None,
@@ -2896,8 +2647,6 @@ def primitive_monkey_add(
2896
2647
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2897
2648
  """
2898
2649
 
2899
- ...
2900
-
2901
2650
  def primitive_plane_add(
2902
2651
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2903
2652
  execution_context: int | str | None = None,
@@ -2949,8 +2698,6 @@ def primitive_plane_add(
2949
2698
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
2950
2699
  """
2951
2700
 
2952
- ...
2953
-
2954
2701
  def primitive_torus_add(
2955
2702
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2956
2703
  execution_context: int | str | None = None,
@@ -3020,8 +2767,6 @@ def primitive_torus_add(
3020
2767
  :type generate_uvs: bool | None
3021
2768
  """
3022
2769
 
3023
- ...
3024
-
3025
2770
  def primitive_uv_sphere_add(
3026
2771
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3027
2772
  execution_context: int | str | None = None,
@@ -3079,18 +2824,13 @@ def primitive_uv_sphere_add(
3079
2824
  :type scale: collections.abc.Sequence[float] | mathutils.Vector | None
3080
2825
  """
3081
2826
 
3082
- ...
3083
-
3084
2827
  def quads_convert_to_tris(
3085
2828
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3086
2829
  execution_context: int | str | None = None,
3087
2830
  undo: bool | None = None,
3088
2831
  *,
3089
- quad_method: typing.Literal[
3090
- "BEAUTY", "FIXED", "FIXED_ALTERNATE", "SHORTEST_DIAGONAL", "LONGEST_DIAGONAL"
3091
- ]
3092
- | None = "BEAUTY",
3093
- ngon_method: typing.Literal["BEAUTY", "CLIP"] | None = "BEAUTY",
2832
+ quad_method: bpy.typing.ModifierTriangulateQuadMethodItems | None = "BEAUTY",
2833
+ ngon_method: bpy.typing.ModifierTriangulateNgonMethodItems | None = "BEAUTY",
3094
2834
  ):
3095
2835
  """Triangulate selected faces
3096
2836
 
@@ -3098,13 +2838,11 @@ def quads_convert_to_tris(
3098
2838
  :type execution_context: int | str | None
3099
2839
  :type undo: bool | None
3100
2840
  :param quad_method: Quad Method, Method for splitting the quads into triangles
3101
- :type quad_method: typing.Literal['BEAUTY', 'FIXED', 'FIXED_ALTERNATE', 'SHORTEST_DIAGONAL', 'LONGEST_DIAGONAL'] | None
2841
+ :type quad_method: bpy.typing.ModifierTriangulateQuadMethodItems | None
3102
2842
  :param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
3103
- :type ngon_method: typing.Literal['BEAUTY', 'CLIP'] | None
2843
+ :type ngon_method: bpy.typing.ModifierTriangulateNgonMethodItems | None
3104
2844
  """
3105
2845
 
3106
- ...
3107
-
3108
2846
  def region_to_loop(
3109
2847
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3110
2848
  execution_context: int | str | None = None,
@@ -3117,8 +2855,6 @@ def region_to_loop(
3117
2855
  :type undo: bool | None
3118
2856
  """
3119
2857
 
3120
- ...
3121
-
3122
2858
  def remove_doubles(
3123
2859
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3124
2860
  execution_context: int | str | None = None,
@@ -3141,8 +2877,6 @@ def remove_doubles(
3141
2877
  :type use_sharp_edge_from_normals: bool | None
3142
2878
  """
3143
2879
 
3144
- ...
3145
-
3146
2880
  def reveal(
3147
2881
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3148
2882
  execution_context: int | str | None = None,
@@ -3159,8 +2893,6 @@ def reveal(
3159
2893
  :type select: bool | None
3160
2894
  """
3161
2895
 
3162
- ...
3163
-
3164
2896
  def rip(
3165
2897
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3166
2898
  execution_context: int | str | None = None,
@@ -3168,17 +2900,7 @@ def rip(
3168
2900
  *,
3169
2901
  mirror: bool | None = False,
3170
2902
  use_proportional_edit: bool | None = False,
3171
- proportional_edit_falloff: typing.Literal[
3172
- "SMOOTH",
3173
- "SPHERE",
3174
- "ROOT",
3175
- "INVERSE_SQUARE",
3176
- "SHARP",
3177
- "LINEAR",
3178
- "CONSTANT",
3179
- "RANDOM",
3180
- ]
3181
- | None = "SMOOTH",
2903
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
3182
2904
  proportional_size: float | None = 1.0,
3183
2905
  use_proportional_connected: bool | None = False,
3184
2906
  use_proportional_projected: bool | None = False,
@@ -3196,7 +2918,7 @@ def rip(
3196
2918
  :param use_proportional_edit: Proportional Editing
3197
2919
  :type use_proportional_edit: bool | None
3198
2920
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
3199
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
2921
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
3200
2922
  :param proportional_size: Proportional Size
3201
2923
  :type proportional_size: float | None
3202
2924
  :param use_proportional_connected: Connected
@@ -3211,8 +2933,6 @@ def rip(
3211
2933
  :type use_fill: bool | None
3212
2934
  """
3213
2935
 
3214
- ...
3215
-
3216
2936
  def rip_edge(
3217
2937
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3218
2938
  execution_context: int | str | None = None,
@@ -3220,17 +2940,7 @@ def rip_edge(
3220
2940
  *,
3221
2941
  mirror: bool | None = False,
3222
2942
  use_proportional_edit: bool | None = False,
3223
- proportional_edit_falloff: typing.Literal[
3224
- "SMOOTH",
3225
- "SPHERE",
3226
- "ROOT",
3227
- "INVERSE_SQUARE",
3228
- "SHARP",
3229
- "LINEAR",
3230
- "CONSTANT",
3231
- "RANDOM",
3232
- ]
3233
- | None = "SMOOTH",
2943
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
3234
2944
  proportional_size: float | None = 1.0,
3235
2945
  use_proportional_connected: bool | None = False,
3236
2946
  use_proportional_projected: bool | None = False,
@@ -3247,7 +2957,7 @@ def rip_edge(
3247
2957
  :param use_proportional_edit: Proportional Editing
3248
2958
  :type use_proportional_edit: bool | None
3249
2959
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
3250
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
2960
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
3251
2961
  :param proportional_size: Proportional Size
3252
2962
  :type proportional_size: float | None
3253
2963
  :param use_proportional_connected: Connected
@@ -3260,8 +2970,6 @@ def rip_edge(
3260
2970
  :type use_accurate: bool | None
3261
2971
  """
3262
2972
 
3263
- ...
3264
-
3265
2973
  def rip_edge_move(
3266
2974
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3267
2975
  execution_context: int | str | None = None,
@@ -3281,8 +2989,6 @@ def rip_edge_move(
3281
2989
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
3282
2990
  """
3283
2991
 
3284
- ...
3285
-
3286
2992
  def rip_move(
3287
2993
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3288
2994
  execution_context: int | str | None = None,
@@ -3302,8 +3008,6 @@ def rip_move(
3302
3008
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
3303
3009
  """
3304
3010
 
3305
- ...
3306
-
3307
3011
  def screw(
3308
3012
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3309
3013
  execution_context: int | str | None = None,
@@ -3329,8 +3033,6 @@ def screw(
3329
3033
  :type axis: collections.abc.Sequence[float] | mathutils.Vector | None
3330
3034
  """
3331
3035
 
3332
- ...
3333
-
3334
3036
  def select_all(
3335
3037
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3336
3038
  execution_context: int | str | None = None,
@@ -3359,19 +3061,14 @@ def select_all(
3359
3061
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
3360
3062
  """
3361
3063
 
3362
- ...
3363
-
3364
3064
  def select_axis(
3365
3065
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3366
3066
  execution_context: int | str | None = None,
3367
3067
  undo: bool | None = None,
3368
3068
  *,
3369
- orientation: typing.Literal[
3370
- "GLOBAL", "LOCAL", "NORMAL", "GIMBAL", "VIEW", "CURSOR", "PARENT"
3371
- ]
3372
- | None = "LOCAL",
3069
+ orientation: bpy.typing.TransformOrientationItems | None = "LOCAL",
3373
3070
  sign: typing.Literal["POS", "NEG", "ALIGN"] | None = "POS",
3374
- axis: typing.Literal["X", "Y", "Z"] | None = "X",
3071
+ axis: bpy.typing.AxisXyzItems | None = "X",
3375
3072
  threshold: float | None = 0.0001,
3376
3073
  ):
3377
3074
  """Select all data in the mesh on a single axis
@@ -3380,17 +3077,15 @@ def select_axis(
3380
3077
  :type execution_context: int | str | None
3381
3078
  :type undo: bool | None
3382
3079
  :param orientation: Axis Mode, Axis orientation
3383
- :type orientation: typing.Literal['GLOBAL', 'LOCAL', 'NORMAL', 'GIMBAL', 'VIEW', 'CURSOR', 'PARENT'] | None
3080
+ :type orientation: bpy.typing.TransformOrientationItems | None
3384
3081
  :param sign: Axis Sign, Side to select
3385
3082
  :type sign: typing.Literal['POS','NEG','ALIGN'] | None
3386
3083
  :param axis: Axis, Select the axis to compare each vertex on
3387
- :type axis: typing.Literal['X', 'Y', 'Z'] | None
3084
+ :type axis: bpy.typing.AxisXyzItems | None
3388
3085
  :param threshold: Threshold
3389
3086
  :type threshold: float | None
3390
3087
  """
3391
3088
 
3392
- ...
3393
-
3394
3089
  def select_by_attribute(
3395
3090
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3396
3091
  execution_context: int | str | None = None,
@@ -3403,8 +3098,6 @@ def select_by_attribute(
3403
3098
  :type undo: bool | None
3404
3099
  """
3405
3100
 
3406
- ...
3407
-
3408
3101
  def select_face_by_sides(
3409
3102
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3410
3103
  execution_context: int | str | None = None,
@@ -3427,8 +3120,6 @@ def select_face_by_sides(
3427
3120
  :type extend: bool | None
3428
3121
  """
3429
3122
 
3430
- ...
3431
-
3432
3123
  def select_interior_faces(
3433
3124
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3434
3125
  execution_context: int | str | None = None,
@@ -3441,8 +3132,6 @@ def select_interior_faces(
3441
3132
  :type undo: bool | None
3442
3133
  """
3443
3134
 
3444
- ...
3445
-
3446
3135
  def select_less(
3447
3136
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3448
3137
  execution_context: int | str | None = None,
@@ -3459,16 +3148,12 @@ def select_less(
3459
3148
  :type use_face_step: bool | None
3460
3149
  """
3461
3150
 
3462
- ...
3463
-
3464
3151
  def select_linked(
3465
3152
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3466
3153
  execution_context: int | str | None = None,
3467
3154
  undo: bool | None = None,
3468
3155
  *,
3469
- delimit: set[typing.Literal["NORMAL", "MATERIAL", "SEAM", "SHARP", "UV"]] | None = {
3470
- "SEAM"
3471
- },
3156
+ delimit: set[bpy.typing.MeshDelimitModeItems] | None = {"SEAM"},
3472
3157
  ):
3473
3158
  """Select all vertices connected to the current selection
3474
3159
 
@@ -3476,20 +3161,16 @@ def select_linked(
3476
3161
  :type execution_context: int | str | None
3477
3162
  :type undo: bool | None
3478
3163
  :param delimit: Delimit, Delimit selected region
3479
- :type delimit: set[typing.Literal['NORMAL', 'MATERIAL', 'SEAM', 'SHARP', 'UV']] | None
3164
+ :type delimit: set[bpy.typing.MeshDelimitModeItems] | None
3480
3165
  """
3481
3166
 
3482
- ...
3483
-
3484
3167
  def select_linked_pick(
3485
3168
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3486
3169
  execution_context: int | str | None = None,
3487
3170
  undo: bool | None = None,
3488
3171
  *,
3489
3172
  deselect: bool | None = False,
3490
- delimit: set[typing.Literal["NORMAL", "MATERIAL", "SEAM", "SHARP", "UV"]] | None = {
3491
- "SEAM"
3492
- },
3173
+ delimit: set[bpy.typing.MeshDelimitModeItems] | None = {"SEAM"},
3493
3174
  object_index: int | None = -1,
3494
3175
  index: int | None = -1,
3495
3176
  ):
@@ -3501,13 +3182,11 @@ def select_linked_pick(
3501
3182
  :param deselect: Deselect
3502
3183
  :type deselect: bool | None
3503
3184
  :param delimit: Delimit, Delimit selected region
3504
- :type delimit: set[typing.Literal['NORMAL', 'MATERIAL', 'SEAM', 'SHARP', 'UV']] | None
3185
+ :type delimit: set[bpy.typing.MeshDelimitModeItems] | None
3505
3186
  :type object_index: int | None
3506
3187
  :type index: int | None
3507
3188
  """
3508
3189
 
3509
- ...
3510
-
3511
3190
  def select_loose(
3512
3191
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3513
3192
  execution_context: int | str | None = None,
@@ -3524,14 +3203,12 @@ def select_loose(
3524
3203
  :type extend: bool | None
3525
3204
  """
3526
3205
 
3527
- ...
3528
-
3529
3206
  def select_mirror(
3530
3207
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3531
3208
  execution_context: int | str | None = None,
3532
3209
  undo: bool | None = None,
3533
3210
  *,
3534
- axis: set[typing.Literal["X", "Y", "Z"]] | None = {"X"},
3211
+ axis: set[bpy.typing.AxisFlagXyzItems] | None = {"X"},
3535
3212
  extend: bool | None = False,
3536
3213
  ):
3537
3214
  """Select mesh items at mirrored locations
@@ -3540,13 +3217,11 @@ def select_mirror(
3540
3217
  :type execution_context: int | str | None
3541
3218
  :type undo: bool | None
3542
3219
  :param axis: Axis
3543
- :type axis: set[typing.Literal['X', 'Y', 'Z']] | None
3220
+ :type axis: set[bpy.typing.AxisFlagXyzItems] | None
3544
3221
  :param extend: Extend, Extend the existing selection
3545
3222
  :type extend: bool | None
3546
3223
  """
3547
3224
 
3548
- ...
3549
-
3550
3225
  def select_mode(
3551
3226
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3552
3227
  execution_context: int | str | None = None,
@@ -3554,7 +3229,7 @@ def select_mode(
3554
3229
  *,
3555
3230
  use_extend: bool | None = False,
3556
3231
  use_expand: bool | None = False,
3557
- type: typing.Literal["VERT", "EDGE", "FACE"] | None = "VERT",
3232
+ type: bpy.typing.MeshSelectModeItems | None = "VERT",
3558
3233
  action: typing.Literal["DISABLE", "ENABLE", "TOGGLE"] | None = "TOGGLE",
3559
3234
  ):
3560
3235
  """Change selection mode
@@ -3567,7 +3242,7 @@ def select_mode(
3567
3242
  :param use_expand: Expand
3568
3243
  :type use_expand: bool | None
3569
3244
  :param type: Type
3570
- :type type: typing.Literal['VERT', 'EDGE', 'FACE'] | None
3245
+ :type type: bpy.typing.MeshSelectModeItems | None
3571
3246
  :param action: Action, Selection action to execute
3572
3247
 
3573
3248
  DISABLE
@@ -3581,8 +3256,6 @@ def select_mode(
3581
3256
  :type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
3582
3257
  """
3583
3258
 
3584
- ...
3585
-
3586
3259
  def select_more(
3587
3260
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3588
3261
  execution_context: int | str | None = None,
@@ -3599,8 +3272,6 @@ def select_more(
3599
3272
  :type use_face_step: bool | None
3600
3273
  """
3601
3274
 
3602
- ...
3603
-
3604
3275
  def select_next_item(
3605
3276
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3606
3277
  execution_context: int | str | None = None,
@@ -3613,8 +3284,6 @@ def select_next_item(
3613
3284
  :type undo: bool | None
3614
3285
  """
3615
3286
 
3616
- ...
3617
-
3618
3287
  def select_non_manifold(
3619
3288
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3620
3289
  execution_context: int | str | None = None,
@@ -3646,8 +3315,6 @@ def select_non_manifold(
3646
3315
  :type use_verts: bool | None
3647
3316
  """
3648
3317
 
3649
- ...
3650
-
3651
3318
  def select_nth(
3652
3319
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3653
3320
  execution_context: int | str | None = None,
@@ -3670,8 +3337,6 @@ def select_nth(
3670
3337
  :type offset: int | None
3671
3338
  """
3672
3339
 
3673
- ...
3674
-
3675
3340
  def select_prev_item(
3676
3341
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3677
3342
  execution_context: int | str | None = None,
@@ -3684,8 +3349,6 @@ def select_prev_item(
3684
3349
  :type undo: bool | None
3685
3350
  """
3686
3351
 
3687
- ...
3688
-
3689
3352
  def select_random(
3690
3353
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3691
3354
  execution_context: int | str | None = None,
@@ -3714,8 +3377,6 @@ def select_random(
3714
3377
  :type action: typing.Literal['SELECT','DESELECT'] | None
3715
3378
  """
3716
3379
 
3717
- ...
3718
-
3719
3380
  def select_similar(
3720
3381
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3721
3382
  execution_context: int | str | None = None,
@@ -3762,8 +3423,6 @@ def select_similar(
3762
3423
  :type threshold: float | None
3763
3424
  """
3764
3425
 
3765
- ...
3766
-
3767
3426
  def select_similar_region(
3768
3427
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3769
3428
  execution_context: int | str | None = None,
@@ -3776,8 +3435,6 @@ def select_similar_region(
3776
3435
  :type undo: bool | None
3777
3436
  """
3778
3437
 
3779
- ...
3780
-
3781
3438
  def select_ungrouped(
3782
3439
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3783
3440
  execution_context: int | str | None = None,
@@ -3794,8 +3451,6 @@ def select_ungrouped(
3794
3451
  :type extend: bool | None
3795
3452
  """
3796
3453
 
3797
- ...
3798
-
3799
3454
  def separate(
3800
3455
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3801
3456
  execution_context: int | str | None = None,
@@ -3812,8 +3467,6 @@ def separate(
3812
3467
  :type type: typing.Literal['SELECTED','MATERIAL','LOOSE'] | None
3813
3468
  """
3814
3469
 
3815
- ...
3816
-
3817
3470
  def set_normals_from_faces(
3818
3471
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3819
3472
  execution_context: int | str | None = None,
@@ -3830,8 +3483,6 @@ def set_normals_from_faces(
3830
3483
  :type keep_sharp: bool | None
3831
3484
  """
3832
3485
 
3833
- ...
3834
-
3835
3486
  def set_sharpness_by_angle(
3836
3487
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3837
3488
  execution_context: int | str | None = None,
@@ -3851,8 +3502,6 @@ def set_sharpness_by_angle(
3851
3502
  :type extend: bool | None
3852
3503
  """
3853
3504
 
3854
- ...
3855
-
3856
3505
  def shape_propagate_to_all(
3857
3506
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3858
3507
  execution_context: int | str | None = None,
@@ -3865,8 +3514,6 @@ def shape_propagate_to_all(
3865
3514
  :type undo: bool | None
3866
3515
  """
3867
3516
 
3868
- ...
3869
-
3870
3517
  def shortest_path_pick(
3871
3518
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3872
3519
  execution_context: int | str | None = None,
@@ -3904,8 +3551,6 @@ def shortest_path_pick(
3904
3551
  :type index: int | None
3905
3552
  """
3906
3553
 
3907
- ...
3908
-
3909
3554
  def shortest_path_select(
3910
3555
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3911
3556
  execution_context: int | str | None = None,
@@ -3941,8 +3586,6 @@ def shortest_path_select(
3941
3586
  :type offset: int | None
3942
3587
  """
3943
3588
 
3944
- ...
3945
-
3946
3589
  def smooth_normals(
3947
3590
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3948
3591
  execution_context: int | str | None = None,
@@ -3959,8 +3602,6 @@ def smooth_normals(
3959
3602
  :type factor: float | None
3960
3603
  """
3961
3604
 
3962
- ...
3963
-
3964
3605
  def solidify(
3965
3606
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3966
3607
  execution_context: int | str | None = None,
@@ -3977,8 +3618,6 @@ def solidify(
3977
3618
  :type thickness: float | None
3978
3619
  """
3979
3620
 
3980
- ...
3981
-
3982
3621
  def sort_elements(
3983
3622
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3984
3623
  execution_context: int | str | None = None,
@@ -4035,8 +3674,6 @@ def sort_elements(
4035
3674
  :type seed: int | None
4036
3675
  """
4037
3676
 
4038
- ...
4039
-
4040
3677
  def spin(
4041
3678
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4042
3679
  execution_context: int | str | None = None,
@@ -4071,8 +3708,6 @@ def spin(
4071
3708
  :type axis: collections.abc.Sequence[float] | mathutils.Vector | None
4072
3709
  """
4073
3710
 
4074
- ...
4075
-
4076
3711
  def split(
4077
3712
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4078
3713
  execution_context: int | str | None = None,
@@ -4085,8 +3720,6 @@ def split(
4085
3720
  :type undo: bool | None
4086
3721
  """
4087
3722
 
4088
- ...
4089
-
4090
3723
  def split_normals(
4091
3724
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4092
3725
  execution_context: int | str | None = None,
@@ -4099,8 +3732,6 @@ def split_normals(
4099
3732
  :type undo: bool | None
4100
3733
  """
4101
3734
 
4102
- ...
4103
-
4104
3735
  def subdivide(
4105
3736
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4106
3737
  execution_context: int | str | None = None,
@@ -4136,8 +3767,6 @@ def subdivide(
4136
3767
  :type seed: int | None
4137
3768
  """
4138
3769
 
4139
- ...
4140
-
4141
3770
  def subdivide_edgering(
4142
3771
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4143
3772
  execution_context: int | str | None = None,
@@ -4147,10 +3776,7 @@ def subdivide_edgering(
4147
3776
  interpolation: typing.Literal["LINEAR", "PATH", "SURFACE"] | None = "PATH",
4148
3777
  smoothness: float | None = 1.0,
4149
3778
  profile_shape_factor: float | None = 0.0,
4150
- profile_shape: typing.Literal[
4151
- "SMOOTH", "SPHERE", "ROOT", "INVERSE_SQUARE", "SHARP", "LINEAR"
4152
- ]
4153
- | None = "SMOOTH",
3779
+ profile_shape: bpy.typing.ProportionalFalloffCurveOnlyItems | None = "SMOOTH",
4154
3780
  ):
4155
3781
  """Subdivide perpendicular edges to the selected edge-ring
4156
3782
 
@@ -4166,25 +3792,15 @@ def subdivide_edgering(
4166
3792
  :param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
4167
3793
  :type profile_shape_factor: float | None
4168
3794
  :param profile_shape: Profile Shape, Shape of the profile
4169
- :type profile_shape: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR'] | None
3795
+ :type profile_shape: bpy.typing.ProportionalFalloffCurveOnlyItems | None
4170
3796
  """
4171
3797
 
4172
- ...
4173
-
4174
3798
  def symmetrize(
4175
3799
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4176
3800
  execution_context: int | str | None = None,
4177
3801
  undo: bool | None = None,
4178
3802
  *,
4179
- direction: typing.Literal[
4180
- "NEGATIVE_X",
4181
- "POSITIVE_X",
4182
- "NEGATIVE_Y",
4183
- "POSITIVE_Y",
4184
- "NEGATIVE_Z",
4185
- "POSITIVE_Z",
4186
- ]
4187
- | None = "NEGATIVE_X",
3803
+ direction: bpy.typing.SymmetrizeDirectionItems | None = "NEGATIVE_X",
4188
3804
  threshold: float | None = 0.0001,
4189
3805
  ):
4190
3806
  """Enforce symmetry (both form and topological) across an axis
@@ -4193,27 +3809,17 @@ def symmetrize(
4193
3809
  :type execution_context: int | str | None
4194
3810
  :type undo: bool | None
4195
3811
  :param direction: Direction, Which sides to copy from and to
4196
- :type direction: typing.Literal['NEGATIVE_X', 'POSITIVE_X', 'NEGATIVE_Y', 'POSITIVE_Y', 'NEGATIVE_Z', 'POSITIVE_Z'] | None
3812
+ :type direction: bpy.typing.SymmetrizeDirectionItems | None
4197
3813
  :param threshold: Threshold, Limit for snap middle vertices to the axis center
4198
3814
  :type threshold: float | None
4199
3815
  """
4200
3816
 
4201
- ...
4202
-
4203
3817
  def symmetry_snap(
4204
3818
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4205
3819
  execution_context: int | str | None = None,
4206
3820
  undo: bool | None = None,
4207
3821
  *,
4208
- direction: typing.Literal[
4209
- "NEGATIVE_X",
4210
- "POSITIVE_X",
4211
- "NEGATIVE_Y",
4212
- "POSITIVE_Y",
4213
- "NEGATIVE_Z",
4214
- "POSITIVE_Z",
4215
- ]
4216
- | None = "NEGATIVE_X",
3822
+ direction: bpy.typing.SymmetrizeDirectionItems | None = "NEGATIVE_X",
4217
3823
  threshold: float | None = 0.05,
4218
3824
  factor: float | None = 0.5,
4219
3825
  use_center: bool | None = True,
@@ -4224,7 +3830,7 @@ def symmetry_snap(
4224
3830
  :type execution_context: int | str | None
4225
3831
  :type undo: bool | None
4226
3832
  :param direction: Direction, Which sides to copy from and to
4227
- :type direction: typing.Literal['NEGATIVE_X', 'POSITIVE_X', 'NEGATIVE_Y', 'POSITIVE_Y', 'NEGATIVE_Z', 'POSITIVE_Z'] | None
3833
+ :type direction: bpy.typing.SymmetrizeDirectionItems | None
4228
3834
  :param threshold: Threshold, Distance within which matching vertices are searched
4229
3835
  :type threshold: float | None
4230
3836
  :param factor: Factor, Mix factor of the locations of the vertices
@@ -4233,8 +3839,6 @@ def symmetry_snap(
4233
3839
  :type use_center: bool | None
4234
3840
  """
4235
3841
 
4236
- ...
4237
-
4238
3842
  def tris_convert_to_quads(
4239
3843
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4240
3844
  execution_context: int | str | None = None,
@@ -4269,8 +3873,6 @@ def tris_convert_to_quads(
4269
3873
  :type materials: bool | None
4270
3874
  """
4271
3875
 
4272
- ...
4273
-
4274
3876
  def unsubdivide(
4275
3877
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4276
3878
  execution_context: int | str | None = None,
@@ -4287,8 +3889,6 @@ def unsubdivide(
4287
3889
  :type iterations: int | None
4288
3890
  """
4289
3891
 
4290
- ...
4291
-
4292
3892
  def uv_texture_add(
4293
3893
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4294
3894
  execution_context: int | str | None = None,
@@ -4301,8 +3901,6 @@ def uv_texture_add(
4301
3901
  :type undo: bool | None
4302
3902
  """
4303
3903
 
4304
- ...
4305
-
4306
3904
  def uv_texture_remove(
4307
3905
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4308
3906
  execution_context: int | str | None = None,
@@ -4315,8 +3913,6 @@ def uv_texture_remove(
4315
3913
  :type undo: bool | None
4316
3914
  """
4317
3915
 
4318
- ...
4319
-
4320
3916
  def uvs_reverse(
4321
3917
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4322
3918
  execution_context: int | str | None = None,
@@ -4329,8 +3925,6 @@ def uvs_reverse(
4329
3925
  :type undo: bool | None
4330
3926
  """
4331
3927
 
4332
- ...
4333
-
4334
3928
  def uvs_rotate(
4335
3929
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4336
3930
  execution_context: int | str | None = None,
@@ -4347,8 +3941,6 @@ def uvs_rotate(
4347
3941
  :type use_ccw: bool | None
4348
3942
  """
4349
3943
 
4350
- ...
4351
-
4352
3944
  def vert_connect(
4353
3945
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4354
3946
  execution_context: int | str | None = None,
@@ -4361,8 +3953,6 @@ def vert_connect(
4361
3953
  :type undo: bool | None
4362
3954
  """
4363
3955
 
4364
- ...
4365
-
4366
3956
  def vert_connect_concave(
4367
3957
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4368
3958
  execution_context: int | str | None = None,
@@ -4375,8 +3965,6 @@ def vert_connect_concave(
4375
3965
  :type undo: bool | None
4376
3966
  """
4377
3967
 
4378
- ...
4379
-
4380
3968
  def vert_connect_nonplanar(
4381
3969
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4382
3970
  execution_context: int | str | None = None,
@@ -4393,8 +3981,6 @@ def vert_connect_nonplanar(
4393
3981
  :type angle_limit: float | None
4394
3982
  """
4395
3983
 
4396
- ...
4397
-
4398
3984
  def vert_connect_path(
4399
3985
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4400
3986
  execution_context: int | str | None = None,
@@ -4407,8 +3993,6 @@ def vert_connect_path(
4407
3993
  :type undo: bool | None
4408
3994
  """
4409
3995
 
4410
- ...
4411
-
4412
3996
  def vertices_smooth(
4413
3997
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4414
3998
  execution_context: int | str | None = None,
@@ -4440,8 +4024,6 @@ def vertices_smooth(
4440
4024
  :type wait_for_input: bool | None
4441
4025
  """
4442
4026
 
4443
- ...
4444
-
4445
4027
  def vertices_smooth_laplacian(
4446
4028
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4447
4029
  execution_context: int | str | None = None,
@@ -4476,8 +4058,6 @@ def vertices_smooth_laplacian(
4476
4058
  :type preserve_volume: bool | None
4477
4059
  """
4478
4060
 
4479
- ...
4480
-
4481
4061
  def wireframe(
4482
4062
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4483
4063
  execution_context: int | str | None = None,
@@ -4514,5 +4094,3 @@ def wireframe(
4514
4094
  :param crease_weight: Crease Weight
4515
4095
  :type crease_weight: float | None
4516
4096
  """
4517
-
4518
- ...