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
bpy/ops/wm/__init__.pyi CHANGED
@@ -3,10 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bl_operators.wm
5
5
  import bpy.types
6
+ import bpy.typing
6
7
  import mathutils
7
8
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
11
 
11
12
  def alembic_export(
12
13
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -61,11 +62,9 @@ def alembic_export(
61
62
  use_instancing: bool | None = True,
62
63
  global_scale: float | None = 1.0,
63
64
  triangulate: bool | None = False,
64
- quad_method: typing.Literal[
65
- "BEAUTY", "FIXED", "FIXED_ALTERNATE", "SHORTEST_DIAGONAL", "LONGEST_DIAGONAL"
66
- ]
65
+ quad_method: bpy.typing.ModifierTriangulateQuadMethodItems
67
66
  | None = "SHORTEST_DIAGONAL",
68
- ngon_method: typing.Literal["BEAUTY", "CLIP"] | None = "BEAUTY",
67
+ ngon_method: bpy.typing.ModifierTriangulateNgonMethodItems | None = "BEAUTY",
69
68
  export_hair: bool | None = True,
70
69
  export_particles: bool | None = True,
71
70
  export_custom_properties: bool | None = True,
@@ -180,9 +179,9 @@ def alembic_export(
180
179
  :param triangulate: Triangulate, Export polygons (quads and n-gons) as triangles
181
180
  :type triangulate: bool | None
182
181
  :param quad_method: Quad Method, Method for splitting the quads into triangles
183
- :type quad_method: typing.Literal['BEAUTY', 'FIXED', 'FIXED_ALTERNATE', 'SHORTEST_DIAGONAL', 'LONGEST_DIAGONAL'] | None
182
+ :type quad_method: bpy.typing.ModifierTriangulateQuadMethodItems | None
184
183
  :param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
185
- :type ngon_method: typing.Literal['BEAUTY', 'CLIP'] | None
184
+ :type ngon_method: bpy.typing.ModifierTriangulateNgonMethodItems | None
186
185
  :param export_hair: Export Hair, Exports hair particle systems as animated curves
187
186
  :type export_hair: bool | None
188
187
  :param export_particles: Export Particles, Exports non-hair particle systems
@@ -202,8 +201,6 @@ def alembic_export(
202
201
  :type init_scene_frame_range: bool | None
203
202
  """
204
203
 
205
- ...
206
-
207
204
  def alembic_import(
208
205
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
209
206
  execution_context: int | str | None = None,
@@ -328,8 +325,6 @@ def alembic_import(
328
325
  :type as_background_job: bool | None
329
326
  """
330
327
 
331
- ...
332
-
333
328
  def append(
334
329
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
335
330
  execution_context: int | str | None = None,
@@ -461,8 +456,6 @@ def append(
461
456
  :type use_recursive: bool | None
462
457
  """
463
458
 
464
- ...
465
-
466
459
  def batch_rename(
467
460
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
468
461
  execution_context: int | str | None = None,
@@ -508,8 +501,6 @@ def batch_rename(
508
501
  :type actions: bpy.types.bpy_prop_collection[bl_operators.wm.BatchRenameAction] | None
509
502
  """
510
503
 
511
- ...
512
-
513
504
  def blend_strings_utf8_validate(
514
505
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
515
506
  execution_context: int | str | None = None,
@@ -522,8 +513,6 @@ def blend_strings_utf8_validate(
522
513
  :type undo: bool | None
523
514
  """
524
515
 
525
- ...
526
-
527
516
  def call_asset_shelf_popover(
528
517
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
529
518
  execution_context: int | str | None = None,
@@ -540,8 +529,6 @@ def call_asset_shelf_popover(
540
529
  :type name: str
541
530
  """
542
531
 
543
- ...
544
-
545
532
  def call_menu(
546
533
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
547
534
  execution_context: int | str | None = None,
@@ -558,8 +545,6 @@ def call_menu(
558
545
  :type name: str
559
546
  """
560
547
 
561
- ...
562
-
563
548
  def call_menu_pie(
564
549
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
565
550
  execution_context: int | str | None = None,
@@ -576,8 +561,6 @@ def call_menu_pie(
576
561
  :type name: str
577
562
  """
578
563
 
579
- ...
580
-
581
564
  def call_panel(
582
565
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
583
566
  execution_context: int | str | None = None,
@@ -597,8 +580,6 @@ def call_panel(
597
580
  :type keep_open: bool | None
598
581
  """
599
582
 
600
- ...
601
-
602
583
  def clear_recent_files(
603
584
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
604
585
  execution_context: int | str | None = None,
@@ -615,8 +596,6 @@ def clear_recent_files(
615
596
  :type remove: typing.Literal['ALL','MISSING'] | None
616
597
  """
617
598
 
618
- ...
619
-
620
599
  def collada_export(
621
600
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
622
601
  execution_context: int | str | None = None,
@@ -893,8 +872,6 @@ def collada_export(
893
872
  :type keep_bind_info: bool | None
894
873
  """
895
874
 
896
- ...
897
-
898
875
  def collada_import(
899
876
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
900
877
  execution_context: int | str | None = None,
@@ -1012,8 +989,6 @@ def collada_import(
1012
989
  :type keep_bind_info: bool | None
1013
990
  """
1014
991
 
1015
- ...
1016
-
1017
992
  def collection_export_all(
1018
993
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1019
994
  execution_context: int | str | None = None,
@@ -1026,8 +1001,6 @@ def collection_export_all(
1026
1001
  :type undo: bool | None
1027
1002
  """
1028
1003
 
1029
- ...
1030
-
1031
1004
  def context_collection_boolean_set(
1032
1005
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1033
1006
  execution_context: int | str | None = None,
@@ -1050,8 +1023,6 @@ def context_collection_boolean_set(
1050
1023
  :type type: typing.Literal['TOGGLE','ENABLE','DISABLE'] | None
1051
1024
  """
1052
1025
 
1053
- ...
1054
-
1055
1026
  def context_cycle_array(
1056
1027
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1057
1028
  execution_context: int | str | None = None,
@@ -1071,8 +1042,6 @@ def context_cycle_array(
1071
1042
  :type reverse: bool | None
1072
1043
  """
1073
1044
 
1074
- ...
1075
-
1076
1045
  def context_cycle_enum(
1077
1046
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1078
1047
  execution_context: int | str | None = None,
@@ -1095,8 +1064,6 @@ def context_cycle_enum(
1095
1064
  :type wrap: bool | None
1096
1065
  """
1097
1066
 
1098
- ...
1099
-
1100
1067
  def context_cycle_int(
1101
1068
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1102
1069
  execution_context: int | str | None = None,
@@ -1119,8 +1086,6 @@ def context_cycle_int(
1119
1086
  :type wrap: bool | None
1120
1087
  """
1121
1088
 
1122
- ...
1123
-
1124
1089
  def context_menu_enum(
1125
1090
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1126
1091
  execution_context: int | str | None = None,
@@ -1137,8 +1102,6 @@ def context_menu_enum(
1137
1102
  :type data_path: str
1138
1103
  """
1139
1104
 
1140
- ...
1141
-
1142
1105
  def context_modal_mouse(
1143
1106
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1144
1107
  execution_context: int | str | None = None,
@@ -1170,8 +1133,6 @@ def context_modal_mouse(
1170
1133
  :type initial_x: int | None
1171
1134
  """
1172
1135
 
1173
- ...
1174
-
1175
1136
  def context_pie_enum(
1176
1137
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1177
1138
  execution_context: int | str | None = None,
@@ -1188,8 +1149,6 @@ def context_pie_enum(
1188
1149
  :type data_path: str
1189
1150
  """
1190
1151
 
1191
- ...
1192
-
1193
1152
  def context_scale_float(
1194
1153
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1195
1154
  execution_context: int | str | None = None,
@@ -1209,8 +1168,6 @@ def context_scale_float(
1209
1168
  :type value: float | None
1210
1169
  """
1211
1170
 
1212
- ...
1213
-
1214
1171
  def context_scale_int(
1215
1172
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1216
1173
  execution_context: int | str | None = None,
@@ -1233,8 +1190,6 @@ def context_scale_int(
1233
1190
  :type always_step: bool | None
1234
1191
  """
1235
1192
 
1236
- ...
1237
-
1238
1193
  def context_set_boolean(
1239
1194
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1240
1195
  execution_context: int | str | None = None,
@@ -1254,8 +1209,6 @@ def context_set_boolean(
1254
1209
  :type value: bool | None
1255
1210
  """
1256
1211
 
1257
- ...
1258
-
1259
1212
  def context_set_enum(
1260
1213
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1261
1214
  execution_context: int | str | None = None,
@@ -1275,8 +1228,6 @@ def context_set_enum(
1275
1228
  :type value: str
1276
1229
  """
1277
1230
 
1278
- ...
1279
-
1280
1231
  def context_set_float(
1281
1232
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1282
1233
  execution_context: int | str | None = None,
@@ -1299,8 +1250,6 @@ def context_set_float(
1299
1250
  :type relative: bool | None
1300
1251
  """
1301
1252
 
1302
- ...
1303
-
1304
1253
  def context_set_id(
1305
1254
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1306
1255
  execution_context: int | str | None = None,
@@ -1320,8 +1269,6 @@ def context_set_id(
1320
1269
  :type value: str
1321
1270
  """
1322
1271
 
1323
- ...
1324
-
1325
1272
  def context_set_int(
1326
1273
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1327
1274
  execution_context: int | str | None = None,
@@ -1344,8 +1291,6 @@ def context_set_int(
1344
1291
  :type relative: bool | None
1345
1292
  """
1346
1293
 
1347
- ...
1348
-
1349
1294
  def context_set_string(
1350
1295
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1351
1296
  execution_context: int | str | None = None,
@@ -1365,8 +1310,6 @@ def context_set_string(
1365
1310
  :type value: str
1366
1311
  """
1367
1312
 
1368
- ...
1369
-
1370
1313
  def context_set_value(
1371
1314
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1372
1315
  execution_context: int | str | None = None,
@@ -1386,8 +1329,6 @@ def context_set_value(
1386
1329
  :type value: str
1387
1330
  """
1388
1331
 
1389
- ...
1390
-
1391
1332
  def context_toggle(
1392
1333
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1393
1334
  execution_context: int | str | None = None,
@@ -1407,8 +1348,6 @@ def context_toggle(
1407
1348
  :type module: str
1408
1349
  """
1409
1350
 
1410
- ...
1411
-
1412
1351
  def context_toggle_enum(
1413
1352
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1414
1353
  execution_context: int | str | None = None,
@@ -1431,8 +1370,6 @@ def context_toggle_enum(
1431
1370
  :type value_2: str
1432
1371
  """
1433
1372
 
1434
- ...
1435
-
1436
1373
  def debug_menu(
1437
1374
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1438
1375
  execution_context: int | str | None = None,
@@ -1449,8 +1386,6 @@ def debug_menu(
1449
1386
  :type debug_value: int | None
1450
1387
  """
1451
1388
 
1452
- ...
1453
-
1454
1389
  def doc_view(
1455
1390
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1456
1391
  execution_context: int | str | None = None,
@@ -1467,8 +1402,6 @@ def doc_view(
1467
1402
  :type doc_id: str
1468
1403
  """
1469
1404
 
1470
- ...
1471
-
1472
1405
  def doc_view_manual(
1473
1406
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1474
1407
  execution_context: int | str | None = None,
@@ -1485,8 +1418,6 @@ def doc_view_manual(
1485
1418
  :type doc_id: str
1486
1419
  """
1487
1420
 
1488
- ...
1489
-
1490
1421
  def doc_view_manual_ui_context(
1491
1422
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1492
1423
  execution_context: int | str | None = None,
@@ -1499,8 +1430,6 @@ def doc_view_manual_ui_context(
1499
1430
  :type undo: bool | None
1500
1431
  """
1501
1432
 
1502
- ...
1503
-
1504
1433
  def drop_blend_file(
1505
1434
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1506
1435
  execution_context: int | str | None = None,
@@ -1517,8 +1446,6 @@ def drop_blend_file(
1517
1446
  :type filepath: str
1518
1447
  """
1519
1448
 
1520
- ...
1521
-
1522
1449
  def drop_import_file(
1523
1450
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1524
1451
  execution_context: int | str | None = None,
@@ -1539,8 +1466,6 @@ def drop_import_file(
1539
1466
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
1540
1467
  """
1541
1468
 
1542
- ...
1543
-
1544
1469
  def gpencil_export_pdf(
1545
1470
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1546
1471
  execution_context: int | str | None = None,
@@ -1669,8 +1594,6 @@ def gpencil_export_pdf(
1669
1594
  :type frame_mode: typing.Literal['ACTIVE','SELECTED','SCENE'] | None
1670
1595
  """
1671
1596
 
1672
- ...
1673
-
1674
1597
  def gpencil_export_svg(
1675
1598
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1676
1599
  execution_context: int | str | None = None,
@@ -1790,8 +1713,6 @@ def gpencil_export_svg(
1790
1713
  :type use_clip_camera: bool | None
1791
1714
  """
1792
1715
 
1793
- ...
1794
-
1795
1716
  def gpencil_import_svg(
1796
1717
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1797
1718
  execution_context: int | str | None = None,
@@ -1902,8 +1823,6 @@ def gpencil_import_svg(
1902
1823
  :type scale: float | None
1903
1824
  """
1904
1825
 
1905
- ...
1906
-
1907
1826
  def grease_pencil_export_pdf(
1908
1827
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1909
1828
  execution_context: int | str | None = None,
@@ -2032,8 +1951,6 @@ def grease_pencil_export_pdf(
2032
1951
  :type frame_mode: typing.Literal['ACTIVE','SELECTED','SCENE'] | None
2033
1952
  """
2034
1953
 
2035
- ...
2036
-
2037
1954
  def grease_pencil_export_svg(
2038
1955
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2039
1956
  execution_context: int | str | None = None,
@@ -2153,8 +2070,6 @@ def grease_pencil_export_svg(
2153
2070
  :type use_clip_camera: bool | None
2154
2071
  """
2155
2072
 
2156
- ...
2157
-
2158
2073
  def grease_pencil_import_svg(
2159
2074
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2160
2075
  execution_context: int | str | None = None,
@@ -2268,8 +2183,6 @@ def grease_pencil_import_svg(
2268
2183
  :type use_scene_unit: bool | None
2269
2184
  """
2270
2185
 
2271
- ...
2272
-
2273
2186
  def interface_theme_preset_add(
2274
2187
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2275
2188
  execution_context: int | str | None = None,
@@ -2292,8 +2205,6 @@ def interface_theme_preset_add(
2292
2205
  :type remove_active: bool | None
2293
2206
  """
2294
2207
 
2295
- ...
2296
-
2297
2208
  def interface_theme_preset_remove(
2298
2209
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2299
2210
  execution_context: int | str | None = None,
@@ -2316,8 +2227,6 @@ def interface_theme_preset_remove(
2316
2227
  :type remove_active: bool | None
2317
2228
  """
2318
2229
 
2319
- ...
2320
-
2321
2230
  def interface_theme_preset_save(
2322
2231
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2323
2232
  execution_context: int | str | None = None,
@@ -2340,8 +2249,6 @@ def interface_theme_preset_save(
2340
2249
  :type remove_active: bool | None
2341
2250
  """
2342
2251
 
2343
- ...
2344
-
2345
2252
  def keyconfig_preset_add(
2346
2253
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2347
2254
  execution_context: int | str | None = None,
@@ -2364,8 +2271,6 @@ def keyconfig_preset_add(
2364
2271
  :type remove_active: bool | None
2365
2272
  """
2366
2273
 
2367
- ...
2368
-
2369
2274
  def keyconfig_preset_remove(
2370
2275
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2371
2276
  execution_context: int | str | None = None,
@@ -2388,8 +2293,6 @@ def keyconfig_preset_remove(
2388
2293
  :type remove_active: bool | None
2389
2294
  """
2390
2295
 
2391
- ...
2392
-
2393
2296
  def lib_reload(
2394
2297
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2395
2298
  execution_context: int | str | None = None,
@@ -2499,8 +2402,6 @@ def lib_reload(
2499
2402
  :type sort_method: str | None
2500
2403
  """
2501
2404
 
2502
- ...
2503
-
2504
2405
  def lib_relocate(
2505
2406
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2506
2407
  execution_context: int | str | None = None,
@@ -2614,8 +2515,6 @@ def lib_relocate(
2614
2515
  :type sort_method: str | None
2615
2516
  """
2616
2517
 
2617
- ...
2618
-
2619
2518
  def link(
2620
2519
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2621
2520
  execution_context: int | str | None = None,
@@ -2744,8 +2643,6 @@ def link(
2744
2643
  :type instance_object_data: bool | None
2745
2644
  """
2746
2645
 
2747
- ...
2748
-
2749
2646
  def memory_statistics(
2750
2647
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2751
2648
  execution_context: int | str | None = None,
@@ -2758,8 +2655,6 @@ def memory_statistics(
2758
2655
  :type undo: bool | None
2759
2656
  """
2760
2657
 
2761
- ...
2762
-
2763
2658
  def obj_export(
2764
2659
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2765
2660
  execution_context: int | str | None = None,
@@ -2992,8 +2887,6 @@ def obj_export(
2992
2887
  :type collection: str
2993
2888
  """
2994
2889
 
2995
- ...
2996
-
2997
2890
  def obj_import(
2998
2891
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2999
2892
  execution_context: int | str | None = None,
@@ -3165,8 +3058,6 @@ def obj_import(
3165
3058
  :type filter_glob: str
3166
3059
  """
3167
3060
 
3168
- ...
3169
-
3170
3061
  def open_mainfile(
3171
3062
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3172
3063
  execution_context: int | str | None = None,
@@ -3276,8 +3167,6 @@ def open_mainfile(
3276
3167
  :type state: int | None
3277
3168
  """
3278
3169
 
3279
- ...
3280
-
3281
3170
  def operator_cheat_sheet(
3282
3171
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3283
3172
  execution_context: int | str | None = None,
@@ -3290,8 +3179,6 @@ def operator_cheat_sheet(
3290
3179
  :type undo: bool | None
3291
3180
  """
3292
3181
 
3293
- ...
3294
-
3295
3182
  def operator_defaults(
3296
3183
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3297
3184
  execution_context: int | str | None = None,
@@ -3304,8 +3191,6 @@ def operator_defaults(
3304
3191
  :type undo: bool | None
3305
3192
  """
3306
3193
 
3307
- ...
3308
-
3309
3194
  def operator_pie_enum(
3310
3195
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3311
3196
  execution_context: int | str | None = None,
@@ -3325,8 +3210,6 @@ def operator_pie_enum(
3325
3210
  :type prop_string: str
3326
3211
  """
3327
3212
 
3328
- ...
3329
-
3330
3213
  def operator_preset_add(
3331
3214
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3332
3215
  execution_context: int | str | None = None,
@@ -3352,8 +3235,6 @@ def operator_preset_add(
3352
3235
  :type operator: str
3353
3236
  """
3354
3237
 
3355
- ...
3356
-
3357
3238
  def operator_presets_cleanup(
3358
3239
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3359
3240
  execution_context: int | str | None = None,
@@ -3374,8 +3255,6 @@ def operator_presets_cleanup(
3374
3255
  :type properties: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
3375
3256
  """
3376
3257
 
3377
- ...
3378
-
3379
3258
  def owner_disable(
3380
3259
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3381
3260
  execution_context: int | str | None = None,
@@ -3392,8 +3271,6 @@ def owner_disable(
3392
3271
  :type owner_id: str
3393
3272
  """
3394
3273
 
3395
- ...
3396
-
3397
3274
  def owner_enable(
3398
3275
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3399
3276
  execution_context: int | str | None = None,
@@ -3410,8 +3287,6 @@ def owner_enable(
3410
3287
  :type owner_id: str
3411
3288
  """
3412
3289
 
3413
- ...
3414
-
3415
3290
  def path_open(
3416
3291
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3417
3292
  execution_context: int | str | None = None,
@@ -3428,8 +3303,6 @@ def path_open(
3428
3303
  :type filepath: str
3429
3304
  """
3430
3305
 
3431
- ...
3432
-
3433
3306
  def ply_export(
3434
3307
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3435
3308
  execution_context: int | str | None = None,
@@ -3612,8 +3485,6 @@ def ply_export(
3612
3485
  :type filter_glob: str
3613
3486
  """
3614
3487
 
3615
- ...
3616
-
3617
3488
  def ply_import(
3618
3489
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3619
3490
  execution_context: int | str | None = None,
@@ -3788,8 +3659,6 @@ def ply_import(
3788
3659
  :type filter_glob: str
3789
3660
  """
3790
3661
 
3791
- ...
3792
-
3793
3662
  def previews_batch_clear(
3794
3663
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3795
3664
  execution_context: int | str | None = None,
@@ -3834,8 +3703,6 @@ def previews_batch_clear(
3834
3703
  :type use_backups: bool | None
3835
3704
  """
3836
3705
 
3837
- ...
3838
-
3839
3706
  def previews_batch_generate(
3840
3707
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3841
3708
  execution_context: int | str | None = None,
@@ -3880,8 +3747,6 @@ def previews_batch_generate(
3880
3747
  :type use_backups: bool | None
3881
3748
  """
3882
3749
 
3883
- ...
3884
-
3885
3750
  def previews_clear(
3886
3751
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3887
3752
  execution_context: int | str | None = None,
@@ -3946,8 +3811,6 @@ def previews_clear(
3946
3811
  :type id_type: set[typing.Literal['ALL','GEOMETRY','SHADING','SCENE','COLLECTION','OBJECT','MATERIAL','LIGHT','WORLD','TEXTURE','IMAGE']] | None
3947
3812
  """
3948
3813
 
3949
- ...
3950
-
3951
3814
  def previews_ensure(
3952
3815
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3953
3816
  execution_context: int | str | None = None,
@@ -3960,8 +3823,6 @@ def previews_ensure(
3960
3823
  :type undo: bool | None
3961
3824
  """
3962
3825
 
3963
- ...
3964
-
3965
3826
  def properties_add(
3966
3827
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3967
3828
  execution_context: int | str | None = None,
@@ -3978,8 +3839,6 @@ def properties_add(
3978
3839
  :type data_path: str
3979
3840
  """
3980
3841
 
3981
- ...
3982
-
3983
3842
  def properties_context_change(
3984
3843
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
3985
3844
  execution_context: int | str | None = None,
@@ -3996,8 +3855,6 @@ def properties_context_change(
3996
3855
  :type context: str
3997
3856
  """
3998
3857
 
3999
- ...
4000
-
4001
3858
  def properties_edit(
4002
3859
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4003
3860
  execution_context: int | str | None = None,
@@ -4223,8 +4080,6 @@ def properties_edit(
4223
4080
  :type eval_string: str
4224
4081
  """
4225
4082
 
4226
- ...
4227
-
4228
4083
  def properties_edit_value(
4229
4084
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4230
4085
  execution_context: int | str | None = None,
@@ -4247,8 +4102,6 @@ def properties_edit_value(
4247
4102
  :type eval_string: str
4248
4103
  """
4249
4104
 
4250
- ...
4251
-
4252
4105
  def properties_remove(
4253
4106
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4254
4107
  execution_context: int | str | None = None,
@@ -4268,8 +4121,6 @@ def properties_remove(
4268
4121
  :type property_name: str
4269
4122
  """
4270
4123
 
4271
- ...
4272
-
4273
4124
  def quit_blender(
4274
4125
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4275
4126
  execution_context: int | str | None = None,
@@ -4282,8 +4133,6 @@ def quit_blender(
4282
4133
  :type undo: bool | None
4283
4134
  """
4284
4135
 
4285
- ...
4286
-
4287
4136
  def radial_control(
4288
4137
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4289
4138
  execution_context: int | str | None = None,
@@ -4333,8 +4182,6 @@ def radial_control(
4333
4182
  :type release_confirm: bool | None
4334
4183
  """
4335
4184
 
4336
- ...
4337
-
4338
4185
  def read_factory_settings(
4339
4186
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4340
4187
  execution_context: int | str | None = None,
@@ -4356,8 +4203,6 @@ def read_factory_settings(
4356
4203
  :type use_empty: bool | None
4357
4204
  """
4358
4205
 
4359
- ...
4360
-
4361
4206
  def read_factory_userpref(
4362
4207
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4363
4208
  execution_context: int | str | None = None,
@@ -4374,8 +4219,6 @@ def read_factory_userpref(
4374
4219
  :type use_factory_startup_app_template_only: bool | None
4375
4220
  """
4376
4221
 
4377
- ...
4378
-
4379
4222
  def read_history(
4380
4223
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4381
4224
  execution_context: int | str | None = None,
@@ -4388,8 +4231,6 @@ def read_history(
4388
4231
  :type undo: bool | None
4389
4232
  """
4390
4233
 
4391
- ...
4392
-
4393
4234
  def read_homefile(
4394
4235
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4395
4236
  execution_context: int | str | None = None,
@@ -4423,8 +4264,6 @@ def read_homefile(
4423
4264
  :type use_empty: bool | None
4424
4265
  """
4425
4266
 
4426
- ...
4427
-
4428
4267
  def read_userpref(
4429
4268
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4430
4269
  execution_context: int | str | None = None,
@@ -4437,8 +4276,6 @@ def read_userpref(
4437
4276
  :type undo: bool | None
4438
4277
  """
4439
4278
 
4440
- ...
4441
-
4442
4279
  def recover_auto_save(
4443
4280
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4444
4281
  execution_context: int | str | None = None,
@@ -4539,8 +4376,6 @@ def recover_auto_save(
4539
4376
  :type use_scripts: bool | None
4540
4377
  """
4541
4378
 
4542
- ...
4543
-
4544
4379
  def recover_last_session(
4545
4380
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4546
4381
  execution_context: int | str | None = None,
@@ -4557,8 +4392,6 @@ def recover_last_session(
4557
4392
  :type use_scripts: bool | None
4558
4393
  """
4559
4394
 
4560
- ...
4561
-
4562
4395
  def redraw_timer(
4563
4396
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4564
4397
  execution_context: int | str | None = None,
@@ -4611,8 +4444,6 @@ def redraw_timer(
4611
4444
  :type time_limit: float | None
4612
4445
  """
4613
4446
 
4614
- ...
4615
-
4616
4447
  def revert_mainfile(
4617
4448
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4618
4449
  execution_context: int | str | None = None,
@@ -4629,8 +4460,6 @@ def revert_mainfile(
4629
4460
  :type use_scripts: bool | None
4630
4461
  """
4631
4462
 
4632
- ...
4633
-
4634
4463
  def save_as_mainfile(
4635
4464
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4636
4465
  execution_context: int | str | None = None,
@@ -4737,8 +4566,6 @@ def save_as_mainfile(
4737
4566
  :type copy: bool | None
4738
4567
  """
4739
4568
 
4740
- ...
4741
-
4742
4569
  def save_homefile(
4743
4570
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4744
4571
  execution_context: int | str | None = None,
@@ -4751,8 +4578,6 @@ def save_homefile(
4751
4578
  :type undo: bool | None
4752
4579
  """
4753
4580
 
4754
- ...
4755
-
4756
4581
  def save_mainfile(
4757
4582
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4758
4583
  execution_context: int | str | None = None,
@@ -4862,8 +4687,6 @@ def save_mainfile(
4862
4687
  :type incremental: bool | None
4863
4688
  """
4864
4689
 
4865
- ...
4866
-
4867
4690
  def save_userpref(
4868
4691
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4869
4692
  execution_context: int | str | None = None,
@@ -4876,8 +4699,6 @@ def save_userpref(
4876
4699
  :type undo: bool | None
4877
4700
  """
4878
4701
 
4879
- ...
4880
-
4881
4702
  def search_menu(
4882
4703
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4883
4704
  execution_context: int | str | None = None,
@@ -4890,8 +4711,6 @@ def search_menu(
4890
4711
  :type undo: bool | None
4891
4712
  """
4892
4713
 
4893
- ...
4894
-
4895
4714
  def search_operator(
4896
4715
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4897
4716
  execution_context: int | str | None = None,
@@ -4904,8 +4723,6 @@ def search_operator(
4904
4723
  :type undo: bool | None
4905
4724
  """
4906
4725
 
4907
- ...
4908
-
4909
4726
  def search_single_menu(
4910
4727
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4911
4728
  execution_context: int | str | None = None,
@@ -4925,23 +4742,14 @@ def search_single_menu(
4925
4742
  :type initial_query: str
4926
4743
  """
4927
4744
 
4928
- ...
4929
-
4930
4745
  def set_stereo_3d(
4931
4746
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4932
4747
  execution_context: int | str | None = None,
4933
4748
  undo: bool | None = None,
4934
4749
  *,
4935
- display_mode: typing.Literal[
4936
- "ANAGLYPH", "INTERLACE", "TIMESEQUENTIAL", "SIDEBYSIDE", "TOPBOTTOM"
4937
- ]
4938
- | None = "ANAGLYPH",
4939
- anaglyph_type: typing.Literal["RED_CYAN", "GREEN_MAGENTA", "YELLOW_BLUE"]
4940
- | None = "RED_CYAN",
4941
- interlace_type: typing.Literal[
4942
- "ROW_INTERLEAVED", "COLUMN_INTERLEAVED", "CHECKERBOARD_INTERLEAVED"
4943
- ]
4944
- | None = "ROW_INTERLEAVED",
4750
+ display_mode: bpy.typing.Stereo3DDisplayItems | None = "ANAGLYPH",
4751
+ anaglyph_type: bpy.typing.Stereo3DAnaglyphTypeItems | None = "RED_CYAN",
4752
+ interlace_type: bpy.typing.Stereo3DInterlaceTypeItems | None = "ROW_INTERLEAVED",
4945
4753
  use_interlace_swap: bool | None = False,
4946
4754
  use_sidebyside_crosseyed: bool | None = False,
4947
4755
  ):
@@ -4951,19 +4759,17 @@ def set_stereo_3d(
4951
4759
  :type execution_context: int | str | None
4952
4760
  :type undo: bool | None
4953
4761
  :param display_mode: Display Mode
4954
- :type display_mode: typing.Literal['ANAGLYPH', 'INTERLACE', 'TIMESEQUENTIAL', 'SIDEBYSIDE', 'TOPBOTTOM'] | None
4762
+ :type display_mode: bpy.typing.Stereo3DDisplayItems | None
4955
4763
  :param anaglyph_type: Anaglyph Type
4956
- :type anaglyph_type: typing.Literal['RED_CYAN', 'GREEN_MAGENTA', 'YELLOW_BLUE'] | None
4764
+ :type anaglyph_type: bpy.typing.Stereo3DAnaglyphTypeItems | None
4957
4765
  :param interlace_type: Interlace Type
4958
- :type interlace_type: typing.Literal['ROW_INTERLEAVED', 'COLUMN_INTERLEAVED', 'CHECKERBOARD_INTERLEAVED'] | None
4766
+ :type interlace_type: bpy.typing.Stereo3DInterlaceTypeItems | None
4959
4767
  :param use_interlace_swap: Swap Left/Right, Swap left and right stereo channels
4960
4768
  :type use_interlace_swap: bool | None
4961
4769
  :param use_sidebyside_crosseyed: Cross-Eyed, Right eye should see left image and vice versa
4962
4770
  :type use_sidebyside_crosseyed: bool | None
4963
4771
  """
4964
4772
 
4965
- ...
4966
-
4967
4773
  def splash(
4968
4774
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4969
4775
  execution_context: int | str | None = None,
@@ -4976,8 +4782,6 @@ def splash(
4976
4782
  :type undo: bool | None
4977
4783
  """
4978
4784
 
4979
- ...
4980
-
4981
4785
  def splash_about(
4982
4786
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4983
4787
  execution_context: int | str | None = None,
@@ -4990,8 +4794,6 @@ def splash_about(
4990
4794
  :type undo: bool | None
4991
4795
  """
4992
4796
 
4993
- ...
4994
-
4995
4797
  def stl_export(
4996
4798
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
4997
4799
  execution_context: int | str | None = None,
@@ -5156,8 +4958,6 @@ def stl_export(
5156
4958
  :type filter_glob: str
5157
4959
  """
5158
4960
 
5159
- ...
5160
-
5161
4961
  def stl_import(
5162
4962
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5163
4963
  execution_context: int | str | None = None,
@@ -5320,8 +5120,6 @@ def stl_import(
5320
5120
  :type filter_glob: str
5321
5121
  """
5322
5122
 
5323
- ...
5324
-
5325
5123
  def sysinfo(
5326
5124
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5327
5125
  execution_context: int | str | None = None,
@@ -5338,8 +5136,6 @@ def sysinfo(
5338
5136
  :type filepath: str
5339
5137
  """
5340
5138
 
5341
- ...
5342
-
5343
5139
  def tool_set_by_id(
5344
5140
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5345
5141
  execution_context: int | str | None = None,
@@ -5386,8 +5182,6 @@ def tool_set_by_id(
5386
5182
  :type space_type: typing.Literal['EMPTY','VIEW_3D','IMAGE_EDITOR','NODE_EDITOR','SEQUENCE_EDITOR','CLIP_EDITOR','DOPESHEET_EDITOR','GRAPH_EDITOR','NLA_EDITOR','TEXT_EDITOR','CONSOLE','INFO','TOPBAR','STATUSBAR','OUTLINER','PROPERTIES','FILE_BROWSER','SPREADSHEET','PREFERENCES'] | None
5387
5183
  """
5388
5184
 
5389
- ...
5390
-
5391
5185
  def tool_set_by_index(
5392
5186
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5393
5187
  execution_context: int | str | None = None,
@@ -5437,8 +5231,6 @@ def tool_set_by_index(
5437
5231
  :type space_type: typing.Literal['EMPTY','VIEW_3D','IMAGE_EDITOR','NODE_EDITOR','SEQUENCE_EDITOR','CLIP_EDITOR','DOPESHEET_EDITOR','GRAPH_EDITOR','NLA_EDITOR','TEXT_EDITOR','CONSOLE','INFO','TOPBAR','STATUSBAR','OUTLINER','PROPERTIES','FILE_BROWSER','SPREADSHEET','PREFERENCES'] | None
5438
5232
  """
5439
5233
 
5440
- ...
5441
-
5442
5234
  def toolbar(
5443
5235
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5444
5236
  execution_context: int | str | None = None,
@@ -5451,8 +5243,6 @@ def toolbar(
5451
5243
  :type undo: bool | None
5452
5244
  """
5453
5245
 
5454
- ...
5455
-
5456
5246
  def toolbar_fallback_pie(
5457
5247
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5458
5248
  execution_context: int | str | None = None,
@@ -5465,8 +5255,6 @@ def toolbar_fallback_pie(
5465
5255
  :type undo: bool | None
5466
5256
  """
5467
5257
 
5468
- ...
5469
-
5470
5258
  def toolbar_prompt(
5471
5259
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5472
5260
  execution_context: int | str | None = None,
@@ -5479,8 +5267,6 @@ def toolbar_prompt(
5479
5267
  :type undo: bool | None
5480
5268
  """
5481
5269
 
5482
- ...
5483
-
5484
5270
  def url_open(
5485
5271
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5486
5272
  execution_context: int | str | None = None,
@@ -5497,8 +5283,6 @@ def url_open(
5497
5283
  :type url: str
5498
5284
  """
5499
5285
 
5500
- ...
5501
-
5502
5286
  def url_open_preset(
5503
5287
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5504
5288
  execution_context: int | str | None = None,
@@ -5515,8 +5299,6 @@ def url_open_preset(
5515
5299
  :type type: str | None
5516
5300
  """
5517
5301
 
5518
- ...
5519
-
5520
5302
  def usd_export(
5521
5303
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5522
5304
  execution_context: int | str | None = None,
@@ -5593,11 +5375,9 @@ def usd_export(
5593
5375
  export_curves: bool | None = True,
5594
5376
  export_volumes: bool | None = True,
5595
5377
  triangulate_meshes: bool | None = False,
5596
- quad_method: typing.Literal[
5597
- "BEAUTY", "FIXED", "FIXED_ALTERNATE", "SHORTEST_DIAGONAL", "LONGEST_DIAGONAL"
5598
- ]
5378
+ quad_method: bpy.typing.ModifierTriangulateQuadMethodItems
5599
5379
  | None = "SHORTEST_DIAGONAL",
5600
- ngon_method: typing.Literal["BEAUTY", "CLIP"] | None = "BEAUTY",
5380
+ ngon_method: bpy.typing.ModifierTriangulateNgonMethodItems | None = "BEAUTY",
5601
5381
  usdz_downscale_size: typing.Literal[
5602
5382
  "KEEP", "256", "512", "1024", "2048", "4096", "CUSTOM"
5603
5383
  ]
@@ -5812,9 +5592,9 @@ def usd_export(
5812
5592
  :param triangulate_meshes: Triangulate Meshes, Triangulate meshes during export
5813
5593
  :type triangulate_meshes: bool | None
5814
5594
  :param quad_method: Quad Method, Method for splitting the quads into triangles
5815
- :type quad_method: typing.Literal['BEAUTY', 'FIXED', 'FIXED_ALTERNATE', 'SHORTEST_DIAGONAL', 'LONGEST_DIAGONAL'] | None
5595
+ :type quad_method: bpy.typing.ModifierTriangulateQuadMethodItems | None
5816
5596
  :param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
5817
- :type ngon_method: typing.Literal['BEAUTY', 'CLIP'] | None
5597
+ :type ngon_method: bpy.typing.ModifierTriangulateNgonMethodItems | None
5818
5598
  :param usdz_downscale_size: USDZ Texture Downsampling, Choose a maximum size for all exported textures
5819
5599
 
5820
5600
  KEEP
@@ -5842,8 +5622,6 @@ def usd_export(
5842
5622
  :type usdz_downscale_custom_size: int | None
5843
5623
  """
5844
5624
 
5845
- ...
5846
-
5847
5625
  def usd_import(
5848
5626
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
5849
5627
  execution_context: int | str | None = None,
@@ -6081,8 +5859,6 @@ def usd_import(
6081
5859
  :type import_defined_only: bool | None
6082
5860
  """
6083
5861
 
6084
- ...
6085
-
6086
5862
  def window_close(
6087
5863
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6088
5864
  execution_context: int | str | None = None,
@@ -6095,8 +5871,6 @@ def window_close(
6095
5871
  :type undo: bool | None
6096
5872
  """
6097
5873
 
6098
- ...
6099
-
6100
5874
  def window_fullscreen_toggle(
6101
5875
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6102
5876
  execution_context: int | str | None = None,
@@ -6109,8 +5883,6 @@ def window_fullscreen_toggle(
6109
5883
  :type undo: bool | None
6110
5884
  """
6111
5885
 
6112
- ...
6113
-
6114
5886
  def window_new(
6115
5887
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6116
5888
  execution_context: int | str | None = None,
@@ -6123,8 +5895,6 @@ def window_new(
6123
5895
  :type undo: bool | None
6124
5896
  """
6125
5897
 
6126
- ...
6127
-
6128
5898
  def window_new_main(
6129
5899
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6130
5900
  execution_context: int | str | None = None,
@@ -6137,8 +5907,6 @@ def window_new_main(
6137
5907
  :type undo: bool | None
6138
5908
  """
6139
5909
 
6140
- ...
6141
-
6142
5910
  def xr_navigation_fly(
6143
5911
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6144
5912
  execution_context: int | str | None = None,
@@ -6236,8 +6004,6 @@ def xr_navigation_fly(
6236
6004
  :type speed_interpolation1: collections.abc.Sequence[float] | mathutils.Vector | None
6237
6005
  """
6238
6006
 
6239
- ...
6240
-
6241
6007
  def xr_navigation_grab(
6242
6008
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6243
6009
  execution_context: int | str | None = None,
@@ -6266,8 +6032,6 @@ def xr_navigation_grab(
6266
6032
  :type lock_scale: bool | None
6267
6033
  """
6268
6034
 
6269
- ...
6270
-
6271
6035
  def xr_navigation_reset(
6272
6036
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6273
6037
  execution_context: int | str | None = None,
@@ -6290,8 +6054,6 @@ def xr_navigation_reset(
6290
6054
  :type scale: bool | None
6291
6055
  """
6292
6056
 
6293
- ...
6294
-
6295
6057
  def xr_navigation_teleport(
6296
6058
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6297
6059
  execution_context: int | str | None = None,
@@ -6329,8 +6091,6 @@ def xr_navigation_teleport(
6329
6091
  :type color: collections.abc.Iterable[float] | None
6330
6092
  """
6331
6093
 
6332
- ...
6333
-
6334
6094
  def xr_session_toggle(
6335
6095
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
6336
6096
  execution_context: int | str | None = None,
@@ -6342,5 +6102,3 @@ def xr_session_toggle(
6342
6102
  :type execution_context: int | str | None
6343
6103
  :type undo: bool | None
6344
6104
  """
6345
-
6346
- ...