fake-bpy-module 20240914__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 +1937 -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-20240914.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-20240914.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 +5 -51
  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-20240914.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -2,10 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
+ import bpy.typing
5
6
  import mathutils
6
7
 
7
- GenericType1 = typing.TypeVar("GenericType1")
8
- GenericType2 = typing.TypeVar("GenericType2")
8
+ _GenericType1 = typing.TypeVar("_GenericType1")
9
+ _GenericType2 = typing.TypeVar("_GenericType2")
9
10
 
10
11
  def bbone_resize(
11
12
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -46,8 +47,6 @@ def bbone_resize(
46
47
  :type use_accurate: bool | None
47
48
  """
48
49
 
49
- ...
50
-
51
50
  def bend(
52
51
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
53
52
  execution_context: int | str | None = None,
@@ -56,17 +55,7 @@ def bend(
56
55
  value: collections.abc.Iterable[float] | None = 0.0,
57
56
  mirror: bool | None = False,
58
57
  use_proportional_edit: bool | None = False,
59
- proportional_edit_falloff: typing.Literal[
60
- "SMOOTH",
61
- "SPHERE",
62
- "ROOT",
63
- "INVERSE_SQUARE",
64
- "SHARP",
65
- "LINEAR",
66
- "CONSTANT",
67
- "RANDOM",
68
- ]
69
- | None = "SMOOTH",
58
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
70
59
  proportional_size: float | None = 1.0,
71
60
  use_proportional_connected: bool | None = False,
72
61
  use_proportional_projected: bool | None = False,
@@ -92,7 +81,7 @@ def bend(
92
81
  :param use_proportional_edit: Proportional Editing
93
82
  :type use_proportional_edit: bool | None
94
83
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
95
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
84
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
96
85
  :param proportional_size: Proportional Size
97
86
  :type proportional_size: float | None
98
87
  :param use_proportional_connected: Connected
@@ -111,8 +100,6 @@ def bend(
111
100
  :type use_accurate: bool | None
112
101
  """
113
102
 
114
- ...
115
-
116
103
  def create_orientation(
117
104
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
118
105
  execution_context: int | str | None = None,
@@ -138,8 +125,6 @@ def create_orientation(
138
125
  :type overwrite: bool | None
139
126
  """
140
127
 
141
- ...
142
-
143
128
  def delete_orientation(
144
129
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
145
130
  execution_context: int | str | None = None,
@@ -152,8 +137,6 @@ def delete_orientation(
152
137
  :type undo: bool | None
153
138
  """
154
139
 
155
- ...
156
-
157
140
  def edge_bevelweight(
158
141
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
159
142
  execution_context: int | str | None = None,
@@ -179,8 +162,6 @@ def edge_bevelweight(
179
162
  :type use_accurate: bool | None
180
163
  """
181
164
 
182
- ...
183
-
184
165
  def edge_crease(
185
166
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
186
167
  execution_context: int | str | None = None,
@@ -206,8 +187,6 @@ def edge_crease(
206
187
  :type use_accurate: bool | None
207
188
  """
208
189
 
209
- ...
210
-
211
190
  def edge_slide(
212
191
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
213
192
  execution_context: int | str | None = None,
@@ -220,24 +199,9 @@ def edge_slide(
220
199
  use_clamp: bool | None = True,
221
200
  mirror: bool | None = False,
222
201
  snap: bool | None = False,
223
- snap_elements: set[
224
- typing.Literal[
225
- "INCREMENT",
226
- "GRID",
227
- "VERTEX",
228
- "EDGE",
229
- "FACE",
230
- "VOLUME",
231
- "EDGE_MIDPOINT",
232
- "EDGE_PERPENDICULAR",
233
- "FACE_PROJECT",
234
- "FACE_NEAREST",
235
- ]
236
- ]
237
- | None = {"INCREMENT"},
202
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
238
203
  use_snap_project: bool | None = False,
239
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
240
- | None = "CLOSEST",
204
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
241
205
  use_snap_self: bool | None = True,
242
206
  use_snap_edit: bool | None = True,
243
207
  use_snap_nonedit: bool | None = True,
@@ -271,11 +235,11 @@ def edge_slide(
271
235
  :param snap: Use Snapping Options
272
236
  :type snap: bool | None
273
237
  :param snap_elements: Snap to Elements
274
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
238
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
275
239
  :param use_snap_project: Project Individual Elements
276
240
  :type use_snap_project: bool | None
277
241
  :param snap_target: Snap Base, Point on source that will snap to target
278
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
242
+ :type snap_target: bpy.typing.SnapSourceItems | None
279
243
  :param use_snap_self: Target: Include Active
280
244
  :type use_snap_self: bool | None
281
245
  :param use_snap_edit: Target: Include Edit
@@ -294,8 +258,6 @@ def edge_slide(
294
258
  :type use_accurate: bool | None
295
259
  """
296
260
 
297
- ...
298
-
299
261
  def from_gizmo(
300
262
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
301
263
  execution_context: int | str | None = None,
@@ -308,8 +270,6 @@ def from_gizmo(
308
270
  :type undo: bool | None
309
271
  """
310
272
 
311
- ...
312
-
313
273
  def mirror(
314
274
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
315
275
  execution_context: int | str | None = None,
@@ -353,8 +313,6 @@ def mirror(
353
313
  :type use_accurate: bool | None
354
314
  """
355
315
 
356
- ...
357
-
358
316
  def push_pull(
359
317
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
360
318
  execution_context: int | str | None = None,
@@ -363,17 +321,7 @@ def push_pull(
363
321
  value: float | None = 0.0,
364
322
  mirror: bool | None = False,
365
323
  use_proportional_edit: bool | None = False,
366
- proportional_edit_falloff: typing.Literal[
367
- "SMOOTH",
368
- "SPHERE",
369
- "ROOT",
370
- "INVERSE_SQUARE",
371
- "SHARP",
372
- "LINEAR",
373
- "CONSTANT",
374
- "RANDOM",
375
- ]
376
- | None = "SMOOTH",
324
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
377
325
  proportional_size: float | None = 1.0,
378
326
  use_proportional_connected: bool | None = False,
379
327
  use_proportional_projected: bool | None = False,
@@ -398,7 +346,7 @@ def push_pull(
398
346
  :param use_proportional_edit: Proportional Editing
399
347
  :type use_proportional_edit: bool | None
400
348
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
401
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
349
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
402
350
  :param proportional_size: Proportional Size
403
351
  :type proportional_size: float | None
404
352
  :param use_proportional_connected: Connected
@@ -415,8 +363,6 @@ def push_pull(
415
363
  :type use_accurate: bool | None
416
364
  """
417
365
 
418
- ...
419
-
420
366
  def resize(
421
367
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
422
368
  execution_context: int | str | None = None,
@@ -436,39 +382,14 @@ def resize(
436
382
  constraint_axis: collections.abc.Iterable[bool] | None = (False, False, False),
437
383
  mirror: bool | None = False,
438
384
  use_proportional_edit: bool | None = False,
439
- proportional_edit_falloff: typing.Literal[
440
- "SMOOTH",
441
- "SPHERE",
442
- "ROOT",
443
- "INVERSE_SQUARE",
444
- "SHARP",
445
- "LINEAR",
446
- "CONSTANT",
447
- "RANDOM",
448
- ]
449
- | None = "SMOOTH",
385
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
450
386
  proportional_size: float | None = 1.0,
451
387
  use_proportional_connected: bool | None = False,
452
388
  use_proportional_projected: bool | None = False,
453
389
  snap: bool | None = False,
454
- snap_elements: set[
455
- typing.Literal[
456
- "INCREMENT",
457
- "GRID",
458
- "VERTEX",
459
- "EDGE",
460
- "FACE",
461
- "VOLUME",
462
- "EDGE_MIDPOINT",
463
- "EDGE_PERPENDICULAR",
464
- "FACE_PROJECT",
465
- "FACE_NEAREST",
466
- ]
467
- ]
468
- | None = {"INCREMENT"},
390
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
469
391
  use_snap_project: bool | None = False,
470
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
471
- | None = "CLOSEST",
392
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
472
393
  use_snap_self: bool | None = True,
473
394
  use_snap_edit: bool | None = True,
474
395
  use_snap_nonedit: bool | None = True,
@@ -512,7 +433,7 @@ def resize(
512
433
  :param use_proportional_edit: Proportional Editing
513
434
  :type use_proportional_edit: bool | None
514
435
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
515
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
436
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
516
437
  :param proportional_size: Proportional Size
517
438
  :type proportional_size: float | None
518
439
  :param use_proportional_connected: Connected
@@ -522,11 +443,11 @@ def resize(
522
443
  :param snap: Use Snapping Options
523
444
  :type snap: bool | None
524
445
  :param snap_elements: Snap to Elements
525
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
446
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
526
447
  :param use_snap_project: Project Individual Elements
527
448
  :type use_snap_project: bool | None
528
449
  :param snap_target: Snap Base, Point on source that will snap to target
529
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
450
+ :type snap_target: bpy.typing.SnapSourceItems | None
530
451
  :param use_snap_self: Target: Include Active
531
452
  :type use_snap_self: bool | None
532
453
  :param use_snap_edit: Target: Include Edit
@@ -553,15 +474,13 @@ def resize(
553
474
  :type use_accurate: bool | None
554
475
  """
555
476
 
556
- ...
557
-
558
477
  def rotate(
559
478
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
560
479
  execution_context: int | str | None = None,
561
480
  undo: bool | None = None,
562
481
  *,
563
482
  value: float | None = 0.0,
564
- orient_axis: typing.Literal["X", "Y", "Z"] | None = "Z",
483
+ orient_axis: bpy.typing.AxisXyzItems | None = "Z",
565
484
  orient_type: str | None = "GLOBAL",
566
485
  orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
567
486
  | mathutils.Matrix
@@ -570,39 +489,14 @@ def rotate(
570
489
  constraint_axis: collections.abc.Iterable[bool] | None = (False, False, False),
571
490
  mirror: bool | None = False,
572
491
  use_proportional_edit: bool | None = False,
573
- proportional_edit_falloff: typing.Literal[
574
- "SMOOTH",
575
- "SPHERE",
576
- "ROOT",
577
- "INVERSE_SQUARE",
578
- "SHARP",
579
- "LINEAR",
580
- "CONSTANT",
581
- "RANDOM",
582
- ]
583
- | None = "SMOOTH",
492
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
584
493
  proportional_size: float | None = 1.0,
585
494
  use_proportional_connected: bool | None = False,
586
495
  use_proportional_projected: bool | None = False,
587
496
  snap: bool | None = False,
588
- snap_elements: set[
589
- typing.Literal[
590
- "INCREMENT",
591
- "GRID",
592
- "VERTEX",
593
- "EDGE",
594
- "FACE",
595
- "VOLUME",
596
- "EDGE_MIDPOINT",
597
- "EDGE_PERPENDICULAR",
598
- "FACE_PROJECT",
599
- "FACE_NEAREST",
600
- ]
601
- ]
602
- | None = {"INCREMENT"},
497
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
603
498
  use_snap_project: bool | None = False,
604
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
605
- | None = "CLOSEST",
499
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
606
500
  use_snap_self: bool | None = True,
607
501
  use_snap_edit: bool | None = True,
608
502
  use_snap_nonedit: bool | None = True,
@@ -629,7 +523,7 @@ def rotate(
629
523
  :param value: Angle
630
524
  :type value: float | None
631
525
  :param orient_axis: Axis
632
- :type orient_axis: typing.Literal['X', 'Y', 'Z'] | None
526
+ :type orient_axis: bpy.typing.AxisXyzItems | None
633
527
  :param orient_type: Orientation, Transformation orientation
634
528
  :type orient_type: str | None
635
529
  :param orient_matrix: Matrix
@@ -643,7 +537,7 @@ def rotate(
643
537
  :param use_proportional_edit: Proportional Editing
644
538
  :type use_proportional_edit: bool | None
645
539
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
646
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
540
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
647
541
  :param proportional_size: Proportional Size
648
542
  :type proportional_size: float | None
649
543
  :param use_proportional_connected: Connected
@@ -653,11 +547,11 @@ def rotate(
653
547
  :param snap: Use Snapping Options
654
548
  :type snap: bool | None
655
549
  :param snap_elements: Snap to Elements
656
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
550
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
657
551
  :param use_snap_project: Project Individual Elements
658
552
  :type use_snap_project: bool | None
659
553
  :param snap_target: Snap Base, Point on source that will snap to target
660
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
554
+ :type snap_target: bpy.typing.SnapSourceItems | None
661
555
  :param use_snap_self: Target: Include Active
662
556
  :type use_snap_self: bool | None
663
557
  :param use_snap_edit: Target: Include Edit
@@ -678,15 +572,13 @@ def rotate(
678
572
  :type use_accurate: bool | None
679
573
  """
680
574
 
681
- ...
682
-
683
575
  def rotate_normal(
684
576
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
685
577
  execution_context: int | str | None = None,
686
578
  undo: bool | None = None,
687
579
  *,
688
580
  value: float | None = 0.0,
689
- orient_axis: typing.Literal["X", "Y", "Z"] | None = "Z",
581
+ orient_axis: bpy.typing.AxisXyzItems | None = "Z",
690
582
  orient_type: str | None = "GLOBAL",
691
583
  orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
692
584
  | mathutils.Matrix
@@ -705,7 +597,7 @@ def rotate_normal(
705
597
  :param value: Angle
706
598
  :type value: float | None
707
599
  :param orient_axis: Axis
708
- :type orient_axis: typing.Literal['X', 'Y', 'Z'] | None
600
+ :type orient_axis: bpy.typing.AxisXyzItems | None
709
601
  :param orient_type: Orientation, Transformation orientation
710
602
  :type orient_type: str | None
711
603
  :param orient_matrix: Matrix
@@ -722,8 +614,6 @@ def rotate_normal(
722
614
  :type use_accurate: bool | None
723
615
  """
724
616
 
725
- ...
726
-
727
617
  def select_orientation(
728
618
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
729
619
  execution_context: int | str | None = None,
@@ -740,8 +630,6 @@ def select_orientation(
740
630
  :type orientation: str | None
741
631
  """
742
632
 
743
- ...
744
-
745
633
  def seq_slide(
746
634
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
747
635
  execution_context: int | str | None = None,
@@ -773,16 +661,14 @@ def seq_slide(
773
661
  :type use_accurate: bool | None
774
662
  """
775
663
 
776
- ...
777
-
778
664
  def shear(
779
665
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
780
666
  execution_context: int | str | None = None,
781
667
  undo: bool | None = None,
782
668
  *,
783
669
  value: float | None = 0.0,
784
- orient_axis: typing.Literal["X", "Y", "Z"] | None = "Z",
785
- orient_axis_ortho: typing.Literal["X", "Y", "Z"] | None = "X",
670
+ orient_axis: bpy.typing.AxisXyzItems | None = "Z",
671
+ orient_axis_ortho: bpy.typing.AxisXyzItems | None = "X",
786
672
  orient_type: str | None = "GLOBAL",
787
673
  orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
788
674
  | mathutils.Matrix
@@ -790,17 +676,7 @@ def shear(
790
676
  orient_matrix_type: str | None = "GLOBAL",
791
677
  mirror: bool | None = False,
792
678
  use_proportional_edit: bool | None = False,
793
- proportional_edit_falloff: typing.Literal[
794
- "SMOOTH",
795
- "SPHERE",
796
- "ROOT",
797
- "INVERSE_SQUARE",
798
- "SHARP",
799
- "LINEAR",
800
- "CONSTANT",
801
- "RANDOM",
802
- ]
803
- | None = "SMOOTH",
679
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
804
680
  proportional_size: float | None = 1.0,
805
681
  use_proportional_connected: bool | None = False,
806
682
  use_proportional_projected: bool | None = False,
@@ -817,9 +693,9 @@ def shear(
817
693
  :param value: Offset
818
694
  :type value: float | None
819
695
  :param orient_axis: Axis
820
- :type orient_axis: typing.Literal['X', 'Y', 'Z'] | None
696
+ :type orient_axis: bpy.typing.AxisXyzItems | None
821
697
  :param orient_axis_ortho: Axis Ortho
822
- :type orient_axis_ortho: typing.Literal['X', 'Y', 'Z'] | None
698
+ :type orient_axis_ortho: bpy.typing.AxisXyzItems | None
823
699
  :param orient_type: Orientation, Transformation orientation
824
700
  :type orient_type: str | None
825
701
  :param orient_matrix: Matrix
@@ -831,7 +707,7 @@ def shear(
831
707
  :param use_proportional_edit: Proportional Editing
832
708
  :type use_proportional_edit: bool | None
833
709
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
834
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
710
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
835
711
  :param proportional_size: Proportional Size
836
712
  :type proportional_size: float | None
837
713
  :param use_proportional_connected: Connected
@@ -848,8 +724,6 @@ def shear(
848
724
  :type use_accurate: bool | None
849
725
  """
850
726
 
851
- ...
852
-
853
727
  def shrink_fatten(
854
728
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
855
729
  execution_context: int | str | None = None,
@@ -859,17 +733,7 @@ def shrink_fatten(
859
733
  use_even_offset: bool | None = False,
860
734
  mirror: bool | None = False,
861
735
  use_proportional_edit: bool | None = False,
862
- proportional_edit_falloff: typing.Literal[
863
- "SMOOTH",
864
- "SPHERE",
865
- "ROOT",
866
- "INVERSE_SQUARE",
867
- "SHARP",
868
- "LINEAR",
869
- "CONSTANT",
870
- "RANDOM",
871
- ]
872
- | None = "SMOOTH",
736
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
873
737
  proportional_size: float | None = 1.0,
874
738
  use_proportional_connected: bool | None = False,
875
739
  use_proportional_projected: bool | None = False,
@@ -891,7 +755,7 @@ def shrink_fatten(
891
755
  :param use_proportional_edit: Proportional Editing
892
756
  :type use_proportional_edit: bool | None
893
757
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
894
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
758
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
895
759
  :param proportional_size: Proportional Size
896
760
  :type proportional_size: float | None
897
761
  :param use_proportional_connected: Connected
@@ -906,8 +770,6 @@ def shrink_fatten(
906
770
  :type use_accurate: bool | None
907
771
  """
908
772
 
909
- ...
910
-
911
773
  def skin_resize(
912
774
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
913
775
  execution_context: int | str | None = None,
@@ -922,39 +784,14 @@ def skin_resize(
922
784
  constraint_axis: collections.abc.Iterable[bool] | None = (False, False, False),
923
785
  mirror: bool | None = False,
924
786
  use_proportional_edit: bool | None = False,
925
- proportional_edit_falloff: typing.Literal[
926
- "SMOOTH",
927
- "SPHERE",
928
- "ROOT",
929
- "INVERSE_SQUARE",
930
- "SHARP",
931
- "LINEAR",
932
- "CONSTANT",
933
- "RANDOM",
934
- ]
935
- | None = "SMOOTH",
787
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
936
788
  proportional_size: float | None = 1.0,
937
789
  use_proportional_connected: bool | None = False,
938
790
  use_proportional_projected: bool | None = False,
939
791
  snap: bool | None = False,
940
- snap_elements: set[
941
- typing.Literal[
942
- "INCREMENT",
943
- "GRID",
944
- "VERTEX",
945
- "EDGE",
946
- "FACE",
947
- "VOLUME",
948
- "EDGE_MIDPOINT",
949
- "EDGE_PERPENDICULAR",
950
- "FACE_PROJECT",
951
- "FACE_NEAREST",
952
- ]
953
- ]
954
- | None = {"INCREMENT"},
792
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
955
793
  use_snap_project: bool | None = False,
956
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
957
- | None = "CLOSEST",
794
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
958
795
  use_snap_self: bool | None = True,
959
796
  use_snap_edit: bool | None = True,
960
797
  use_snap_nonedit: bool | None = True,
@@ -987,7 +824,7 @@ def skin_resize(
987
824
  :param use_proportional_edit: Proportional Editing
988
825
  :type use_proportional_edit: bool | None
989
826
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
990
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
827
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
991
828
  :param proportional_size: Proportional Size
992
829
  :type proportional_size: float | None
993
830
  :param use_proportional_connected: Connected
@@ -997,11 +834,11 @@ def skin_resize(
997
834
  :param snap: Use Snapping Options
998
835
  :type snap: bool | None
999
836
  :param snap_elements: Snap to Elements
1000
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
837
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
1001
838
  :param use_snap_project: Project Individual Elements
1002
839
  :type use_snap_project: bool | None
1003
840
  :param snap_target: Snap Base, Point on source that will snap to target
1004
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
841
+ :type snap_target: bpy.typing.SnapSourceItems | None
1005
842
  :param use_snap_self: Target: Include Active
1006
843
  :type use_snap_self: bool | None
1007
844
  :param use_snap_edit: Target: Include Edit
@@ -1018,8 +855,6 @@ def skin_resize(
1018
855
  :type use_accurate: bool | None
1019
856
  """
1020
857
 
1021
- ...
1022
-
1023
858
  def tilt(
1024
859
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1025
860
  execution_context: int | str | None = None,
@@ -1028,17 +863,7 @@ def tilt(
1028
863
  value: float | None = 0.0,
1029
864
  mirror: bool | None = False,
1030
865
  use_proportional_edit: bool | None = False,
1031
- proportional_edit_falloff: typing.Literal[
1032
- "SMOOTH",
1033
- "SPHERE",
1034
- "ROOT",
1035
- "INVERSE_SQUARE",
1036
- "SHARP",
1037
- "LINEAR",
1038
- "CONSTANT",
1039
- "RANDOM",
1040
- ]
1041
- | None = "SMOOTH",
866
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
1042
867
  proportional_size: float | None = 1.0,
1043
868
  use_proportional_connected: bool | None = False,
1044
869
  use_proportional_projected: bool | None = False,
@@ -1058,7 +883,7 @@ def tilt(
1058
883
  :param use_proportional_edit: Proportional Editing
1059
884
  :type use_proportional_edit: bool | None
1060
885
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1061
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
886
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
1062
887
  :param proportional_size: Proportional Size
1063
888
  :type proportional_size: float | None
1064
889
  :param use_proportional_connected: Connected
@@ -1073,8 +898,6 @@ def tilt(
1073
898
  :type use_accurate: bool | None
1074
899
  """
1075
900
 
1076
- ...
1077
-
1078
901
  def tosphere(
1079
902
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1080
903
  execution_context: int | str | None = None,
@@ -1083,17 +906,7 @@ def tosphere(
1083
906
  value: float | None = 0.0,
1084
907
  mirror: bool | None = False,
1085
908
  use_proportional_edit: bool | None = False,
1086
- proportional_edit_falloff: typing.Literal[
1087
- "SMOOTH",
1088
- "SPHERE",
1089
- "ROOT",
1090
- "INVERSE_SQUARE",
1091
- "SHARP",
1092
- "LINEAR",
1093
- "CONSTANT",
1094
- "RANDOM",
1095
- ]
1096
- | None = "SMOOTH",
909
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
1097
910
  proportional_size: float | None = 1.0,
1098
911
  use_proportional_connected: bool | None = False,
1099
912
  use_proportional_projected: bool | None = False,
@@ -1119,7 +932,7 @@ def tosphere(
1119
932
  :param use_proportional_edit: Proportional Editing
1120
933
  :type use_proportional_edit: bool | None
1121
934
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1122
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
935
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
1123
936
  :param proportional_size: Proportional Size
1124
937
  :type proportional_size: float | None
1125
938
  :param use_proportional_connected: Connected
@@ -1138,8 +951,6 @@ def tosphere(
1138
951
  :type use_accurate: bool | None
1139
952
  """
1140
953
 
1141
- ...
1142
-
1143
954
  def trackball(
1144
955
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1145
956
  execution_context: int | str | None = None,
@@ -1148,17 +959,7 @@ def trackball(
1148
959
  value: collections.abc.Iterable[float] | None = (0.0, 0.0),
1149
960
  mirror: bool | None = False,
1150
961
  use_proportional_edit: bool | None = False,
1151
- proportional_edit_falloff: typing.Literal[
1152
- "SMOOTH",
1153
- "SPHERE",
1154
- "ROOT",
1155
- "INVERSE_SQUARE",
1156
- "SHARP",
1157
- "LINEAR",
1158
- "CONSTANT",
1159
- "RANDOM",
1160
- ]
1161
- | None = "SMOOTH",
962
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
1162
963
  proportional_size: float | None = 1.0,
1163
964
  use_proportional_connected: bool | None = False,
1164
965
  use_proportional_projected: bool | None = False,
@@ -1184,7 +985,7 @@ def trackball(
1184
985
  :param use_proportional_edit: Proportional Editing
1185
986
  :type use_proportional_edit: bool | None
1186
987
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1187
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
988
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
1188
989
  :param proportional_size: Proportional Size
1189
990
  :type proportional_size: float | None
1190
991
  :param use_proportional_connected: Connected
@@ -1203,103 +1004,35 @@ def trackball(
1203
1004
  :type use_accurate: bool | None
1204
1005
  """
1205
1006
 
1206
- ...
1207
-
1208
1007
  def transform(
1209
1008
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1210
1009
  execution_context: int | str | None = None,
1211
1010
  undo: bool | None = None,
1212
1011
  *,
1213
- mode: typing.Literal[
1214
- "INIT",
1215
- "DUMMY",
1216
- "TRANSLATION",
1217
- "ROTATION",
1218
- "RESIZE",
1219
- "SKIN_RESIZE",
1220
- "TOSPHERE",
1221
- "SHEAR",
1222
- "BEND",
1223
- "SHRINKFATTEN",
1224
- "TILT",
1225
- "TRACKBALL",
1226
- "PUSHPULL",
1227
- "CREASE",
1228
- "VERTEX_CREASE",
1229
- "MIRROR",
1230
- "BONE_SIZE",
1231
- "BONE_ENVELOPE",
1232
- "BONE_ENVELOPE_DIST",
1233
- "CURVE_SHRINKFATTEN",
1234
- "MASK_SHRINKFATTEN",
1235
- "GPENCIL_SHRINKFATTEN",
1236
- "BONE_ROLL",
1237
- "TIME_TRANSLATE",
1238
- "TIME_SLIDE",
1239
- "TIME_SCALE",
1240
- "TIME_EXTEND",
1241
- "BAKE_TIME",
1242
- "BWEIGHT",
1243
- "ALIGN",
1244
- "EDGESLIDE",
1245
- "SEQSLIDE",
1246
- "GPENCIL_OPACITY",
1247
- ]
1248
- | None = "TRANSLATION",
1012
+ mode: bpy.typing.TransformModeTypeItems | None = "TRANSLATION",
1249
1013
  value: collections.abc.Sequence[float] | mathutils.Vector | None = (
1250
1014
  0.0,
1251
1015
  0.0,
1252
1016
  0.0,
1253
1017
  0.0,
1254
1018
  ),
1255
- orient_axis: typing.Literal["X", "Y", "Z"] | None = "Z",
1256
- orient_type: typing.Literal[
1257
- "GLOBAL", "LOCAL", "NORMAL", "GIMBAL", "VIEW", "CURSOR", "PARENT"
1258
- ]
1259
- | None = "GLOBAL",
1019
+ orient_axis: bpy.typing.AxisXyzItems | None = "Z",
1020
+ orient_type: bpy.typing.TransformOrientationItems | None = "GLOBAL",
1260
1021
  orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
1261
1022
  | mathutils.Matrix
1262
1023
  | None = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
1263
- orient_matrix_type: typing.Literal[
1264
- "GLOBAL", "LOCAL", "NORMAL", "GIMBAL", "VIEW", "CURSOR", "PARENT"
1265
- ]
1266
- | None = "GLOBAL",
1024
+ orient_matrix_type: bpy.typing.TransformOrientationItems | None = "GLOBAL",
1267
1025
  constraint_axis: collections.abc.Iterable[bool] | None = (False, False, False),
1268
1026
  mirror: bool | None = False,
1269
1027
  use_proportional_edit: bool | None = False,
1270
- proportional_edit_falloff: typing.Literal[
1271
- "SMOOTH",
1272
- "SPHERE",
1273
- "ROOT",
1274
- "INVERSE_SQUARE",
1275
- "SHARP",
1276
- "LINEAR",
1277
- "CONSTANT",
1278
- "RANDOM",
1279
- ]
1280
- | None = "SMOOTH",
1028
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
1281
1029
  proportional_size: float | None = 1.0,
1282
1030
  use_proportional_connected: bool | None = False,
1283
1031
  use_proportional_projected: bool | None = False,
1284
1032
  snap: bool | None = False,
1285
- snap_elements: set[
1286
- typing.Literal[
1287
- "INCREMENT",
1288
- "GRID",
1289
- "VERTEX",
1290
- "EDGE",
1291
- "FACE",
1292
- "VOLUME",
1293
- "EDGE_MIDPOINT",
1294
- "EDGE_PERPENDICULAR",
1295
- "FACE_PROJECT",
1296
- "FACE_NEAREST",
1297
- ]
1298
- ]
1299
- | None = {"INCREMENT"},
1033
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
1300
1034
  use_snap_project: bool | None = False,
1301
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
1302
- | None = "CLOSEST",
1035
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
1303
1036
  use_snap_self: bool | None = True,
1304
1037
  use_snap_edit: bool | None = True,
1305
1038
  use_snap_nonedit: bool | None = True,
@@ -1334,17 +1067,17 @@ def transform(
1334
1067
  :type execution_context: int | str | None
1335
1068
  :type undo: bool | None
1336
1069
  :param mode: Mode
1337
- :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
1070
+ :type mode: bpy.typing.TransformModeTypeItems | None
1338
1071
  :param value: Values
1339
1072
  :type value: collections.abc.Sequence[float] | mathutils.Vector | None
1340
1073
  :param orient_axis: Axis
1341
- :type orient_axis: typing.Literal['X', 'Y', 'Z'] | None
1074
+ :type orient_axis: bpy.typing.AxisXyzItems | None
1342
1075
  :param orient_type: Orientation, Transformation orientation
1343
- :type orient_type: typing.Literal['GLOBAL', 'LOCAL', 'NORMAL', 'GIMBAL', 'VIEW', 'CURSOR', 'PARENT'] | None
1076
+ :type orient_type: bpy.typing.TransformOrientationItems | None
1344
1077
  :param orient_matrix: Matrix
1345
1078
  :type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
1346
1079
  :param orient_matrix_type: Matrix Orientation
1347
- :type orient_matrix_type: typing.Literal['GLOBAL', 'LOCAL', 'NORMAL', 'GIMBAL', 'VIEW', 'CURSOR', 'PARENT'] | None
1080
+ :type orient_matrix_type: bpy.typing.TransformOrientationItems | None
1348
1081
  :param constraint_axis: Constraint Axis
1349
1082
  :type constraint_axis: collections.abc.Iterable[bool] | None
1350
1083
  :param mirror: Mirror Editing
@@ -1352,7 +1085,7 @@ def transform(
1352
1085
  :param use_proportional_edit: Proportional Editing
1353
1086
  :type use_proportional_edit: bool | None
1354
1087
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1355
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
1088
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
1356
1089
  :param proportional_size: Proportional Size
1357
1090
  :type proportional_size: float | None
1358
1091
  :param use_proportional_connected: Connected
@@ -1362,11 +1095,11 @@ def transform(
1362
1095
  :param snap: Use Snapping Options
1363
1096
  :type snap: bool | None
1364
1097
  :param snap_elements: Snap to Elements
1365
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
1098
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
1366
1099
  :param use_snap_project: Project Individual Elements
1367
1100
  :type use_snap_project: bool | None
1368
1101
  :param snap_target: Snap Base, Point on source that will snap to target
1369
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
1102
+ :type snap_target: bpy.typing.SnapSourceItems | None
1370
1103
  :param use_snap_self: Target: Include Active
1371
1104
  :type use_snap_self: bool | None
1372
1105
  :param use_snap_edit: Target: Include Edit
@@ -1399,61 +1132,28 @@ def transform(
1399
1132
  :type use_automerge_and_split: bool | None
1400
1133
  """
1401
1134
 
1402
- ...
1403
-
1404
1135
  def translate(
1405
1136
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1406
1137
  execution_context: int | str | None = None,
1407
1138
  undo: bool | None = None,
1408
1139
  *,
1409
1140
  value: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
1410
- orient_type: typing.Literal[
1411
- "GLOBAL", "LOCAL", "NORMAL", "GIMBAL", "VIEW", "CURSOR", "PARENT"
1412
- ]
1413
- | None = "GLOBAL",
1141
+ orient_type: bpy.typing.TransformOrientationItems | None = "GLOBAL",
1414
1142
  orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
1415
1143
  | mathutils.Matrix
1416
1144
  | None = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
1417
- orient_matrix_type: typing.Literal[
1418
- "GLOBAL", "LOCAL", "NORMAL", "GIMBAL", "VIEW", "CURSOR", "PARENT"
1419
- ]
1420
- | None = "GLOBAL",
1145
+ orient_matrix_type: bpy.typing.TransformOrientationItems | None = "GLOBAL",
1421
1146
  constraint_axis: collections.abc.Iterable[bool] | None = (False, False, False),
1422
1147
  mirror: bool | None = False,
1423
1148
  use_proportional_edit: bool | None = False,
1424
- proportional_edit_falloff: typing.Literal[
1425
- "SMOOTH",
1426
- "SPHERE",
1427
- "ROOT",
1428
- "INVERSE_SQUARE",
1429
- "SHARP",
1430
- "LINEAR",
1431
- "CONSTANT",
1432
- "RANDOM",
1433
- ]
1434
- | None = "SMOOTH",
1149
+ proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None = "SMOOTH",
1435
1150
  proportional_size: float | None = 1.0,
1436
1151
  use_proportional_connected: bool | None = False,
1437
1152
  use_proportional_projected: bool | None = False,
1438
1153
  snap: bool | None = False,
1439
- snap_elements: set[
1440
- typing.Literal[
1441
- "INCREMENT",
1442
- "GRID",
1443
- "VERTEX",
1444
- "EDGE",
1445
- "FACE",
1446
- "VOLUME",
1447
- "EDGE_MIDPOINT",
1448
- "EDGE_PERPENDICULAR",
1449
- "FACE_PROJECT",
1450
- "FACE_NEAREST",
1451
- ]
1452
- ]
1453
- | None = {"INCREMENT"},
1154
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
1454
1155
  use_snap_project: bool | None = False,
1455
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
1456
- | None = "CLOSEST",
1156
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
1457
1157
  use_snap_self: bool | None = True,
1458
1158
  use_snap_edit: bool | None = True,
1459
1159
  use_snap_nonedit: bool | None = True,
@@ -1487,11 +1187,11 @@ def translate(
1487
1187
  :param value: Move
1488
1188
  :type value: collections.abc.Sequence[float] | mathutils.Vector | None
1489
1189
  :param orient_type: Orientation, Transformation orientation
1490
- :type orient_type: typing.Literal['GLOBAL', 'LOCAL', 'NORMAL', 'GIMBAL', 'VIEW', 'CURSOR', 'PARENT'] | None
1190
+ :type orient_type: bpy.typing.TransformOrientationItems | None
1491
1191
  :param orient_matrix: Matrix
1492
1192
  :type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
1493
1193
  :param orient_matrix_type: Matrix Orientation
1494
- :type orient_matrix_type: typing.Literal['GLOBAL', 'LOCAL', 'NORMAL', 'GIMBAL', 'VIEW', 'CURSOR', 'PARENT'] | None
1194
+ :type orient_matrix_type: bpy.typing.TransformOrientationItems | None
1495
1195
  :param constraint_axis: Constraint Axis
1496
1196
  :type constraint_axis: collections.abc.Iterable[bool] | None
1497
1197
  :param mirror: Mirror Editing
@@ -1499,7 +1199,7 @@ def translate(
1499
1199
  :param use_proportional_edit: Proportional Editing
1500
1200
  :type use_proportional_edit: bool | None
1501
1201
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1502
- :type proportional_edit_falloff: typing.Literal['SMOOTH', 'SPHERE', 'ROOT', 'INVERSE_SQUARE', 'SHARP', 'LINEAR', 'CONSTANT', 'RANDOM'] | None
1202
+ :type proportional_edit_falloff: bpy.typing.ProportionalFalloffItems | None
1503
1203
  :param proportional_size: Proportional Size
1504
1204
  :type proportional_size: float | None
1505
1205
  :param use_proportional_connected: Connected
@@ -1509,11 +1209,11 @@ def translate(
1509
1209
  :param snap: Use Snapping Options
1510
1210
  :type snap: bool | None
1511
1211
  :param snap_elements: Snap to Elements
1512
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
1212
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
1513
1213
  :param use_snap_project: Project Individual Elements
1514
1214
  :type use_snap_project: bool | None
1515
1215
  :param snap_target: Snap Base, Point on source that will snap to target
1516
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
1216
+ :type snap_target: bpy.typing.SnapSourceItems | None
1517
1217
  :param use_snap_self: Target: Include Active
1518
1218
  :type use_snap_self: bool | None
1519
1219
  :param use_snap_edit: Target: Include Edit
@@ -1548,8 +1248,6 @@ def translate(
1548
1248
  :type use_automerge_and_split: bool | None
1549
1249
  """
1550
1250
 
1551
- ...
1552
-
1553
1251
  def vert_crease(
1554
1252
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1555
1253
  execution_context: int | str | None = None,
@@ -1575,8 +1273,6 @@ def vert_crease(
1575
1273
  :type use_accurate: bool | None
1576
1274
  """
1577
1275
 
1578
- ...
1579
-
1580
1276
  def vert_slide(
1581
1277
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1582
1278
  execution_context: int | str | None = None,
@@ -1588,24 +1284,9 @@ def vert_slide(
1588
1284
  use_clamp: bool | None = True,
1589
1285
  mirror: bool | None = False,
1590
1286
  snap: bool | None = False,
1591
- snap_elements: set[
1592
- typing.Literal[
1593
- "INCREMENT",
1594
- "GRID",
1595
- "VERTEX",
1596
- "EDGE",
1597
- "FACE",
1598
- "VOLUME",
1599
- "EDGE_MIDPOINT",
1600
- "EDGE_PERPENDICULAR",
1601
- "FACE_PROJECT",
1602
- "FACE_NEAREST",
1603
- ]
1604
- ]
1605
- | None = {"INCREMENT"},
1287
+ snap_elements: set[bpy.typing.SnapElementItems] | None = {"INCREMENT"},
1606
1288
  use_snap_project: bool | None = False,
1607
- snap_target: typing.Literal["CLOSEST", "CENTER", "MEDIAN", "ACTIVE"]
1608
- | None = "CLOSEST",
1289
+ snap_target: bpy.typing.SnapSourceItems | None = "CLOSEST",
1609
1290
  use_snap_self: bool | None = True,
1610
1291
  use_snap_edit: bool | None = True,
1611
1292
  use_snap_nonedit: bool | None = True,
@@ -1637,11 +1318,11 @@ def vert_slide(
1637
1318
  :param snap: Use Snapping Options
1638
1319
  :type snap: bool | None
1639
1320
  :param snap_elements: Snap to Elements
1640
- :type snap_elements: set[typing.Literal['INCREMENT', 'GRID', 'VERTEX', 'EDGE', 'FACE', 'VOLUME', 'EDGE_MIDPOINT', 'EDGE_PERPENDICULAR', 'FACE_PROJECT', 'FACE_NEAREST']] | None
1321
+ :type snap_elements: set[bpy.typing.SnapElementItems] | None
1641
1322
  :param use_snap_project: Project Individual Elements
1642
1323
  :type use_snap_project: bool | None
1643
1324
  :param snap_target: Snap Base, Point on source that will snap to target
1644
- :type snap_target: typing.Literal['CLOSEST', 'CENTER', 'MEDIAN', 'ACTIVE'] | None
1325
+ :type snap_target: bpy.typing.SnapSourceItems | None
1645
1326
  :param use_snap_self: Target: Include Active
1646
1327
  :type use_snap_self: bool | None
1647
1328
  :param use_snap_edit: Target: Include Edit
@@ -1660,8 +1341,6 @@ def vert_slide(
1660
1341
  :type use_accurate: bool | None
1661
1342
  """
1662
1343
 
1663
- ...
1664
-
1665
1344
  def vertex_random(
1666
1345
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1667
1346
  execution_context: int | str | None = None,
@@ -1690,8 +1369,6 @@ def vertex_random(
1690
1369
  :type wait_for_input: bool | None
1691
1370
  """
1692
1371
 
1693
- ...
1694
-
1695
1372
  def vertex_warp(
1696
1373
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1697
1374
  execution_context: int | str | None = None,
@@ -1729,5 +1406,3 @@ def vertex_warp(
1729
1406
  :param center: Center
1730
1407
  :type center: collections.abc.Sequence[float] | mathutils.Vector | None
1731
1408
  """
1732
-
1733
- ...