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
@@ -5,8 +5,8 @@ import bpy.ops.transform
5
5
  import bpy.types
6
6
  import mathutils
7
7
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
8
+ _GenericType1 = typing.TypeVar("_GenericType1")
9
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
10
 
11
11
  def active_frame_delete(
12
12
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -20,8 +20,6 @@ def active_frame_delete(
20
20
  :type undo: bool | None
21
21
  """
22
22
 
23
- ...
24
-
25
23
  def active_frames_delete_all(
26
24
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
27
25
  execution_context: int | str | None = None,
@@ -34,8 +32,6 @@ def active_frames_delete_all(
34
32
  :type undo: bool | None
35
33
  """
36
34
 
37
- ...
38
-
39
35
  def annotate(
40
36
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
41
37
  execution_context: int | str | None = None,
@@ -123,8 +119,6 @@ def annotate(
123
119
  :type wait_for_input: bool | None
124
120
  """
125
121
 
126
- ...
127
-
128
122
  def annotation_active_frame_delete(
129
123
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
130
124
  execution_context: int | str | None = None,
@@ -137,8 +131,6 @@ def annotation_active_frame_delete(
137
131
  :type undo: bool | None
138
132
  """
139
133
 
140
- ...
141
-
142
134
  def annotation_add(
143
135
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
144
136
  execution_context: int | str | None = None,
@@ -151,8 +143,6 @@ def annotation_add(
151
143
  :type undo: bool | None
152
144
  """
153
145
 
154
- ...
155
-
156
146
  def bake_grease_pencil_animation(
157
147
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
158
148
  execution_context: int | str | None = None,
@@ -203,8 +193,6 @@ def bake_grease_pencil_animation(
203
193
  :type project_type: typing.Literal['KEEP','FRONT','SIDE','TOP','VIEW','CURSOR'] | None
204
194
  """
205
195
 
206
- ...
207
-
208
196
  def bake_mesh_animation(
209
197
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
210
198
  execution_context: int | str | None = None,
@@ -273,8 +261,6 @@ def bake_mesh_animation(
273
261
  :type project_type: typing.Literal['KEEP','FRONT','SIDE','TOP','VIEW','CURSOR'] | None
274
262
  """
275
263
 
276
- ...
277
-
278
264
  def blank_frame_add(
279
265
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
280
266
  execution_context: int | str | None = None,
@@ -291,8 +277,6 @@ def blank_frame_add(
291
277
  :type all_layers: bool | None
292
278
  """
293
279
 
294
- ...
295
-
296
280
  def convert(
297
281
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
298
282
  execution_context: int | str | None = None,
@@ -372,8 +356,6 @@ def convert(
372
356
  :type use_timing_data: bool | None
373
357
  """
374
358
 
375
- ...
376
-
377
359
  def convert_old_files(
378
360
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
379
361
  execution_context: int | str | None = None,
@@ -390,8 +372,6 @@ def convert_old_files(
390
372
  :type annotation: bool | None
391
373
  """
392
374
 
393
- ...
394
-
395
375
  def copy(
396
376
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
397
377
  execution_context: int | str | None = None,
@@ -404,8 +384,6 @@ def copy(
404
384
  :type undo: bool | None
405
385
  """
406
386
 
407
- ...
408
-
409
387
  def data_unlink(
410
388
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
411
389
  execution_context: int | str | None = None,
@@ -418,8 +396,6 @@ def data_unlink(
418
396
  :type undo: bool | None
419
397
  """
420
398
 
421
- ...
422
-
423
399
  def delete(
424
400
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
425
401
  execution_context: int | str | None = None,
@@ -445,8 +421,6 @@ def delete(
445
421
  :type type: typing.Literal['POINTS','STROKES','FRAME'] | None
446
422
  """
447
423
 
448
- ...
449
-
450
424
  def dissolve(
451
425
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
452
426
  execution_context: int | str | None = None,
@@ -472,8 +446,6 @@ def dissolve(
472
446
  :type type: typing.Literal['POINTS','BETWEEN','UNSELECT'] | None
473
447
  """
474
448
 
475
- ...
476
-
477
449
  def draw(
478
450
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
479
451
  execution_context: int | str | None = None,
@@ -518,8 +490,6 @@ def draw(
518
490
  :type guide_last_angle: float | None
519
491
  """
520
492
 
521
- ...
522
-
523
493
  def duplicate(
524
494
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
525
495
  execution_context: int | str | None = None,
@@ -532,8 +502,6 @@ def duplicate(
532
502
  :type undo: bool | None
533
503
  """
534
504
 
535
- ...
536
-
537
505
  def duplicate_move(
538
506
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
539
507
  execution_context: int | str | None = None,
@@ -553,8 +521,6 @@ def duplicate_move(
553
521
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
554
522
  """
555
523
 
556
- ...
557
-
558
524
  def editmode_toggle(
559
525
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
560
526
  execution_context: int | str | None = None,
@@ -571,8 +537,6 @@ def editmode_toggle(
571
537
  :type back: bool | None
572
538
  """
573
539
 
574
- ...
575
-
576
540
  def extract_palette_vertex(
577
541
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
578
542
  execution_context: int | str | None = None,
@@ -592,8 +556,6 @@ def extract_palette_vertex(
592
556
  :type threshold: int | None
593
557
  """
594
558
 
595
- ...
596
-
597
559
  def extrude(
598
560
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
599
561
  execution_context: int | str | None = None,
@@ -606,8 +568,6 @@ def extrude(
606
568
  :type undo: bool | None
607
569
  """
608
570
 
609
- ...
610
-
611
571
  def extrude_move(
612
572
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
613
573
  execution_context: int | str | None = None,
@@ -627,8 +587,6 @@ def extrude_move(
627
587
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
628
588
  """
629
589
 
630
- ...
631
-
632
590
  def fill(
633
591
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
634
592
  execution_context: int | str | None = None,
@@ -645,8 +603,6 @@ def fill(
645
603
  :type on_back: bool | None
646
604
  """
647
605
 
648
- ...
649
-
650
606
  def frame_clean_duplicate(
651
607
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
652
608
  execution_context: int | str | None = None,
@@ -663,8 +619,6 @@ def frame_clean_duplicate(
663
619
  :type type: typing.Literal['ALL','SELECTED'] | None
664
620
  """
665
621
 
666
- ...
667
-
668
622
  def frame_clean_fill(
669
623
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
670
624
  execution_context: int | str | None = None,
@@ -687,8 +641,6 @@ def frame_clean_fill(
687
641
  :type mode: typing.Literal['ACTIVE','ALL'] | None
688
642
  """
689
643
 
690
- ...
691
-
692
644
  def frame_clean_loose(
693
645
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
694
646
  execution_context: int | str | None = None,
@@ -705,8 +657,6 @@ def frame_clean_loose(
705
657
  :type limit: int | None
706
658
  """
707
659
 
708
- ...
709
-
710
660
  def frame_duplicate(
711
661
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
712
662
  execution_context: int | str | None = None,
@@ -729,8 +679,6 @@ def frame_duplicate(
729
679
  :type mode: typing.Literal['ACTIVE','ALL'] | None
730
680
  """
731
681
 
732
- ...
733
-
734
682
  def generate_weights(
735
683
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
736
684
  execution_context: int | str | None = None,
@@ -756,8 +704,6 @@ def generate_weights(
756
704
  :type decay: float | None
757
705
  """
758
706
 
759
- ...
760
-
761
707
  def guide_rotate(
762
708
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
763
709
  execution_context: int | str | None = None,
@@ -777,8 +723,6 @@ def guide_rotate(
777
723
  :type angle: float | None
778
724
  """
779
725
 
780
- ...
781
-
782
726
  def hide(
783
727
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
784
728
  execution_context: int | str | None = None,
@@ -795,8 +739,6 @@ def hide(
795
739
  :type unselected: bool | None
796
740
  """
797
741
 
798
- ...
799
-
800
742
  def image_to_grease_pencil(
801
743
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
802
744
  execution_context: int | str | None = None,
@@ -816,8 +758,6 @@ def image_to_grease_pencil(
816
758
  :type mask: bool | None
817
759
  """
818
760
 
819
- ...
820
-
821
761
  def interpolate(
822
762
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
823
763
  execution_context: int | str | None = None,
@@ -855,8 +795,6 @@ def interpolate(
855
795
  :type release_confirm: bool | None
856
796
  """
857
797
 
858
- ...
859
-
860
798
  def interpolate_reverse(
861
799
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
862
800
  execution_context: int | str | None = None,
@@ -869,8 +807,6 @@ def interpolate_reverse(
869
807
  :type undo: bool | None
870
808
  """
871
809
 
872
- ...
873
-
874
810
  def interpolate_sequence(
875
811
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
876
812
  execution_context: int | str | None = None,
@@ -983,8 +919,6 @@ def interpolate_sequence(
983
919
  :type period: float | None
984
920
  """
985
921
 
986
- ...
987
-
988
922
  def layer_active(
989
923
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
990
924
  execution_context: int | str | None = None,
@@ -1001,8 +935,6 @@ def layer_active(
1001
935
  :type layer: int | None
1002
936
  """
1003
937
 
1004
- ...
1005
-
1006
938
  def layer_add(
1007
939
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1008
940
  execution_context: int | str | None = None,
@@ -1022,8 +954,6 @@ def layer_add(
1022
954
  :type new_layer_name: str
1023
955
  """
1024
956
 
1025
- ...
1026
-
1027
957
  def layer_annotation_add(
1028
958
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1029
959
  execution_context: int | str | None = None,
@@ -1036,8 +966,6 @@ def layer_annotation_add(
1036
966
  :type undo: bool | None
1037
967
  """
1038
968
 
1039
- ...
1040
-
1041
969
  def layer_annotation_move(
1042
970
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1043
971
  execution_context: int | str | None = None,
@@ -1054,8 +982,6 @@ def layer_annotation_move(
1054
982
  :type type: typing.Literal['UP','DOWN'] | None
1055
983
  """
1056
984
 
1057
- ...
1058
-
1059
985
  def layer_annotation_remove(
1060
986
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1061
987
  execution_context: int | str | None = None,
@@ -1068,8 +994,6 @@ def layer_annotation_remove(
1068
994
  :type undo: bool | None
1069
995
  """
1070
996
 
1071
- ...
1072
-
1073
997
  def layer_change(
1074
998
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1075
999
  execution_context: int | str | None = None,
@@ -1086,8 +1010,6 @@ def layer_change(
1086
1010
  :type layer: str | None
1087
1011
  """
1088
1012
 
1089
- ...
1090
-
1091
1013
  def layer_duplicate(
1092
1014
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1093
1015
  execution_context: int | str | None = None,
@@ -1104,8 +1026,6 @@ def layer_duplicate(
1104
1026
  :type mode: typing.Literal['ALL','EMPTY'] | None
1105
1027
  """
1106
1028
 
1107
- ...
1108
-
1109
1029
  def layer_duplicate_object(
1110
1030
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1111
1031
  execution_context: int | str | None = None,
@@ -1125,8 +1045,6 @@ def layer_duplicate_object(
1125
1045
  :type only_active: bool | None
1126
1046
  """
1127
1047
 
1128
- ...
1129
-
1130
1048
  def layer_isolate(
1131
1049
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1132
1050
  execution_context: int | str | None = None,
@@ -1143,8 +1061,6 @@ def layer_isolate(
1143
1061
  :type affect_visibility: bool | None
1144
1062
  """
1145
1063
 
1146
- ...
1147
-
1148
1064
  def layer_mask_add(
1149
1065
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1150
1066
  execution_context: int | str | None = None,
@@ -1161,8 +1077,6 @@ def layer_mask_add(
1161
1077
  :type name: str
1162
1078
  """
1163
1079
 
1164
- ...
1165
-
1166
1080
  def layer_mask_move(
1167
1081
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1168
1082
  execution_context: int | str | None = None,
@@ -1179,8 +1093,6 @@ def layer_mask_move(
1179
1093
  :type type: typing.Literal['UP','DOWN'] | None
1180
1094
  """
1181
1095
 
1182
- ...
1183
-
1184
1096
  def layer_mask_remove(
1185
1097
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1186
1098
  execution_context: int | str | None = None,
@@ -1193,8 +1105,6 @@ def layer_mask_remove(
1193
1105
  :type undo: bool | None
1194
1106
  """
1195
1107
 
1196
- ...
1197
-
1198
1108
  def layer_merge(
1199
1109
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1200
1110
  execution_context: int | str | None = None,
@@ -1217,8 +1127,6 @@ def layer_merge(
1217
1127
  :type mode: typing.Literal['ACTIVE','ALL'] | None
1218
1128
  """
1219
1129
 
1220
- ...
1221
-
1222
1130
  def layer_move(
1223
1131
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1224
1132
  execution_context: int | str | None = None,
@@ -1235,8 +1143,6 @@ def layer_move(
1235
1143
  :type type: typing.Literal['UP','DOWN'] | None
1236
1144
  """
1237
1145
 
1238
- ...
1239
-
1240
1146
  def layer_remove(
1241
1147
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1242
1148
  execution_context: int | str | None = None,
@@ -1249,8 +1155,6 @@ def layer_remove(
1249
1155
  :type undo: bool | None
1250
1156
  """
1251
1157
 
1252
- ...
1253
-
1254
1158
  def lock_all(
1255
1159
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1256
1160
  execution_context: int | str | None = None,
@@ -1263,8 +1167,6 @@ def lock_all(
1263
1167
  :type undo: bool | None
1264
1168
  """
1265
1169
 
1266
- ...
1267
-
1268
1170
  def lock_layer(
1269
1171
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1270
1172
  execution_context: int | str | None = None,
@@ -1277,8 +1179,6 @@ def lock_layer(
1277
1179
  :type undo: bool | None
1278
1180
  """
1279
1181
 
1280
- ...
1281
-
1282
1182
  def material_hide(
1283
1183
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1284
1184
  execution_context: int | str | None = None,
@@ -1295,8 +1195,6 @@ def material_hide(
1295
1195
  :type unselected: bool | None
1296
1196
  """
1297
1197
 
1298
- ...
1299
-
1300
1198
  def material_isolate(
1301
1199
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1302
1200
  execution_context: int | str | None = None,
@@ -1313,8 +1211,6 @@ def material_isolate(
1313
1211
  :type affect_visibility: bool | None
1314
1212
  """
1315
1213
 
1316
- ...
1317
-
1318
1214
  def material_lock_all(
1319
1215
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1320
1216
  execution_context: int | str | None = None,
@@ -1327,8 +1223,6 @@ def material_lock_all(
1327
1223
  :type undo: bool | None
1328
1224
  """
1329
1225
 
1330
- ...
1331
-
1332
1226
  def material_lock_unused(
1333
1227
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1334
1228
  execution_context: int | str | None = None,
@@ -1341,8 +1235,6 @@ def material_lock_unused(
1341
1235
  :type undo: bool | None
1342
1236
  """
1343
1237
 
1344
- ...
1345
-
1346
1238
  def material_reveal(
1347
1239
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1348
1240
  execution_context: int | str | None = None,
@@ -1355,8 +1247,6 @@ def material_reveal(
1355
1247
  :type undo: bool | None
1356
1248
  """
1357
1249
 
1358
- ...
1359
-
1360
1250
  def material_select(
1361
1251
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1362
1252
  execution_context: int | str | None = None,
@@ -1373,8 +1263,6 @@ def material_select(
1373
1263
  :type deselect: bool | None
1374
1264
  """
1375
1265
 
1376
- ...
1377
-
1378
1266
  def material_set(
1379
1267
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1380
1268
  execution_context: int | str | None = None,
@@ -1391,8 +1279,6 @@ def material_set(
1391
1279
  :type slot: str | None
1392
1280
  """
1393
1281
 
1394
- ...
1395
-
1396
1282
  def material_to_vertex_color(
1397
1283
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1398
1284
  execution_context: int | str | None = None,
@@ -1418,8 +1304,6 @@ def material_to_vertex_color(
1418
1304
  :type threshold: int | None
1419
1305
  """
1420
1306
 
1421
- ...
1422
-
1423
1307
  def material_unlock_all(
1424
1308
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1425
1309
  execution_context: int | str | None = None,
@@ -1432,8 +1316,6 @@ def material_unlock_all(
1432
1316
  :type undo: bool | None
1433
1317
  """
1434
1318
 
1435
- ...
1436
-
1437
1319
  def materials_copy_to_object(
1438
1320
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1439
1321
  execution_context: int | str | None = None,
@@ -1450,8 +1332,6 @@ def materials_copy_to_object(
1450
1332
  :type only_active: bool | None
1451
1333
  """
1452
1334
 
1453
- ...
1454
-
1455
1335
  def move_to_layer(
1456
1336
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1457
1337
  execution_context: int | str | None = None,
@@ -1471,8 +1351,6 @@ def move_to_layer(
1471
1351
  :type new_layer_name: str
1472
1352
  """
1473
1353
 
1474
- ...
1475
-
1476
1354
  def paintmode_toggle(
1477
1355
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1478
1356
  execution_context: int | str | None = None,
@@ -1489,8 +1367,6 @@ def paintmode_toggle(
1489
1367
  :type back: bool | None
1490
1368
  """
1491
1369
 
1492
- ...
1493
-
1494
1370
  def paste(
1495
1371
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1496
1372
  execution_context: int | str | None = None,
@@ -1510,8 +1386,6 @@ def paste(
1510
1386
  :type paste_back: bool | None
1511
1387
  """
1512
1388
 
1513
- ...
1514
-
1515
1389
  def primitive_box(
1516
1390
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1517
1391
  execution_context: int | str | None = None,
@@ -1538,8 +1412,6 @@ def primitive_box(
1538
1412
  :type wait_for_input: bool | None
1539
1413
  """
1540
1414
 
1541
- ...
1542
-
1543
1415
  def primitive_circle(
1544
1416
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1545
1417
  execution_context: int | str | None = None,
@@ -1566,8 +1438,6 @@ def primitive_circle(
1566
1438
  :type wait_for_input: bool | None
1567
1439
  """
1568
1440
 
1569
- ...
1570
-
1571
1441
  def primitive_curve(
1572
1442
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1573
1443
  execution_context: int | str | None = None,
@@ -1594,8 +1464,6 @@ def primitive_curve(
1594
1464
  :type wait_for_input: bool | None
1595
1465
  """
1596
1466
 
1597
- ...
1598
-
1599
1467
  def primitive_line(
1600
1468
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1601
1469
  execution_context: int | str | None = None,
@@ -1622,8 +1490,6 @@ def primitive_line(
1622
1490
  :type wait_for_input: bool | None
1623
1491
  """
1624
1492
 
1625
- ...
1626
-
1627
1493
  def primitive_polyline(
1628
1494
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1629
1495
  execution_context: int | str | None = None,
@@ -1650,8 +1516,6 @@ def primitive_polyline(
1650
1516
  :type wait_for_input: bool | None
1651
1517
  """
1652
1518
 
1653
- ...
1654
-
1655
1519
  def recalc_geometry(
1656
1520
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1657
1521
  execution_context: int | str | None = None,
@@ -1664,8 +1528,6 @@ def recalc_geometry(
1664
1528
  :type undo: bool | None
1665
1529
  """
1666
1530
 
1667
- ...
1668
-
1669
1531
  def reproject(
1670
1532
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1671
1533
  execution_context: int | str | None = None,
@@ -1707,8 +1569,6 @@ def reproject(
1707
1569
  :type offset: float | None
1708
1570
  """
1709
1571
 
1710
- ...
1711
-
1712
1572
  def reset_transform_fill(
1713
1573
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1714
1574
  execution_context: int | str | None = None,
@@ -1725,8 +1585,6 @@ def reset_transform_fill(
1725
1585
  :type mode: typing.Literal['ALL','TRANSLATE','ROTATE','SCALE'] | None
1726
1586
  """
1727
1587
 
1728
- ...
1729
-
1730
1588
  def reveal(
1731
1589
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1732
1590
  execution_context: int | str | None = None,
@@ -1743,8 +1601,6 @@ def reveal(
1743
1601
  :type select: bool | None
1744
1602
  """
1745
1603
 
1746
- ...
1747
-
1748
1604
  def sculpt_paint(
1749
1605
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1750
1606
  execution_context: int | str | None = None,
@@ -1765,8 +1621,6 @@ def sculpt_paint(
1765
1621
  :type wait_for_input: bool | None
1766
1622
  """
1767
1623
 
1768
- ...
1769
-
1770
1624
  def sculptmode_toggle(
1771
1625
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1772
1626
  execution_context: int | str | None = None,
@@ -1783,8 +1637,6 @@ def sculptmode_toggle(
1783
1637
  :type back: bool | None
1784
1638
  """
1785
1639
 
1786
- ...
1787
-
1788
1640
  def select(
1789
1641
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1790
1642
  execution_context: int | str | None = None,
@@ -1822,8 +1674,6 @@ def select(
1822
1674
  :type use_shift_extend: bool | None
1823
1675
  """
1824
1676
 
1825
- ...
1826
-
1827
1677
  def select_all(
1828
1678
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1829
1679
  execution_context: int | str | None = None,
@@ -1852,8 +1702,6 @@ def select_all(
1852
1702
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1853
1703
  """
1854
1704
 
1855
- ...
1856
-
1857
1705
  def select_alternate(
1858
1706
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1859
1707
  execution_context: int | str | None = None,
@@ -1870,8 +1718,6 @@ def select_alternate(
1870
1718
  :type unselect_ends: bool | None
1871
1719
  """
1872
1720
 
1873
- ...
1874
-
1875
1721
  def select_box(
1876
1722
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1877
1723
  execution_context: int | str | None = None,
@@ -1918,8 +1764,6 @@ def select_box(
1918
1764
  :type mode: typing.Literal['SET','ADD','SUB','XOR','AND'] | None
1919
1765
  """
1920
1766
 
1921
- ...
1922
-
1923
1767
  def select_circle(
1924
1768
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1925
1769
  execution_context: int | str | None = None,
@@ -1957,8 +1801,6 @@ def select_circle(
1957
1801
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1958
1802
  """
1959
1803
 
1960
- ...
1961
-
1962
1804
  def select_first(
1963
1805
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1964
1806
  execution_context: int | str | None = None,
@@ -1978,8 +1820,6 @@ def select_first(
1978
1820
  :type extend: bool | None
1979
1821
  """
1980
1822
 
1981
- ...
1982
-
1983
1823
  def select_grouped(
1984
1824
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1985
1825
  execution_context: int | str | None = None,
@@ -2002,8 +1842,6 @@ def select_grouped(
2002
1842
  :type type: typing.Literal['LAYER','MATERIAL'] | None
2003
1843
  """
2004
1844
 
2005
- ...
2006
-
2007
1845
  def select_lasso(
2008
1846
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2009
1847
  execution_context: int | str | None = None,
@@ -2047,8 +1885,6 @@ def select_lasso(
2047
1885
  :type smooth_stroke_radius: int | None
2048
1886
  """
2049
1887
 
2050
- ...
2051
-
2052
1888
  def select_last(
2053
1889
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2054
1890
  execution_context: int | str | None = None,
@@ -2068,8 +1904,6 @@ def select_last(
2068
1904
  :type extend: bool | None
2069
1905
  """
2070
1906
 
2071
- ...
2072
-
2073
1907
  def select_less(
2074
1908
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2075
1909
  execution_context: int | str | None = None,
@@ -2082,8 +1916,6 @@ def select_less(
2082
1916
  :type undo: bool | None
2083
1917
  """
2084
1918
 
2085
- ...
2086
-
2087
1919
  def select_linked(
2088
1920
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2089
1921
  execution_context: int | str | None = None,
@@ -2096,8 +1928,6 @@ def select_linked(
2096
1928
  :type undo: bool | None
2097
1929
  """
2098
1930
 
2099
- ...
2100
-
2101
1931
  def select_more(
2102
1932
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2103
1933
  execution_context: int | str | None = None,
@@ -2110,8 +1940,6 @@ def select_more(
2110
1940
  :type undo: bool | None
2111
1941
  """
2112
1942
 
2113
- ...
2114
-
2115
1943
  def select_random(
2116
1944
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2117
1945
  execution_context: int | str | None = None,
@@ -2143,8 +1971,6 @@ def select_random(
2143
1971
  :type unselect_ends: bool | None
2144
1972
  """
2145
1973
 
2146
- ...
2147
-
2148
1974
  def select_vertex_color(
2149
1975
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2150
1976
  execution_context: int | str | None = None,
@@ -2161,8 +1987,6 @@ def select_vertex_color(
2161
1987
  :type threshold: int | None
2162
1988
  """
2163
1989
 
2164
- ...
2165
-
2166
1990
  def selection_opacity_toggle(
2167
1991
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2168
1992
  execution_context: int | str | None = None,
@@ -2175,8 +1999,6 @@ def selection_opacity_toggle(
2175
1999
  :type undo: bool | None
2176
2000
  """
2177
2001
 
2178
- ...
2179
-
2180
2002
  def selectmode_toggle(
2181
2003
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2182
2004
  execution_context: int | str | None = None,
@@ -2193,8 +2015,6 @@ def selectmode_toggle(
2193
2015
  :type mode: int | None
2194
2016
  """
2195
2017
 
2196
- ...
2197
-
2198
2018
  def set_active_material(
2199
2019
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2200
2020
  execution_context: int | str | None = None,
@@ -2207,8 +2027,6 @@ def set_active_material(
2207
2027
  :type undo: bool | None
2208
2028
  """
2209
2029
 
2210
- ...
2211
-
2212
2030
  def snap_cursor_to_selected(
2213
2031
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2214
2032
  execution_context: int | str | None = None,
@@ -2221,8 +2039,6 @@ def snap_cursor_to_selected(
2221
2039
  :type undo: bool | None
2222
2040
  """
2223
2041
 
2224
- ...
2225
-
2226
2042
  def snap_to_cursor(
2227
2043
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2228
2044
  execution_context: int | str | None = None,
@@ -2239,8 +2055,6 @@ def snap_to_cursor(
2239
2055
  :type use_offset: bool | None
2240
2056
  """
2241
2057
 
2242
- ...
2243
-
2244
2058
  def snap_to_grid(
2245
2059
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2246
2060
  execution_context: int | str | None = None,
@@ -2253,8 +2067,6 @@ def snap_to_grid(
2253
2067
  :type undo: bool | None
2254
2068
  """
2255
2069
 
2256
- ...
2257
-
2258
2070
  def stroke_apply_thickness(
2259
2071
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2260
2072
  execution_context: int | str | None = None,
@@ -2267,8 +2079,6 @@ def stroke_apply_thickness(
2267
2079
  :type undo: bool | None
2268
2080
  """
2269
2081
 
2270
- ...
2271
-
2272
2082
  def stroke_arrange(
2273
2083
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2274
2084
  execution_context: int | str | None = None,
@@ -2285,8 +2095,6 @@ def stroke_arrange(
2285
2095
  :type direction: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
2286
2096
  """
2287
2097
 
2288
- ...
2289
-
2290
2098
  def stroke_caps_set(
2291
2099
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2292
2100
  execution_context: int | str | None = None,
@@ -2315,8 +2123,6 @@ def stroke_caps_set(
2315
2123
  :type type: typing.Literal['TOGGLE','START','END','DEFAULT'] | None
2316
2124
  """
2317
2125
 
2318
- ...
2319
-
2320
2126
  def stroke_change_color(
2321
2127
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2322
2128
  execution_context: int | str | None = None,
@@ -2333,8 +2139,6 @@ def stroke_change_color(
2333
2139
  :type material: str
2334
2140
  """
2335
2141
 
2336
- ...
2337
-
2338
2142
  def stroke_cutter(
2339
2143
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2340
2144
  execution_context: int | str | None = None,
@@ -2363,8 +2167,6 @@ def stroke_cutter(
2363
2167
  :type flat_caps: bool | None
2364
2168
  """
2365
2169
 
2366
- ...
2367
-
2368
2170
  def stroke_cyclical_set(
2369
2171
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2370
2172
  execution_context: int | str | None = None,
@@ -2384,8 +2186,6 @@ def stroke_cyclical_set(
2384
2186
  :type geometry: bool | None
2385
2187
  """
2386
2188
 
2387
- ...
2388
-
2389
2189
  def stroke_editcurve_set_handle_type(
2390
2190
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2391
2191
  execution_context: int | str | None = None,
@@ -2402,8 +2202,6 @@ def stroke_editcurve_set_handle_type(
2402
2202
  :type type: typing.Literal['FREE','AUTOMATIC','VECTOR','ALIGNED'] | None
2403
2203
  """
2404
2204
 
2405
- ...
2406
-
2407
2205
  def stroke_enter_editcurve_mode(
2408
2206
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2409
2207
  execution_context: int | str | None = None,
@@ -2420,8 +2218,6 @@ def stroke_enter_editcurve_mode(
2420
2218
  :type error_threshold: float | None
2421
2219
  """
2422
2220
 
2423
- ...
2424
-
2425
2221
  def stroke_flip(
2426
2222
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2427
2223
  execution_context: int | str | None = None,
@@ -2434,8 +2230,6 @@ def stroke_flip(
2434
2230
  :type undo: bool | None
2435
2231
  """
2436
2232
 
2437
- ...
2438
-
2439
2233
  def stroke_join(
2440
2234
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2441
2235
  execution_context: int | str | None = None,
@@ -2455,8 +2249,6 @@ def stroke_join(
2455
2249
  :type leave_gaps: bool | None
2456
2250
  """
2457
2251
 
2458
- ...
2459
-
2460
2252
  def stroke_merge(
2461
2253
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2462
2254
  execution_context: int | str | None = None,
@@ -2488,8 +2280,6 @@ def stroke_merge(
2488
2280
  :type clear_stroke: bool | None
2489
2281
  """
2490
2282
 
2491
- ...
2492
-
2493
2283
  def stroke_merge_by_distance(
2494
2284
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2495
2285
  execution_context: int | str | None = None,
@@ -2509,8 +2299,6 @@ def stroke_merge_by_distance(
2509
2299
  :type use_unselected: bool | None
2510
2300
  """
2511
2301
 
2512
- ...
2513
-
2514
2302
  def stroke_merge_material(
2515
2303
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2516
2304
  execution_context: int | str | None = None,
@@ -2533,8 +2321,6 @@ def stroke_merge_material(
2533
2321
  :type val_threshold: float | None
2534
2322
  """
2535
2323
 
2536
- ...
2537
-
2538
2324
  def stroke_normalize(
2539
2325
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2540
2326
  execution_context: int | str | None = None,
@@ -2563,8 +2349,6 @@ def stroke_normalize(
2563
2349
  :type value: int | None
2564
2350
  """
2565
2351
 
2566
- ...
2567
-
2568
2352
  def stroke_outline(
2569
2353
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2570
2354
  execution_context: int | str | None = None,
@@ -2605,8 +2389,6 @@ def stroke_outline(
2605
2389
  :type length: float | None
2606
2390
  """
2607
2391
 
2608
- ...
2609
-
2610
2392
  def stroke_reset_vertex_color(
2611
2393
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2612
2394
  execution_context: int | str | None = None,
@@ -2632,8 +2414,6 @@ def stroke_reset_vertex_color(
2632
2414
  :type mode: typing.Literal['STROKE','FILL','BOTH'] | None
2633
2415
  """
2634
2416
 
2635
- ...
2636
-
2637
2417
  def stroke_sample(
2638
2418
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2639
2419
  execution_context: int | str | None = None,
@@ -2653,8 +2433,6 @@ def stroke_sample(
2653
2433
  :type sharp_threshold: float | None
2654
2434
  """
2655
2435
 
2656
- ...
2657
-
2658
2436
  def stroke_separate(
2659
2437
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2660
2438
  execution_context: int | str | None = None,
@@ -2680,8 +2458,6 @@ def stroke_separate(
2680
2458
  :type mode: typing.Literal['POINT','STROKE','LAYER'] | None
2681
2459
  """
2682
2460
 
2683
- ...
2684
-
2685
2461
  def stroke_simplify(
2686
2462
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2687
2463
  execution_context: int | str | None = None,
@@ -2698,8 +2474,6 @@ def stroke_simplify(
2698
2474
  :type factor: float | None
2699
2475
  """
2700
2476
 
2701
- ...
2702
-
2703
2477
  def stroke_simplify_fixed(
2704
2478
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2705
2479
  execution_context: int | str | None = None,
@@ -2716,8 +2490,6 @@ def stroke_simplify_fixed(
2716
2490
  :type step: int | None
2717
2491
  """
2718
2492
 
2719
- ...
2720
-
2721
2493
  def stroke_smooth(
2722
2494
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2723
2495
  execution_context: int | str | None = None,
@@ -2752,8 +2524,6 @@ def stroke_smooth(
2752
2524
  :type smooth_uv: bool | None
2753
2525
  """
2754
2526
 
2755
- ...
2756
-
2757
2527
  def stroke_split(
2758
2528
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2759
2529
  execution_context: int | str | None = None,
@@ -2766,8 +2536,6 @@ def stroke_split(
2766
2536
  :type undo: bool | None
2767
2537
  """
2768
2538
 
2769
- ...
2770
-
2771
2539
  def stroke_start_set(
2772
2540
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2773
2541
  execution_context: int | str | None = None,
@@ -2780,8 +2548,6 @@ def stroke_start_set(
2780
2548
  :type undo: bool | None
2781
2549
  """
2782
2550
 
2783
- ...
2784
-
2785
2551
  def stroke_subdivide(
2786
2552
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2787
2553
  execution_context: int | str | None = None,
@@ -2819,8 +2585,6 @@ def stroke_subdivide(
2819
2585
  :type smooth_uv: bool | None
2820
2586
  """
2821
2587
 
2822
- ...
2823
-
2824
2588
  def stroke_trim(
2825
2589
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2826
2590
  execution_context: int | str | None = None,
@@ -2833,8 +2597,6 @@ def stroke_trim(
2833
2597
  :type undo: bool | None
2834
2598
  """
2835
2599
 
2836
- ...
2837
-
2838
2600
  def tint_flip(
2839
2601
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2840
2602
  execution_context: int | str | None = None,
@@ -2847,8 +2609,6 @@ def tint_flip(
2847
2609
  :type undo: bool | None
2848
2610
  """
2849
2611
 
2850
- ...
2851
-
2852
2612
  def trace_image(
2853
2613
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2854
2614
  execution_context: int | str | None = None,
@@ -2922,8 +2682,6 @@ def trace_image(
2922
2682
  :type frame_number: int | None
2923
2683
  """
2924
2684
 
2925
- ...
2926
-
2927
2685
  def transform_fill(
2928
2686
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2929
2687
  execution_context: int | str | None = None,
@@ -2952,8 +2710,6 @@ def transform_fill(
2952
2710
  :type release_confirm: bool | None
2953
2711
  """
2954
2712
 
2955
- ...
2956
-
2957
2713
  def unlock_all(
2958
2714
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2959
2715
  execution_context: int | str | None = None,
@@ -2966,8 +2722,6 @@ def unlock_all(
2966
2722
  :type undo: bool | None
2967
2723
  """
2968
2724
 
2969
- ...
2970
-
2971
2725
  def vertex_color_brightness_contrast(
2972
2726
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2973
2727
  execution_context: int | str | None = None,
@@ -2990,8 +2744,6 @@ def vertex_color_brightness_contrast(
2990
2744
  :type contrast: float | None
2991
2745
  """
2992
2746
 
2993
- ...
2994
-
2995
2747
  def vertex_color_hsv(
2996
2748
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2997
2749
  execution_context: int | str | None = None,
@@ -3017,8 +2769,6 @@ def vertex_color_hsv(
3017
2769
  :type v: float | None
3018
2770
  """
3019
2771
 
3020
- ...
3021
-
3022
2772
  def vertex_color_invert(
3023
2773
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3024
2774
  execution_context: int | str | None = None,
@@ -3035,8 +2785,6 @@ def vertex_color_invert(
3035
2785
  :type mode: typing.Literal['STROKE','FILL','BOTH'] | None
3036
2786
  """
3037
2787
 
3038
- ...
3039
-
3040
2788
  def vertex_color_levels(
3041
2789
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3042
2790
  execution_context: int | str | None = None,
@@ -3059,8 +2807,6 @@ def vertex_color_levels(
3059
2807
  :type gain: float | None
3060
2808
  """
3061
2809
 
3062
- ...
3063
-
3064
2810
  def vertex_color_set(
3065
2811
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3066
2812
  execution_context: int | str | None = None,
@@ -3080,8 +2826,6 @@ def vertex_color_set(
3080
2826
  :type factor: float | None
3081
2827
  """
3082
2828
 
3083
- ...
3084
-
3085
2829
  def vertex_group_assign(
3086
2830
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3087
2831
  execution_context: int | str | None = None,
@@ -3094,8 +2838,6 @@ def vertex_group_assign(
3094
2838
  :type undo: bool | None
3095
2839
  """
3096
2840
 
3097
- ...
3098
-
3099
2841
  def vertex_group_deselect(
3100
2842
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3101
2843
  execution_context: int | str | None = None,
@@ -3108,8 +2850,6 @@ def vertex_group_deselect(
3108
2850
  :type undo: bool | None
3109
2851
  """
3110
2852
 
3111
- ...
3112
-
3113
2853
  def vertex_group_invert(
3114
2854
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3115
2855
  execution_context: int | str | None = None,
@@ -3122,8 +2862,6 @@ def vertex_group_invert(
3122
2862
  :type undo: bool | None
3123
2863
  """
3124
2864
 
3125
- ...
3126
-
3127
2865
  def vertex_group_normalize(
3128
2866
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3129
2867
  execution_context: int | str | None = None,
@@ -3136,8 +2874,6 @@ def vertex_group_normalize(
3136
2874
  :type undo: bool | None
3137
2875
  """
3138
2876
 
3139
- ...
3140
-
3141
2877
  def vertex_group_normalize_all(
3142
2878
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3143
2879
  execution_context: int | str | None = None,
@@ -3154,8 +2890,6 @@ def vertex_group_normalize_all(
3154
2890
  :type lock_active: bool | None
3155
2891
  """
3156
2892
 
3157
- ...
3158
-
3159
2893
  def vertex_group_remove_from(
3160
2894
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3161
2895
  execution_context: int | str | None = None,
@@ -3168,8 +2902,6 @@ def vertex_group_remove_from(
3168
2902
  :type undo: bool | None
3169
2903
  """
3170
2904
 
3171
- ...
3172
-
3173
2905
  def vertex_group_select(
3174
2906
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3175
2907
  execution_context: int | str | None = None,
@@ -3182,8 +2914,6 @@ def vertex_group_select(
3182
2914
  :type undo: bool | None
3183
2915
  """
3184
2916
 
3185
- ...
3186
-
3187
2917
  def vertex_group_smooth(
3188
2918
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3189
2919
  execution_context: int | str | None = None,
@@ -3203,8 +2933,6 @@ def vertex_group_smooth(
3203
2933
  :type repeat: int | None
3204
2934
  """
3205
2935
 
3206
- ...
3207
-
3208
2936
  def vertex_paint(
3209
2937
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3210
2938
  execution_context: int | str | None = None,
@@ -3225,8 +2953,6 @@ def vertex_paint(
3225
2953
  :type wait_for_input: bool | None
3226
2954
  """
3227
2955
 
3228
- ...
3229
-
3230
2956
  def vertexmode_toggle(
3231
2957
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3232
2958
  execution_context: int | str | None = None,
@@ -3243,8 +2969,6 @@ def vertexmode_toggle(
3243
2969
  :type back: bool | None
3244
2970
  """
3245
2971
 
3246
- ...
3247
-
3248
2972
  def weight_paint(
3249
2973
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3250
2974
  execution_context: int | str | None = None,
@@ -3265,8 +2989,6 @@ def weight_paint(
3265
2989
  :type wait_for_input: bool | None
3266
2990
  """
3267
2991
 
3268
- ...
3269
-
3270
2992
  def weight_sample(
3271
2993
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3272
2994
  execution_context: int | str | None = None,
@@ -3279,8 +3001,6 @@ def weight_sample(
3279
3001
  :type undo: bool | None
3280
3002
  """
3281
3003
 
3282
- ...
3283
-
3284
3004
  def weight_toggle_direction(
3285
3005
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3286
3006
  execution_context: int | str | None = None,
@@ -3293,8 +3013,6 @@ def weight_toggle_direction(
3293
3013
  :type undo: bool | None
3294
3014
  """
3295
3015
 
3296
- ...
3297
-
3298
3016
  def weightmode_toggle(
3299
3017
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3300
3018
  execution_context: int | str | None = None,
@@ -3310,5 +3028,3 @@ def weightmode_toggle(
3310
3028
  :param back: Return to Previous Mode, Return to previous mode
3311
3029
  :type back: bool | None
3312
3030
  """
3313
-
3314
- ...