fake-bpy-module 20240915__py3-none-any.whl → 20240916__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
bpy/ops/node/__init__.pyi CHANGED
@@ -4,9 +4,10 @@ import typing_extensions
4
4
  import bl_operators.node
5
5
  import bpy.ops.transform
6
6
  import bpy.types
7
+ import bpy.typing
7
8
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
11
 
11
12
  def add_collection(
12
13
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -27,8 +28,6 @@ def add_collection(
27
28
  :type session_uid: int | None
28
29
  """
29
30
 
30
- ...
31
-
32
31
  def add_file(
33
32
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
34
33
  execution_context: int | str | None = None,
@@ -170,8 +169,6 @@ def add_file(
170
169
  :type session_uid: int | None
171
170
  """
172
171
 
173
- ...
174
-
175
172
  def add_group(
176
173
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
177
174
  execution_context: int | str | None = None,
@@ -194,15 +191,12 @@ def add_group(
194
191
  :type show_datablock_in_node: bool | None
195
192
  """
196
193
 
197
- ...
198
-
199
194
  def add_group_asset(
200
195
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
201
196
  execution_context: int | str | None = None,
202
197
  undo: bool | None = None,
203
198
  *,
204
- asset_library_type: typing.Literal["ALL", "LOCAL", "ESSENTIALS", "CUSTOM"]
205
- | None = "LOCAL",
199
+ asset_library_type: bpy.typing.AssetLibraryTypeItems | None = "LOCAL",
206
200
  asset_library_identifier: str = "",
207
201
  relative_asset_identifier: str = "",
208
202
  ):
@@ -212,15 +206,13 @@ def add_group_asset(
212
206
  :type execution_context: int | str | None
213
207
  :type undo: bool | None
214
208
  :param asset_library_type: Asset Library Type
215
- :type asset_library_type: typing.Literal['ALL', 'LOCAL', 'ESSENTIALS', 'CUSTOM'] | None
209
+ :type asset_library_type: bpy.typing.AssetLibraryTypeItems | None
216
210
  :param asset_library_identifier: Asset Library Identifier
217
211
  :type asset_library_identifier: str
218
212
  :param relative_asset_identifier: Relative Asset Identifier
219
213
  :type relative_asset_identifier: str
220
214
  """
221
215
 
222
- ...
223
-
224
216
  def add_mask(
225
217
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
226
218
  execution_context: int | str | None = None,
@@ -240,8 +232,6 @@ def add_mask(
240
232
  :type session_uid: int | None
241
233
  """
242
234
 
243
- ...
244
-
245
235
  def add_material(
246
236
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
247
237
  execution_context: int | str | None = None,
@@ -261,8 +251,6 @@ def add_material(
261
251
  :type session_uid: int | None
262
252
  """
263
253
 
264
- ...
265
-
266
254
  def add_node(
267
255
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
268
256
  execution_context: int | str | None = None,
@@ -286,8 +274,6 @@ def add_node(
286
274
  :type type: str
287
275
  """
288
276
 
289
- ...
290
-
291
277
  def add_object(
292
278
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
293
279
  execution_context: int | str | None = None,
@@ -307,8 +293,6 @@ def add_object(
307
293
  :type session_uid: int | None
308
294
  """
309
295
 
310
- ...
311
-
312
296
  def add_repeat_zone(
313
297
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
314
298
  execution_context: int | str | None = None,
@@ -332,8 +316,6 @@ def add_repeat_zone(
332
316
  :type offset: collections.abc.Iterable[float] | None
333
317
  """
334
318
 
335
- ...
336
-
337
319
  def add_reroute(
338
320
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
339
321
  execution_context: int | str | None = None,
@@ -353,8 +335,6 @@ def add_reroute(
353
335
  :type cursor: int | None
354
336
  """
355
337
 
356
- ...
357
-
358
338
  def add_simulation_zone(
359
339
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
360
340
  execution_context: int | str | None = None,
@@ -378,8 +358,6 @@ def add_simulation_zone(
378
358
  :type offset: collections.abc.Iterable[float] | None
379
359
  """
380
360
 
381
- ...
382
-
383
361
  def attach(
384
362
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
385
363
  execution_context: int | str | None = None,
@@ -392,8 +370,6 @@ def attach(
392
370
  :type undo: bool | None
393
371
  """
394
372
 
395
- ...
396
-
397
373
  def backimage_fit(
398
374
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
399
375
  execution_context: int | str | None = None,
@@ -406,8 +382,6 @@ def backimage_fit(
406
382
  :type undo: bool | None
407
383
  """
408
384
 
409
- ...
410
-
411
385
  def backimage_move(
412
386
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
413
387
  execution_context: int | str | None = None,
@@ -420,8 +394,6 @@ def backimage_move(
420
394
  :type undo: bool | None
421
395
  """
422
396
 
423
- ...
424
-
425
397
  def backimage_sample(
426
398
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
427
399
  execution_context: int | str | None = None,
@@ -434,8 +406,6 @@ def backimage_sample(
434
406
  :type undo: bool | None
435
407
  """
436
408
 
437
- ...
438
-
439
409
  def backimage_zoom(
440
410
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
441
411
  execution_context: int | str | None = None,
@@ -452,8 +422,6 @@ def backimage_zoom(
452
422
  :type factor: float | None
453
423
  """
454
424
 
455
- ...
456
-
457
425
  def bake_node_item_add(
458
426
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
459
427
  execution_context: int | str | None = None,
@@ -466,8 +434,6 @@ def bake_node_item_add(
466
434
  :type undo: bool | None
467
435
  """
468
436
 
469
- ...
470
-
471
437
  def bake_node_item_move(
472
438
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
473
439
  execution_context: int | str | None = None,
@@ -484,8 +450,6 @@ def bake_node_item_move(
484
450
  :type direction: typing.Literal['UP','DOWN'] | None
485
451
  """
486
452
 
487
- ...
488
-
489
453
  def bake_node_item_remove(
490
454
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
491
455
  execution_context: int | str | None = None,
@@ -498,8 +462,6 @@ def bake_node_item_remove(
498
462
  :type undo: bool | None
499
463
  """
500
464
 
501
- ...
502
-
503
465
  def capture_attribute_item_add(
504
466
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
505
467
  execution_context: int | str | None = None,
@@ -512,8 +474,6 @@ def capture_attribute_item_add(
512
474
  :type undo: bool | None
513
475
  """
514
476
 
515
- ...
516
-
517
477
  def capture_attribute_item_move(
518
478
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
519
479
  execution_context: int | str | None = None,
@@ -530,8 +490,6 @@ def capture_attribute_item_move(
530
490
  :type direction: typing.Literal['UP','DOWN'] | None
531
491
  """
532
492
 
533
- ...
534
-
535
493
  def capture_attribute_item_remove(
536
494
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
537
495
  execution_context: int | str | None = None,
@@ -544,8 +502,6 @@ def capture_attribute_item_remove(
544
502
  :type undo: bool | None
545
503
  """
546
504
 
547
- ...
548
-
549
505
  def clear_viewer_border(
550
506
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
551
507
  execution_context: int | str | None = None,
@@ -558,8 +514,6 @@ def clear_viewer_border(
558
514
  :type undo: bool | None
559
515
  """
560
516
 
561
- ...
562
-
563
517
  def clipboard_copy(
564
518
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
565
519
  execution_context: int | str | None = None,
@@ -572,8 +526,6 @@ def clipboard_copy(
572
526
  :type undo: bool | None
573
527
  """
574
528
 
575
- ...
576
-
577
529
  def clipboard_paste(
578
530
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
579
531
  execution_context: int | str | None = None,
@@ -590,8 +542,6 @@ def clipboard_paste(
590
542
  :type offset: collections.abc.Iterable[float] | None
591
543
  """
592
544
 
593
- ...
594
-
595
545
  def collapse_hide_unused_toggle(
596
546
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
597
547
  execution_context: int | str | None = None,
@@ -604,8 +554,6 @@ def collapse_hide_unused_toggle(
604
554
  :type undo: bool | None
605
555
  """
606
556
 
607
- ...
608
-
609
557
  def connect_to_output(
610
558
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
611
559
  execution_context: int | str | None = None,
@@ -622,8 +570,6 @@ def connect_to_output(
622
570
  :type run_in_geometry_nodes: bool | None
623
571
  """
624
572
 
625
- ...
626
-
627
573
  def cryptomatte_layer_add(
628
574
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
629
575
  execution_context: int | str | None = None,
@@ -636,8 +582,6 @@ def cryptomatte_layer_add(
636
582
  :type undo: bool | None
637
583
  """
638
584
 
639
- ...
640
-
641
585
  def cryptomatte_layer_remove(
642
586
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
643
587
  execution_context: int | str | None = None,
@@ -650,8 +594,6 @@ def cryptomatte_layer_remove(
650
594
  :type undo: bool | None
651
595
  """
652
596
 
653
- ...
654
-
655
597
  def deactivate_viewer(
656
598
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
657
599
  execution_context: int | str | None = None,
@@ -664,8 +606,6 @@ def deactivate_viewer(
664
606
  :type undo: bool | None
665
607
  """
666
608
 
667
- ...
668
-
669
609
  def default_group_width_set(
670
610
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
671
611
  execution_context: int | str | None = None,
@@ -678,8 +618,6 @@ def default_group_width_set(
678
618
  :type undo: bool | None
679
619
  """
680
620
 
681
- ...
682
-
683
621
  def delete(
684
622
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
685
623
  execution_context: int | str | None = None,
@@ -692,8 +630,6 @@ def delete(
692
630
  :type undo: bool | None
693
631
  """
694
632
 
695
- ...
696
-
697
633
  def delete_reconnect(
698
634
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
699
635
  execution_context: int | str | None = None,
@@ -706,8 +642,6 @@ def delete_reconnect(
706
642
  :type undo: bool | None
707
643
  """
708
644
 
709
- ...
710
-
711
645
  def detach(
712
646
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
713
647
  execution_context: int | str | None = None,
@@ -720,8 +654,6 @@ def detach(
720
654
  :type undo: bool | None
721
655
  """
722
656
 
723
- ...
724
-
725
657
  def detach_translate_attach(
726
658
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
727
659
  execution_context: int | str | None = None,
@@ -744,8 +676,6 @@ def detach_translate_attach(
744
676
  :type NODE_OT_attach: attach | None
745
677
  """
746
678
 
747
- ...
748
-
749
679
  def duplicate(
750
680
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
751
681
  execution_context: int | str | None = None,
@@ -765,8 +695,6 @@ def duplicate(
765
695
  :type linked: bool | None
766
696
  """
767
697
 
768
- ...
769
-
770
698
  def duplicate_move(
771
699
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
772
700
  execution_context: int | str | None = None,
@@ -786,8 +714,6 @@ def duplicate_move(
786
714
  :type NODE_OT_translate_attach: translate_attach | None
787
715
  """
788
716
 
789
- ...
790
-
791
717
  def duplicate_move_keep_inputs(
792
718
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
793
719
  execution_context: int | str | None = None,
@@ -807,8 +733,6 @@ def duplicate_move_keep_inputs(
807
733
  :type NODE_OT_translate_attach: translate_attach | None
808
734
  """
809
735
 
810
- ...
811
-
812
736
  def duplicate_move_linked(
813
737
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
814
738
  execution_context: int | str | None = None,
@@ -828,8 +752,6 @@ def duplicate_move_linked(
828
752
  :type NODE_OT_translate_attach: translate_attach | None
829
753
  """
830
754
 
831
- ...
832
-
833
755
  def enum_definition_item_add(
834
756
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
835
757
  execution_context: int | str | None = None,
@@ -842,8 +764,6 @@ def enum_definition_item_add(
842
764
  :type undo: bool | None
843
765
  """
844
766
 
845
- ...
846
-
847
767
  def enum_definition_item_move(
848
768
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
849
769
  execution_context: int | str | None = None,
@@ -860,8 +780,6 @@ def enum_definition_item_move(
860
780
  :type direction: typing.Literal['UP','DOWN'] | None
861
781
  """
862
782
 
863
- ...
864
-
865
783
  def enum_definition_item_remove(
866
784
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
867
785
  execution_context: int | str | None = None,
@@ -874,8 +792,6 @@ def enum_definition_item_remove(
874
792
  :type undo: bool | None
875
793
  """
876
794
 
877
- ...
878
-
879
795
  def find_node(
880
796
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
881
797
  execution_context: int | str | None = None,
@@ -888,8 +804,6 @@ def find_node(
888
804
  :type undo: bool | None
889
805
  """
890
806
 
891
- ...
892
-
893
807
  def gltf_settings_node_operator(
894
808
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
895
809
  execution_context: int | str | None = None,
@@ -902,8 +816,6 @@ def gltf_settings_node_operator(
902
816
  :type undo: bool | None
903
817
  """
904
818
 
905
- ...
906
-
907
819
  def group_edit(
908
820
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
909
821
  execution_context: int | str | None = None,
@@ -920,8 +832,6 @@ def group_edit(
920
832
  :type exit: bool | None
921
833
  """
922
834
 
923
- ...
924
-
925
835
  def group_insert(
926
836
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
927
837
  execution_context: int | str | None = None,
@@ -934,8 +844,6 @@ def group_insert(
934
844
  :type undo: bool | None
935
845
  """
936
846
 
937
- ...
938
-
939
847
  def group_make(
940
848
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
941
849
  execution_context: int | str | None = None,
@@ -948,8 +856,6 @@ def group_make(
948
856
  :type undo: bool | None
949
857
  """
950
858
 
951
- ...
952
-
953
859
  def group_separate(
954
860
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
955
861
  execution_context: int | str | None = None,
@@ -972,8 +878,6 @@ def group_separate(
972
878
  :type type: typing.Literal['COPY','MOVE'] | None
973
879
  """
974
880
 
975
- ...
976
-
977
881
  def group_ungroup(
978
882
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
979
883
  execution_context: int | str | None = None,
@@ -986,8 +890,6 @@ def group_ungroup(
986
890
  :type undo: bool | None
987
891
  """
988
892
 
989
- ...
990
-
991
893
  def hide_socket_toggle(
992
894
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
993
895
  execution_context: int | str | None = None,
@@ -1000,8 +902,6 @@ def hide_socket_toggle(
1000
902
  :type undo: bool | None
1001
903
  """
1002
904
 
1003
- ...
1004
-
1005
905
  def hide_toggle(
1006
906
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1007
907
  execution_context: int | str | None = None,
@@ -1014,8 +914,6 @@ def hide_toggle(
1014
914
  :type undo: bool | None
1015
915
  """
1016
916
 
1017
- ...
1018
-
1019
917
  def index_switch_item_add(
1020
918
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1021
919
  execution_context: int | str | None = None,
@@ -1028,8 +926,6 @@ def index_switch_item_add(
1028
926
  :type undo: bool | None
1029
927
  """
1030
928
 
1031
- ...
1032
-
1033
929
  def index_switch_item_remove(
1034
930
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1035
931
  execution_context: int | str | None = None,
@@ -1046,8 +942,6 @@ def index_switch_item_remove(
1046
942
  :type index: int | None
1047
943
  """
1048
944
 
1049
- ...
1050
-
1051
945
  def insert_offset(
1052
946
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1053
947
  execution_context: int | str | None = None,
@@ -1060,8 +954,6 @@ def insert_offset(
1060
954
  :type undo: bool | None
1061
955
  """
1062
956
 
1063
- ...
1064
-
1065
957
  def interface_item_duplicate(
1066
958
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1067
959
  execution_context: int | str | None = None,
@@ -1074,8 +966,6 @@ def interface_item_duplicate(
1074
966
  :type undo: bool | None
1075
967
  """
1076
968
 
1077
- ...
1078
-
1079
969
  def interface_item_new(
1080
970
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1081
971
  execution_context: int | str | None = None,
@@ -1092,8 +982,6 @@ def interface_item_new(
1092
982
  :type item_type: typing.Literal['INPUT','OUTPUT','PANEL'] | None
1093
983
  """
1094
984
 
1095
- ...
1096
-
1097
985
  def interface_item_remove(
1098
986
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1099
987
  execution_context: int | str | None = None,
@@ -1106,8 +994,6 @@ def interface_item_remove(
1106
994
  :type undo: bool | None
1107
995
  """
1108
996
 
1109
- ...
1110
-
1111
997
  def join(
1112
998
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1113
999
  execution_context: int | str | None = None,
@@ -1120,8 +1006,6 @@ def join(
1120
1006
  :type undo: bool | None
1121
1007
  """
1122
1008
 
1123
- ...
1124
-
1125
1009
  def link(
1126
1010
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1127
1011
  execution_context: int | str | None = None,
@@ -1159,8 +1043,6 @@ def link(
1159
1043
  :type zoom_influence: float | None
1160
1044
  """
1161
1045
 
1162
- ...
1163
-
1164
1046
  def link_make(
1165
1047
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1166
1048
  execution_context: int | str | None = None,
@@ -1177,8 +1059,6 @@ def link_make(
1177
1059
  :type replace: bool | None
1178
1060
  """
1179
1061
 
1180
- ...
1181
-
1182
1062
  def link_viewer(
1183
1063
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1184
1064
  execution_context: int | str | None = None,
@@ -1191,8 +1071,6 @@ def link_viewer(
1191
1071
  :type undo: bool | None
1192
1072
  """
1193
1073
 
1194
- ...
1195
-
1196
1074
  def links_cut(
1197
1075
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1198
1076
  execution_context: int | str | None = None,
@@ -1212,8 +1090,6 @@ def links_cut(
1212
1090
  :type cursor: int | None
1213
1091
  """
1214
1092
 
1215
- ...
1216
-
1217
1093
  def links_detach(
1218
1094
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1219
1095
  execution_context: int | str | None = None,
@@ -1226,8 +1102,6 @@ def links_detach(
1226
1102
  :type undo: bool | None
1227
1103
  """
1228
1104
 
1229
- ...
1230
-
1231
1105
  def links_mute(
1232
1106
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1233
1107
  execution_context: int | str | None = None,
@@ -1247,8 +1121,6 @@ def links_mute(
1247
1121
  :type cursor: int | None
1248
1122
  """
1249
1123
 
1250
- ...
1251
-
1252
1124
  def move_detach_links(
1253
1125
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1254
1126
  execution_context: int | str | None = None,
@@ -1268,8 +1140,6 @@ def move_detach_links(
1268
1140
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1269
1141
  """
1270
1142
 
1271
- ...
1272
-
1273
1143
  def move_detach_links_release(
1274
1144
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1275
1145
  execution_context: int | str | None = None,
@@ -1289,8 +1159,6 @@ def move_detach_links_release(
1289
1159
  :type NODE_OT_translate_attach: translate_attach | None
1290
1160
  """
1291
1161
 
1292
- ...
1293
-
1294
1162
  def mute_toggle(
1295
1163
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1296
1164
  execution_context: int | str | None = None,
@@ -1303,8 +1171,6 @@ def mute_toggle(
1303
1171
  :type undo: bool | None
1304
1172
  """
1305
1173
 
1306
- ...
1307
-
1308
1174
  def new_geometry_node_group_assign(
1309
1175
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1310
1176
  execution_context: int | str | None = None,
@@ -1317,8 +1183,6 @@ def new_geometry_node_group_assign(
1317
1183
  :type undo: bool | None
1318
1184
  """
1319
1185
 
1320
- ...
1321
-
1322
1186
  def new_geometry_node_group_tool(
1323
1187
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1324
1188
  execution_context: int | str | None = None,
@@ -1331,8 +1195,6 @@ def new_geometry_node_group_tool(
1331
1195
  :type undo: bool | None
1332
1196
  """
1333
1197
 
1334
- ...
1335
-
1336
1198
  def new_geometry_nodes_modifier(
1337
1199
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1338
1200
  execution_context: int | str | None = None,
@@ -1345,8 +1207,6 @@ def new_geometry_nodes_modifier(
1345
1207
  :type undo: bool | None
1346
1208
  """
1347
1209
 
1348
- ...
1349
-
1350
1210
  def new_node_tree(
1351
1211
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1352
1212
  execution_context: int | str | None = None,
@@ -1366,8 +1226,6 @@ def new_node_tree(
1366
1226
  :type name: str
1367
1227
  """
1368
1228
 
1369
- ...
1370
-
1371
1229
  def node_color_preset_add(
1372
1230
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1373
1231
  execution_context: int | str | None = None,
@@ -1390,8 +1248,6 @@ def node_color_preset_add(
1390
1248
  :type remove_active: bool | None
1391
1249
  """
1392
1250
 
1393
- ...
1394
-
1395
1251
  def node_copy_color(
1396
1252
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1397
1253
  execution_context: int | str | None = None,
@@ -1404,8 +1260,6 @@ def node_copy_color(
1404
1260
  :type undo: bool | None
1405
1261
  """
1406
1262
 
1407
- ...
1408
-
1409
1263
  def options_toggle(
1410
1264
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1411
1265
  execution_context: int | str | None = None,
@@ -1418,8 +1272,6 @@ def options_toggle(
1418
1272
  :type undo: bool | None
1419
1273
  """
1420
1274
 
1421
- ...
1422
-
1423
1275
  def output_file_add_socket(
1424
1276
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1425
1277
  execution_context: int | str | None = None,
@@ -1436,8 +1288,6 @@ def output_file_add_socket(
1436
1288
  :type file_path: str
1437
1289
  """
1438
1290
 
1439
- ...
1440
-
1441
1291
  def output_file_move_active_socket(
1442
1292
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1443
1293
  execution_context: int | str | None = None,
@@ -1454,8 +1304,6 @@ def output_file_move_active_socket(
1454
1304
  :type direction: typing.Literal['UP','DOWN'] | None
1455
1305
  """
1456
1306
 
1457
- ...
1458
-
1459
1307
  def output_file_remove_active_socket(
1460
1308
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1461
1309
  execution_context: int | str | None = None,
@@ -1468,8 +1316,6 @@ def output_file_remove_active_socket(
1468
1316
  :type undo: bool | None
1469
1317
  """
1470
1318
 
1471
- ...
1472
-
1473
1319
  def parent_set(
1474
1320
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1475
1321
  execution_context: int | str | None = None,
@@ -1482,8 +1328,6 @@ def parent_set(
1482
1328
  :type undo: bool | None
1483
1329
  """
1484
1330
 
1485
- ...
1486
-
1487
1331
  def preview_toggle(
1488
1332
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1489
1333
  execution_context: int | str | None = None,
@@ -1496,8 +1340,6 @@ def preview_toggle(
1496
1340
  :type undo: bool | None
1497
1341
  """
1498
1342
 
1499
- ...
1500
-
1501
1343
  def read_viewlayers(
1502
1344
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1503
1345
  execution_context: int | str | None = None,
@@ -1510,8 +1352,6 @@ def read_viewlayers(
1510
1352
  :type undo: bool | None
1511
1353
  """
1512
1354
 
1513
- ...
1514
-
1515
1355
  def render_changed(
1516
1356
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1517
1357
  execution_context: int | str | None = None,
@@ -1524,8 +1364,6 @@ def render_changed(
1524
1364
  :type undo: bool | None
1525
1365
  """
1526
1366
 
1527
- ...
1528
-
1529
1367
  def repeat_zone_item_add(
1530
1368
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1531
1369
  execution_context: int | str | None = None,
@@ -1538,8 +1376,6 @@ def repeat_zone_item_add(
1538
1376
  :type undo: bool | None
1539
1377
  """
1540
1378
 
1541
- ...
1542
-
1543
1379
  def repeat_zone_item_move(
1544
1380
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1545
1381
  execution_context: int | str | None = None,
@@ -1556,8 +1392,6 @@ def repeat_zone_item_move(
1556
1392
  :type direction: typing.Literal['UP','DOWN'] | None
1557
1393
  """
1558
1394
 
1559
- ...
1560
-
1561
1395
  def repeat_zone_item_remove(
1562
1396
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1563
1397
  execution_context: int | str | None = None,
@@ -1570,8 +1404,6 @@ def repeat_zone_item_remove(
1570
1404
  :type undo: bool | None
1571
1405
  """
1572
1406
 
1573
- ...
1574
-
1575
1407
  def resize(
1576
1408
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1577
1409
  execution_context: int | str | None = None,
@@ -1584,8 +1416,6 @@ def resize(
1584
1416
  :type undo: bool | None
1585
1417
  """
1586
1418
 
1587
- ...
1588
-
1589
1419
  def select(
1590
1420
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1591
1421
  execution_context: int | str | None = None,
@@ -1623,8 +1453,6 @@ def select(
1623
1453
  :type clear_viewer: bool | None
1624
1454
  """
1625
1455
 
1626
- ...
1627
-
1628
1456
  def select_all(
1629
1457
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1630
1458
  execution_context: int | str | None = None,
@@ -1653,8 +1481,6 @@ def select_all(
1653
1481
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1654
1482
  """
1655
1483
 
1656
- ...
1657
-
1658
1484
  def select_box(
1659
1485
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1660
1486
  execution_context: int | str | None = None,
@@ -1698,8 +1524,6 @@ def select_box(
1698
1524
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1699
1525
  """
1700
1526
 
1701
- ...
1702
-
1703
1527
  def select_circle(
1704
1528
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1705
1529
  execution_context: int | str | None = None,
@@ -1737,8 +1561,6 @@ def select_circle(
1737
1561
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1738
1562
  """
1739
1563
 
1740
- ...
1741
-
1742
1564
  def select_grouped(
1743
1565
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1744
1566
  execution_context: int | str | None = None,
@@ -1758,8 +1580,6 @@ def select_grouped(
1758
1580
  :type type: typing.Literal['TYPE','COLOR','PREFIX','SUFFIX'] | None
1759
1581
  """
1760
1582
 
1761
- ...
1762
-
1763
1583
  def select_lasso(
1764
1584
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1765
1585
  execution_context: int | str | None = None,
@@ -1800,8 +1620,6 @@ def select_lasso(
1800
1620
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1801
1621
  """
1802
1622
 
1803
- ...
1804
-
1805
1623
  def select_link_viewer(
1806
1624
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1807
1625
  execution_context: int | str | None = None,
@@ -1821,8 +1639,6 @@ def select_link_viewer(
1821
1639
  :type NODE_OT_link_viewer: link_viewer | None
1822
1640
  """
1823
1641
 
1824
- ...
1825
-
1826
1642
  def select_linked_from(
1827
1643
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1828
1644
  execution_context: int | str | None = None,
@@ -1835,8 +1651,6 @@ def select_linked_from(
1835
1651
  :type undo: bool | None
1836
1652
  """
1837
1653
 
1838
- ...
1839
-
1840
1654
  def select_linked_to(
1841
1655
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1842
1656
  execution_context: int | str | None = None,
@@ -1849,8 +1663,6 @@ def select_linked_to(
1849
1663
  :type undo: bool | None
1850
1664
  """
1851
1665
 
1852
- ...
1853
-
1854
1666
  def select_same_type_step(
1855
1667
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1856
1668
  execution_context: int | str | None = None,
@@ -1867,8 +1679,6 @@ def select_same_type_step(
1867
1679
  :type prev: bool | None
1868
1680
  """
1869
1681
 
1870
- ...
1871
-
1872
1682
  def shader_script_update(
1873
1683
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1874
1684
  execution_context: int | str | None = None,
@@ -1881,8 +1691,6 @@ def shader_script_update(
1881
1691
  :type undo: bool | None
1882
1692
  """
1883
1693
 
1884
- ...
1885
-
1886
1694
  def simulation_zone_item_add(
1887
1695
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1888
1696
  execution_context: int | str | None = None,
@@ -1895,8 +1703,6 @@ def simulation_zone_item_add(
1895
1703
  :type undo: bool | None
1896
1704
  """
1897
1705
 
1898
- ...
1899
-
1900
1706
  def simulation_zone_item_move(
1901
1707
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1902
1708
  execution_context: int | str | None = None,
@@ -1913,8 +1719,6 @@ def simulation_zone_item_move(
1913
1719
  :type direction: typing.Literal['UP','DOWN'] | None
1914
1720
  """
1915
1721
 
1916
- ...
1917
-
1918
1722
  def simulation_zone_item_remove(
1919
1723
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1920
1724
  execution_context: int | str | None = None,
@@ -1927,8 +1731,6 @@ def simulation_zone_item_remove(
1927
1731
  :type undo: bool | None
1928
1732
  """
1929
1733
 
1930
- ...
1931
-
1932
1734
  def translate_attach(
1933
1735
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1934
1736
  execution_context: int | str | None = None,
@@ -1948,8 +1750,6 @@ def translate_attach(
1948
1750
  :type NODE_OT_attach: attach | None
1949
1751
  """
1950
1752
 
1951
- ...
1952
-
1953
1753
  def translate_attach_remove_on_cancel(
1954
1754
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1955
1755
  execution_context: int | str | None = None,
@@ -1969,8 +1769,6 @@ def translate_attach_remove_on_cancel(
1969
1769
  :type NODE_OT_attach: attach | None
1970
1770
  """
1971
1771
 
1972
- ...
1973
-
1974
1772
  def tree_path_parent(
1975
1773
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1976
1774
  execution_context: int | str | None = None,
@@ -1983,8 +1781,6 @@ def tree_path_parent(
1983
1781
  :type undo: bool | None
1984
1782
  """
1985
1783
 
1986
- ...
1987
-
1988
1784
  def view_all(
1989
1785
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1990
1786
  execution_context: int | str | None = None,
@@ -1997,8 +1793,6 @@ def view_all(
1997
1793
  :type undo: bool | None
1998
1794
  """
1999
1795
 
2000
- ...
2001
-
2002
1796
  def view_selected(
2003
1797
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2004
1798
  execution_context: int | str | None = None,
@@ -2011,8 +1805,6 @@ def view_selected(
2011
1805
  :type undo: bool | None
2012
1806
  """
2013
1807
 
2014
- ...
2015
-
2016
1808
  def viewer_border(
2017
1809
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2018
1810
  execution_context: int | str | None = None,
@@ -2040,5 +1832,3 @@ def viewer_border(
2040
1832
  :param wait_for_input: Wait for Input
2041
1833
  :type wait_for_input: bool | None
2042
1834
  """
2043
-
2044
- ...