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
@@ -3,9 +3,10 @@ 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
 
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 active_frame_delete(
11
12
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -23,8 +24,6 @@ def active_frame_delete(
23
24
  :type all: bool | None
24
25
  """
25
26
 
26
- ...
27
-
28
27
  def brush_stroke(
29
28
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
30
29
  execution_context: int | str | None = None,
@@ -57,8 +56,6 @@ def brush_stroke(
57
56
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
58
57
  """
59
58
 
60
- ...
61
-
62
59
  def caps_set(
63
60
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
64
61
  execution_context: int | str | None = None,
@@ -87,8 +84,6 @@ def caps_set(
87
84
  :type type: typing.Literal['ROUND','FLAT','START','END'] | None
88
85
  """
89
86
 
90
- ...
91
-
92
87
  def clean_loose(
93
88
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
94
89
  execution_context: int | str | None = None,
@@ -105,8 +100,6 @@ def clean_loose(
105
100
  :type limit: int | None
106
101
  """
107
102
 
108
- ...
109
-
110
103
  def copy(
111
104
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
112
105
  execution_context: int | str | None = None,
@@ -119,8 +112,6 @@ def copy(
119
112
  :type undo: bool | None
120
113
  """
121
114
 
122
- ...
123
-
124
115
  def cyclical_set(
125
116
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
126
117
  execution_context: int | str | None = None,
@@ -137,8 +128,6 @@ def cyclical_set(
137
128
  :type type: typing.Literal['CLOSE','OPEN','TOGGLE'] | None
138
129
  """
139
130
 
140
- ...
141
-
142
131
  def delete(
143
132
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
144
133
  execution_context: int | str | None = None,
@@ -151,8 +140,6 @@ def delete(
151
140
  :type undo: bool | None
152
141
  """
153
142
 
154
- ...
155
-
156
143
  def delete_frame(
157
144
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
158
145
  execution_context: int | str | None = None,
@@ -175,8 +162,6 @@ def delete_frame(
175
162
  :type type: typing.Literal['ACTIVE_FRAME','ALL_FRAMES'] | None
176
163
  """
177
164
 
178
- ...
179
-
180
165
  def dissolve(
181
166
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
182
167
  execution_context: int | str | None = None,
@@ -202,8 +187,6 @@ def dissolve(
202
187
  :type type: typing.Literal['POINTS','BETWEEN','UNSELECT'] | None
203
188
  """
204
189
 
205
- ...
206
-
207
190
  def duplicate(
208
191
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
209
192
  execution_context: int | str | None = None,
@@ -216,8 +199,6 @@ def duplicate(
216
199
  :type undo: bool | None
217
200
  """
218
201
 
219
- ...
220
-
221
202
  def duplicate_move(
222
203
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
223
204
  execution_context: int | str | None = None,
@@ -237,8 +218,6 @@ def duplicate_move(
237
218
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
238
219
  """
239
220
 
240
- ...
241
-
242
221
  def extrude(
243
222
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
244
223
  execution_context: int | str | None = None,
@@ -251,8 +230,6 @@ def extrude(
251
230
  :type undo: bool | None
252
231
  """
253
232
 
254
- ...
255
-
256
233
  def extrude_move(
257
234
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
258
235
  execution_context: int | str | None = None,
@@ -272,8 +249,6 @@ def extrude_move(
272
249
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
273
250
  """
274
251
 
275
- ...
276
-
277
252
  def fill(
278
253
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
279
254
  execution_context: int | str | None = None,
@@ -293,8 +268,6 @@ def fill(
293
268
  :type precision: bool | None
294
269
  """
295
270
 
296
- ...
297
-
298
271
  def frame_clean_duplicate(
299
272
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
300
273
  execution_context: int | str | None = None,
@@ -311,8 +284,6 @@ def frame_clean_duplicate(
311
284
  :type selected: bool | None
312
285
  """
313
286
 
314
- ...
315
-
316
287
  def frame_duplicate(
317
288
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
318
289
  execution_context: int | str | None = None,
@@ -329,8 +300,6 @@ def frame_duplicate(
329
300
  :type all: bool | None
330
301
  """
331
302
 
332
- ...
333
-
334
303
  def insert_blank_frame(
335
304
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
336
305
  execution_context: int | str | None = None,
@@ -350,8 +319,6 @@ def insert_blank_frame(
350
319
  :type duration: int | None
351
320
  """
352
321
 
353
- ...
354
-
355
322
  def interpolate(
356
323
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
357
324
  execution_context: int | str | None = None,
@@ -383,8 +350,6 @@ def interpolate(
383
350
  :type smooth_factor: float | None
384
351
  """
385
352
 
386
- ...
387
-
388
353
  def layer_active(
389
354
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
390
355
  execution_context: int | str | None = None,
@@ -401,8 +366,6 @@ def layer_active(
401
366
  :type layer: int | None
402
367
  """
403
368
 
404
- ...
405
-
406
369
  def layer_add(
407
370
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
408
371
  execution_context: int | str | None = None,
@@ -419,8 +382,6 @@ def layer_add(
419
382
  :type new_layer_name: str
420
383
  """
421
384
 
422
- ...
423
-
424
385
  def layer_duplicate(
425
386
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
426
387
  execution_context: int | str | None = None,
@@ -437,8 +398,6 @@ def layer_duplicate(
437
398
  :type empty_keyframes: bool | None
438
399
  """
439
400
 
440
- ...
441
-
442
401
  def layer_duplicate_object(
443
402
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
444
403
  execution_context: int | str | None = None,
@@ -458,8 +417,6 @@ def layer_duplicate_object(
458
417
  :type mode: typing.Literal['ALL','ACTIVE'] | None
459
418
  """
460
419
 
461
- ...
462
-
463
420
  def layer_group_add(
464
421
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
465
422
  execution_context: int | str | None = None,
@@ -476,8 +433,6 @@ def layer_group_add(
476
433
  :type new_layer_group_name: str
477
434
  """
478
435
 
479
- ...
480
-
481
436
  def layer_group_color_tag(
482
437
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
483
438
  execution_context: int | str | None = None,
@@ -505,8 +460,6 @@ def layer_group_color_tag(
505
460
  :type color_tag: typing.Literal['NONE','COLOR1','COLOR2','COLOR3','COLOR4','COLOR5','COLOR6','COLOR7','COLOR8'] | None
506
461
  """
507
462
 
508
- ...
509
-
510
463
  def layer_group_remove(
511
464
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
512
465
  execution_context: int | str | None = None,
@@ -523,8 +476,6 @@ def layer_group_remove(
523
476
  :type keep_children: bool | None
524
477
  """
525
478
 
526
- ...
527
-
528
479
  def layer_hide(
529
480
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
530
481
  execution_context: int | str | None = None,
@@ -541,8 +492,6 @@ def layer_hide(
541
492
  :type unselected: bool | None
542
493
  """
543
494
 
544
- ...
545
-
546
495
  def layer_isolate(
547
496
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
548
497
  execution_context: int | str | None = None,
@@ -559,8 +508,6 @@ def layer_isolate(
559
508
  :type affect_visibility: bool | None
560
509
  """
561
510
 
562
- ...
563
-
564
511
  def layer_lock_all(
565
512
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
566
513
  execution_context: int | str | None = None,
@@ -577,8 +524,6 @@ def layer_lock_all(
577
524
  :type lock: bool | None
578
525
  """
579
526
 
580
- ...
581
-
582
527
  def layer_mask_add(
583
528
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
584
529
  execution_context: int | str | None = None,
@@ -595,8 +540,6 @@ def layer_mask_add(
595
540
  :type name: str
596
541
  """
597
542
 
598
- ...
599
-
600
543
  def layer_mask_remove(
601
544
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
602
545
  execution_context: int | str | None = None,
@@ -609,8 +552,6 @@ def layer_mask_remove(
609
552
  :type undo: bool | None
610
553
  """
611
554
 
612
- ...
613
-
614
555
  def layer_mask_reorder(
615
556
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
616
557
  execution_context: int | str | None = None,
@@ -627,8 +568,6 @@ def layer_mask_reorder(
627
568
  :type direction: typing.Literal['UP','DOWN'] | None
628
569
  """
629
570
 
630
- ...
631
-
632
571
  def layer_remove(
633
572
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
634
573
  execution_context: int | str | None = None,
@@ -641,8 +580,6 @@ def layer_remove(
641
580
  :type undo: bool | None
642
581
  """
643
582
 
644
- ...
645
-
646
583
  def layer_reorder(
647
584
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
648
585
  execution_context: int | str | None = None,
@@ -662,8 +599,6 @@ def layer_reorder(
662
599
  :type location: typing.Literal['ABOVE','BELOW'] | None
663
600
  """
664
601
 
665
- ...
666
-
667
602
  def layer_reveal(
668
603
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
669
604
  execution_context: int | str | None = None,
@@ -676,8 +611,6 @@ def layer_reveal(
676
611
  :type undo: bool | None
677
612
  """
678
613
 
679
- ...
680
-
681
614
  def material_copy_to_object(
682
615
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
683
616
  execution_context: int | str | None = None,
@@ -694,8 +627,6 @@ def material_copy_to_object(
694
627
  :type only_active: bool | None
695
628
  """
696
629
 
697
- ...
698
-
699
630
  def material_hide(
700
631
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
701
632
  execution_context: int | str | None = None,
@@ -712,8 +643,6 @@ def material_hide(
712
643
  :type invert: bool | None
713
644
  """
714
645
 
715
- ...
716
-
717
646
  def material_lock_all(
718
647
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
719
648
  execution_context: int | str | None = None,
@@ -726,8 +655,6 @@ def material_lock_all(
726
655
  :type undo: bool | None
727
656
  """
728
657
 
729
- ...
730
-
731
658
  def material_lock_unselected(
732
659
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
733
660
  execution_context: int | str | None = None,
@@ -740,8 +667,6 @@ def material_lock_unselected(
740
667
  :type undo: bool | None
741
668
  """
742
669
 
743
- ...
744
-
745
670
  def material_lock_unused(
746
671
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
747
672
  execution_context: int | str | None = None,
@@ -754,8 +679,6 @@ def material_lock_unused(
754
679
  :type undo: bool | None
755
680
  """
756
681
 
757
- ...
758
-
759
682
  def material_reveal(
760
683
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
761
684
  execution_context: int | str | None = None,
@@ -768,8 +691,6 @@ def material_reveal(
768
691
  :type undo: bool | None
769
692
  """
770
693
 
771
- ...
772
-
773
694
  def material_select(
774
695
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
775
696
  execution_context: int | str | None = None,
@@ -786,8 +707,6 @@ def material_select(
786
707
  :type deselect: bool | None
787
708
  """
788
709
 
789
- ...
790
-
791
710
  def material_unlock_all(
792
711
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
793
712
  execution_context: int | str | None = None,
@@ -800,8 +719,6 @@ def material_unlock_all(
800
719
  :type undo: bool | None
801
720
  """
802
721
 
803
- ...
804
-
805
722
  def move_to_layer(
806
723
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
807
724
  execution_context: int | str | None = None,
@@ -821,8 +738,6 @@ def move_to_layer(
821
738
  :type add_new_layer: bool | None
822
739
  """
823
740
 
824
- ...
825
-
826
741
  def paste(
827
742
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
828
743
  execution_context: int | str | None = None,
@@ -839,8 +754,6 @@ def paste(
839
754
  :type paste_back: bool | None
840
755
  """
841
756
 
842
- ...
843
-
844
757
  def primitive_arc(
845
758
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
846
759
  execution_context: int | str | None = None,
@@ -861,8 +774,6 @@ def primitive_arc(
861
774
  :type type: typing.Literal['BOX','LINE','POLYLINE','CIRCLE','ARC','CURVE'] | None
862
775
  """
863
776
 
864
- ...
865
-
866
777
  def primitive_box(
867
778
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
868
779
  execution_context: int | str | None = None,
@@ -883,8 +794,6 @@ def primitive_box(
883
794
  :type type: typing.Literal['BOX','LINE','POLYLINE','CIRCLE','ARC','CURVE'] | None
884
795
  """
885
796
 
886
- ...
887
-
888
797
  def primitive_circle(
889
798
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
890
799
  execution_context: int | str | None = None,
@@ -905,8 +814,6 @@ def primitive_circle(
905
814
  :type type: typing.Literal['BOX','LINE','POLYLINE','CIRCLE','ARC','CURVE'] | None
906
815
  """
907
816
 
908
- ...
909
-
910
817
  def primitive_curve(
911
818
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
912
819
  execution_context: int | str | None = None,
@@ -927,8 +834,6 @@ def primitive_curve(
927
834
  :type type: typing.Literal['BOX','LINE','POLYLINE','CIRCLE','ARC','CURVE'] | None
928
835
  """
929
836
 
930
- ...
931
-
932
837
  def primitive_line(
933
838
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
934
839
  execution_context: int | str | None = None,
@@ -949,8 +854,6 @@ def primitive_line(
949
854
  :type type: typing.Literal['BOX','LINE','POLYLINE','CIRCLE','ARC','CURVE'] | None
950
855
  """
951
856
 
952
- ...
953
-
954
857
  def primitive_polyline(
955
858
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
956
859
  execution_context: int | str | None = None,
@@ -971,8 +874,6 @@ def primitive_polyline(
971
874
  :type type: typing.Literal['BOX','LINE','POLYLINE','CIRCLE','ARC','CURVE'] | None
972
875
  """
973
876
 
974
- ...
975
-
976
877
  def reorder(
977
878
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
978
879
  execution_context: int | str | None = None,
@@ -989,8 +890,6 @@ def reorder(
989
890
  :type direction: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
990
891
  """
991
892
 
992
- ...
993
-
994
893
  def sculpt_paint(
995
894
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
996
895
  execution_context: int | str | None = None,
@@ -1023,8 +922,6 @@ def sculpt_paint(
1023
922
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
1024
923
  """
1025
924
 
1026
- ...
1027
-
1028
925
  def select_all(
1029
926
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1030
927
  execution_context: int | str | None = None,
@@ -1053,8 +950,6 @@ def select_all(
1053
950
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1054
951
  """
1055
952
 
1056
- ...
1057
-
1058
953
  def select_alternate(
1059
954
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1060
955
  execution_context: int | str | None = None,
@@ -1071,8 +966,6 @@ def select_alternate(
1071
966
  :type deselect_ends: bool | None
1072
967
  """
1073
968
 
1074
- ...
1075
-
1076
969
  def select_ends(
1077
970
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1078
971
  execution_context: int | str | None = None,
@@ -1092,8 +985,6 @@ def select_ends(
1092
985
  :type amount_end: int | None
1093
986
  """
1094
987
 
1095
- ...
1096
-
1097
988
  def select_less(
1098
989
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1099
990
  execution_context: int | str | None = None,
@@ -1106,8 +997,6 @@ def select_less(
1106
997
  :type undo: bool | None
1107
998
  """
1108
999
 
1109
- ...
1110
-
1111
1000
  def select_linked(
1112
1001
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1113
1002
  execution_context: int | str | None = None,
@@ -1120,8 +1009,6 @@ def select_linked(
1120
1009
  :type undo: bool | None
1121
1010
  """
1122
1011
 
1123
- ...
1124
-
1125
1012
  def select_more(
1126
1013
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1127
1014
  execution_context: int | str | None = None,
@@ -1134,8 +1021,6 @@ def select_more(
1134
1021
  :type undo: bool | None
1135
1022
  """
1136
1023
 
1137
- ...
1138
-
1139
1024
  def select_random(
1140
1025
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1141
1026
  execution_context: int | str | None = None,
@@ -1164,8 +1049,6 @@ def select_random(
1164
1049
  :type action: typing.Literal['SELECT','DESELECT'] | None
1165
1050
  """
1166
1051
 
1167
- ...
1168
-
1169
1052
  def separate(
1170
1053
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1171
1054
  execution_context: int | str | None = None,
@@ -1191,8 +1074,6 @@ def separate(
1191
1074
  :type mode: typing.Literal['SELECTED','MATERIAL','LAYER'] | None
1192
1075
  """
1193
1076
 
1194
- ...
1195
-
1196
1077
  def set_active_material(
1197
1078
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1198
1079
  execution_context: int | str | None = None,
@@ -1205,8 +1086,6 @@ def set_active_material(
1205
1086
  :type undo: bool | None
1206
1087
  """
1207
1088
 
1208
- ...
1209
-
1210
1089
  def set_curve_resolution(
1211
1090
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1212
1091
  execution_context: int | str | None = None,
@@ -1223,14 +1102,12 @@ def set_curve_resolution(
1223
1102
  :type resolution: int | None
1224
1103
  """
1225
1104
 
1226
- ...
1227
-
1228
1105
  def set_curve_type(
1229
1106
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1230
1107
  execution_context: int | str | None = None,
1231
1108
  undo: bool | None = None,
1232
1109
  *,
1233
- type: typing.Literal["CATMULL_ROM", "POLY", "BEZIER", "NURBS"] | None = "POLY",
1110
+ type: bpy.typing.CurvesTypeItems | None = "POLY",
1234
1111
  use_handles: bool | None = False,
1235
1112
  ):
1236
1113
  """Set type of selected curves
@@ -1239,19 +1116,17 @@ def set_curve_type(
1239
1116
  :type execution_context: int | str | None
1240
1117
  :type undo: bool | None
1241
1118
  :param type: Type, Curve type
1242
- :type type: typing.Literal['CATMULL_ROM', 'POLY', 'BEZIER', 'NURBS'] | None
1119
+ :type type: bpy.typing.CurvesTypeItems | None
1243
1120
  :param use_handles: Handles, Take handle information into account in the conversion
1244
1121
  :type use_handles: bool | None
1245
1122
  """
1246
1123
 
1247
- ...
1248
-
1249
1124
  def set_handle_type(
1250
1125
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1251
1126
  execution_context: int | str | None = None,
1252
1127
  undo: bool | None = None,
1253
1128
  *,
1254
- type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"] | None = "AUTO",
1129
+ type: bpy.typing.CurvesHandleTypeItems | None = "AUTO",
1255
1130
  ):
1256
1131
  """Set the handle type for bezier curves
1257
1132
 
@@ -1259,11 +1134,9 @@ def set_handle_type(
1259
1134
  :type execution_context: int | str | None
1260
1135
  :type undo: bool | None
1261
1136
  :param type: Type
1262
- :type type: typing.Literal['FREE', 'AUTO', 'VECTOR', 'ALIGN'] | None
1137
+ :type type: bpy.typing.CurvesHandleTypeItems | None
1263
1138
  """
1264
1139
 
1265
- ...
1266
-
1267
1140
  def set_material(
1268
1141
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1269
1142
  execution_context: int | str | None = None,
@@ -1280,14 +1153,12 @@ def set_material(
1280
1153
  :type slot: str | None
1281
1154
  """
1282
1155
 
1283
- ...
1284
-
1285
1156
  def set_selection_mode(
1286
1157
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1287
1158
  execution_context: int | str | None = None,
1288
1159
  undo: bool | None = None,
1289
1160
  *,
1290
- mode: typing.Literal["POINT", "STROKE", "SEGMENT"] | None = "POINT",
1161
+ mode: bpy.typing.GreasePencilSelectmodeItems | None = "POINT",
1291
1162
  ):
1292
1163
  """Change the selection mode for Grease Pencil strokes
1293
1164
 
@@ -1295,11 +1166,9 @@ def set_selection_mode(
1295
1166
  :type execution_context: int | str | None
1296
1167
  :type undo: bool | None
1297
1168
  :param mode: Mode
1298
- :type mode: typing.Literal['POINT', 'STROKE', 'SEGMENT'] | None
1169
+ :type mode: bpy.typing.GreasePencilSelectmodeItems | None
1299
1170
  """
1300
1171
 
1301
- ...
1302
-
1303
1172
  def set_uniform_opacity(
1304
1173
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1305
1174
  execution_context: int | str | None = None,
@@ -1316,8 +1185,6 @@ def set_uniform_opacity(
1316
1185
  :type opacity: float | None
1317
1186
  """
1318
1187
 
1319
- ...
1320
-
1321
1188
  def set_uniform_thickness(
1322
1189
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1323
1190
  execution_context: int | str | None = None,
@@ -1334,8 +1201,6 @@ def set_uniform_thickness(
1334
1201
  :type thickness: float | None
1335
1202
  """
1336
1203
 
1337
- ...
1338
-
1339
1204
  def snap_cursor_to_selected(
1340
1205
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1341
1206
  execution_context: int | str | None = None,
@@ -1348,8 +1213,6 @@ def snap_cursor_to_selected(
1348
1213
  :type undo: bool | None
1349
1214
  """
1350
1215
 
1351
- ...
1352
-
1353
1216
  def snap_to_cursor(
1354
1217
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1355
1218
  execution_context: int | str | None = None,
@@ -1366,8 +1229,6 @@ def snap_to_cursor(
1366
1229
  :type use_offset: bool | None
1367
1230
  """
1368
1231
 
1369
- ...
1370
-
1371
1232
  def snap_to_grid(
1372
1233
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1373
1234
  execution_context: int | str | None = None,
@@ -1380,8 +1241,6 @@ def snap_to_grid(
1380
1241
  :type undo: bool | None
1381
1242
  """
1382
1243
 
1383
- ...
1384
-
1385
1244
  def stroke_material_set(
1386
1245
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1387
1246
  execution_context: int | str | None = None,
@@ -1398,8 +1257,6 @@ def stroke_material_set(
1398
1257
  :type material: str
1399
1258
  """
1400
1259
 
1401
- ...
1402
-
1403
1260
  def stroke_merge_by_distance(
1404
1261
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1405
1262
  execution_context: int | str | None = None,
@@ -1419,8 +1276,6 @@ def stroke_merge_by_distance(
1419
1276
  :type use_unselected: bool | None
1420
1277
  """
1421
1278
 
1422
- ...
1423
-
1424
1279
  def stroke_reset_vertex_color(
1425
1280
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1426
1281
  execution_context: int | str | None = None,
@@ -1437,8 +1292,6 @@ def stroke_reset_vertex_color(
1437
1292
  :type mode: typing.Literal['STROKE','FILL','BOTH'] | None
1438
1293
  """
1439
1294
 
1440
- ...
1441
-
1442
1295
  def stroke_simplify(
1443
1296
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1444
1297
  execution_context: int | str | None = None,
@@ -1455,8 +1308,6 @@ def stroke_simplify(
1455
1308
  :type factor: float | None
1456
1309
  """
1457
1310
 
1458
- ...
1459
-
1460
1311
  def stroke_smooth(
1461
1312
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1462
1313
  execution_context: int | str | None = None,
@@ -1491,8 +1342,6 @@ def stroke_smooth(
1491
1342
  :type smooth_opacity: bool | None
1492
1343
  """
1493
1344
 
1494
- ...
1495
-
1496
1345
  def stroke_subdivide(
1497
1346
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1498
1347
  execution_context: int | str | None = None,
@@ -1512,8 +1361,6 @@ def stroke_subdivide(
1512
1361
  :type only_selected: bool | None
1513
1362
  """
1514
1363
 
1515
- ...
1516
-
1517
1364
  def stroke_subdivide_smooth(
1518
1365
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1519
1366
  execution_context: int | str | None = None,
@@ -1533,8 +1380,6 @@ def stroke_subdivide_smooth(
1533
1380
  :type GREASE_PENCIL_OT_stroke_smooth: typing.Any | None
1534
1381
  """
1535
1382
 
1536
- ...
1537
-
1538
1383
  def stroke_switch_direction(
1539
1384
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1540
1385
  execution_context: int | str | None = None,
@@ -1547,8 +1392,6 @@ def stroke_switch_direction(
1547
1392
  :type undo: bool | None
1548
1393
  """
1549
1394
 
1550
- ...
1551
-
1552
1395
  def stroke_trim(
1553
1396
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1554
1397
  execution_context: int | str | None = None,
@@ -1574,8 +1417,6 @@ def stroke_trim(
1574
1417
  :type smooth_stroke_radius: int | None
1575
1418
  """
1576
1419
 
1577
- ...
1578
-
1579
1420
  def trace_image(
1580
1421
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1581
1422
  execution_context: int | str | None = None,
@@ -1640,8 +1481,6 @@ def trace_image(
1640
1481
  :type frame_number: int | None
1641
1482
  """
1642
1483
 
1643
- ...
1644
-
1645
1484
  def vertex_brush_stroke(
1646
1485
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1647
1486
  execution_context: int | str | None = None,
@@ -1674,8 +1513,6 @@ def vertex_brush_stroke(
1674
1513
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
1675
1514
  """
1676
1515
 
1677
- ...
1678
-
1679
1516
  def vertex_color_brightness_contrast(
1680
1517
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1681
1518
  execution_context: int | str | None = None,
@@ -1698,8 +1535,6 @@ def vertex_color_brightness_contrast(
1698
1535
  :type contrast: float | None
1699
1536
  """
1700
1537
 
1701
- ...
1702
-
1703
1538
  def vertex_color_hsv(
1704
1539
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1705
1540
  execution_context: int | str | None = None,
@@ -1725,8 +1560,6 @@ def vertex_color_hsv(
1725
1560
  :type v: float | None
1726
1561
  """
1727
1562
 
1728
- ...
1729
-
1730
1563
  def vertex_color_invert(
1731
1564
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1732
1565
  execution_context: int | str | None = None,
@@ -1743,8 +1576,6 @@ def vertex_color_invert(
1743
1576
  :type mode: typing.Literal['STROKE','FILL','BOTH'] | None
1744
1577
  """
1745
1578
 
1746
- ...
1747
-
1748
1579
  def vertex_color_levels(
1749
1580
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1750
1581
  execution_context: int | str | None = None,
@@ -1767,8 +1598,6 @@ def vertex_color_levels(
1767
1598
  :type gain: float | None
1768
1599
  """
1769
1600
 
1770
- ...
1771
-
1772
1601
  def vertex_color_set(
1773
1602
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1774
1603
  execution_context: int | str | None = None,
@@ -1788,8 +1617,6 @@ def vertex_color_set(
1788
1617
  :type factor: float | None
1789
1618
  """
1790
1619
 
1791
- ...
1792
-
1793
1620
  def vertex_group_normalize(
1794
1621
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1795
1622
  execution_context: int | str | None = None,
@@ -1802,8 +1629,6 @@ def vertex_group_normalize(
1802
1629
  :type undo: bool | None
1803
1630
  """
1804
1631
 
1805
- ...
1806
-
1807
1632
  def vertex_group_normalize_all(
1808
1633
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1809
1634
  execution_context: int | str | None = None,
@@ -1820,8 +1645,6 @@ def vertex_group_normalize_all(
1820
1645
  :type lock_active: bool | None
1821
1646
  """
1822
1647
 
1823
- ...
1824
-
1825
1648
  def vertex_group_smooth(
1826
1649
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1827
1650
  execution_context: int | str | None = None,
@@ -1841,8 +1664,6 @@ def vertex_group_smooth(
1841
1664
  :type repeat: int | None
1842
1665
  """
1843
1666
 
1844
- ...
1845
-
1846
1667
  def weight_brush_stroke(
1847
1668
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1848
1669
  execution_context: int | str | None = None,
@@ -1875,8 +1696,6 @@ def weight_brush_stroke(
1875
1696
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
1876
1697
  """
1877
1698
 
1878
- ...
1879
-
1880
1699
  def weight_invert(
1881
1700
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1882
1701
  execution_context: int | str | None = None,
@@ -1889,8 +1708,6 @@ def weight_invert(
1889
1708
  :type undo: bool | None
1890
1709
  """
1891
1710
 
1892
- ...
1893
-
1894
1711
  def weight_sample(
1895
1712
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1896
1713
  execution_context: int | str | None = None,
@@ -1903,8 +1720,6 @@ def weight_sample(
1903
1720
  :type undo: bool | None
1904
1721
  """
1905
1722
 
1906
- ...
1907
-
1908
1723
  def weight_toggle_direction(
1909
1724
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1910
1725
  execution_context: int | str | None = None,
@@ -1916,5 +1731,3 @@ def weight_toggle_direction(
1916
1731
  :type execution_context: int | str | None
1917
1732
  :type undo: bool | None
1918
1733
  """
1919
-
1920
- ...