fake-bpy-module 20240517__py3-none-any.whl → 20240519__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.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
bpy/ops/object/__init__.pyi
CHANGED
|
@@ -2,7 +2,8 @@ import typing
|
|
|
2
2
|
import bpy.ops.transform
|
|
3
3
|
import bpy.types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
def add(
|
|
8
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -11,7 +12,7 @@ def add(
|
|
|
11
12
|
radius: typing.Any | None = 1.0,
|
|
12
13
|
type: str | int | None = "EMPTY",
|
|
13
14
|
enter_editmode: bool | typing.Any | None = False,
|
|
14
|
-
align:
|
|
15
|
+
align: str | int | None = "WORLD",
|
|
15
16
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
16
17
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
17
18
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -37,7 +38,7 @@ def add(
|
|
|
37
38
|
|
|
38
39
|
CURSOR
|
|
39
40
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
40
|
-
:type align:
|
|
41
|
+
:type align: str | int | None
|
|
41
42
|
:param location: Location, Location for the newly added object
|
|
42
43
|
:type location: typing.Any | None
|
|
43
44
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -104,9 +105,9 @@ def align(
|
|
|
104
105
|
execution_context: str | int | None = None,
|
|
105
106
|
undo: bool | None = None,
|
|
106
107
|
bb_quality: bool | typing.Any | None = True,
|
|
107
|
-
align_mode:
|
|
108
|
-
relative_to:
|
|
109
|
-
align_axis:
|
|
108
|
+
align_mode: str | int | None = "OPT_2",
|
|
109
|
+
relative_to: str | int | None = "OPT_4",
|
|
110
|
+
align_axis: set[str] | set[int] | None = {},
|
|
110
111
|
):
|
|
111
112
|
"""Align objects
|
|
112
113
|
|
|
@@ -116,7 +117,7 @@ def align(
|
|
|
116
117
|
:param bb_quality: High Quality, Enables high quality but slow calculation of the bounding box for perfect results on complex shape meshes with rotation/scale
|
|
117
118
|
:type bb_quality: bool | typing.Any | None
|
|
118
119
|
:param align_mode: Align Mode, Side of object to use for alignment
|
|
119
|
-
:type align_mode:
|
|
120
|
+
:type align_mode: str | int | None
|
|
120
121
|
:param relative_to: Relative To, Reference location to align to
|
|
121
122
|
|
|
122
123
|
OPT_1
|
|
@@ -130,9 +131,9 @@ def align(
|
|
|
130
131
|
|
|
131
132
|
OPT_4
|
|
132
133
|
Active -- Use the active object as the position for the selected objects to align to.
|
|
133
|
-
:type relative_to:
|
|
134
|
+
:type relative_to: str | int | None
|
|
134
135
|
:param align_axis: Align, Align to axis
|
|
135
|
-
:type align_axis:
|
|
136
|
+
:type align_axis: set[str] | set[int] | None
|
|
136
137
|
"""
|
|
137
138
|
|
|
138
139
|
...
|
|
@@ -157,7 +158,7 @@ def armature_add(
|
|
|
157
158
|
undo: bool | None = None,
|
|
158
159
|
radius: typing.Any | None = 1.0,
|
|
159
160
|
enter_editmode: bool | typing.Any | None = False,
|
|
160
|
-
align:
|
|
161
|
+
align: str | int | None = "WORLD",
|
|
161
162
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
162
163
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
163
164
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -181,7 +182,7 @@ def armature_add(
|
|
|
181
182
|
|
|
182
183
|
CURSOR
|
|
183
184
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
184
|
-
:type align:
|
|
185
|
+
:type align: str | int | None
|
|
185
186
|
:param location: Location, Location for the newly added object
|
|
186
187
|
:type location: typing.Any | None
|
|
187
188
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -311,7 +312,7 @@ def camera_add(
|
|
|
311
312
|
execution_context: str | int | None = None,
|
|
312
313
|
undo: bool | None = None,
|
|
313
314
|
enter_editmode: bool | typing.Any | None = False,
|
|
314
|
-
align:
|
|
315
|
+
align: str | int | None = "WORLD",
|
|
315
316
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
316
317
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
317
318
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -333,7 +334,7 @@ def camera_add(
|
|
|
333
334
|
|
|
334
335
|
CURSOR
|
|
335
336
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
336
|
-
:type align:
|
|
337
|
+
:type align: str | int | None
|
|
337
338
|
:param location: Location, Location for the newly added object
|
|
338
339
|
:type location: typing.Any | None
|
|
339
340
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -377,14 +378,14 @@ def collection_external_asset_drop(
|
|
|
377
378
|
execution_context: str | int | None = None,
|
|
378
379
|
undo: bool | None = None,
|
|
379
380
|
session_uid: typing.Any | None = 0,
|
|
380
|
-
align:
|
|
381
|
+
align: str | int | None = "WORLD",
|
|
381
382
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
382
383
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
383
384
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
384
385
|
use_instance: bool | typing.Any | None = True,
|
|
385
386
|
drop_x: typing.Any | None = 0,
|
|
386
387
|
drop_y: typing.Any | None = 0,
|
|
387
|
-
collection: str | int |
|
|
388
|
+
collection: str | int | None = "",
|
|
388
389
|
):
|
|
389
390
|
"""Add the dragged collection to the scene
|
|
390
391
|
|
|
@@ -403,7 +404,7 @@ def collection_external_asset_drop(
|
|
|
403
404
|
|
|
404
405
|
CURSOR
|
|
405
406
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
406
|
-
:type align:
|
|
407
|
+
:type align: str | int | None
|
|
407
408
|
:param location: Location, Location for the newly added object
|
|
408
409
|
:type location: typing.Any | None
|
|
409
410
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -417,7 +418,7 @@ def collection_external_asset_drop(
|
|
|
417
418
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
418
419
|
:type drop_y: typing.Any | None
|
|
419
420
|
:param collection: Collection
|
|
420
|
-
:type collection: str | int |
|
|
421
|
+
:type collection: str | int | None
|
|
421
422
|
"""
|
|
422
423
|
|
|
423
424
|
...
|
|
@@ -427,8 +428,8 @@ def collection_instance_add(
|
|
|
427
428
|
execution_context: str | int | None = None,
|
|
428
429
|
undo: bool | None = None,
|
|
429
430
|
name: str | typing.Any = "Collection",
|
|
430
|
-
collection: str | int |
|
|
431
|
-
align:
|
|
431
|
+
collection: str | int | None = "",
|
|
432
|
+
align: str | int | None = "WORLD",
|
|
432
433
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
433
434
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
434
435
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -444,7 +445,7 @@ def collection_instance_add(
|
|
|
444
445
|
:param name: Name, Collection name to add
|
|
445
446
|
:type name: str | typing.Any
|
|
446
447
|
:param collection: Collection
|
|
447
|
-
:type collection: str | int |
|
|
448
|
+
:type collection: str | int | None
|
|
448
449
|
:param align: Align, The alignment of the new object
|
|
449
450
|
|
|
450
451
|
WORLD
|
|
@@ -455,7 +456,7 @@ def collection_instance_add(
|
|
|
455
456
|
|
|
456
457
|
CURSOR
|
|
457
458
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
458
|
-
:type align:
|
|
459
|
+
:type align: str | int | None
|
|
459
460
|
:param location: Location, Location for the newly added object
|
|
460
461
|
:type location: typing.Any | None
|
|
461
462
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -476,7 +477,7 @@ def collection_link(
|
|
|
476
477
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
477
478
|
execution_context: str | int | None = None,
|
|
478
479
|
undo: bool | None = None,
|
|
479
|
-
collection: str | int |
|
|
480
|
+
collection: str | int | None = "",
|
|
480
481
|
):
|
|
481
482
|
"""Add an object to an existing collection
|
|
482
483
|
|
|
@@ -484,7 +485,7 @@ def collection_link(
|
|
|
484
485
|
:type execution_context: str | int | None
|
|
485
486
|
:type undo: bool | None
|
|
486
487
|
:param collection: Collection
|
|
487
|
-
:type collection: str | int |
|
|
488
|
+
:type collection: str | int | None
|
|
488
489
|
"""
|
|
489
490
|
|
|
490
491
|
...
|
|
@@ -535,7 +536,7 @@ def constraint_add(
|
|
|
535
536
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
536
537
|
execution_context: str | int | None = None,
|
|
537
538
|
undo: bool | None = None,
|
|
538
|
-
type: str | int |
|
|
539
|
+
type: str | int | None = "",
|
|
539
540
|
):
|
|
540
541
|
"""Add a constraint to the active object
|
|
541
542
|
|
|
@@ -543,7 +544,7 @@ def constraint_add(
|
|
|
543
544
|
:type execution_context: str | int | None
|
|
544
545
|
:type undo: bool | None
|
|
545
546
|
:param type: Type
|
|
546
|
-
:type type: str | int |
|
|
547
|
+
:type type: str | int | None
|
|
547
548
|
"""
|
|
548
549
|
|
|
549
550
|
...
|
|
@@ -552,7 +553,7 @@ def constraint_add_with_targets(
|
|
|
552
553
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
553
554
|
execution_context: str | int | None = None,
|
|
554
555
|
undo: bool | None = None,
|
|
555
|
-
type: str | int |
|
|
556
|
+
type: str | int | None = "",
|
|
556
557
|
):
|
|
557
558
|
"""Add a constraint to the active object, with target (where applicable) set to the selected objects/bones
|
|
558
559
|
|
|
@@ -560,7 +561,7 @@ def constraint_add_with_targets(
|
|
|
560
561
|
:type execution_context: str | int | None
|
|
561
562
|
:type undo: bool | None
|
|
562
563
|
:param type: Type
|
|
563
|
-
:type type: str | int |
|
|
564
|
+
:type type: str | int | None
|
|
564
565
|
"""
|
|
565
566
|
|
|
566
567
|
...
|
|
@@ -597,7 +598,7 @@ def convert(
|
|
|
597
598
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
598
599
|
execution_context: str | int | None = None,
|
|
599
600
|
undo: bool | None = None,
|
|
600
|
-
target:
|
|
601
|
+
target: str | int | None = "MESH",
|
|
601
602
|
keep_original: bool | typing.Any | None = False,
|
|
602
603
|
merge_customdata: bool | typing.Any | None = True,
|
|
603
604
|
angle: typing.Any | None = 1.22173,
|
|
@@ -630,7 +631,7 @@ def convert(
|
|
|
630
631
|
|
|
631
632
|
GREASEPENCIL
|
|
632
633
|
Grease Pencil v3 -- Grease Pencil v3 from Grease Pencil.
|
|
633
|
-
:type target:
|
|
634
|
+
:type target: str | int | None
|
|
634
635
|
:param keep_original: Keep Original, Keep original objects instead of replacing them
|
|
635
636
|
:type keep_original: bool | typing.Any | None
|
|
636
637
|
:param merge_customdata: Merge UVs, Merge UV coordinates that share a vertex to account for imprecision in some modifiers
|
|
@@ -670,7 +671,7 @@ def curves_empty_hair_add(
|
|
|
670
671
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
671
672
|
execution_context: str | int | None = None,
|
|
672
673
|
undo: bool | None = None,
|
|
673
|
-
align:
|
|
674
|
+
align: str | int | None = "WORLD",
|
|
674
675
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
675
676
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
676
677
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -690,7 +691,7 @@ def curves_empty_hair_add(
|
|
|
690
691
|
|
|
691
692
|
CURSOR
|
|
692
693
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
693
|
-
:type align:
|
|
694
|
+
:type align: str | int | None
|
|
694
695
|
:param location: Location, Location for the newly added object
|
|
695
696
|
:type location: typing.Any | None
|
|
696
697
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -705,7 +706,7 @@ def curves_random_add(
|
|
|
705
706
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
706
707
|
execution_context: str | int | None = None,
|
|
707
708
|
undo: bool | None = None,
|
|
708
|
-
align:
|
|
709
|
+
align: str | int | None = "WORLD",
|
|
709
710
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
710
711
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
711
712
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -725,7 +726,7 @@ def curves_random_add(
|
|
|
725
726
|
|
|
726
727
|
CURSOR
|
|
727
728
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
728
|
-
:type align:
|
|
729
|
+
:type align: str | int | None
|
|
729
730
|
:param location: Location, Location for the newly added object
|
|
730
731
|
:type location: typing.Any | None
|
|
731
732
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -743,7 +744,7 @@ def data_instance_add(
|
|
|
743
744
|
name: str | typing.Any = "",
|
|
744
745
|
session_uid: typing.Any | None = 0,
|
|
745
746
|
type: str | int | None = "ACTION",
|
|
746
|
-
align:
|
|
747
|
+
align: str | int | None = "WORLD",
|
|
747
748
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
748
749
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
749
750
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -771,7 +772,7 @@ def data_instance_add(
|
|
|
771
772
|
|
|
772
773
|
CURSOR
|
|
773
774
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
774
|
-
:type align:
|
|
775
|
+
:type align: str | int | None
|
|
775
776
|
:param location: Location, Location for the newly added object
|
|
776
777
|
:type location: typing.Any | None
|
|
777
778
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -792,7 +793,7 @@ def data_transfer(
|
|
|
792
793
|
undo: bool | None = None,
|
|
793
794
|
use_reverse_transfer: bool | typing.Any | None = False,
|
|
794
795
|
use_freeze: bool | typing.Any | None = False,
|
|
795
|
-
data_type:
|
|
796
|
+
data_type: str | int | None = "",
|
|
796
797
|
use_create: bool | typing.Any | None = True,
|
|
797
798
|
vert_mapping: str | int | None = "NEAREST",
|
|
798
799
|
edge_mapping: str | int | None = "NEAREST",
|
|
@@ -858,7 +859,7 @@ def data_transfer(
|
|
|
858
859
|
|
|
859
860
|
FREESTYLE_FACE
|
|
860
861
|
Freestyle Mark -- Transfer Freestyle face mark.
|
|
861
|
-
:type data_type:
|
|
862
|
+
:type data_type: str | int | None
|
|
862
863
|
:param use_create: Create Data, Add data layers on destination meshes if needed
|
|
863
864
|
:type use_create: bool | typing.Any | None
|
|
864
865
|
:param vert_mapping: Vertex Mapping, Method used to map source vertices to destination ones
|
|
@@ -898,7 +899,7 @@ def datalayout_transfer(
|
|
|
898
899
|
execution_context: str | int | None = None,
|
|
899
900
|
undo: bool | None = None,
|
|
900
901
|
modifier: str | typing.Any = "",
|
|
901
|
-
data_type:
|
|
902
|
+
data_type: str | int | None = "",
|
|
902
903
|
use_delete: bool | typing.Any | None = False,
|
|
903
904
|
layers_select_src: str | int | None = "ACTIVE",
|
|
904
905
|
layers_select_dst: str | int | None = "ACTIVE",
|
|
@@ -950,7 +951,7 @@ def datalayout_transfer(
|
|
|
950
951
|
|
|
951
952
|
FREESTYLE_FACE
|
|
952
953
|
Freestyle Mark -- Transfer Freestyle face mark.
|
|
953
|
-
:type data_type:
|
|
954
|
+
:type data_type: str | int | None
|
|
954
955
|
:param use_delete: Exact Match, Also delete some data layers from destination if necessary, so that it matches exactly source
|
|
955
956
|
:type use_delete: bool | typing.Any | None
|
|
956
957
|
:param layers_select_src: Source Layers Selection, Which layers to transfer, in case of multi-layers types
|
|
@@ -1119,10 +1120,10 @@ def effector_add(
|
|
|
1119
1120
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1120
1121
|
execution_context: str | int | None = None,
|
|
1121
1122
|
undo: bool | None = None,
|
|
1122
|
-
type:
|
|
1123
|
+
type: str | int | None = "FORCE",
|
|
1123
1124
|
radius: typing.Any | None = 1.0,
|
|
1124
1125
|
enter_editmode: bool | typing.Any | None = False,
|
|
1125
|
-
align:
|
|
1126
|
+
align: str | int | None = "WORLD",
|
|
1126
1127
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1127
1128
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1128
1129
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -1133,7 +1134,7 @@ def effector_add(
|
|
|
1133
1134
|
:type execution_context: str | int | None
|
|
1134
1135
|
:type undo: bool | None
|
|
1135
1136
|
:param type: Type
|
|
1136
|
-
:type type:
|
|
1137
|
+
:type type: str | int | None
|
|
1137
1138
|
:param radius: Radius
|
|
1138
1139
|
:type radius: typing.Any | None
|
|
1139
1140
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
@@ -1148,7 +1149,7 @@ def effector_add(
|
|
|
1148
1149
|
|
|
1149
1150
|
CURSOR
|
|
1150
1151
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1151
|
-
:type align:
|
|
1152
|
+
:type align: str | int | None
|
|
1152
1153
|
:param location: Location, Location for the newly added object
|
|
1153
1154
|
:type location: typing.Any | None
|
|
1154
1155
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -1165,7 +1166,7 @@ def empty_add(
|
|
|
1165
1166
|
undo: bool | None = None,
|
|
1166
1167
|
type: str | int | None = "PLAIN_AXES",
|
|
1167
1168
|
radius: typing.Any | None = 1.0,
|
|
1168
|
-
align:
|
|
1169
|
+
align: str | int | None = "WORLD",
|
|
1169
1170
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1170
1171
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1171
1172
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -1189,7 +1190,7 @@ def empty_add(
|
|
|
1189
1190
|
|
|
1190
1191
|
CURSOR
|
|
1191
1192
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1192
|
-
:type align:
|
|
1193
|
+
:type align: str | int | None
|
|
1193
1194
|
:param location: Location, Location for the newly added object
|
|
1194
1195
|
:type location: typing.Any | None
|
|
1195
1196
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -1228,11 +1229,11 @@ def empty_image_add(
|
|
|
1228
1229
|
relative_path: bool | typing.Any | None = True,
|
|
1229
1230
|
show_multiview: bool | typing.Any | None = False,
|
|
1230
1231
|
use_multiview: bool | typing.Any | None = False,
|
|
1231
|
-
display_type:
|
|
1232
|
-
sort_method:
|
|
1232
|
+
display_type: str | int | None = "DEFAULT",
|
|
1233
|
+
sort_method: str | int | None = "",
|
|
1233
1234
|
name: str | typing.Any = "",
|
|
1234
1235
|
session_uid: typing.Any | None = 0,
|
|
1235
|
-
align:
|
|
1236
|
+
align: str | int | None = "WORLD",
|
|
1236
1237
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1237
1238
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1238
1239
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -1304,7 +1305,7 @@ def empty_image_add(
|
|
|
1304
1305
|
|
|
1305
1306
|
THUMBNAIL
|
|
1306
1307
|
Thumbnails -- Display files as thumbnails.
|
|
1307
|
-
:type display_type:
|
|
1308
|
+
:type display_type: str | int | None
|
|
1308
1309
|
:param sort_method: File sorting mode
|
|
1309
1310
|
|
|
1310
1311
|
DEFAULT
|
|
@@ -1321,7 +1322,7 @@ def empty_image_add(
|
|
|
1321
1322
|
|
|
1322
1323
|
FILE_SORT_SIZE
|
|
1323
1324
|
Size -- Sort files by size.
|
|
1324
|
-
:type sort_method:
|
|
1325
|
+
:type sort_method: str | int | None
|
|
1325
1326
|
:param name: Name, Name of the data-block to use by the operator
|
|
1326
1327
|
:type name: str | typing.Any
|
|
1327
1328
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
@@ -1336,7 +1337,7 @@ def empty_image_add(
|
|
|
1336
1337
|
|
|
1337
1338
|
CURSOR
|
|
1338
1339
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1339
|
-
:type align:
|
|
1340
|
+
:type align: str | int | None
|
|
1340
1341
|
:param location: Location, Location for the newly added object
|
|
1341
1342
|
:type location: typing.Any | None
|
|
1342
1343
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -1482,7 +1483,7 @@ def gpencil_add(
|
|
|
1482
1483
|
execution_context: str | int | None = None,
|
|
1483
1484
|
undo: bool | None = None,
|
|
1484
1485
|
radius: typing.Any | None = 1.0,
|
|
1485
|
-
align:
|
|
1486
|
+
align: str | int | None = "WORLD",
|
|
1486
1487
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1487
1488
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1488
1489
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -1490,7 +1491,7 @@ def gpencil_add(
|
|
|
1490
1491
|
use_in_front: bool | typing.Any | None = True,
|
|
1491
1492
|
stroke_depth_offset: typing.Any | None = 0.05,
|
|
1492
1493
|
use_lights: bool | typing.Any | None = False,
|
|
1493
|
-
stroke_depth_order:
|
|
1494
|
+
stroke_depth_order: str | int | None = "3D",
|
|
1494
1495
|
):
|
|
1495
1496
|
"""Add a Grease Pencil object to the scene
|
|
1496
1497
|
|
|
@@ -1509,7 +1510,7 @@ def gpencil_add(
|
|
|
1509
1510
|
|
|
1510
1511
|
CURSOR
|
|
1511
1512
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1512
|
-
:type align:
|
|
1513
|
+
:type align: str | int | None
|
|
1513
1514
|
:param location: Location, Location for the newly added object
|
|
1514
1515
|
:type location: typing.Any | None
|
|
1515
1516
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -1531,7 +1532,7 @@ def gpencil_add(
|
|
|
1531
1532
|
|
|
1532
1533
|
3D
|
|
1533
1534
|
3D Location -- Display strokes using real 3D position in 3D space.
|
|
1534
|
-
:type stroke_depth_order:
|
|
1535
|
+
:type stroke_depth_order: str | int | None
|
|
1535
1536
|
"""
|
|
1536
1537
|
|
|
1537
1538
|
...
|
|
@@ -1557,7 +1558,7 @@ def gpencil_modifier_apply(
|
|
|
1557
1558
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1558
1559
|
execution_context: str | int | None = None,
|
|
1559
1560
|
undo: bool | None = None,
|
|
1560
|
-
apply_as:
|
|
1561
|
+
apply_as: str | int | None = "DATA",
|
|
1561
1562
|
modifier: str | typing.Any = "",
|
|
1562
1563
|
report: bool | typing.Any | None = False,
|
|
1563
1564
|
):
|
|
@@ -1573,7 +1574,7 @@ def gpencil_modifier_apply(
|
|
|
1573
1574
|
|
|
1574
1575
|
SHAPE
|
|
1575
1576
|
New Shape -- Apply deform-only modifier to a new shape on this object.
|
|
1576
|
-
:type apply_as:
|
|
1577
|
+
:type apply_as: str | int | None
|
|
1577
1578
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1578
1579
|
:type modifier: str | typing.Any
|
|
1579
1580
|
:param report: Report, Create a notification after the operation
|
|
@@ -1698,9 +1699,9 @@ def grease_pencil_add(
|
|
|
1698
1699
|
use_in_front: bool | typing.Any | None = True,
|
|
1699
1700
|
stroke_depth_offset: typing.Any | None = 0.05,
|
|
1700
1701
|
use_lights: bool | typing.Any | None = False,
|
|
1701
|
-
stroke_depth_order:
|
|
1702
|
+
stroke_depth_order: str | int | None = "3D",
|
|
1702
1703
|
radius: typing.Any | None = 1.0,
|
|
1703
|
-
align:
|
|
1704
|
+
align: str | int | None = "WORLD",
|
|
1704
1705
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1705
1706
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1706
1707
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -1725,7 +1726,7 @@ def grease_pencil_add(
|
|
|
1725
1726
|
|
|
1726
1727
|
3D
|
|
1727
1728
|
3D Location -- Display strokes using real 3D position in 3D space.
|
|
1728
|
-
:type stroke_depth_order:
|
|
1729
|
+
:type stroke_depth_order: str | int | None
|
|
1729
1730
|
:param radius: Radius
|
|
1730
1731
|
:type radius: typing.Any | None
|
|
1731
1732
|
:param align: Align, The alignment of the new object
|
|
@@ -1738,7 +1739,7 @@ def grease_pencil_add(
|
|
|
1738
1739
|
|
|
1739
1740
|
CURSOR
|
|
1740
1741
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1741
|
-
:type align:
|
|
1742
|
+
:type align: str | int | None
|
|
1742
1743
|
:param location: Location, Location for the newly added object
|
|
1743
1744
|
:type location: typing.Any | None
|
|
1744
1745
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -1771,7 +1772,7 @@ def grease_pencil_dash_modifier_segment_move(
|
|
|
1771
1772
|
execution_context: str | int | None = None,
|
|
1772
1773
|
undo: bool | None = None,
|
|
1773
1774
|
modifier: str | typing.Any = "",
|
|
1774
|
-
type:
|
|
1775
|
+
type: str | int | None = "UP",
|
|
1775
1776
|
):
|
|
1776
1777
|
"""Move the active dash segment up or down
|
|
1777
1778
|
|
|
@@ -1781,7 +1782,7 @@ def grease_pencil_dash_modifier_segment_move(
|
|
|
1781
1782
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1782
1783
|
:type modifier: str | typing.Any
|
|
1783
1784
|
:param type: Type
|
|
1784
|
-
:type type:
|
|
1785
|
+
:type type: str | int | None
|
|
1785
1786
|
"""
|
|
1786
1787
|
|
|
1787
1788
|
...
|
|
@@ -1828,7 +1829,7 @@ def grease_pencil_time_modifier_segment_move(
|
|
|
1828
1829
|
execution_context: str | int | None = None,
|
|
1829
1830
|
undo: bool | None = None,
|
|
1830
1831
|
modifier: str | typing.Any = "",
|
|
1831
|
-
type:
|
|
1832
|
+
type: str | int | None = "UP",
|
|
1832
1833
|
):
|
|
1833
1834
|
"""Move the active time segment up or down
|
|
1834
1835
|
|
|
@@ -1838,7 +1839,7 @@ def grease_pencil_time_modifier_segment_move(
|
|
|
1838
1839
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1839
1840
|
:type modifier: str | typing.Any
|
|
1840
1841
|
:param type: Type
|
|
1841
|
-
:type type:
|
|
1842
|
+
:type type: str | int | None
|
|
1842
1843
|
"""
|
|
1843
1844
|
|
|
1844
1845
|
...
|
|
@@ -1969,7 +1970,7 @@ def hook_assign(
|
|
|
1969
1970
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1970
1971
|
execution_context: str | int | None = None,
|
|
1971
1972
|
undo: bool | None = None,
|
|
1972
|
-
modifier: str | int |
|
|
1973
|
+
modifier: str | int | None = "",
|
|
1973
1974
|
):
|
|
1974
1975
|
"""Assign the selected vertices to a hook
|
|
1975
1976
|
|
|
@@ -1977,7 +1978,7 @@ def hook_assign(
|
|
|
1977
1978
|
:type execution_context: str | int | None
|
|
1978
1979
|
:type undo: bool | None
|
|
1979
1980
|
:param modifier: Modifier, Modifier number to assign to
|
|
1980
|
-
:type modifier: str | int |
|
|
1981
|
+
:type modifier: str | int | None
|
|
1981
1982
|
"""
|
|
1982
1983
|
|
|
1983
1984
|
...
|
|
@@ -1986,7 +1987,7 @@ def hook_recenter(
|
|
|
1986
1987
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1987
1988
|
execution_context: str | int | None = None,
|
|
1988
1989
|
undo: bool | None = None,
|
|
1989
|
-
modifier: str | int |
|
|
1990
|
+
modifier: str | int | None = "",
|
|
1990
1991
|
):
|
|
1991
1992
|
"""Set hook center to cursor position
|
|
1992
1993
|
|
|
@@ -1994,7 +1995,7 @@ def hook_recenter(
|
|
|
1994
1995
|
:type execution_context: str | int | None
|
|
1995
1996
|
:type undo: bool | None
|
|
1996
1997
|
:param modifier: Modifier, Modifier number to assign to
|
|
1997
|
-
:type modifier: str | int |
|
|
1998
|
+
:type modifier: str | int | None
|
|
1998
1999
|
"""
|
|
1999
2000
|
|
|
2000
2001
|
...
|
|
@@ -2003,7 +2004,7 @@ def hook_remove(
|
|
|
2003
2004
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2004
2005
|
execution_context: str | int | None = None,
|
|
2005
2006
|
undo: bool | None = None,
|
|
2006
|
-
modifier: str | int |
|
|
2007
|
+
modifier: str | int | None = "",
|
|
2007
2008
|
):
|
|
2008
2009
|
"""Remove a hook from the active object
|
|
2009
2010
|
|
|
@@ -2011,7 +2012,7 @@ def hook_remove(
|
|
|
2011
2012
|
:type execution_context: str | int | None
|
|
2012
2013
|
:type undo: bool | None
|
|
2013
2014
|
:param modifier: Modifier, Modifier number to remove
|
|
2014
|
-
:type modifier: str | int |
|
|
2015
|
+
:type modifier: str | int | None
|
|
2015
2016
|
"""
|
|
2016
2017
|
|
|
2017
2018
|
...
|
|
@@ -2020,7 +2021,7 @@ def hook_reset(
|
|
|
2020
2021
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2021
2022
|
execution_context: str | int | None = None,
|
|
2022
2023
|
undo: bool | None = None,
|
|
2023
|
-
modifier: str | int |
|
|
2024
|
+
modifier: str | int | None = "",
|
|
2024
2025
|
):
|
|
2025
2026
|
"""Recalculate and clear offset transformation
|
|
2026
2027
|
|
|
@@ -2028,7 +2029,7 @@ def hook_reset(
|
|
|
2028
2029
|
:type execution_context: str | int | None
|
|
2029
2030
|
:type undo: bool | None
|
|
2030
2031
|
:param modifier: Modifier, Modifier number to assign to
|
|
2031
|
-
:type modifier: str | int |
|
|
2032
|
+
:type modifier: str | int | None
|
|
2032
2033
|
"""
|
|
2033
2034
|
|
|
2034
2035
|
...
|
|
@@ -2037,7 +2038,7 @@ def hook_select(
|
|
|
2037
2038
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2038
2039
|
execution_context: str | int | None = None,
|
|
2039
2040
|
undo: bool | None = None,
|
|
2040
|
-
modifier: str | int |
|
|
2041
|
+
modifier: str | int | None = "",
|
|
2041
2042
|
):
|
|
2042
2043
|
"""Select affected vertices on mesh
|
|
2043
2044
|
|
|
@@ -2045,7 +2046,7 @@ def hook_select(
|
|
|
2045
2046
|
:type execution_context: str | int | None
|
|
2046
2047
|
:type undo: bool | None
|
|
2047
2048
|
:param modifier: Modifier, Modifier number to remove
|
|
2048
|
-
:type modifier: str | int |
|
|
2049
|
+
:type modifier: str | int | None
|
|
2049
2050
|
"""
|
|
2050
2051
|
|
|
2051
2052
|
...
|
|
@@ -2171,7 +2172,7 @@ def light_add(
|
|
|
2171
2172
|
undo: bool | None = None,
|
|
2172
2173
|
type: str | int | None = "POINT",
|
|
2173
2174
|
radius: typing.Any | None = 1.0,
|
|
2174
|
-
align:
|
|
2175
|
+
align: str | int | None = "WORLD",
|
|
2175
2176
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
2176
2177
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
2177
2178
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -2195,7 +2196,7 @@ def light_add(
|
|
|
2195
2196
|
|
|
2196
2197
|
CURSOR
|
|
2197
2198
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2198
|
-
:type align:
|
|
2199
|
+
:type align: str | int | None
|
|
2199
2200
|
:param location: Location, Location for the newly added object
|
|
2200
2201
|
:type location: typing.Any | None
|
|
2201
2202
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -2224,7 +2225,7 @@ def light_linking_blockers_link(
|
|
|
2224
2225
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2225
2226
|
execution_context: str | int | None = None,
|
|
2226
2227
|
undo: bool | None = None,
|
|
2227
|
-
link_state:
|
|
2228
|
+
link_state: str | int | None = "INCLUDE",
|
|
2228
2229
|
):
|
|
2229
2230
|
"""Light link selected blockers to the active emitter object
|
|
2230
2231
|
|
|
@@ -2238,7 +2239,7 @@ def light_linking_blockers_link(
|
|
|
2238
2239
|
|
|
2239
2240
|
EXCLUDE
|
|
2240
2241
|
Exclude -- Exclude selected blockers from casting shadows from the active emitter.
|
|
2241
|
-
:type link_state:
|
|
2242
|
+
:type link_state: str | int | None
|
|
2242
2243
|
"""
|
|
2243
2244
|
|
|
2244
2245
|
...
|
|
@@ -2275,7 +2276,7 @@ def light_linking_receivers_link(
|
|
|
2275
2276
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2276
2277
|
execution_context: str | int | None = None,
|
|
2277
2278
|
undo: bool | None = None,
|
|
2278
|
-
link_state:
|
|
2279
|
+
link_state: str | int | None = "INCLUDE",
|
|
2279
2280
|
):
|
|
2280
2281
|
"""Light link selected receivers to the active emitter object
|
|
2281
2282
|
|
|
@@ -2289,7 +2290,7 @@ def light_linking_receivers_link(
|
|
|
2289
2290
|
|
|
2290
2291
|
EXCLUDE
|
|
2291
2292
|
Exclude -- Exclude selected receivers from receiving light from the active emitter.
|
|
2292
|
-
:type link_state:
|
|
2293
|
+
:type link_state: str | int | None
|
|
2293
2294
|
"""
|
|
2294
2295
|
|
|
2295
2296
|
...
|
|
@@ -2326,10 +2327,10 @@ def lightprobe_add(
|
|
|
2326
2327
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2327
2328
|
execution_context: str | int | None = None,
|
|
2328
2329
|
undo: bool | None = None,
|
|
2329
|
-
type:
|
|
2330
|
+
type: str | int | None = "SPHERE",
|
|
2330
2331
|
radius: typing.Any | None = 1.0,
|
|
2331
2332
|
enter_editmode: bool | typing.Any | None = False,
|
|
2332
|
-
align:
|
|
2333
|
+
align: str | int | None = "WORLD",
|
|
2333
2334
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
2334
2335
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
2335
2336
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -2349,7 +2350,7 @@ def lightprobe_add(
|
|
|
2349
2350
|
|
|
2350
2351
|
VOLUME
|
|
2351
2352
|
Volume -- Light probe that captures low frequency lighting inside a volume.
|
|
2352
|
-
:type type:
|
|
2353
|
+
:type type: str | int | None
|
|
2353
2354
|
:param radius: Radius
|
|
2354
2355
|
:type radius: typing.Any | None
|
|
2355
2356
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
@@ -2364,7 +2365,7 @@ def lightprobe_add(
|
|
|
2364
2365
|
|
|
2365
2366
|
CURSOR
|
|
2366
2367
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2367
|
-
:type align:
|
|
2368
|
+
:type align: str | int | None
|
|
2368
2369
|
:param location: Location, Location for the newly added object
|
|
2369
2370
|
:type location: typing.Any | None
|
|
2370
2371
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -2380,7 +2381,7 @@ def lightprobe_cache_bake(
|
|
|
2380
2381
|
execution_context: str | int | None = None,
|
|
2381
2382
|
undo: bool | None = None,
|
|
2382
2383
|
delay: typing.Any | None = 0,
|
|
2383
|
-
subset:
|
|
2384
|
+
subset: str | int | None = "ALL",
|
|
2384
2385
|
):
|
|
2385
2386
|
"""Bake irradiance volume light cache
|
|
2386
2387
|
|
|
@@ -2399,7 +2400,7 @@ def lightprobe_cache_bake(
|
|
|
2399
2400
|
|
|
2400
2401
|
ACTIVE
|
|
2401
2402
|
Active Only -- Only bake the active light probe volume.
|
|
2402
|
-
:type subset:
|
|
2403
|
+
:type subset: str | int | None
|
|
2403
2404
|
"""
|
|
2404
2405
|
|
|
2405
2406
|
...
|
|
@@ -2408,7 +2409,7 @@ def lightprobe_cache_free(
|
|
|
2408
2409
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2409
2410
|
execution_context: str | int | None = None,
|
|
2410
2411
|
undo: bool | None = None,
|
|
2411
|
-
subset:
|
|
2412
|
+
subset: str | int | None = "SELECTED",
|
|
2412
2413
|
):
|
|
2413
2414
|
"""Delete cached indirect lighting
|
|
2414
2415
|
|
|
@@ -2425,7 +2426,7 @@ def lightprobe_cache_free(
|
|
|
2425
2426
|
|
|
2426
2427
|
ACTIVE
|
|
2427
2428
|
Active Only -- Only delete the active light probe's baked lighting data.
|
|
2428
|
-
:type subset:
|
|
2429
|
+
:type subset: str | int | None
|
|
2429
2430
|
"""
|
|
2430
2431
|
|
|
2431
2432
|
...
|
|
@@ -2544,7 +2545,7 @@ def make_links_data(
|
|
|
2544
2545
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2545
2546
|
execution_context: str | int | None = None,
|
|
2546
2547
|
undo: bool | None = None,
|
|
2547
|
-
type:
|
|
2548
|
+
type: str | int | None = "OBDATA",
|
|
2548
2549
|
):
|
|
2549
2550
|
"""Transfer data from active object to selected objects
|
|
2550
2551
|
|
|
@@ -2576,7 +2577,7 @@ def make_links_data(
|
|
|
2576
2577
|
|
|
2577
2578
|
EFFECTS
|
|
2578
2579
|
Copy Grease Pencil Effects -- Replace Grease Pencil Effects.
|
|
2579
|
-
:type type:
|
|
2580
|
+
:type type: str | int | None
|
|
2580
2581
|
"""
|
|
2581
2582
|
|
|
2582
2583
|
...
|
|
@@ -2585,7 +2586,7 @@ def make_links_scene(
|
|
|
2585
2586
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2586
2587
|
execution_context: str | int | None = None,
|
|
2587
2588
|
undo: bool | None = None,
|
|
2588
|
-
scene: str | int |
|
|
2589
|
+
scene: str | int | None = "",
|
|
2589
2590
|
):
|
|
2590
2591
|
"""Link selection to another scene
|
|
2591
2592
|
|
|
@@ -2593,7 +2594,7 @@ def make_links_scene(
|
|
|
2593
2594
|
:type execution_context: str | int | None
|
|
2594
2595
|
:type undo: bool | None
|
|
2595
2596
|
:param scene: Scene
|
|
2596
|
-
:type scene: str | int |
|
|
2597
|
+
:type scene: str | int | None
|
|
2597
2598
|
"""
|
|
2598
2599
|
|
|
2599
2600
|
...
|
|
@@ -2602,7 +2603,7 @@ def make_local(
|
|
|
2602
2603
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2603
2604
|
execution_context: str | int | None = None,
|
|
2604
2605
|
undo: bool | None = None,
|
|
2605
|
-
type:
|
|
2606
|
+
type: str | int | None = "SELECT_OBJECT",
|
|
2606
2607
|
):
|
|
2607
2608
|
"""Make library linked data-blocks local to this file
|
|
2608
2609
|
|
|
@@ -2610,7 +2611,7 @@ def make_local(
|
|
|
2610
2611
|
:type execution_context: str | int | None
|
|
2611
2612
|
:type undo: bool | None
|
|
2612
2613
|
:param type: Type
|
|
2613
|
-
:type type:
|
|
2614
|
+
:type type: str | int | None
|
|
2614
2615
|
"""
|
|
2615
2616
|
|
|
2616
2617
|
...
|
|
@@ -2636,7 +2637,7 @@ def make_single_user(
|
|
|
2636
2637
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2637
2638
|
execution_context: str | int | None = None,
|
|
2638
2639
|
undo: bool | None = None,
|
|
2639
|
-
type:
|
|
2640
|
+
type: str | int | None = "SELECTED_OBJECTS",
|
|
2640
2641
|
object: bool | typing.Any | None = False,
|
|
2641
2642
|
obdata: bool | typing.Any | None = False,
|
|
2642
2643
|
material: bool | typing.Any | None = False,
|
|
@@ -2649,7 +2650,7 @@ def make_single_user(
|
|
|
2649
2650
|
:type execution_context: str | int | None
|
|
2650
2651
|
:type undo: bool | None
|
|
2651
2652
|
:param type: Type
|
|
2652
|
-
:type type:
|
|
2653
|
+
:type type: str | int | None
|
|
2653
2654
|
:param object: Object, Make single user objects
|
|
2654
2655
|
:type object: bool | typing.Any | None
|
|
2655
2656
|
:param obdata: Object Data, Make single user object data
|
|
@@ -2724,7 +2725,7 @@ def material_slot_move(
|
|
|
2724
2725
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2725
2726
|
execution_context: str | int | None = None,
|
|
2726
2727
|
undo: bool | None = None,
|
|
2727
|
-
direction:
|
|
2728
|
+
direction: str | int | None = "UP",
|
|
2728
2729
|
):
|
|
2729
2730
|
"""Move the active material up/down in the list
|
|
2730
2731
|
|
|
@@ -2732,7 +2733,7 @@ def material_slot_move(
|
|
|
2732
2733
|
:type execution_context: str | int | None
|
|
2733
2734
|
:type undo: bool | None
|
|
2734
2735
|
:param direction: Direction, Direction to move the active material towards
|
|
2735
|
-
:type direction:
|
|
2736
|
+
:type direction: str | int | None
|
|
2736
2737
|
"""
|
|
2737
2738
|
|
|
2738
2739
|
...
|
|
@@ -2803,7 +2804,7 @@ def metaball_add(
|
|
|
2803
2804
|
type: str | int | None = "BALL",
|
|
2804
2805
|
radius: typing.Any | None = 2.0,
|
|
2805
2806
|
enter_editmode: bool | typing.Any | None = False,
|
|
2806
|
-
align:
|
|
2807
|
+
align: str | int | None = "WORLD",
|
|
2807
2808
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
2808
2809
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
2809
2810
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -2829,7 +2830,7 @@ def metaball_add(
|
|
|
2829
2830
|
|
|
2830
2831
|
CURSOR
|
|
2831
2832
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2832
|
-
:type align:
|
|
2833
|
+
:type align: str | int | None
|
|
2833
2834
|
:param location: Location, Location for the newly added object
|
|
2834
2835
|
:type location: typing.Any | None
|
|
2835
2836
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -3243,8 +3244,8 @@ def multires_external_save(
|
|
|
3243
3244
|
filter_blenlib: bool | typing.Any | None = False,
|
|
3244
3245
|
filemode: typing.Any | None = 9,
|
|
3245
3246
|
relative_path: bool | typing.Any | None = True,
|
|
3246
|
-
display_type:
|
|
3247
|
-
sort_method: str | int |
|
|
3247
|
+
display_type: str | int | None = "DEFAULT",
|
|
3248
|
+
sort_method: str | int | None = "",
|
|
3248
3249
|
modifier: str | typing.Any = "",
|
|
3249
3250
|
):
|
|
3250
3251
|
"""Save displacements to an external file
|
|
@@ -3309,9 +3310,9 @@ def multires_external_save(
|
|
|
3309
3310
|
|
|
3310
3311
|
THUMBNAIL
|
|
3311
3312
|
Thumbnails -- Display files as thumbnails.
|
|
3312
|
-
:type display_type:
|
|
3313
|
+
:type display_type: str | int | None
|
|
3313
3314
|
:param sort_method: File sorting mode
|
|
3314
|
-
:type sort_method: str | int |
|
|
3315
|
+
:type sort_method: str | int | None
|
|
3315
3316
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3316
3317
|
:type modifier: str | typing.Any
|
|
3317
3318
|
"""
|
|
@@ -3374,7 +3375,7 @@ def multires_subdivide(
|
|
|
3374
3375
|
execution_context: str | int | None = None,
|
|
3375
3376
|
undo: bool | None = None,
|
|
3376
3377
|
modifier: str | typing.Any = "",
|
|
3377
|
-
mode:
|
|
3378
|
+
mode: str | int | None = "CATMULL_CLARK",
|
|
3378
3379
|
):
|
|
3379
3380
|
"""Add a new level of subdivision
|
|
3380
3381
|
|
|
@@ -3393,7 +3394,7 @@ def multires_subdivide(
|
|
|
3393
3394
|
|
|
3394
3395
|
LINEAR
|
|
3395
3396
|
Linear -- Create a new level using linear interpolation of the sculpted displacement.
|
|
3396
|
-
:type mode:
|
|
3397
|
+
:type mode: str | int | None
|
|
3397
3398
|
"""
|
|
3398
3399
|
|
|
3399
3400
|
...
|
|
@@ -3453,8 +3454,8 @@ def origin_set(
|
|
|
3453
3454
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3454
3455
|
execution_context: str | int | None = None,
|
|
3455
3456
|
undo: bool | None = None,
|
|
3456
|
-
type:
|
|
3457
|
-
center:
|
|
3457
|
+
type: str | int | None = "GEOMETRY_ORIGIN",
|
|
3458
|
+
center: str | int | None = "MEDIAN",
|
|
3458
3459
|
):
|
|
3459
3460
|
"""Set the object's origin, by either moving the data, or set to center of data, or use 3D cursor
|
|
3460
3461
|
|
|
@@ -3477,9 +3478,9 @@ def origin_set(
|
|
|
3477
3478
|
|
|
3478
3479
|
ORIGIN_CENTER_OF_VOLUME
|
|
3479
3480
|
Origin to Center of Mass (Volume) -- Calculate the center of mass from the volume (must be manifold geometry with consistent normals).
|
|
3480
|
-
:type type:
|
|
3481
|
+
:type type: str | int | None
|
|
3481
3482
|
:param center: Center
|
|
3482
|
-
:type center:
|
|
3483
|
+
:type center: str | int | None
|
|
3483
3484
|
"""
|
|
3484
3485
|
|
|
3485
3486
|
...
|
|
@@ -3488,7 +3489,7 @@ def parent_clear(
|
|
|
3488
3489
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3489
3490
|
execution_context: str | int | None = None,
|
|
3490
3491
|
undo: bool | None = None,
|
|
3491
|
-
type:
|
|
3492
|
+
type: str | int | None = "CLEAR",
|
|
3492
3493
|
):
|
|
3493
3494
|
"""Clear the object's parenting
|
|
3494
3495
|
|
|
@@ -3505,7 +3506,7 @@ def parent_clear(
|
|
|
3505
3506
|
|
|
3506
3507
|
CLEAR_INVERSE
|
|
3507
3508
|
Clear Parent Inverse -- Reset the transform corrections applied to the parenting relationship, does not remove parenting itself.
|
|
3508
|
-
:type type:
|
|
3509
|
+
:type type: str | int | None
|
|
3509
3510
|
"""
|
|
3510
3511
|
|
|
3511
3512
|
...
|
|
@@ -3545,7 +3546,7 @@ def parent_set(
|
|
|
3545
3546
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3546
3547
|
execution_context: str | int | None = None,
|
|
3547
3548
|
undo: bool | None = None,
|
|
3548
|
-
type:
|
|
3549
|
+
type: str | int | None = "OBJECT",
|
|
3549
3550
|
xmirror: bool | typing.Any | None = False,
|
|
3550
3551
|
keep_transform: bool | typing.Any | None = False,
|
|
3551
3552
|
):
|
|
@@ -3555,7 +3556,7 @@ def parent_set(
|
|
|
3555
3556
|
:type execution_context: str | int | None
|
|
3556
3557
|
:type undo: bool | None
|
|
3557
3558
|
:param type: Type
|
|
3558
|
-
:type type:
|
|
3559
|
+
:type type: str | int | None
|
|
3559
3560
|
:param xmirror: X Mirror, Apply weights symmetrically along X axis, for Envelope/Automatic vertex groups creation
|
|
3560
3561
|
:type xmirror: bool | typing.Any | None
|
|
3561
3562
|
:param keep_transform: Keep Transform, Apply transformation before parenting
|
|
@@ -3661,7 +3662,7 @@ def pointcloud_add(
|
|
|
3661
3662
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3662
3663
|
execution_context: str | int | None = None,
|
|
3663
3664
|
undo: bool | None = None,
|
|
3664
|
-
align:
|
|
3665
|
+
align: str | int | None = "WORLD",
|
|
3665
3666
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
3666
3667
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
3667
3668
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -3681,7 +3682,7 @@ def pointcloud_add(
|
|
|
3681
3682
|
|
|
3682
3683
|
CURSOR
|
|
3683
3684
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
3684
|
-
:type align:
|
|
3685
|
+
:type align: str | int | None
|
|
3685
3686
|
:param location: Location, Location for the newly added object
|
|
3686
3687
|
:type location: typing.Any | None
|
|
3687
3688
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -3715,7 +3716,7 @@ def quadriflow_remesh(
|
|
|
3715
3716
|
use_preserve_boundary: bool | typing.Any | None = False,
|
|
3716
3717
|
preserve_attributes: bool | typing.Any | None = False,
|
|
3717
3718
|
smooth_normals: bool | typing.Any | None = False,
|
|
3718
|
-
mode:
|
|
3719
|
+
mode: str | int | None = "FACES",
|
|
3719
3720
|
target_ratio: typing.Any | None = 1.0,
|
|
3720
3721
|
target_edge_length: typing.Any | None = 0.1,
|
|
3721
3722
|
target_faces: typing.Any | None = 4000,
|
|
@@ -3747,7 +3748,7 @@ def quadriflow_remesh(
|
|
|
3747
3748
|
|
|
3748
3749
|
FACES
|
|
3749
3750
|
Faces -- Input target number of faces in the new mesh.
|
|
3750
|
-
:type mode:
|
|
3751
|
+
:type mode: str | int | None
|
|
3751
3752
|
:param target_ratio: Ratio, Relative number of faces compared to the current mesh
|
|
3752
3753
|
:type target_ratio: typing.Any | None
|
|
3753
3754
|
:param target_edge_length: Edge Length, Target edge length in the new mesh
|
|
@@ -3766,7 +3767,7 @@ def quick_explode(
|
|
|
3766
3767
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3767
3768
|
execution_context: str | int | None = None,
|
|
3768
3769
|
undo: bool | None = None,
|
|
3769
|
-
style:
|
|
3770
|
+
style: str | int | None = "EXPLODE",
|
|
3770
3771
|
amount: typing.Any | None = 100,
|
|
3771
3772
|
frame_duration: typing.Any | None = 50,
|
|
3772
3773
|
frame_start: typing.Any | None = 1,
|
|
@@ -3780,7 +3781,7 @@ def quick_explode(
|
|
|
3780
3781
|
:type execution_context: str | int | None
|
|
3781
3782
|
:type undo: bool | None
|
|
3782
3783
|
:param style: Explode Style
|
|
3783
|
-
:type style:
|
|
3784
|
+
:type style: str | int | None
|
|
3784
3785
|
:param amount: Number of Pieces
|
|
3785
3786
|
:type amount: typing.Any | None
|
|
3786
3787
|
:param frame_duration: Duration
|
|
@@ -3801,7 +3802,7 @@ def quick_fur(
|
|
|
3801
3802
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3802
3803
|
execution_context: str | int | None = None,
|
|
3803
3804
|
undo: bool | None = None,
|
|
3804
|
-
density:
|
|
3805
|
+
density: str | int | None = "MEDIUM",
|
|
3805
3806
|
length: typing.Any | None = 0.1,
|
|
3806
3807
|
radius: typing.Any | None = 0.001,
|
|
3807
3808
|
view_percentage: typing.Any | None = 1.0,
|
|
@@ -3815,7 +3816,7 @@ def quick_fur(
|
|
|
3815
3816
|
:type execution_context: str | int | None
|
|
3816
3817
|
:type undo: bool | None
|
|
3817
3818
|
:param density: Density
|
|
3818
|
-
:type density:
|
|
3819
|
+
:type density: str | int | None
|
|
3819
3820
|
:param length: Length
|
|
3820
3821
|
:type length: typing.Any | None
|
|
3821
3822
|
:param radius: Hair Radius
|
|
@@ -3853,7 +3854,7 @@ def quick_smoke(
|
|
|
3853
3854
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3854
3855
|
execution_context: str | int | None = None,
|
|
3855
3856
|
undo: bool | None = None,
|
|
3856
|
-
style:
|
|
3857
|
+
style: str | int | None = "SMOKE",
|
|
3857
3858
|
show_flows: bool | typing.Any | None = False,
|
|
3858
3859
|
):
|
|
3859
3860
|
"""Use selected objects as smoke emitters
|
|
@@ -3862,7 +3863,7 @@ def quick_smoke(
|
|
|
3862
3863
|
:type execution_context: str | int | None
|
|
3863
3864
|
:type undo: bool | None
|
|
3864
3865
|
:param style: Smoke Style
|
|
3865
|
-
:type style:
|
|
3866
|
+
:type style: str | int | None
|
|
3866
3867
|
:param show_flows: Render Smoke Objects, Keep the smoke objects visible during rendering
|
|
3867
3868
|
:type show_flows: bool | typing.Any | None
|
|
3868
3869
|
"""
|
|
@@ -3962,7 +3963,7 @@ def select_all(
|
|
|
3962
3963
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3963
3964
|
execution_context: str | int | None = None,
|
|
3964
3965
|
undo: bool | None = None,
|
|
3965
|
-
action:
|
|
3966
|
+
action: str | int | None = "TOGGLE",
|
|
3966
3967
|
):
|
|
3967
3968
|
"""Change selection of all visible objects in scene
|
|
3968
3969
|
|
|
@@ -3982,7 +3983,7 @@ def select_all(
|
|
|
3982
3983
|
|
|
3983
3984
|
INVERT
|
|
3984
3985
|
Invert -- Invert selection of all elements.
|
|
3985
|
-
:type action:
|
|
3986
|
+
:type action: str | int | None
|
|
3986
3987
|
"""
|
|
3987
3988
|
|
|
3988
3989
|
...
|
|
@@ -4029,7 +4030,7 @@ def select_grouped(
|
|
|
4029
4030
|
execution_context: str | int | None = None,
|
|
4030
4031
|
undo: bool | None = None,
|
|
4031
4032
|
extend: bool | typing.Any | None = False,
|
|
4032
|
-
type:
|
|
4033
|
+
type: str | int | None = "CHILDREN_RECURSIVE",
|
|
4033
4034
|
):
|
|
4034
4035
|
"""Select all visible objects grouped by various properties
|
|
4035
4036
|
|
|
@@ -4072,7 +4073,7 @@ def select_grouped(
|
|
|
4072
4073
|
|
|
4073
4074
|
LIGHT_TYPE
|
|
4074
4075
|
Light Type -- Matching light types.
|
|
4075
|
-
:type type:
|
|
4076
|
+
:type type: str | int | None
|
|
4076
4077
|
"""
|
|
4077
4078
|
|
|
4078
4079
|
...
|
|
@@ -4081,7 +4082,7 @@ def select_hierarchy(
|
|
|
4081
4082
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4082
4083
|
execution_context: str | int | None = None,
|
|
4083
4084
|
undo: bool | None = None,
|
|
4084
|
-
direction:
|
|
4085
|
+
direction: str | int | None = "PARENT",
|
|
4085
4086
|
extend: bool | typing.Any | None = False,
|
|
4086
4087
|
):
|
|
4087
4088
|
"""Select object relative to the active object's position in the hierarchy
|
|
@@ -4090,7 +4091,7 @@ def select_hierarchy(
|
|
|
4090
4091
|
:type execution_context: str | int | None
|
|
4091
4092
|
:type undo: bool | None
|
|
4092
4093
|
:param direction: Direction, Direction to select in the hierarchy
|
|
4093
|
-
:type direction:
|
|
4094
|
+
:type direction: str | int | None
|
|
4094
4095
|
:param extend: Extend, Extend the existing selection
|
|
4095
4096
|
:type extend: bool | typing.Any | None
|
|
4096
4097
|
"""
|
|
@@ -4116,7 +4117,7 @@ def select_linked(
|
|
|
4116
4117
|
execution_context: str | int | None = None,
|
|
4117
4118
|
undo: bool | None = None,
|
|
4118
4119
|
extend: bool | typing.Any | None = False,
|
|
4119
|
-
type:
|
|
4120
|
+
type: str | int | None = "OBDATA",
|
|
4120
4121
|
):
|
|
4121
4122
|
"""Select all visible objects that are linked
|
|
4122
4123
|
|
|
@@ -4126,7 +4127,7 @@ def select_linked(
|
|
|
4126
4127
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
4127
4128
|
:type extend: bool | typing.Any | None
|
|
4128
4129
|
:param type: Type
|
|
4129
|
-
:type type:
|
|
4130
|
+
:type type: str | int | None
|
|
4130
4131
|
"""
|
|
4131
4132
|
|
|
4132
4133
|
...
|
|
@@ -4191,7 +4192,7 @@ def select_random(
|
|
|
4191
4192
|
undo: bool | None = None,
|
|
4192
4193
|
ratio: typing.Any | None = 0.5,
|
|
4193
4194
|
seed: typing.Any | None = 0,
|
|
4194
|
-
action:
|
|
4195
|
+
action: str | int | None = "SELECT",
|
|
4195
4196
|
):
|
|
4196
4197
|
"""Select or deselect random visible objects
|
|
4197
4198
|
|
|
@@ -4209,7 +4210,7 @@ def select_random(
|
|
|
4209
4210
|
|
|
4210
4211
|
DESELECT
|
|
4211
4212
|
Deselect -- Deselect all elements.
|
|
4212
|
-
:type action:
|
|
4213
|
+
:type action: str | int | None
|
|
4213
4214
|
"""
|
|
4214
4215
|
|
|
4215
4216
|
...
|
|
@@ -4448,7 +4449,7 @@ def shape_key_lock(
|
|
|
4448
4449
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4449
4450
|
execution_context: str | int | None = None,
|
|
4450
4451
|
undo: bool | None = None,
|
|
4451
|
-
action:
|
|
4452
|
+
action: str | int | None = "LOCK",
|
|
4452
4453
|
):
|
|
4453
4454
|
"""Change the lock state of all shape keys of active object
|
|
4454
4455
|
|
|
@@ -4462,7 +4463,7 @@ def shape_key_lock(
|
|
|
4462
4463
|
|
|
4463
4464
|
UNLOCK
|
|
4464
4465
|
Unlock -- Unlock all shape keys.
|
|
4465
|
-
:type action:
|
|
4466
|
+
:type action: str | int | None
|
|
4466
4467
|
"""
|
|
4467
4468
|
|
|
4468
4469
|
...
|
|
@@ -4488,7 +4489,7 @@ def shape_key_move(
|
|
|
4488
4489
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4489
4490
|
execution_context: str | int | None = None,
|
|
4490
4491
|
undo: bool | None = None,
|
|
4491
|
-
type:
|
|
4492
|
+
type: str | int | None = "TOP",
|
|
4492
4493
|
):
|
|
4493
4494
|
"""Move the active shape key up/down in the list
|
|
4494
4495
|
|
|
@@ -4508,7 +4509,7 @@ def shape_key_move(
|
|
|
4508
4509
|
|
|
4509
4510
|
BOTTOM
|
|
4510
4511
|
Bottom -- Bottom of the list.
|
|
4511
|
-
:type type:
|
|
4512
|
+
:type type: str | int | None
|
|
4512
4513
|
"""
|
|
4513
4514
|
|
|
4514
4515
|
...
|
|
@@ -4551,7 +4552,7 @@ def shape_key_transfer(
|
|
|
4551
4552
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4552
4553
|
execution_context: str | int | None = None,
|
|
4553
4554
|
undo: bool | None = None,
|
|
4554
|
-
mode:
|
|
4555
|
+
mode: str | int | None = "OFFSET",
|
|
4555
4556
|
use_clamp: bool | typing.Any | None = False,
|
|
4556
4557
|
):
|
|
4557
4558
|
"""Copy the active shape key of another selected object to this one
|
|
@@ -4569,7 +4570,7 @@ def shape_key_transfer(
|
|
|
4569
4570
|
|
|
4570
4571
|
RELATIVE_EDGE
|
|
4571
4572
|
Relative Edge -- Calculate relative position (using edges).
|
|
4572
|
-
:type mode:
|
|
4573
|
+
:type mode: str | int | None
|
|
4573
4574
|
:param use_clamp: Clamp Offset, Clamp the transformation to the distance each vertex moves in the original shape
|
|
4574
4575
|
:type use_clamp: bool | typing.Any | None
|
|
4575
4576
|
"""
|
|
@@ -4648,7 +4649,7 @@ def skin_loose_mark_clear(
|
|
|
4648
4649
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4649
4650
|
execution_context: str | int | None = None,
|
|
4650
4651
|
undo: bool | None = None,
|
|
4651
|
-
action:
|
|
4652
|
+
action: str | int | None = "MARK",
|
|
4652
4653
|
):
|
|
4653
4654
|
"""Mark/clear selected vertices as loose
|
|
4654
4655
|
|
|
@@ -4662,7 +4663,7 @@ def skin_loose_mark_clear(
|
|
|
4662
4663
|
|
|
4663
4664
|
CLEAR
|
|
4664
4665
|
Clear -- Set selected vertices as not loose.
|
|
4665
|
-
:type action:
|
|
4666
|
+
:type action: str | int | None
|
|
4666
4667
|
"""
|
|
4667
4668
|
|
|
4668
4669
|
...
|
|
@@ -4700,7 +4701,7 @@ def speaker_add(
|
|
|
4700
4701
|
execution_context: str | int | None = None,
|
|
4701
4702
|
undo: bool | None = None,
|
|
4702
4703
|
enter_editmode: bool | typing.Any | None = False,
|
|
4703
|
-
align:
|
|
4704
|
+
align: str | int | None = "WORLD",
|
|
4704
4705
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
4705
4706
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
4706
4707
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -4722,7 +4723,7 @@ def speaker_add(
|
|
|
4722
4723
|
|
|
4723
4724
|
CURSOR
|
|
4724
4725
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
4725
|
-
:type align:
|
|
4726
|
+
:type align: str | int | None
|
|
4726
4727
|
:param location: Location, Location for the newly added object
|
|
4727
4728
|
:type location: typing.Any | None
|
|
4728
4729
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -4776,7 +4777,7 @@ def text_add(
|
|
|
4776
4777
|
undo: bool | None = None,
|
|
4777
4778
|
radius: typing.Any | None = 1.0,
|
|
4778
4779
|
enter_editmode: bool | typing.Any | None = False,
|
|
4779
|
-
align:
|
|
4780
|
+
align: str | int | None = "WORLD",
|
|
4780
4781
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
4781
4782
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
4782
4783
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -4800,7 +4801,7 @@ def text_add(
|
|
|
4800
4801
|
|
|
4801
4802
|
CURSOR
|
|
4802
4803
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
4803
|
-
:type align:
|
|
4804
|
+
:type align: str | int | None
|
|
4804
4805
|
:param location: Location, Location for the newly added object
|
|
4805
4806
|
:type location: typing.Any | None
|
|
4806
4807
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -4815,7 +4816,7 @@ def track_clear(
|
|
|
4815
4816
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4816
4817
|
execution_context: str | int | None = None,
|
|
4817
4818
|
undo: bool | None = None,
|
|
4818
|
-
type:
|
|
4819
|
+
type: str | int | None = "CLEAR",
|
|
4819
4820
|
):
|
|
4820
4821
|
"""Clear tracking constraint or flag from object
|
|
4821
4822
|
|
|
@@ -4823,7 +4824,7 @@ def track_clear(
|
|
|
4823
4824
|
:type execution_context: str | int | None
|
|
4824
4825
|
:type undo: bool | None
|
|
4825
4826
|
:param type: Type
|
|
4826
|
-
:type type:
|
|
4827
|
+
:type type: str | int | None
|
|
4827
4828
|
"""
|
|
4828
4829
|
|
|
4829
4830
|
...
|
|
@@ -4832,7 +4833,7 @@ def track_set(
|
|
|
4832
4833
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4833
4834
|
execution_context: str | int | None = None,
|
|
4834
4835
|
undo: bool | None = None,
|
|
4835
|
-
type:
|
|
4836
|
+
type: str | int | None = "DAMPTRACK",
|
|
4836
4837
|
):
|
|
4837
4838
|
"""Make the object track another object, using various methods/constraints
|
|
4838
4839
|
|
|
@@ -4840,7 +4841,7 @@ def track_set(
|
|
|
4840
4841
|
:type execution_context: str | int | None
|
|
4841
4842
|
:type undo: bool | None
|
|
4842
4843
|
:param type: Type
|
|
4843
|
-
:type type:
|
|
4844
|
+
:type type: str | int | None
|
|
4844
4845
|
"""
|
|
4845
4846
|
|
|
4846
4847
|
...
|
|
@@ -4943,7 +4944,7 @@ def transforms_to_deltas(
|
|
|
4943
4944
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
4944
4945
|
execution_context: str | int | None = None,
|
|
4945
4946
|
undo: bool | None = None,
|
|
4946
|
-
mode:
|
|
4947
|
+
mode: str | int | None = "ALL",
|
|
4947
4948
|
reset_values: bool | typing.Any | None = True,
|
|
4948
4949
|
):
|
|
4949
4950
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well
|
|
@@ -4964,7 +4965,7 @@ def transforms_to_deltas(
|
|
|
4964
4965
|
|
|
4965
4966
|
SCALE
|
|
4966
4967
|
Scale -- Transfer scale transforms only.
|
|
4967
|
-
:type mode:
|
|
4968
|
+
:type mode: str | int | None
|
|
4968
4969
|
:param reset_values: Reset Values, Clear transform values after transferring to deltas
|
|
4969
4970
|
:type reset_values: bool | typing.Any | None
|
|
4970
4971
|
"""
|
|
@@ -5031,7 +5032,7 @@ def vertex_group_clean(
|
|
|
5031
5032
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5032
5033
|
execution_context: str | int | None = None,
|
|
5033
5034
|
undo: bool | None = None,
|
|
5034
|
-
group_select_mode: str | int |
|
|
5035
|
+
group_select_mode: str | int | None = "",
|
|
5035
5036
|
limit: typing.Any | None = 0.0,
|
|
5036
5037
|
keep_single: bool | typing.Any | None = False,
|
|
5037
5038
|
):
|
|
@@ -5041,7 +5042,7 @@ def vertex_group_clean(
|
|
|
5041
5042
|
:type execution_context: str | int | None
|
|
5042
5043
|
:type undo: bool | None
|
|
5043
5044
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5044
|
-
:type group_select_mode: str | int |
|
|
5045
|
+
:type group_select_mode: str | int | None
|
|
5045
5046
|
:param limit: Limit, Remove vertices which weight is below or equal to this limit
|
|
5046
5047
|
:type limit: typing.Any | None
|
|
5047
5048
|
:param keep_single: Keep Single, Keep verts assigned to at least one group when cleaning
|
|
@@ -5096,7 +5097,7 @@ def vertex_group_invert(
|
|
|
5096
5097
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5097
5098
|
execution_context: str | int | None = None,
|
|
5098
5099
|
undo: bool | None = None,
|
|
5099
|
-
group_select_mode: str | int |
|
|
5100
|
+
group_select_mode: str | int | None = "",
|
|
5100
5101
|
auto_assign: bool | typing.Any | None = True,
|
|
5101
5102
|
auto_remove: bool | typing.Any | None = True,
|
|
5102
5103
|
):
|
|
@@ -5106,7 +5107,7 @@ def vertex_group_invert(
|
|
|
5106
5107
|
:type execution_context: str | int | None
|
|
5107
5108
|
:type undo: bool | None
|
|
5108
5109
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5109
|
-
:type group_select_mode: str | int |
|
|
5110
|
+
:type group_select_mode: str | int | None
|
|
5110
5111
|
:param auto_assign: Add Weights, Add vertices from groups that have zero weight before inverting
|
|
5111
5112
|
:type auto_assign: bool | typing.Any | None
|
|
5112
5113
|
:param auto_remove: Remove Weights, Remove vertices from groups that have zero weight after inverting
|
|
@@ -5119,7 +5120,7 @@ def vertex_group_levels(
|
|
|
5119
5120
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5120
5121
|
execution_context: str | int | None = None,
|
|
5121
5122
|
undo: bool | None = None,
|
|
5122
|
-
group_select_mode: str | int |
|
|
5123
|
+
group_select_mode: str | int | None = "",
|
|
5123
5124
|
offset: typing.Any | None = 0.0,
|
|
5124
5125
|
gain: typing.Any | None = 1.0,
|
|
5125
5126
|
):
|
|
@@ -5129,7 +5130,7 @@ def vertex_group_levels(
|
|
|
5129
5130
|
:type execution_context: str | int | None
|
|
5130
5131
|
:type undo: bool | None
|
|
5131
5132
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5132
|
-
:type group_select_mode: str | int |
|
|
5133
|
+
:type group_select_mode: str | int | None
|
|
5133
5134
|
:param offset: Offset, Value to add to weights
|
|
5134
5135
|
:type offset: typing.Any | None
|
|
5135
5136
|
:param gain: Gain, Value to multiply weights by
|
|
@@ -5142,7 +5143,7 @@ def vertex_group_limit_total(
|
|
|
5142
5143
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5143
5144
|
execution_context: str | int | None = None,
|
|
5144
5145
|
undo: bool | None = None,
|
|
5145
|
-
group_select_mode: str | int |
|
|
5146
|
+
group_select_mode: str | int | None = "",
|
|
5146
5147
|
limit: typing.Any | None = 4,
|
|
5147
5148
|
):
|
|
5148
5149
|
"""Limit deform weights associated with a vertex to a specified number by removing lowest weights
|
|
@@ -5151,7 +5152,7 @@ def vertex_group_limit_total(
|
|
|
5151
5152
|
:type execution_context: str | int | None
|
|
5152
5153
|
:type undo: bool | None
|
|
5153
5154
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5154
|
-
:type group_select_mode: str | int |
|
|
5155
|
+
:type group_select_mode: str | int | None
|
|
5155
5156
|
:param limit: Limit, Maximum number of deform weights
|
|
5156
5157
|
:type limit: typing.Any | None
|
|
5157
5158
|
"""
|
|
@@ -5162,8 +5163,8 @@ def vertex_group_lock(
|
|
|
5162
5163
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5163
5164
|
execution_context: str | int | None = None,
|
|
5164
5165
|
undo: bool | None = None,
|
|
5165
|
-
action:
|
|
5166
|
-
mask:
|
|
5166
|
+
action: str | int | None = "TOGGLE",
|
|
5167
|
+
mask: str | int | None = "ALL",
|
|
5167
5168
|
):
|
|
5168
5169
|
"""Change the lock state of all or some vertex groups of active object
|
|
5169
5170
|
|
|
@@ -5183,7 +5184,7 @@ def vertex_group_lock(
|
|
|
5183
5184
|
|
|
5184
5185
|
INVERT
|
|
5185
5186
|
Invert -- Invert the lock state of all vertex groups.
|
|
5186
|
-
:type action:
|
|
5187
|
+
:type action: str | int | None
|
|
5187
5188
|
:param mask: Mask, Apply the action based on vertex group selection
|
|
5188
5189
|
|
|
5189
5190
|
ALL
|
|
@@ -5197,7 +5198,7 @@ def vertex_group_lock(
|
|
|
5197
5198
|
|
|
5198
5199
|
INVERT_UNSELECTED
|
|
5199
5200
|
Invert Unselected -- Apply the opposite of Lock/Unlock to unselected vertex groups.
|
|
5200
|
-
:type mask:
|
|
5201
|
+
:type mask: str | int | None
|
|
5201
5202
|
"""
|
|
5202
5203
|
|
|
5203
5204
|
...
|
|
@@ -5232,7 +5233,7 @@ def vertex_group_move(
|
|
|
5232
5233
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5233
5234
|
execution_context: str | int | None = None,
|
|
5234
5235
|
undo: bool | None = None,
|
|
5235
|
-
direction:
|
|
5236
|
+
direction: str | int | None = "UP",
|
|
5236
5237
|
):
|
|
5237
5238
|
"""Move the active vertex group up/down in the list
|
|
5238
5239
|
|
|
@@ -5240,7 +5241,7 @@ def vertex_group_move(
|
|
|
5240
5241
|
:type execution_context: str | int | None
|
|
5241
5242
|
:type undo: bool | None
|
|
5242
5243
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
5243
|
-
:type direction:
|
|
5244
|
+
:type direction: str | int | None
|
|
5244
5245
|
"""
|
|
5245
5246
|
|
|
5246
5247
|
...
|
|
@@ -5263,7 +5264,7 @@ def vertex_group_normalize_all(
|
|
|
5263
5264
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5264
5265
|
execution_context: str | int | None = None,
|
|
5265
5266
|
undo: bool | None = None,
|
|
5266
|
-
group_select_mode: str | int |
|
|
5267
|
+
group_select_mode: str | int | None = "",
|
|
5267
5268
|
lock_active: bool | typing.Any | None = True,
|
|
5268
5269
|
):
|
|
5269
5270
|
"""Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
|
|
@@ -5272,7 +5273,7 @@ def vertex_group_normalize_all(
|
|
|
5272
5273
|
:type execution_context: str | int | None
|
|
5273
5274
|
:type undo: bool | None
|
|
5274
5275
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5275
|
-
:type group_select_mode: str | int |
|
|
5276
|
+
:type group_select_mode: str | int | None
|
|
5276
5277
|
:param lock_active: Lock Active, Keep the values of the active group while normalizing others
|
|
5277
5278
|
:type lock_active: bool | typing.Any | None
|
|
5278
5279
|
"""
|
|
@@ -5283,7 +5284,7 @@ def vertex_group_quantize(
|
|
|
5283
5284
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5284
5285
|
execution_context: str | int | None = None,
|
|
5285
5286
|
undo: bool | None = None,
|
|
5286
|
-
group_select_mode: str | int |
|
|
5287
|
+
group_select_mode: str | int | None = "",
|
|
5287
5288
|
steps: typing.Any | None = 4,
|
|
5288
5289
|
):
|
|
5289
5290
|
"""Set weights to a fixed number of steps
|
|
@@ -5292,7 +5293,7 @@ def vertex_group_quantize(
|
|
|
5292
5293
|
:type execution_context: str | int | None
|
|
5293
5294
|
:type undo: bool | None
|
|
5294
5295
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5295
|
-
:type group_select_mode: str | int |
|
|
5296
|
+
:type group_select_mode: str | int | None
|
|
5296
5297
|
:param steps: Steps, Number of steps between 0 and 1
|
|
5297
5298
|
:type steps: typing.Any | None
|
|
5298
5299
|
"""
|
|
@@ -5357,7 +5358,7 @@ def vertex_group_set_active(
|
|
|
5357
5358
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5358
5359
|
execution_context: str | int | None = None,
|
|
5359
5360
|
undo: bool | None = None,
|
|
5360
|
-
group: str | int |
|
|
5361
|
+
group: str | int | None = "",
|
|
5361
5362
|
):
|
|
5362
5363
|
"""Set the active vertex group
|
|
5363
5364
|
|
|
@@ -5365,7 +5366,7 @@ def vertex_group_set_active(
|
|
|
5365
5366
|
:type execution_context: str | int | None
|
|
5366
5367
|
:type undo: bool | None
|
|
5367
5368
|
:param group: Group, Vertex group to set as active
|
|
5368
|
-
:type group: str | int |
|
|
5369
|
+
:type group: str | int | None
|
|
5369
5370
|
"""
|
|
5370
5371
|
|
|
5371
5372
|
...
|
|
@@ -5374,7 +5375,7 @@ def vertex_group_smooth(
|
|
|
5374
5375
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5375
5376
|
execution_context: str | int | None = None,
|
|
5376
5377
|
undo: bool | None = None,
|
|
5377
|
-
group_select_mode: str | int |
|
|
5378
|
+
group_select_mode: str | int | None = "",
|
|
5378
5379
|
factor: typing.Any | None = 0.5,
|
|
5379
5380
|
repeat: typing.Any | None = 1,
|
|
5380
5381
|
expand: typing.Any | None = 0.0,
|
|
@@ -5385,7 +5386,7 @@ def vertex_group_smooth(
|
|
|
5385
5386
|
:type execution_context: str | int | None
|
|
5386
5387
|
:type undo: bool | None
|
|
5387
5388
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5388
|
-
:type group_select_mode: str | int |
|
|
5389
|
+
:type group_select_mode: str | int | None
|
|
5389
5390
|
:param factor: Factor
|
|
5390
5391
|
:type factor: typing.Any | None
|
|
5391
5392
|
:param repeat: Iterations
|
|
@@ -5400,7 +5401,7 @@ def vertex_group_sort(
|
|
|
5400
5401
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5401
5402
|
execution_context: str | int | None = None,
|
|
5402
5403
|
undo: bool | None = None,
|
|
5403
|
-
sort_type:
|
|
5404
|
+
sort_type: str | int | None = "NAME",
|
|
5404
5405
|
):
|
|
5405
5406
|
"""Sort vertex groups
|
|
5406
5407
|
|
|
@@ -5408,7 +5409,7 @@ def vertex_group_sort(
|
|
|
5408
5409
|
:type execution_context: str | int | None
|
|
5409
5410
|
:type undo: bool | None
|
|
5410
5411
|
:param sort_type: Sort Type, Sort type
|
|
5411
|
-
:type sort_type:
|
|
5412
|
+
:type sort_type: str | int | None
|
|
5412
5413
|
"""
|
|
5413
5414
|
|
|
5414
5415
|
...
|
|
@@ -5524,7 +5525,7 @@ def volume_add(
|
|
|
5524
5525
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
5525
5526
|
execution_context: str | int | None = None,
|
|
5526
5527
|
undo: bool | None = None,
|
|
5527
|
-
align:
|
|
5528
|
+
align: str | int | None = "WORLD",
|
|
5528
5529
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
5529
5530
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
5530
5531
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -5544,7 +5545,7 @@ def volume_add(
|
|
|
5544
5545
|
|
|
5545
5546
|
CURSOR
|
|
5546
5547
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
5547
|
-
:type align:
|
|
5548
|
+
:type align: str | int | None
|
|
5548
5549
|
:param location: Location, Location for the newly added object
|
|
5549
5550
|
:type location: typing.Any | None
|
|
5550
5551
|
:param rotation: Rotation, Rotation for the newly added object
|
|
@@ -5584,10 +5585,10 @@ def volume_import(
|
|
|
5584
5585
|
filter_blenlib: bool | typing.Any | None = False,
|
|
5585
5586
|
filemode: typing.Any | None = 9,
|
|
5586
5587
|
relative_path: bool | typing.Any | None = True,
|
|
5587
|
-
display_type:
|
|
5588
|
-
sort_method:
|
|
5588
|
+
display_type: str | int | None = "DEFAULT",
|
|
5589
|
+
sort_method: str | int | None = "",
|
|
5589
5590
|
use_sequence_detection: bool | typing.Any | None = True,
|
|
5590
|
-
align:
|
|
5591
|
+
align: str | int | None = "WORLD",
|
|
5591
5592
|
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
5592
5593
|
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
5593
5594
|
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -5658,7 +5659,7 @@ def volume_import(
|
|
|
5658
5659
|
|
|
5659
5660
|
THUMBNAIL
|
|
5660
5661
|
Thumbnails -- Display files as thumbnails.
|
|
5661
|
-
:type display_type:
|
|
5662
|
+
:type display_type: str | int | None
|
|
5662
5663
|
:param sort_method: File sorting mode
|
|
5663
5664
|
|
|
5664
5665
|
DEFAULT
|
|
@@ -5675,7 +5676,7 @@ def volume_import(
|
|
|
5675
5676
|
|
|
5676
5677
|
FILE_SORT_SIZE
|
|
5677
5678
|
Size -- Sort files by size.
|
|
5678
|
-
:type sort_method:
|
|
5679
|
+
:type sort_method: str | int | None
|
|
5679
5680
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected volume files (based on file names)
|
|
5680
5681
|
:type use_sequence_detection: bool | typing.Any | None
|
|
5681
5682
|
:param align: Align, The alignment of the new object
|
|
@@ -5688,7 +5689,7 @@ def volume_import(
|
|
|
5688
5689
|
|
|
5689
5690
|
CURSOR
|
|
5690
5691
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
5691
|
-
:type align:
|
|
5692
|
+
:type align: str | int | None
|
|
5692
5693
|
:param location: Location, Location for the newly added object
|
|
5693
5694
|
:type location: typing.Any | None
|
|
5694
5695
|
:param rotation: Rotation, Rotation for the newly added object
|