fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +40 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -4
- bl_operators/node/__init__.pyi +36 -46
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +0 -50
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
- bl_ui/node_add_menu_shader/__init__.pyi +10 -30
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +0 -18
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -7
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +0 -90
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +27 -66
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +50 -8
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +206 -420
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +53 -56
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -72
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +2 -34
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +17 -166
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +27 -217
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +29 -524
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +2 -50
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +71 -741
- bpy/ops/object/__init__.pyi +137 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +28 -233
- bpy/ops/poselib/__init__.pyi +4 -47
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +6 -70
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +90 -662
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +39 -1334
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +15386 -56984
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +9 -8
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +1 -7
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +24 -135
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
bpy/ops/object/__init__.pyi
CHANGED
|
@@ -30,14 +30,9 @@ def add(
|
|
|
30
30
|
) -> None:
|
|
31
31
|
"""Add an object to the scene
|
|
32
32
|
|
|
33
|
-
:type execution_context: int | str | None
|
|
34
|
-
:type undo: bool | None
|
|
35
33
|
:param radius: Radius
|
|
36
|
-
:type radius: float | None
|
|
37
34
|
:param type: Type
|
|
38
|
-
:type type: bpy.stub_internal.rna_enums.ObjectTypeItems | None
|
|
39
35
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
40
|
-
:type enter_editmode: bool | None
|
|
41
36
|
:param align: Align, The alignment of the new object
|
|
42
37
|
|
|
43
38
|
WORLD
|
|
@@ -48,13 +43,9 @@ def add(
|
|
|
48
43
|
|
|
49
44
|
CURSOR
|
|
50
45
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
51
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
52
46
|
:param location: Location, Location for the newly added object
|
|
53
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
54
47
|
:param rotation: Rotation, Rotation for the newly added object
|
|
55
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
56
48
|
:param scale: Scale, Scale for the newly added object
|
|
57
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
58
49
|
"""
|
|
59
50
|
|
|
60
51
|
def add_modifier_menu(
|
|
@@ -62,11 +53,7 @@ def add_modifier_menu(
|
|
|
62
53
|
undo: bool | None = None,
|
|
63
54
|
/,
|
|
64
55
|
) -> None:
|
|
65
|
-
"""Undocumented, consider contributing.
|
|
66
|
-
|
|
67
|
-
:type execution_context: int | str | None
|
|
68
|
-
:type undo: bool | None
|
|
69
|
-
"""
|
|
56
|
+
"""Undocumented, consider contributing."""
|
|
70
57
|
|
|
71
58
|
def add_named(
|
|
72
59
|
execution_context: int | str | None = None,
|
|
@@ -89,20 +76,12 @@ def add_named(
|
|
|
89
76
|
) -> None:
|
|
90
77
|
"""Add named object
|
|
91
78
|
|
|
92
|
-
:type execution_context: int | str | None
|
|
93
|
-
:type undo: bool | None
|
|
94
79
|
:param linked: Linked, Duplicate object but not object data, linking to the original data
|
|
95
|
-
:type linked: bool | None
|
|
96
80
|
:param name: Name, Name of the data-block to use by the operator
|
|
97
|
-
:type name: str
|
|
98
81
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
99
|
-
:type session_uid: int | None
|
|
100
82
|
:param matrix: Matrix
|
|
101
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
102
83
|
:param drop_x: Drop X, X-coordinate (screen space) to place the new object under
|
|
103
|
-
:type drop_x: int | None
|
|
104
84
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
105
|
-
:type drop_y: int | None
|
|
106
85
|
"""
|
|
107
86
|
|
|
108
87
|
def align(
|
|
@@ -117,12 +96,8 @@ def align(
|
|
|
117
96
|
) -> None:
|
|
118
97
|
"""Align objects
|
|
119
98
|
|
|
120
|
-
:type execution_context: int | str | None
|
|
121
|
-
:type undo: bool | None
|
|
122
99
|
: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
|
|
123
|
-
:type bb_quality: bool | None
|
|
124
100
|
:param align_mode: Align Mode, Side of object to use for alignment
|
|
125
|
-
:type align_mode: typing.Literal['OPT_1','OPT_2','OPT_3'] | None
|
|
126
101
|
:param relative_to: Relative To, Reference location to align to
|
|
127
102
|
|
|
128
103
|
OPT_1
|
|
@@ -136,9 +111,7 @@ def align(
|
|
|
136
111
|
|
|
137
112
|
OPT_4
|
|
138
113
|
Active -- Use the active object as the position for the selected objects to align to.
|
|
139
|
-
:type relative_to: typing.Literal['OPT_1','OPT_2','OPT_3','OPT_4'] | None
|
|
140
114
|
:param align_axis: Align, Align to axis
|
|
141
|
-
:type align_axis: set[typing.Literal['X','Y','Z']] | None
|
|
142
115
|
"""
|
|
143
116
|
|
|
144
117
|
def anim_transforms_to_deltas(
|
|
@@ -146,11 +119,7 @@ def anim_transforms_to_deltas(
|
|
|
146
119
|
undo: bool | None = None,
|
|
147
120
|
/,
|
|
148
121
|
) -> None:
|
|
149
|
-
"""Convert object animation for normal transforms to delta transforms
|
|
150
|
-
|
|
151
|
-
:type execution_context: int | str | None
|
|
152
|
-
:type undo: bool | None
|
|
153
|
-
"""
|
|
122
|
+
"""Convert object animation for normal transforms to delta transforms"""
|
|
154
123
|
|
|
155
124
|
def armature_add(
|
|
156
125
|
execution_context: int | str | None = None,
|
|
@@ -174,12 +143,8 @@ def armature_add(
|
|
|
174
143
|
) -> None:
|
|
175
144
|
"""Add an armature object to the scene
|
|
176
145
|
|
|
177
|
-
:type execution_context: int | str | None
|
|
178
|
-
:type undo: bool | None
|
|
179
146
|
:param radius: Radius
|
|
180
|
-
:type radius: float | None
|
|
181
147
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
182
|
-
:type enter_editmode: bool | None
|
|
183
148
|
:param align: Align, The alignment of the new object
|
|
184
149
|
|
|
185
150
|
WORLD
|
|
@@ -190,13 +155,9 @@ def armature_add(
|
|
|
190
155
|
|
|
191
156
|
CURSOR
|
|
192
157
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
193
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
194
158
|
:param location: Location, Location for the newly added object
|
|
195
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
196
159
|
:param rotation: Rotation, Rotation for the newly added object
|
|
197
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
198
160
|
:param scale: Scale, Scale for the newly added object
|
|
199
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
200
161
|
"""
|
|
201
162
|
|
|
202
163
|
def assign_property_defaults(
|
|
@@ -209,12 +170,8 @@ def assign_property_defaults(
|
|
|
209
170
|
) -> None:
|
|
210
171
|
"""Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing
|
|
211
172
|
|
|
212
|
-
:type execution_context: int | str | None
|
|
213
|
-
:type undo: bool | None
|
|
214
173
|
:param process_data: Process data properties
|
|
215
|
-
:type process_data: bool | None
|
|
216
174
|
:param process_bones: Process bone properties
|
|
217
|
-
:type process_bones: bool | None
|
|
218
175
|
"""
|
|
219
176
|
|
|
220
177
|
def bake(
|
|
@@ -247,52 +204,28 @@ def bake(
|
|
|
247
204
|
) -> None:
|
|
248
205
|
"""Bake image textures of selected objects
|
|
249
206
|
|
|
250
|
-
:type execution_context: int | str | None
|
|
251
|
-
:type undo: bool | None
|
|
252
207
|
:param type: Type, Type of pass to bake, some of them may not be supported by the current render engine
|
|
253
|
-
:type type: bpy.stub_internal.rna_enums.BakePassTypeItems | None
|
|
254
208
|
:param pass_filter: Pass Filter, Filter to combined, diffuse, glossy, transmission and subsurface passes
|
|
255
|
-
:type pass_filter: set[bpy.stub_internal.rna_enums.BakePassFilterTypeItems] | None
|
|
256
209
|
:param filepath: File Path, Image filepath to use when saving externally
|
|
257
|
-
:type filepath: str
|
|
258
210
|
:param width: Width, Horizontal dimension of the baking map (external only)
|
|
259
|
-
:type width: int | None
|
|
260
211
|
:param height: Height, Vertical dimension of the baking map (external only)
|
|
261
|
-
:type height: int | None
|
|
262
212
|
:param margin: Margin, Extends the baked result as a post process filter
|
|
263
|
-
:type margin: int | None
|
|
264
213
|
:param margin_type: Margin Type, Which algorithm to use to generate the margin
|
|
265
|
-
:type margin_type: bpy.stub_internal.rna_enums.BakeMarginTypeItems | None
|
|
266
214
|
:param use_selected_to_active: Selected to Active, Bake shading on the surface of selected objects to the active object
|
|
267
|
-
:type use_selected_to_active: bool | None
|
|
268
215
|
:param max_ray_distance: Max Ray Distance, The maximum ray distance for matching points between the active and selected objects. If zero, there is no limit
|
|
269
|
-
:type max_ray_distance: float | None
|
|
270
216
|
:param cage_extrusion: Cage Extrusion, Inflate the active object by the specified distance for baking. This helps matching to points nearer to the outside of the selected object meshes
|
|
271
|
-
:type cage_extrusion: float | None
|
|
272
217
|
:param cage_object: Cage Object, Object to use as cage, instead of calculating the cage from the active object with cage extrusion
|
|
273
|
-
:type cage_object: str
|
|
274
218
|
:param normal_space: Normal Space, Choose normal space for baking
|
|
275
|
-
:type normal_space: bpy.stub_internal.rna_enums.NormalSpaceItems | None
|
|
276
219
|
:param normal_r: R, Axis to bake in red channel
|
|
277
|
-
:type normal_r: bpy.stub_internal.rna_enums.NormalSwizzleItems | None
|
|
278
220
|
:param normal_g: G, Axis to bake in green channel
|
|
279
|
-
:type normal_g: bpy.stub_internal.rna_enums.NormalSwizzleItems | None
|
|
280
221
|
:param normal_b: B, Axis to bake in blue channel
|
|
281
|
-
:type normal_b: bpy.stub_internal.rna_enums.NormalSwizzleItems | None
|
|
282
222
|
:param target: Target, Where to output the baked map
|
|
283
|
-
:type target: bpy.stub_internal.rna_enums.BakeTargetItems | None
|
|
284
223
|
:param save_mode: Save Mode, Where to save baked image textures
|
|
285
|
-
:type save_mode: bpy.stub_internal.rna_enums.BakeSaveModeItems | None
|
|
286
224
|
:param use_clear: Clear, Clear images before baking (only for internal saving)
|
|
287
|
-
:type use_clear: bool | None
|
|
288
225
|
:param use_cage: Cage, Cast rays to active object from a cage
|
|
289
|
-
:type use_cage: bool | None
|
|
290
226
|
:param use_split_materials: Split Materials, Split baked maps per material, using material name in output file (external only)
|
|
291
|
-
:type use_split_materials: bool | None
|
|
292
227
|
:param use_automatic_name: Automatic Name, Automatically name the output file with the pass type
|
|
293
|
-
:type use_automatic_name: bool | None
|
|
294
228
|
:param uv_layer: UV Layer, UV layer to override active
|
|
295
|
-
:type uv_layer: str
|
|
296
229
|
"""
|
|
297
230
|
|
|
298
231
|
def bake_image(
|
|
@@ -300,11 +233,7 @@ def bake_image(
|
|
|
300
233
|
undo: bool | None = None,
|
|
301
234
|
/,
|
|
302
235
|
) -> None:
|
|
303
|
-
"""Bake image textures of selected objects
|
|
304
|
-
|
|
305
|
-
:type execution_context: int | str | None
|
|
306
|
-
:type undo: bool | None
|
|
307
|
-
"""
|
|
236
|
+
"""Bake image textures of selected objects"""
|
|
308
237
|
|
|
309
238
|
def camera_add(
|
|
310
239
|
execution_context: int | str | None = None,
|
|
@@ -327,10 +256,7 @@ def camera_add(
|
|
|
327
256
|
) -> None:
|
|
328
257
|
"""Add a camera object to the scene
|
|
329
258
|
|
|
330
|
-
:type execution_context: int | str | None
|
|
331
|
-
:type undo: bool | None
|
|
332
259
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
333
|
-
:type enter_editmode: bool | None
|
|
334
260
|
:param align: Align, The alignment of the new object
|
|
335
261
|
|
|
336
262
|
WORLD
|
|
@@ -341,13 +267,9 @@ def camera_add(
|
|
|
341
267
|
|
|
342
268
|
CURSOR
|
|
343
269
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
344
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
345
270
|
:param location: Location, Location for the newly added object
|
|
346
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
347
271
|
:param rotation: Rotation, Rotation for the newly added object
|
|
348
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
349
272
|
:param scale: Scale, Scale for the newly added object
|
|
350
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
351
273
|
"""
|
|
352
274
|
|
|
353
275
|
def camera_custom_update(
|
|
@@ -355,33 +277,21 @@ def camera_custom_update(
|
|
|
355
277
|
undo: bool | None = None,
|
|
356
278
|
/,
|
|
357
279
|
) -> None:
|
|
358
|
-
"""Update custom camera with new parameters from the shader
|
|
359
|
-
|
|
360
|
-
:type execution_context: int | str | None
|
|
361
|
-
:type undo: bool | None
|
|
362
|
-
"""
|
|
280
|
+
"""Update custom camera with new parameters from the shader"""
|
|
363
281
|
|
|
364
282
|
def clear_override_library(
|
|
365
283
|
execution_context: int | str | None = None,
|
|
366
284
|
undo: bool | None = None,
|
|
367
285
|
/,
|
|
368
286
|
) -> None:
|
|
369
|
-
"""Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable
|
|
370
|
-
|
|
371
|
-
:type execution_context: int | str | None
|
|
372
|
-
:type undo: bool | None
|
|
373
|
-
"""
|
|
287
|
+
"""Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable"""
|
|
374
288
|
|
|
375
289
|
def collection_add(
|
|
376
290
|
execution_context: int | str | None = None,
|
|
377
291
|
undo: bool | None = None,
|
|
378
292
|
/,
|
|
379
293
|
) -> None:
|
|
380
|
-
"""Add an object to a new collection
|
|
381
|
-
|
|
382
|
-
:type execution_context: int | str | None
|
|
383
|
-
:type undo: bool | None
|
|
384
|
-
"""
|
|
294
|
+
"""Add an object to a new collection"""
|
|
385
295
|
|
|
386
296
|
def collection_external_asset_drop(
|
|
387
297
|
execution_context: int | str | None = None,
|
|
@@ -408,10 +318,7 @@ def collection_external_asset_drop(
|
|
|
408
318
|
) -> None:
|
|
409
319
|
"""Add the dragged collection to the scene
|
|
410
320
|
|
|
411
|
-
:type execution_context: int | str | None
|
|
412
|
-
:type undo: bool | None
|
|
413
321
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
414
|
-
:type session_uid: int | None
|
|
415
322
|
:param align: Align, The alignment of the new object
|
|
416
323
|
|
|
417
324
|
WORLD
|
|
@@ -422,21 +329,13 @@ def collection_external_asset_drop(
|
|
|
422
329
|
|
|
423
330
|
CURSOR
|
|
424
331
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
425
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
426
332
|
:param location: Location, Location for the newly added object
|
|
427
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
428
333
|
:param rotation: Rotation, Rotation for the newly added object
|
|
429
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
430
334
|
:param scale: Scale, Scale for the newly added object
|
|
431
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
432
335
|
:param use_instance: Instance, Add the dropped collection as collection instance
|
|
433
|
-
:type use_instance: bool | None
|
|
434
336
|
:param drop_x: Drop X, X-coordinate (screen space) to place the new object under
|
|
435
|
-
:type drop_x: int | None
|
|
436
337
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
437
|
-
:type drop_y: int | None
|
|
438
338
|
:param collection: Collection
|
|
439
|
-
:type collection: str | None
|
|
440
339
|
"""
|
|
441
340
|
|
|
442
341
|
def collection_instance_add(
|
|
@@ -464,12 +363,8 @@ def collection_instance_add(
|
|
|
464
363
|
) -> None:
|
|
465
364
|
"""Add a collection instance
|
|
466
365
|
|
|
467
|
-
:type execution_context: int | str | None
|
|
468
|
-
:type undo: bool | None
|
|
469
366
|
:param name: Name, Collection name to add
|
|
470
|
-
:type name: str
|
|
471
367
|
:param collection: Collection
|
|
472
|
-
:type collection: str | None
|
|
473
368
|
:param align: Align, The alignment of the new object
|
|
474
369
|
|
|
475
370
|
WORLD
|
|
@@ -480,19 +375,12 @@ def collection_instance_add(
|
|
|
480
375
|
|
|
481
376
|
CURSOR
|
|
482
377
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
483
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
484
378
|
:param location: Location, Location for the newly added object
|
|
485
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
486
379
|
:param rotation: Rotation, Rotation for the newly added object
|
|
487
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
488
380
|
:param scale: Scale, Scale for the newly added object
|
|
489
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
490
381
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
491
|
-
:type session_uid: int | None
|
|
492
382
|
:param drop_x: Drop X, X-coordinate (screen space) to place the new object under
|
|
493
|
-
:type drop_x: int | None
|
|
494
383
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
495
|
-
:type drop_y: int | None
|
|
496
384
|
"""
|
|
497
385
|
|
|
498
386
|
def collection_link(
|
|
@@ -504,10 +392,7 @@ def collection_link(
|
|
|
504
392
|
) -> None:
|
|
505
393
|
"""Add an object to an existing collection
|
|
506
394
|
|
|
507
|
-
:type execution_context: int | str | None
|
|
508
|
-
:type undo: bool | None
|
|
509
395
|
:param collection: Collection
|
|
510
|
-
:type collection: str | None
|
|
511
396
|
"""
|
|
512
397
|
|
|
513
398
|
def collection_objects_select(
|
|
@@ -515,33 +400,21 @@ def collection_objects_select(
|
|
|
515
400
|
undo: bool | None = None,
|
|
516
401
|
/,
|
|
517
402
|
) -> None:
|
|
518
|
-
"""Select all objects in collection
|
|
519
|
-
|
|
520
|
-
:type execution_context: int | str | None
|
|
521
|
-
:type undo: bool | None
|
|
522
|
-
"""
|
|
403
|
+
"""Select all objects in collection"""
|
|
523
404
|
|
|
524
405
|
def collection_remove(
|
|
525
406
|
execution_context: int | str | None = None,
|
|
526
407
|
undo: bool | None = None,
|
|
527
408
|
/,
|
|
528
409
|
) -> None:
|
|
529
|
-
"""Remove the active object from this collection
|
|
530
|
-
|
|
531
|
-
:type execution_context: int | str | None
|
|
532
|
-
:type undo: bool | None
|
|
533
|
-
"""
|
|
410
|
+
"""Remove the active object from this collection"""
|
|
534
411
|
|
|
535
412
|
def collection_unlink(
|
|
536
413
|
execution_context: int | str | None = None,
|
|
537
414
|
undo: bool | None = None,
|
|
538
415
|
/,
|
|
539
416
|
) -> None:
|
|
540
|
-
"""Unlink the collection from all objects
|
|
541
|
-
|
|
542
|
-
:type execution_context: int | str | None
|
|
543
|
-
:type undo: bool | None
|
|
544
|
-
"""
|
|
417
|
+
"""Unlink the collection from all objects"""
|
|
545
418
|
|
|
546
419
|
def constraint_add(
|
|
547
420
|
execution_context: int | str | None = None,
|
|
@@ -552,10 +425,7 @@ def constraint_add(
|
|
|
552
425
|
) -> None:
|
|
553
426
|
"""Add a constraint to the active object
|
|
554
427
|
|
|
555
|
-
:type execution_context: int | str | None
|
|
556
|
-
:type undo: bool | None
|
|
557
428
|
:param type: Type
|
|
558
|
-
:type type: str | None
|
|
559
429
|
"""
|
|
560
430
|
|
|
561
431
|
def constraint_add_with_targets(
|
|
@@ -567,10 +437,7 @@ def constraint_add_with_targets(
|
|
|
567
437
|
) -> None:
|
|
568
438
|
"""Add a constraint to the active object, with target (where applicable) set to the selected objects/bones
|
|
569
439
|
|
|
570
|
-
:type execution_context: int | str | None
|
|
571
|
-
:type undo: bool | None
|
|
572
440
|
:param type: Type
|
|
573
|
-
:type type: str | None
|
|
574
441
|
"""
|
|
575
442
|
|
|
576
443
|
def constraints_clear(
|
|
@@ -578,22 +445,14 @@ def constraints_clear(
|
|
|
578
445
|
undo: bool | None = None,
|
|
579
446
|
/,
|
|
580
447
|
) -> None:
|
|
581
|
-
"""Clear all constraints from the selected objects
|
|
582
|
-
|
|
583
|
-
:type execution_context: int | str | None
|
|
584
|
-
:type undo: bool | None
|
|
585
|
-
"""
|
|
448
|
+
"""Clear all constraints from the selected objects"""
|
|
586
449
|
|
|
587
450
|
def constraints_copy(
|
|
588
451
|
execution_context: int | str | None = None,
|
|
589
452
|
undo: bool | None = None,
|
|
590
453
|
/,
|
|
591
454
|
) -> None:
|
|
592
|
-
"""Copy constraints to other selected objects
|
|
593
|
-
|
|
594
|
-
:type execution_context: int | str | None
|
|
595
|
-
:type undo: bool | None
|
|
596
|
-
"""
|
|
455
|
+
"""Copy constraints to other selected objects"""
|
|
597
456
|
|
|
598
457
|
def convert(
|
|
599
458
|
execution_context: int | str | None = None,
|
|
@@ -610,8 +469,6 @@ def convert(
|
|
|
610
469
|
) -> None:
|
|
611
470
|
"""Convert selected objects to another type
|
|
612
471
|
|
|
613
|
-
:type execution_context: int | str | None
|
|
614
|
-
:type undo: bool | None
|
|
615
472
|
:param target: Target, Type of object to convert to
|
|
616
473
|
|
|
617
474
|
CURVE
|
|
@@ -628,19 +485,27 @@ def convert(
|
|
|
628
485
|
|
|
629
486
|
GREASEPENCIL
|
|
630
487
|
Grease Pencil -- Grease Pencil from Curve or Mesh objects.
|
|
631
|
-
:type target: typing.Literal['CURVE','MESH','POINTCLOUD','CURVES','GREASEPENCIL'] | None
|
|
632
488
|
:param keep_original: Keep Original, Keep original objects instead of replacing them
|
|
633
|
-
:type keep_original: bool | None
|
|
634
489
|
:param merge_customdata: Merge UVs, Merge UV coordinates that share a vertex to account for imprecision in some modifiers
|
|
635
|
-
:type merge_customdata: bool | None
|
|
636
490
|
:param thickness: Thickness
|
|
637
|
-
:type thickness: int | None
|
|
638
491
|
:param faces: Export Faces, Export faces as filled strokes
|
|
639
|
-
:type faces: bool | None
|
|
640
492
|
:param offset: Stroke Offset, Offset strokes from fill
|
|
641
|
-
:type offset: float | None
|
|
642
493
|
"""
|
|
643
494
|
|
|
495
|
+
def copy_global_transform(
|
|
496
|
+
execution_context: int | str | None = None,
|
|
497
|
+
undo: bool | None = None,
|
|
498
|
+
/,
|
|
499
|
+
) -> None:
|
|
500
|
+
"""Copies the matrix of the currently active object or pose bone to the clipboard. Uses world-space matrices"""
|
|
501
|
+
|
|
502
|
+
def copy_relative_transform(
|
|
503
|
+
execution_context: int | str | None = None,
|
|
504
|
+
undo: bool | None = None,
|
|
505
|
+
/,
|
|
506
|
+
) -> None:
|
|
507
|
+
"""Copies the matrix of the currently active object or pose bone to the clipboard. Uses matrices relative to a specific object or the active scene camera"""
|
|
508
|
+
|
|
644
509
|
def correctivesmooth_bind(
|
|
645
510
|
execution_context: int | str | None = None,
|
|
646
511
|
undo: bool | None = None,
|
|
@@ -650,10 +515,7 @@ def correctivesmooth_bind(
|
|
|
650
515
|
) -> None:
|
|
651
516
|
"""Bind base pose in Corrective Smooth modifier
|
|
652
517
|
|
|
653
|
-
:type execution_context: int | str | None
|
|
654
|
-
:type undo: bool | None
|
|
655
518
|
:param modifier: Modifier, Name of the modifier to edit
|
|
656
|
-
:type modifier: str
|
|
657
519
|
"""
|
|
658
520
|
|
|
659
521
|
def curves_empty_hair_add(
|
|
@@ -676,8 +538,6 @@ def curves_empty_hair_add(
|
|
|
676
538
|
) -> None:
|
|
677
539
|
"""Add an empty curve object to the scene with the selected mesh as surface
|
|
678
540
|
|
|
679
|
-
:type execution_context: int | str | None
|
|
680
|
-
:type undo: bool | None
|
|
681
541
|
:param align: Align, The alignment of the new object
|
|
682
542
|
|
|
683
543
|
WORLD
|
|
@@ -688,13 +548,9 @@ def curves_empty_hair_add(
|
|
|
688
548
|
|
|
689
549
|
CURSOR
|
|
690
550
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
691
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
692
551
|
:param location: Location, Location for the newly added object
|
|
693
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
694
552
|
:param rotation: Rotation, Rotation for the newly added object
|
|
695
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
696
553
|
:param scale: Scale, Scale for the newly added object
|
|
697
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
698
554
|
"""
|
|
699
555
|
|
|
700
556
|
def curves_random_add(
|
|
@@ -717,8 +573,6 @@ def curves_random_add(
|
|
|
717
573
|
) -> None:
|
|
718
574
|
"""Add a curves object with random curves to the scene
|
|
719
575
|
|
|
720
|
-
:type execution_context: int | str | None
|
|
721
|
-
:type undo: bool | None
|
|
722
576
|
:param align: Align, The alignment of the new object
|
|
723
577
|
|
|
724
578
|
WORLD
|
|
@@ -729,13 +583,9 @@ def curves_random_add(
|
|
|
729
583
|
|
|
730
584
|
CURSOR
|
|
731
585
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
732
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
733
586
|
:param location: Location, Location for the newly added object
|
|
734
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
735
587
|
:param rotation: Rotation, Rotation for the newly added object
|
|
736
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
737
588
|
:param scale: Scale, Scale for the newly added object
|
|
738
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
739
589
|
"""
|
|
740
590
|
|
|
741
591
|
def data_instance_add(
|
|
@@ -763,14 +613,9 @@ def data_instance_add(
|
|
|
763
613
|
) -> None:
|
|
764
614
|
"""Add an object data instance
|
|
765
615
|
|
|
766
|
-
:type execution_context: int | str | None
|
|
767
|
-
:type undo: bool | None
|
|
768
616
|
:param name: Name, Name of the data-block to use by the operator
|
|
769
|
-
:type name: str
|
|
770
617
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
771
|
-
:type session_uid: int | None
|
|
772
618
|
:param type: Type
|
|
773
|
-
:type type: bpy.stub_internal.rna_enums.IdTypeItems | None
|
|
774
619
|
:param align: Align, The alignment of the new object
|
|
775
620
|
|
|
776
621
|
WORLD
|
|
@@ -781,17 +626,11 @@ def data_instance_add(
|
|
|
781
626
|
|
|
782
627
|
CURSOR
|
|
783
628
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
784
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
785
629
|
:param location: Location, Location for the newly added object
|
|
786
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
787
630
|
:param rotation: Rotation, Rotation for the newly added object
|
|
788
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
789
631
|
:param scale: Scale, Scale for the newly added object
|
|
790
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
791
632
|
:param drop_x: Drop X, X-coordinate (screen space) to place the new object under
|
|
792
|
-
:type drop_x: int | None
|
|
793
633
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
794
|
-
:type drop_y: int | None
|
|
795
634
|
"""
|
|
796
635
|
|
|
797
636
|
def data_transfer(
|
|
@@ -838,12 +677,8 @@ def data_transfer(
|
|
|
838
677
|
) -> None:
|
|
839
678
|
"""Transfer data layer(s) (weights, edge sharp, etc.) from active to selected meshes
|
|
840
679
|
|
|
841
|
-
:type execution_context: int | str | None
|
|
842
|
-
:type undo: bool | None
|
|
843
680
|
:param use_reverse_transfer: Reverse Transfer, Transfer from selected objects to active one
|
|
844
|
-
:type use_reverse_transfer: bool | None
|
|
845
681
|
:param use_freeze: Freeze Operator, Prevent changes to settings to re-run the operator, handy to change several things at once with heavy geometry
|
|
846
|
-
:type use_freeze: bool | None
|
|
847
682
|
:param data_type: Data Type, Which data to transfer
|
|
848
683
|
|
|
849
684
|
VGROUP_WEIGHTS
|
|
@@ -884,37 +719,21 @@ def data_transfer(
|
|
|
884
719
|
|
|
885
720
|
FREESTYLE_FACE
|
|
886
721
|
Freestyle Mark -- Transfer Freestyle face mark.
|
|
887
|
-
:type data_type: typing.Literal['VGROUP_WEIGHTS','BEVEL_WEIGHT_VERT','COLOR_VERTEX','SHARP_EDGE','SEAM','CREASE','BEVEL_WEIGHT_EDGE','FREESTYLE_EDGE','CUSTOM_NORMAL','COLOR_CORNER','UV','SMOOTH','FREESTYLE_FACE'] | None
|
|
888
722
|
:param use_create: Create Data, Add data layers on destination meshes if needed
|
|
889
|
-
:type use_create: bool | None
|
|
890
723
|
:param vert_mapping: Vertex Mapping, Method used to map source vertices to destination ones
|
|
891
|
-
:type vert_mapping: bpy.stub_internal.rna_enums.DtMethodVertexItems | None
|
|
892
724
|
:param edge_mapping: Edge Mapping, Method used to map source edges to destination ones
|
|
893
|
-
:type edge_mapping: bpy.stub_internal.rna_enums.DtMethodEdgeItems | None
|
|
894
725
|
:param loop_mapping: Face Corner Mapping, Method used to map source faces corners to destination ones
|
|
895
|
-
:type loop_mapping: bpy.stub_internal.rna_enums.DtMethodLoopItems | None
|
|
896
726
|
:param poly_mapping: Face Mapping, Method used to map source faces to destination ones
|
|
897
|
-
:type poly_mapping: bpy.stub_internal.rna_enums.DtMethodPolyItems | None
|
|
898
727
|
:param use_auto_transform: Auto Transform, Automatically compute transformation to get the best possible match between source and destination meshes.Warning: Results will never be as good as manual matching of objects
|
|
899
|
-
:type use_auto_transform: bool | None
|
|
900
728
|
:param use_object_transform: Object Transform, Evaluate source and destination meshes in global space
|
|
901
|
-
:type use_object_transform: bool | None
|
|
902
729
|
:param use_max_distance: Only Neighbor Geometry, Source elements must be closer than given distance from destination one
|
|
903
|
-
:type use_max_distance: bool | None
|
|
904
730
|
:param max_distance: Max Distance, Maximum allowed distance between source and destination element, for non-topology mappings
|
|
905
|
-
:type max_distance: float | None
|
|
906
731
|
:param ray_radius: Ray Radius, Width of rays (especially useful when raycasting against vertices or edges)
|
|
907
|
-
:type ray_radius: float | None
|
|
908
732
|
:param islands_precision: Islands Precision, Factor controlling precision of islands handling (the higher, the better the results)
|
|
909
|
-
:type islands_precision: float | None
|
|
910
733
|
:param layers_select_src: Source Layers Selection, Which layers to transfer, in case of multi-layers types
|
|
911
|
-
:type layers_select_src: bpy.stub_internal.rna_enums.DtLayersSelectSrcItems | None
|
|
912
734
|
:param layers_select_dst: Destination Layers Matching, How to match source and destination layers
|
|
913
|
-
:type layers_select_dst: bpy.stub_internal.rna_enums.DtLayersSelectDstItems | None
|
|
914
735
|
:param mix_mode: Mix Mode, How to affect destination elements with source values
|
|
915
|
-
:type mix_mode: bpy.stub_internal.rna_enums.DtMixModeItems | None
|
|
916
736
|
:param mix_factor: Mix Factor, Factor to use when applying data to destination (exact behavior depends on mix mode)
|
|
917
|
-
:type mix_factor: float | None
|
|
918
737
|
"""
|
|
919
738
|
|
|
920
739
|
def datalayout_transfer(
|
|
@@ -947,10 +766,7 @@ def datalayout_transfer(
|
|
|
947
766
|
) -> None:
|
|
948
767
|
"""Transfer layout of data layer(s) from active to selected meshes
|
|
949
768
|
|
|
950
|
-
:type execution_context: int | str | None
|
|
951
|
-
:type undo: bool | None
|
|
952
769
|
:param modifier: Modifier, Name of the modifier to edit
|
|
953
|
-
:type modifier: str
|
|
954
770
|
:param data_type: Data Type, Which data to transfer
|
|
955
771
|
|
|
956
772
|
VGROUP_WEIGHTS
|
|
@@ -991,13 +807,9 @@ def datalayout_transfer(
|
|
|
991
807
|
|
|
992
808
|
FREESTYLE_FACE
|
|
993
809
|
Freestyle Mark -- Transfer Freestyle face mark.
|
|
994
|
-
:type data_type: typing.Literal['VGROUP_WEIGHTS','BEVEL_WEIGHT_VERT','COLOR_VERTEX','SHARP_EDGE','SEAM','CREASE','BEVEL_WEIGHT_EDGE','FREESTYLE_EDGE','CUSTOM_NORMAL','COLOR_CORNER','UV','SMOOTH','FREESTYLE_FACE'] | None
|
|
995
810
|
:param use_delete: Exact Match, Also delete some data layers from destination if necessary, so that it matches exactly source
|
|
996
|
-
:type use_delete: bool | None
|
|
997
811
|
:param layers_select_src: Source Layers Selection, Which layers to transfer, in case of multi-layers types
|
|
998
|
-
:type layers_select_src: bpy.stub_internal.rna_enums.DtLayersSelectSrcItems | None
|
|
999
812
|
:param layers_select_dst: Destination Layers Matching, How to match source and destination layers
|
|
1000
|
-
:type layers_select_dst: bpy.stub_internal.rna_enums.DtLayersSelectDstItems | None
|
|
1001
813
|
"""
|
|
1002
814
|
|
|
1003
815
|
def delete(
|
|
@@ -1010,14 +822,17 @@ def delete(
|
|
|
1010
822
|
) -> None:
|
|
1011
823
|
"""Delete selected objects
|
|
1012
824
|
|
|
1013
|
-
:type execution_context: int | str | None
|
|
1014
|
-
:type undo: bool | None
|
|
1015
825
|
:param use_global: Delete Globally, Remove object from all scenes
|
|
1016
|
-
:type use_global: bool | None
|
|
1017
826
|
:param confirm: Confirm, Prompt for confirmation
|
|
1018
|
-
:type confirm: bool | None
|
|
1019
827
|
"""
|
|
1020
828
|
|
|
829
|
+
def delete_fix_to_camera_keys(
|
|
830
|
+
execution_context: int | str | None = None,
|
|
831
|
+
undo: bool | None = None,
|
|
832
|
+
/,
|
|
833
|
+
) -> None:
|
|
834
|
+
"""Delete all keys that were generated by the Fix to Scene Camera operator"""
|
|
835
|
+
|
|
1021
836
|
def drop_geometry_nodes(
|
|
1022
837
|
execution_context: int | str | None = None,
|
|
1023
838
|
undo: bool | None = None,
|
|
@@ -1028,12 +843,8 @@ def drop_geometry_nodes(
|
|
|
1028
843
|
) -> None:
|
|
1029
844
|
"""Undocumented, consider contributing.
|
|
1030
845
|
|
|
1031
|
-
:type execution_context: int | str | None
|
|
1032
|
-
:type undo: bool | None
|
|
1033
846
|
:param session_uid: Session UID, Session UID of the geometry node group being dropped
|
|
1034
|
-
:type session_uid: int | None
|
|
1035
847
|
:param show_datablock_in_modifier: Show the data-block selector in the modifier
|
|
1036
|
-
:type show_datablock_in_modifier: bool | None
|
|
1037
848
|
"""
|
|
1038
849
|
|
|
1039
850
|
def drop_named_material(
|
|
@@ -1046,12 +857,8 @@ def drop_named_material(
|
|
|
1046
857
|
) -> None:
|
|
1047
858
|
"""Undocumented, consider contributing.
|
|
1048
859
|
|
|
1049
|
-
:type execution_context: int | str | None
|
|
1050
|
-
:type undo: bool | None
|
|
1051
860
|
:param name: Name, Name of the data-block to use by the operator
|
|
1052
|
-
:type name: str
|
|
1053
861
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1054
|
-
:type session_uid: int | None
|
|
1055
862
|
"""
|
|
1056
863
|
|
|
1057
864
|
def duplicate(
|
|
@@ -1064,12 +871,8 @@ def duplicate(
|
|
|
1064
871
|
) -> None:
|
|
1065
872
|
"""Duplicate selected objects
|
|
1066
873
|
|
|
1067
|
-
:type execution_context: int | str | None
|
|
1068
|
-
:type undo: bool | None
|
|
1069
874
|
:param linked: Linked, Duplicate object but not object data, linking to the original data
|
|
1070
|
-
:type linked: bool | None
|
|
1071
875
|
:param mode: Mode
|
|
1072
|
-
:type mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None
|
|
1073
876
|
"""
|
|
1074
877
|
|
|
1075
878
|
def duplicate_move(
|
|
@@ -1082,12 +885,8 @@ def duplicate_move(
|
|
|
1082
885
|
) -> None:
|
|
1083
886
|
"""Duplicate the selected objects and move them
|
|
1084
887
|
|
|
1085
|
-
:type execution_context: int | str | None
|
|
1086
|
-
:type undo: bool | None
|
|
1087
888
|
:param OBJECT_OT_duplicate: Duplicate Objects, Duplicate selected objects
|
|
1088
|
-
:type OBJECT_OT_duplicate: duplicate | None
|
|
1089
889
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1090
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1091
890
|
"""
|
|
1092
891
|
|
|
1093
892
|
def duplicate_move_linked(
|
|
@@ -1100,12 +899,8 @@ def duplicate_move_linked(
|
|
|
1100
899
|
) -> None:
|
|
1101
900
|
"""Duplicate the selected objects, but not their object data, and move them
|
|
1102
901
|
|
|
1103
|
-
:type execution_context: int | str | None
|
|
1104
|
-
:type undo: bool | None
|
|
1105
902
|
:param OBJECT_OT_duplicate: Duplicate Objects, Duplicate selected objects
|
|
1106
|
-
:type OBJECT_OT_duplicate: duplicate | None
|
|
1107
903
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1108
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1109
904
|
"""
|
|
1110
905
|
|
|
1111
906
|
def duplicates_make_real(
|
|
@@ -1118,12 +913,8 @@ def duplicates_make_real(
|
|
|
1118
913
|
) -> None:
|
|
1119
914
|
"""Make instanced objects attached to this object real
|
|
1120
915
|
|
|
1121
|
-
:type execution_context: int | str | None
|
|
1122
|
-
:type undo: bool | None
|
|
1123
916
|
:param use_base_parent: Parent, Parent newly created objects to the original instancer
|
|
1124
|
-
:type use_base_parent: bool | None
|
|
1125
917
|
:param use_hierarchy: Keep Hierarchy, Maintain parent child relationships
|
|
1126
|
-
:type use_hierarchy: bool | None
|
|
1127
918
|
"""
|
|
1128
919
|
|
|
1129
920
|
def editmode_toggle(
|
|
@@ -1131,11 +922,7 @@ def editmode_toggle(
|
|
|
1131
922
|
undo: bool | None = None,
|
|
1132
923
|
/,
|
|
1133
924
|
) -> None:
|
|
1134
|
-
"""Toggle objects edit mode
|
|
1135
|
-
|
|
1136
|
-
:type execution_context: int | str | None
|
|
1137
|
-
:type undo: bool | None
|
|
1138
|
-
"""
|
|
925
|
+
"""Toggle objects edit mode"""
|
|
1139
926
|
|
|
1140
927
|
def effector_add(
|
|
1141
928
|
execution_context: int | str | None = None,
|
|
@@ -1175,14 +962,9 @@ def effector_add(
|
|
|
1175
962
|
) -> None:
|
|
1176
963
|
"""Add an empty object with a physics effector to the scene
|
|
1177
964
|
|
|
1178
|
-
:type execution_context: int | str | None
|
|
1179
|
-
:type undo: bool | None
|
|
1180
965
|
:param type: Type
|
|
1181
|
-
:type type: typing.Literal['FORCE','WIND','VORTEX','MAGNET','HARMONIC','CHARGE','LENNARDJ','TEXTURE','GUIDE','BOID','TURBULENCE','DRAG','FLUID'] | None
|
|
1182
966
|
:param radius: Radius
|
|
1183
|
-
:type radius: float | None
|
|
1184
967
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
1185
|
-
:type enter_editmode: bool | None
|
|
1186
968
|
:param align: Align, The alignment of the new object
|
|
1187
969
|
|
|
1188
970
|
WORLD
|
|
@@ -1193,13 +975,9 @@ def effector_add(
|
|
|
1193
975
|
|
|
1194
976
|
CURSOR
|
|
1195
977
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1196
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
1197
978
|
:param location: Location, Location for the newly added object
|
|
1198
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1199
979
|
:param rotation: Rotation, Rotation for the newly added object
|
|
1200
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
1201
980
|
:param scale: Scale, Scale for the newly added object
|
|
1202
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1203
981
|
"""
|
|
1204
982
|
|
|
1205
983
|
def empty_add(
|
|
@@ -1224,12 +1002,8 @@ def empty_add(
|
|
|
1224
1002
|
) -> None:
|
|
1225
1003
|
"""Add an empty object to the scene
|
|
1226
1004
|
|
|
1227
|
-
:type execution_context: int | str | None
|
|
1228
|
-
:type undo: bool | None
|
|
1229
1005
|
:param type: Type
|
|
1230
|
-
:type type: bpy.stub_internal.rna_enums.ObjectEmptyDrawtypeItems | None
|
|
1231
1006
|
:param radius: Radius
|
|
1232
|
-
:type radius: float | None
|
|
1233
1007
|
:param align: Align, The alignment of the new object
|
|
1234
1008
|
|
|
1235
1009
|
WORLD
|
|
@@ -1240,13 +1014,9 @@ def empty_add(
|
|
|
1240
1014
|
|
|
1241
1015
|
CURSOR
|
|
1242
1016
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1243
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
1244
1017
|
:param location: Location, Location for the newly added object
|
|
1245
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1246
1018
|
:param rotation: Rotation, Rotation for the newly added object
|
|
1247
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
1248
1019
|
:param scale: Scale, Scale for the newly added object
|
|
1249
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1250
1020
|
"""
|
|
1251
1021
|
|
|
1252
1022
|
def empty_image_add(
|
|
@@ -1308,54 +1078,29 @@ def empty_image_add(
|
|
|
1308
1078
|
) -> None:
|
|
1309
1079
|
"""Add an empty image type to scene with data
|
|
1310
1080
|
|
|
1311
|
-
:type execution_context: int | str | None
|
|
1312
|
-
:type undo: bool | None
|
|
1313
1081
|
:param filepath: File Path, Path to file
|
|
1314
|
-
:type filepath: str
|
|
1315
1082
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
1316
|
-
:type hide_props_region: bool | None
|
|
1317
1083
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1318
|
-
:type check_existing: bool | None
|
|
1319
1084
|
:param filter_blender: Filter .blend files
|
|
1320
|
-
:type filter_blender: bool | None
|
|
1321
1085
|
:param filter_backup: Filter .blend files
|
|
1322
|
-
:type filter_backup: bool | None
|
|
1323
1086
|
:param filter_image: Filter image files
|
|
1324
|
-
:type filter_image: bool | None
|
|
1325
1087
|
:param filter_movie: Filter movie files
|
|
1326
|
-
:type filter_movie: bool | None
|
|
1327
1088
|
:param filter_python: Filter Python files
|
|
1328
|
-
:type filter_python: bool | None
|
|
1329
1089
|
:param filter_font: Filter font files
|
|
1330
|
-
:type filter_font: bool | None
|
|
1331
1090
|
:param filter_sound: Filter sound files
|
|
1332
|
-
:type filter_sound: bool | None
|
|
1333
1091
|
:param filter_text: Filter text files
|
|
1334
|
-
:type filter_text: bool | None
|
|
1335
1092
|
:param filter_archive: Filter archive files
|
|
1336
|
-
:type filter_archive: bool | None
|
|
1337
1093
|
:param filter_btx: Filter btx files
|
|
1338
|
-
:type filter_btx: bool | None
|
|
1339
1094
|
:param filter_alembic: Filter Alembic files
|
|
1340
|
-
:type filter_alembic: bool | None
|
|
1341
1095
|
:param filter_usd: Filter USD files
|
|
1342
|
-
:type filter_usd: bool | None
|
|
1343
1096
|
:param filter_obj: Filter OBJ files
|
|
1344
|
-
:type filter_obj: bool | None
|
|
1345
1097
|
:param filter_volume: Filter OpenVDB volume files
|
|
1346
|
-
:type filter_volume: bool | None
|
|
1347
1098
|
:param filter_folder: Filter folders
|
|
1348
|
-
:type filter_folder: bool | None
|
|
1349
1099
|
:param filter_blenlib: Filter Blender IDs
|
|
1350
|
-
:type filter_blenlib: bool | None
|
|
1351
1100
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1352
|
-
:type filemode: int | None
|
|
1353
1101
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
1354
|
-
:type relative_path: bool | None
|
|
1355
1102
|
:param show_multiview: Enable Multi-View
|
|
1356
|
-
:type show_multiview: bool | None
|
|
1357
1103
|
:param use_multiview: Use Multi-View
|
|
1358
|
-
:type use_multiview: bool | None
|
|
1359
1104
|
:param display_type: Display Type
|
|
1360
1105
|
|
|
1361
1106
|
DEFAULT
|
|
@@ -1369,7 +1114,6 @@ def empty_image_add(
|
|
|
1369
1114
|
|
|
1370
1115
|
THUMBNAIL
|
|
1371
1116
|
Thumbnails -- Display files as thumbnails.
|
|
1372
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1373
1117
|
:param sort_method: File sorting mode
|
|
1374
1118
|
|
|
1375
1119
|
DEFAULT
|
|
@@ -1389,11 +1133,8 @@ def empty_image_add(
|
|
|
1389
1133
|
|
|
1390
1134
|
ASSET_CATALOG
|
|
1391
1135
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
1392
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
1393
1136
|
:param name: Name, Name of the data-block to use by the operator
|
|
1394
|
-
:type name: str
|
|
1395
1137
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1396
|
-
:type session_uid: int | None
|
|
1397
1138
|
:param align: Align, The alignment of the new object
|
|
1398
1139
|
|
|
1399
1140
|
WORLD
|
|
@@ -1404,15 +1145,10 @@ def empty_image_add(
|
|
|
1404
1145
|
|
|
1405
1146
|
CURSOR
|
|
1406
1147
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1407
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
1408
1148
|
:param location: Location, Location for the newly added object
|
|
1409
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1410
1149
|
:param rotation: Rotation, Rotation for the newly added object
|
|
1411
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
1412
1150
|
:param scale: Scale, Scale for the newly added object
|
|
1413
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1414
1151
|
:param background: Put in Background, Make the image render behind all objects
|
|
1415
|
-
:type background: bool | None
|
|
1416
1152
|
"""
|
|
1417
1153
|
|
|
1418
1154
|
def explode_refresh(
|
|
@@ -1424,23 +1160,32 @@ def explode_refresh(
|
|
|
1424
1160
|
) -> None:
|
|
1425
1161
|
"""Refresh data in the Explode modifier
|
|
1426
1162
|
|
|
1427
|
-
:type execution_context: int | str | None
|
|
1428
|
-
:type undo: bool | None
|
|
1429
1163
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1430
|
-
:type modifier: str
|
|
1431
1164
|
"""
|
|
1432
1165
|
|
|
1433
|
-
def
|
|
1166
|
+
def fix_to_camera(
|
|
1434
1167
|
execution_context: int | str | None = None,
|
|
1435
1168
|
undo: bool | None = None,
|
|
1436
1169
|
/,
|
|
1170
|
+
*,
|
|
1171
|
+
use_location: bool | None = True,
|
|
1172
|
+
use_rotation: bool | None = True,
|
|
1173
|
+
use_scale: bool | None = True,
|
|
1437
1174
|
) -> None:
|
|
1438
|
-
"""
|
|
1175
|
+
"""Generate new keys to fix the selected object/bone to the camera on unkeyed frames
|
|
1439
1176
|
|
|
1440
|
-
:
|
|
1441
|
-
:
|
|
1177
|
+
:param use_location: Location, Create Location keys when fixing to the scene camera
|
|
1178
|
+
:param use_rotation: Rotation, Create Rotation keys when fixing to the scene camera
|
|
1179
|
+
:param use_scale: Scale, Create Scale keys when fixing to the scene camera
|
|
1442
1180
|
"""
|
|
1443
1181
|
|
|
1182
|
+
def forcefield_toggle(
|
|
1183
|
+
execution_context: int | str | None = None,
|
|
1184
|
+
undo: bool | None = None,
|
|
1185
|
+
/,
|
|
1186
|
+
) -> None:
|
|
1187
|
+
"""Toggle objects force field"""
|
|
1188
|
+
|
|
1444
1189
|
def geometry_node_bake_delete_single(
|
|
1445
1190
|
execution_context: int | str | None = None,
|
|
1446
1191
|
undo: bool | None = None,
|
|
@@ -1452,14 +1197,9 @@ def geometry_node_bake_delete_single(
|
|
|
1452
1197
|
) -> None:
|
|
1453
1198
|
"""Delete baked data of a single bake node or simulation
|
|
1454
1199
|
|
|
1455
|
-
:type execution_context: int | str | None
|
|
1456
|
-
:type undo: bool | None
|
|
1457
1200
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1458
|
-
:type session_uid: int | None
|
|
1459
1201
|
:param modifier_name: Modifier Name, Name of the modifier that contains the node
|
|
1460
|
-
:type modifier_name: str
|
|
1461
1202
|
:param bake_id: Bake ID, Nested node id of the node
|
|
1462
|
-
:type bake_id: int | None
|
|
1463
1203
|
"""
|
|
1464
1204
|
|
|
1465
1205
|
def geometry_node_bake_pack_single(
|
|
@@ -1473,14 +1213,9 @@ def geometry_node_bake_pack_single(
|
|
|
1473
1213
|
) -> None:
|
|
1474
1214
|
"""Pack baked data from disk into the .blend file
|
|
1475
1215
|
|
|
1476
|
-
:type execution_context: int | str | None
|
|
1477
|
-
:type undo: bool | None
|
|
1478
1216
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1479
|
-
:type session_uid: int | None
|
|
1480
1217
|
:param modifier_name: Modifier Name, Name of the modifier that contains the node
|
|
1481
|
-
:type modifier_name: str
|
|
1482
1218
|
:param bake_id: Bake ID, Nested node id of the node
|
|
1483
|
-
:type bake_id: int | None
|
|
1484
1219
|
"""
|
|
1485
1220
|
|
|
1486
1221
|
def geometry_node_bake_single(
|
|
@@ -1494,14 +1229,9 @@ def geometry_node_bake_single(
|
|
|
1494
1229
|
) -> None:
|
|
1495
1230
|
"""Bake a single bake node or simulation
|
|
1496
1231
|
|
|
1497
|
-
:type execution_context: int | str | None
|
|
1498
|
-
:type undo: bool | None
|
|
1499
1232
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1500
|
-
:type session_uid: int | None
|
|
1501
1233
|
:param modifier_name: Modifier Name, Name of the modifier that contains the node
|
|
1502
|
-
:type modifier_name: str
|
|
1503
1234
|
:param bake_id: Bake ID, Nested node id of the node
|
|
1504
|
-
:type bake_id: int | None
|
|
1505
1235
|
"""
|
|
1506
1236
|
|
|
1507
1237
|
def geometry_node_bake_unpack_single(
|
|
@@ -1517,16 +1247,10 @@ def geometry_node_bake_unpack_single(
|
|
|
1517
1247
|
) -> None:
|
|
1518
1248
|
"""Unpack baked data from the .blend file to disk
|
|
1519
1249
|
|
|
1520
|
-
:type execution_context: int | str | None
|
|
1521
|
-
:type undo: bool | None
|
|
1522
1250
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
1523
|
-
:type session_uid: int | None
|
|
1524
1251
|
:param modifier_name: Modifier Name, Name of the modifier that contains the node
|
|
1525
|
-
:type modifier_name: str
|
|
1526
1252
|
:param bake_id: Bake ID, Nested node id of the node
|
|
1527
|
-
:type bake_id: int | None
|
|
1528
1253
|
:param method: Method, How to unpack
|
|
1529
|
-
:type method: typing.Literal['USE_LOCAL','WRITE_LOCAL','USE_ORIGINAL','WRITE_ORIGINAL'] | None
|
|
1530
1254
|
"""
|
|
1531
1255
|
|
|
1532
1256
|
def geometry_node_tree_copy_assign(
|
|
@@ -1534,11 +1258,7 @@ def geometry_node_tree_copy_assign(
|
|
|
1534
1258
|
undo: bool | None = None,
|
|
1535
1259
|
/,
|
|
1536
1260
|
) -> None:
|
|
1537
|
-
"""Duplicate the active geometry node group and assign it to the active modifier
|
|
1538
|
-
|
|
1539
|
-
:type execution_context: int | str | None
|
|
1540
|
-
:type undo: bool | None
|
|
1541
|
-
"""
|
|
1261
|
+
"""Duplicate the active geometry node group and assign it to the active modifier"""
|
|
1542
1262
|
|
|
1543
1263
|
def geometry_nodes_input_attribute_toggle(
|
|
1544
1264
|
execution_context: int | str | None = None,
|
|
@@ -1550,12 +1270,8 @@ def geometry_nodes_input_attribute_toggle(
|
|
|
1550
1270
|
) -> None:
|
|
1551
1271
|
"""Switch between an attribute and a single value to define the data for every element
|
|
1552
1272
|
|
|
1553
|
-
:type execution_context: int | str | None
|
|
1554
|
-
:type undo: bool | None
|
|
1555
1273
|
:param input_name: Input Name
|
|
1556
|
-
:type input_name: str
|
|
1557
1274
|
:param modifier_name: Modifier Name
|
|
1558
|
-
:type modifier_name: str
|
|
1559
1275
|
"""
|
|
1560
1276
|
|
|
1561
1277
|
def geometry_nodes_move_to_nodes(
|
|
@@ -1567,10 +1283,7 @@ def geometry_nodes_move_to_nodes(
|
|
|
1567
1283
|
) -> None:
|
|
1568
1284
|
"""Move inputs and outputs from in the modifier to a new node group
|
|
1569
1285
|
|
|
1570
|
-
:type execution_context: int | str | None
|
|
1571
|
-
:type undo: bool | None
|
|
1572
1286
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
1573
|
-
:type use_selected_objects: bool | None
|
|
1574
1287
|
"""
|
|
1575
1288
|
|
|
1576
1289
|
def grease_pencil_add(
|
|
@@ -1599,16 +1312,10 @@ def grease_pencil_add(
|
|
|
1599
1312
|
) -> None:
|
|
1600
1313
|
"""Add a Grease Pencil object to the scene
|
|
1601
1314
|
|
|
1602
|
-
:type execution_context: int | str | None
|
|
1603
|
-
:type undo: bool | None
|
|
1604
1315
|
:param type: Type
|
|
1605
|
-
:type type: bpy.stub_internal.rna_enums.ObjectGpencilTypeItems | None
|
|
1606
1316
|
:param use_in_front: Show In Front, Show Line Art Grease Pencil in front of everything
|
|
1607
|
-
:type use_in_front: bool | None
|
|
1608
1317
|
:param stroke_depth_offset: Stroke Offset, Stroke offset for the Line Art modifier
|
|
1609
|
-
:type stroke_depth_offset: float | None
|
|
1610
1318
|
:param use_lights: Use Lights, Use lights for this Grease Pencil object
|
|
1611
|
-
:type use_lights: bool | None
|
|
1612
1319
|
:param stroke_depth_order: Stroke Depth Order, Defines how the strokes are ordered in 3D space (for objects not displayed In Front)
|
|
1613
1320
|
|
|
1614
1321
|
2D
|
|
@@ -1616,9 +1323,7 @@ def grease_pencil_add(
|
|
|
1616
1323
|
|
|
1617
1324
|
3D
|
|
1618
1325
|
3D Location -- Display strokes using real 3D position in 3D space.
|
|
1619
|
-
:type stroke_depth_order: typing.Literal['2D','3D'] | None
|
|
1620
1326
|
:param radius: Radius
|
|
1621
|
-
:type radius: float | None
|
|
1622
1327
|
:param align: Align, The alignment of the new object
|
|
1623
1328
|
|
|
1624
1329
|
WORLD
|
|
@@ -1629,13 +1334,9 @@ def grease_pencil_add(
|
|
|
1629
1334
|
|
|
1630
1335
|
CURSOR
|
|
1631
1336
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1632
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
1633
1337
|
:param location: Location, Location for the newly added object
|
|
1634
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1635
1338
|
:param rotation: Rotation, Rotation for the newly added object
|
|
1636
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
1637
1339
|
:param scale: Scale, Scale for the newly added object
|
|
1638
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1639
1340
|
"""
|
|
1640
1341
|
|
|
1641
1342
|
def grease_pencil_dash_modifier_segment_add(
|
|
@@ -1647,10 +1348,7 @@ def grease_pencil_dash_modifier_segment_add(
|
|
|
1647
1348
|
) -> None:
|
|
1648
1349
|
"""Add a segment to the dash modifier
|
|
1649
1350
|
|
|
1650
|
-
:type execution_context: int | str | None
|
|
1651
|
-
:type undo: bool | None
|
|
1652
1351
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1653
|
-
:type modifier: str
|
|
1654
1352
|
"""
|
|
1655
1353
|
|
|
1656
1354
|
def grease_pencil_dash_modifier_segment_move(
|
|
@@ -1663,12 +1361,8 @@ def grease_pencil_dash_modifier_segment_move(
|
|
|
1663
1361
|
) -> None:
|
|
1664
1362
|
"""Move the active dash segment up or down
|
|
1665
1363
|
|
|
1666
|
-
:type execution_context: int | str | None
|
|
1667
|
-
:type undo: bool | None
|
|
1668
1364
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1669
|
-
:type modifier: str
|
|
1670
1365
|
:param type: Type
|
|
1671
|
-
:type type: typing.Literal['UP','DOWN'] | None
|
|
1672
1366
|
"""
|
|
1673
1367
|
|
|
1674
1368
|
def grease_pencil_dash_modifier_segment_remove(
|
|
@@ -1681,12 +1375,8 @@ def grease_pencil_dash_modifier_segment_remove(
|
|
|
1681
1375
|
) -> None:
|
|
1682
1376
|
"""Remove the active segment from the dash modifier
|
|
1683
1377
|
|
|
1684
|
-
:type execution_context: int | str | None
|
|
1685
|
-
:type undo: bool | None
|
|
1686
1378
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1687
|
-
:type modifier: str
|
|
1688
1379
|
:param index: Index, Index of the segment to remove
|
|
1689
|
-
:type index: int | None
|
|
1690
1380
|
"""
|
|
1691
1381
|
|
|
1692
1382
|
def grease_pencil_time_modifier_segment_add(
|
|
@@ -1698,10 +1388,7 @@ def grease_pencil_time_modifier_segment_add(
|
|
|
1698
1388
|
) -> None:
|
|
1699
1389
|
"""Add a segment to the time modifier
|
|
1700
1390
|
|
|
1701
|
-
:type execution_context: int | str | None
|
|
1702
|
-
:type undo: bool | None
|
|
1703
1391
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1704
|
-
:type modifier: str
|
|
1705
1392
|
"""
|
|
1706
1393
|
|
|
1707
1394
|
def grease_pencil_time_modifier_segment_move(
|
|
@@ -1714,12 +1401,8 @@ def grease_pencil_time_modifier_segment_move(
|
|
|
1714
1401
|
) -> None:
|
|
1715
1402
|
"""Move the active time segment up or down
|
|
1716
1403
|
|
|
1717
|
-
:type execution_context: int | str | None
|
|
1718
|
-
:type undo: bool | None
|
|
1719
1404
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1720
|
-
:type modifier: str
|
|
1721
1405
|
:param type: Type
|
|
1722
|
-
:type type: typing.Literal['UP','DOWN'] | None
|
|
1723
1406
|
"""
|
|
1724
1407
|
|
|
1725
1408
|
def grease_pencil_time_modifier_segment_remove(
|
|
@@ -1732,12 +1415,8 @@ def grease_pencil_time_modifier_segment_remove(
|
|
|
1732
1415
|
) -> None:
|
|
1733
1416
|
"""Remove the active segment from the time modifier
|
|
1734
1417
|
|
|
1735
|
-
:type execution_context: int | str | None
|
|
1736
|
-
:type undo: bool | None
|
|
1737
1418
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1738
|
-
:type modifier: str
|
|
1739
1419
|
:param index: Index, Index of the segment to remove
|
|
1740
|
-
:type index: int | None
|
|
1741
1420
|
"""
|
|
1742
1421
|
|
|
1743
1422
|
def hide_collection(
|
|
@@ -1751,14 +1430,9 @@ def hide_collection(
|
|
|
1751
1430
|
) -> None:
|
|
1752
1431
|
"""Show only objects in collection (Shift to extend)
|
|
1753
1432
|
|
|
1754
|
-
:type execution_context: int | str | None
|
|
1755
|
-
:type undo: bool | None
|
|
1756
1433
|
:param collection_index: Collection Index, Index of the collection to change visibility
|
|
1757
|
-
:type collection_index: int | None
|
|
1758
1434
|
:param toggle: Toggle, Toggle visibility
|
|
1759
|
-
:type toggle: bool | None
|
|
1760
1435
|
:param extend: Extend, Extend visibility
|
|
1761
|
-
:type extend: bool | None
|
|
1762
1436
|
"""
|
|
1763
1437
|
|
|
1764
1438
|
def hide_render_clear_all(
|
|
@@ -1766,11 +1440,7 @@ def hide_render_clear_all(
|
|
|
1766
1440
|
undo: bool | None = None,
|
|
1767
1441
|
/,
|
|
1768
1442
|
) -> None:
|
|
1769
|
-
"""Reveal all render objects by setting the hide render flag
|
|
1770
|
-
|
|
1771
|
-
:type execution_context: int | str | None
|
|
1772
|
-
:type undo: bool | None
|
|
1773
|
-
"""
|
|
1443
|
+
"""Reveal all render objects by setting the hide render flag"""
|
|
1774
1444
|
|
|
1775
1445
|
def hide_view_clear(
|
|
1776
1446
|
execution_context: int | str | None = None,
|
|
@@ -1781,10 +1451,7 @@ def hide_view_clear(
|
|
|
1781
1451
|
) -> None:
|
|
1782
1452
|
"""Reveal temporarily hidden objects
|
|
1783
1453
|
|
|
1784
|
-
:type execution_context: int | str | None
|
|
1785
|
-
:type undo: bool | None
|
|
1786
1454
|
:param select: Select, Select revealed objects
|
|
1787
|
-
:type select: bool | None
|
|
1788
1455
|
"""
|
|
1789
1456
|
|
|
1790
1457
|
def hide_view_set(
|
|
@@ -1796,10 +1463,7 @@ def hide_view_set(
|
|
|
1796
1463
|
) -> None:
|
|
1797
1464
|
"""Temporarily hide objects from the viewport
|
|
1798
1465
|
|
|
1799
|
-
:type execution_context: int | str | None
|
|
1800
|
-
:type undo: bool | None
|
|
1801
1466
|
:param unselected: Unselected, Hide unselected rather than selected objects
|
|
1802
|
-
:type unselected: bool | None
|
|
1803
1467
|
"""
|
|
1804
1468
|
|
|
1805
1469
|
def hook_add_newob(
|
|
@@ -1807,11 +1471,7 @@ def hook_add_newob(
|
|
|
1807
1471
|
undo: bool | None = None,
|
|
1808
1472
|
/,
|
|
1809
1473
|
) -> None:
|
|
1810
|
-
"""Hook selected vertices to a newly created object
|
|
1811
|
-
|
|
1812
|
-
:type execution_context: int | str | None
|
|
1813
|
-
:type undo: bool | None
|
|
1814
|
-
"""
|
|
1474
|
+
"""Hook selected vertices to a newly created object"""
|
|
1815
1475
|
|
|
1816
1476
|
def hook_add_selob(
|
|
1817
1477
|
execution_context: int | str | None = None,
|
|
@@ -1822,10 +1482,7 @@ def hook_add_selob(
|
|
|
1822
1482
|
) -> None:
|
|
1823
1483
|
"""Hook selected vertices to the first selected object
|
|
1824
1484
|
|
|
1825
|
-
:type execution_context: int | str | None
|
|
1826
|
-
:type undo: bool | None
|
|
1827
1485
|
:param use_bone: Active Bone, Assign the hook to the hook objects active bone
|
|
1828
|
-
:type use_bone: bool | None
|
|
1829
1486
|
"""
|
|
1830
1487
|
|
|
1831
1488
|
def hook_assign(
|
|
@@ -1837,10 +1494,7 @@ def hook_assign(
|
|
|
1837
1494
|
) -> None:
|
|
1838
1495
|
"""Assign the selected vertices to a hook
|
|
1839
1496
|
|
|
1840
|
-
:type execution_context: int | str | None
|
|
1841
|
-
:type undo: bool | None
|
|
1842
1497
|
:param modifier: Modifier, Modifier number to assign to
|
|
1843
|
-
:type modifier: str | None
|
|
1844
1498
|
"""
|
|
1845
1499
|
|
|
1846
1500
|
def hook_recenter(
|
|
@@ -1852,10 +1506,7 @@ def hook_recenter(
|
|
|
1852
1506
|
) -> None:
|
|
1853
1507
|
"""Set hook center to cursor position
|
|
1854
1508
|
|
|
1855
|
-
:type execution_context: int | str | None
|
|
1856
|
-
:type undo: bool | None
|
|
1857
1509
|
:param modifier: Modifier, Modifier number to assign to
|
|
1858
|
-
:type modifier: str | None
|
|
1859
1510
|
"""
|
|
1860
1511
|
|
|
1861
1512
|
def hook_remove(
|
|
@@ -1867,10 +1518,7 @@ def hook_remove(
|
|
|
1867
1518
|
) -> None:
|
|
1868
1519
|
"""Remove a hook from the active object
|
|
1869
1520
|
|
|
1870
|
-
:type execution_context: int | str | None
|
|
1871
|
-
:type undo: bool | None
|
|
1872
1521
|
:param modifier: Modifier, Modifier number to remove
|
|
1873
|
-
:type modifier: str | None
|
|
1874
1522
|
"""
|
|
1875
1523
|
|
|
1876
1524
|
def hook_reset(
|
|
@@ -1882,10 +1530,7 @@ def hook_reset(
|
|
|
1882
1530
|
) -> None:
|
|
1883
1531
|
"""Recalculate and clear offset transformation
|
|
1884
1532
|
|
|
1885
|
-
:type execution_context: int | str | None
|
|
1886
|
-
:type undo: bool | None
|
|
1887
1533
|
:param modifier: Modifier, Modifier number to assign to
|
|
1888
|
-
:type modifier: str | None
|
|
1889
1534
|
"""
|
|
1890
1535
|
|
|
1891
1536
|
def hook_select(
|
|
@@ -1897,10 +1542,7 @@ def hook_select(
|
|
|
1897
1542
|
) -> None:
|
|
1898
1543
|
"""Select affected vertices on mesh
|
|
1899
1544
|
|
|
1900
|
-
:type execution_context: int | str | None
|
|
1901
|
-
:type undo: bool | None
|
|
1902
1545
|
:param modifier: Modifier, Modifier number to remove
|
|
1903
|
-
:type modifier: str | None
|
|
1904
1546
|
"""
|
|
1905
1547
|
|
|
1906
1548
|
def instance_offset_from_cursor(
|
|
@@ -1908,55 +1550,35 @@ def instance_offset_from_cursor(
|
|
|
1908
1550
|
undo: bool | None = None,
|
|
1909
1551
|
/,
|
|
1910
1552
|
) -> None:
|
|
1911
|
-
"""Set offset used for collection instances based on cursor position
|
|
1912
|
-
|
|
1913
|
-
:type execution_context: int | str | None
|
|
1914
|
-
:type undo: bool | None
|
|
1915
|
-
"""
|
|
1553
|
+
"""Set offset used for collection instances based on cursor position"""
|
|
1916
1554
|
|
|
1917
1555
|
def instance_offset_from_object(
|
|
1918
1556
|
execution_context: int | str | None = None,
|
|
1919
1557
|
undo: bool | None = None,
|
|
1920
1558
|
/,
|
|
1921
1559
|
) -> None:
|
|
1922
|
-
"""Set offset used for collection instances based on the active object position
|
|
1923
|
-
|
|
1924
|
-
:type execution_context: int | str | None
|
|
1925
|
-
:type undo: bool | None
|
|
1926
|
-
"""
|
|
1560
|
+
"""Set offset used for collection instances based on the active object position"""
|
|
1927
1561
|
|
|
1928
1562
|
def instance_offset_to_cursor(
|
|
1929
1563
|
execution_context: int | str | None = None,
|
|
1930
1564
|
undo: bool | None = None,
|
|
1931
1565
|
/,
|
|
1932
1566
|
) -> None:
|
|
1933
|
-
"""Set cursor position to the offset used for collection instances
|
|
1934
|
-
|
|
1935
|
-
:type execution_context: int | str | None
|
|
1936
|
-
:type undo: bool | None
|
|
1937
|
-
"""
|
|
1567
|
+
"""Set cursor position to the offset used for collection instances"""
|
|
1938
1568
|
|
|
1939
1569
|
def isolate_type_render(
|
|
1940
1570
|
execution_context: int | str | None = None,
|
|
1941
1571
|
undo: bool | None = None,
|
|
1942
1572
|
/,
|
|
1943
1573
|
) -> None:
|
|
1944
|
-
"""Hide unselected render objects of same type as active by setting the hide render flag
|
|
1945
|
-
|
|
1946
|
-
:type execution_context: int | str | None
|
|
1947
|
-
:type undo: bool | None
|
|
1948
|
-
"""
|
|
1574
|
+
"""Hide unselected render objects of same type as active by setting the hide render flag"""
|
|
1949
1575
|
|
|
1950
1576
|
def join(
|
|
1951
1577
|
execution_context: int | str | None = None,
|
|
1952
1578
|
undo: bool | None = None,
|
|
1953
1579
|
/,
|
|
1954
1580
|
) -> None:
|
|
1955
|
-
"""Join selected objects into active object
|
|
1956
|
-
|
|
1957
|
-
:type execution_context: int | str | None
|
|
1958
|
-
:type undo: bool | None
|
|
1959
|
-
"""
|
|
1581
|
+
"""Join selected objects into active object"""
|
|
1960
1582
|
|
|
1961
1583
|
def join_shapes(
|
|
1962
1584
|
execution_context: int | str | None = None,
|
|
@@ -1967,10 +1589,7 @@ def join_shapes(
|
|
|
1967
1589
|
) -> None:
|
|
1968
1590
|
"""Add the vertex positions of selected objects as shape keys or update existing shape keys with matching names
|
|
1969
1591
|
|
|
1970
|
-
:type execution_context: int | str | None
|
|
1971
|
-
:type undo: bool | None
|
|
1972
1592
|
:param use_mirror: Mirror, Mirror the new shape key values
|
|
1973
|
-
:type use_mirror: bool | None
|
|
1974
1593
|
"""
|
|
1975
1594
|
|
|
1976
1595
|
def join_uvs(
|
|
@@ -1978,11 +1597,7 @@ def join_uvs(
|
|
|
1978
1597
|
undo: bool | None = None,
|
|
1979
1598
|
/,
|
|
1980
1599
|
) -> None:
|
|
1981
|
-
"""Transfer UV Maps from active to selected objects (needs matching geometry)
|
|
1982
|
-
|
|
1983
|
-
:type execution_context: int | str | None
|
|
1984
|
-
:type undo: bool | None
|
|
1985
|
-
"""
|
|
1600
|
+
"""Transfer UV Maps from active to selected objects (needs matching geometry)"""
|
|
1986
1601
|
|
|
1987
1602
|
def laplaciandeform_bind(
|
|
1988
1603
|
execution_context: int | str | None = None,
|
|
@@ -1993,10 +1608,7 @@ def laplaciandeform_bind(
|
|
|
1993
1608
|
) -> None:
|
|
1994
1609
|
"""Bind mesh to system in laplacian deform modifier
|
|
1995
1610
|
|
|
1996
|
-
:type execution_context: int | str | None
|
|
1997
|
-
:type undo: bool | None
|
|
1998
1611
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1999
|
-
:type modifier: str
|
|
2000
1612
|
"""
|
|
2001
1613
|
|
|
2002
1614
|
def lattice_add_to_selected(
|
|
@@ -2027,24 +1639,14 @@ def lattice_add_to_selected(
|
|
|
2027
1639
|
) -> None:
|
|
2028
1640
|
"""Add a lattice and use it to deform selected objects
|
|
2029
1641
|
|
|
2030
|
-
:type execution_context: int | str | None
|
|
2031
|
-
:type undo: bool | None
|
|
2032
1642
|
:param fit_to_selected: Fit to Selected, Resize lattice to fit selected deformable objects
|
|
2033
|
-
:type fit_to_selected: bool | None
|
|
2034
1643
|
:param radius: Radius
|
|
2035
|
-
:type radius: float | None
|
|
2036
1644
|
:param margin: Margin, Add margin to lattice dimensions
|
|
2037
|
-
:type margin: float | None
|
|
2038
1645
|
:param add_modifiers: Add Modifiers, Automatically add lattice modifiers to selected objects
|
|
2039
|
-
:type add_modifiers: bool | None
|
|
2040
1646
|
:param resolution_u: Resolution U, Lattice resolution in U direction
|
|
2041
|
-
:type resolution_u: int | None
|
|
2042
1647
|
:param resolution_v: V, Lattice resolution in V direction
|
|
2043
|
-
:type resolution_v: int | None
|
|
2044
1648
|
:param resolution_w: W, Lattice resolution in W direction
|
|
2045
|
-
:type resolution_w: int | None
|
|
2046
1649
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2047
|
-
:type enter_editmode: bool | None
|
|
2048
1650
|
:param align: Align, The alignment of the new object
|
|
2049
1651
|
|
|
2050
1652
|
WORLD
|
|
@@ -2055,13 +1657,9 @@ def lattice_add_to_selected(
|
|
|
2055
1657
|
|
|
2056
1658
|
CURSOR
|
|
2057
1659
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2058
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2059
1660
|
:param location: Location, Location for the newly added object
|
|
2060
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2061
1661
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2062
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2063
1662
|
:param scale: Scale, Scale for the newly added object
|
|
2064
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2065
1663
|
"""
|
|
2066
1664
|
|
|
2067
1665
|
def light_add(
|
|
@@ -2086,12 +1684,8 @@ def light_add(
|
|
|
2086
1684
|
) -> None:
|
|
2087
1685
|
"""Add a light object to the scene
|
|
2088
1686
|
|
|
2089
|
-
:type execution_context: int | str | None
|
|
2090
|
-
:type undo: bool | None
|
|
2091
1687
|
:param type: Type
|
|
2092
|
-
:type type: bpy.stub_internal.rna_enums.LightTypeItems | None
|
|
2093
1688
|
:param radius: Radius
|
|
2094
|
-
:type radius: float | None
|
|
2095
1689
|
:param align: Align, The alignment of the new object
|
|
2096
1690
|
|
|
2097
1691
|
WORLD
|
|
@@ -2102,13 +1696,9 @@ def light_add(
|
|
|
2102
1696
|
|
|
2103
1697
|
CURSOR
|
|
2104
1698
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2105
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2106
1699
|
:param location: Location, Location for the newly added object
|
|
2107
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2108
1700
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2109
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2110
1701
|
:param scale: Scale, Scale for the newly added object
|
|
2111
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2112
1702
|
"""
|
|
2113
1703
|
|
|
2114
1704
|
def light_linking_blocker_collection_new(
|
|
@@ -2116,11 +1706,7 @@ def light_linking_blocker_collection_new(
|
|
|
2116
1706
|
undo: bool | None = None,
|
|
2117
1707
|
/,
|
|
2118
1708
|
) -> None:
|
|
2119
|
-
"""Create new light linking collection used by the active emitter
|
|
2120
|
-
|
|
2121
|
-
:type execution_context: int | str | None
|
|
2122
|
-
:type undo: bool | None
|
|
2123
|
-
"""
|
|
1709
|
+
"""Create new light linking collection used by the active emitter"""
|
|
2124
1710
|
|
|
2125
1711
|
def light_linking_blockers_link(
|
|
2126
1712
|
execution_context: int | str | None = None,
|
|
@@ -2131,8 +1717,6 @@ def light_linking_blockers_link(
|
|
|
2131
1717
|
) -> None:
|
|
2132
1718
|
"""Light link selected blockers to the active emitter object
|
|
2133
1719
|
|
|
2134
|
-
:type execution_context: int | str | None
|
|
2135
|
-
:type undo: bool | None
|
|
2136
1720
|
:param link_state: Link State, State of the shadow linking
|
|
2137
1721
|
|
|
2138
1722
|
INCLUDE
|
|
@@ -2140,7 +1724,6 @@ def light_linking_blockers_link(
|
|
|
2140
1724
|
|
|
2141
1725
|
EXCLUDE
|
|
2142
1726
|
Exclude -- Exclude selected blockers from casting shadows from the active emitter.
|
|
2143
|
-
:type link_state: typing.Literal['INCLUDE','EXCLUDE'] | None
|
|
2144
1727
|
"""
|
|
2145
1728
|
|
|
2146
1729
|
def light_linking_blockers_select(
|
|
@@ -2148,22 +1731,14 @@ def light_linking_blockers_select(
|
|
|
2148
1731
|
undo: bool | None = None,
|
|
2149
1732
|
/,
|
|
2150
1733
|
) -> None:
|
|
2151
|
-
"""Select all objects which block light from this emitter
|
|
2152
|
-
|
|
2153
|
-
:type execution_context: int | str | None
|
|
2154
|
-
:type undo: bool | None
|
|
2155
|
-
"""
|
|
1734
|
+
"""Select all objects which block light from this emitter"""
|
|
2156
1735
|
|
|
2157
1736
|
def light_linking_receiver_collection_new(
|
|
2158
1737
|
execution_context: int | str | None = None,
|
|
2159
1738
|
undo: bool | None = None,
|
|
2160
1739
|
/,
|
|
2161
1740
|
) -> None:
|
|
2162
|
-
"""Create new light linking collection used by the active emitter
|
|
2163
|
-
|
|
2164
|
-
:type execution_context: int | str | None
|
|
2165
|
-
:type undo: bool | None
|
|
2166
|
-
"""
|
|
1741
|
+
"""Create new light linking collection used by the active emitter"""
|
|
2167
1742
|
|
|
2168
1743
|
def light_linking_receivers_link(
|
|
2169
1744
|
execution_context: int | str | None = None,
|
|
@@ -2174,8 +1749,6 @@ def light_linking_receivers_link(
|
|
|
2174
1749
|
) -> None:
|
|
2175
1750
|
"""Light link selected receivers to the active emitter object
|
|
2176
1751
|
|
|
2177
|
-
:type execution_context: int | str | None
|
|
2178
|
-
:type undo: bool | None
|
|
2179
1752
|
:param link_state: Link State, State of the light linking
|
|
2180
1753
|
|
|
2181
1754
|
INCLUDE
|
|
@@ -2183,7 +1756,6 @@ def light_linking_receivers_link(
|
|
|
2183
1756
|
|
|
2184
1757
|
EXCLUDE
|
|
2185
1758
|
Exclude -- Exclude selected receivers from receiving light from the active emitter.
|
|
2186
|
-
:type link_state: typing.Literal['INCLUDE','EXCLUDE'] | None
|
|
2187
1759
|
"""
|
|
2188
1760
|
|
|
2189
1761
|
def light_linking_receivers_select(
|
|
@@ -2191,22 +1763,14 @@ def light_linking_receivers_select(
|
|
|
2191
1763
|
undo: bool | None = None,
|
|
2192
1764
|
/,
|
|
2193
1765
|
) -> None:
|
|
2194
|
-
"""Select all objects which receive light from this emitter
|
|
2195
|
-
|
|
2196
|
-
:type execution_context: int | str | None
|
|
2197
|
-
:type undo: bool | None
|
|
2198
|
-
"""
|
|
1766
|
+
"""Select all objects which receive light from this emitter"""
|
|
2199
1767
|
|
|
2200
1768
|
def light_linking_unlink_from_collection(
|
|
2201
1769
|
execution_context: int | str | None = None,
|
|
2202
1770
|
undo: bool | None = None,
|
|
2203
1771
|
/,
|
|
2204
1772
|
) -> None:
|
|
2205
|
-
"""Remove this object or collection from the light linking collection
|
|
2206
|
-
|
|
2207
|
-
:type execution_context: int | str | None
|
|
2208
|
-
:type undo: bool | None
|
|
2209
|
-
"""
|
|
1773
|
+
"""Remove this object or collection from the light linking collection"""
|
|
2210
1774
|
|
|
2211
1775
|
def lightprobe_add(
|
|
2212
1776
|
execution_context: int | str | None = None,
|
|
@@ -2231,8 +1795,6 @@ def lightprobe_add(
|
|
|
2231
1795
|
) -> None:
|
|
2232
1796
|
"""Add a light probe object
|
|
2233
1797
|
|
|
2234
|
-
:type execution_context: int | str | None
|
|
2235
|
-
:type undo: bool | None
|
|
2236
1798
|
:param type: Type
|
|
2237
1799
|
|
|
2238
1800
|
SPHERE
|
|
@@ -2243,11 +1805,8 @@ def lightprobe_add(
|
|
|
2243
1805
|
|
|
2244
1806
|
VOLUME
|
|
2245
1807
|
Volume -- Light probe that captures low frequency lighting inside a volume.
|
|
2246
|
-
:type type: typing.Literal['SPHERE','PLANE','VOLUME'] | None
|
|
2247
1808
|
:param radius: Radius
|
|
2248
|
-
:type radius: float | None
|
|
2249
1809
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2250
|
-
:type enter_editmode: bool | None
|
|
2251
1810
|
:param align: Align, The alignment of the new object
|
|
2252
1811
|
|
|
2253
1812
|
WORLD
|
|
@@ -2258,13 +1817,9 @@ def lightprobe_add(
|
|
|
2258
1817
|
|
|
2259
1818
|
CURSOR
|
|
2260
1819
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2261
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2262
1820
|
:param location: Location, Location for the newly added object
|
|
2263
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2264
1821
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2265
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2266
1822
|
:param scale: Scale, Scale for the newly added object
|
|
2267
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2268
1823
|
"""
|
|
2269
1824
|
|
|
2270
1825
|
def lightprobe_cache_bake(
|
|
@@ -2276,8 +1831,6 @@ def lightprobe_cache_bake(
|
|
|
2276
1831
|
) -> None:
|
|
2277
1832
|
"""Bake irradiance volume light cache
|
|
2278
1833
|
|
|
2279
|
-
:type execution_context: int | str | None
|
|
2280
|
-
:type undo: bool | None
|
|
2281
1834
|
:param subset: Subset, Subset of probes to update
|
|
2282
1835
|
|
|
2283
1836
|
ALL
|
|
@@ -2288,7 +1841,6 @@ def lightprobe_cache_bake(
|
|
|
2288
1841
|
|
|
2289
1842
|
ACTIVE
|
|
2290
1843
|
Active Only -- Only bake the active light probe volume.
|
|
2291
|
-
:type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
|
|
2292
1844
|
"""
|
|
2293
1845
|
|
|
2294
1846
|
def lightprobe_cache_free(
|
|
@@ -2300,8 +1852,6 @@ def lightprobe_cache_free(
|
|
|
2300
1852
|
) -> None:
|
|
2301
1853
|
"""Delete cached indirect lighting
|
|
2302
1854
|
|
|
2303
|
-
:type execution_context: int | str | None
|
|
2304
|
-
:type undo: bool | None
|
|
2305
1855
|
:param subset: Subset, Subset of probes to update
|
|
2306
1856
|
|
|
2307
1857
|
ALL
|
|
@@ -2312,7 +1862,6 @@ def lightprobe_cache_free(
|
|
|
2312
1862
|
|
|
2313
1863
|
ACTIVE
|
|
2314
1864
|
Active Only -- Only delete the active light probes baked lighting data.
|
|
2315
|
-
:type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
|
|
2316
1865
|
"""
|
|
2317
1866
|
|
|
2318
1867
|
def lineart_bake_strokes(
|
|
@@ -2324,10 +1873,7 @@ def lineart_bake_strokes(
|
|
|
2324
1873
|
) -> None:
|
|
2325
1874
|
"""Bake Line Art for current Grease Pencil object
|
|
2326
1875
|
|
|
2327
|
-
:type execution_context: int | str | None
|
|
2328
|
-
:type undo: bool | None
|
|
2329
1876
|
:param bake_all: Bake All, Bake all Line Art modifiers
|
|
2330
|
-
:type bake_all: bool | None
|
|
2331
1877
|
"""
|
|
2332
1878
|
|
|
2333
1879
|
def lineart_clear(
|
|
@@ -2339,10 +1885,7 @@ def lineart_clear(
|
|
|
2339
1885
|
) -> None:
|
|
2340
1886
|
"""Clear all strokes in current Grease Pencil object
|
|
2341
1887
|
|
|
2342
|
-
:type execution_context: int | str | None
|
|
2343
|
-
:type undo: bool | None
|
|
2344
1888
|
:param clear_all: Clear All, Clear all Line Art modifier bakes
|
|
2345
|
-
:type clear_all: bool | None
|
|
2346
1889
|
"""
|
|
2347
1890
|
|
|
2348
1891
|
def link_to_collection(
|
|
@@ -2356,14 +1899,9 @@ def link_to_collection(
|
|
|
2356
1899
|
) -> None:
|
|
2357
1900
|
"""Link objects to a collection
|
|
2358
1901
|
|
|
2359
|
-
:type execution_context: int | str | None
|
|
2360
|
-
:type undo: bool | None
|
|
2361
1902
|
:param collection_uid: Collection UID, Session UID of the collection to link to
|
|
2362
|
-
:type collection_uid: int | None
|
|
2363
1903
|
:param is_new: New, Link objects to a new collection
|
|
2364
|
-
:type is_new: bool | None
|
|
2365
1904
|
:param new_collection_name: Name, Name of the newly added collection
|
|
2366
|
-
:type new_collection_name: str
|
|
2367
1905
|
"""
|
|
2368
1906
|
|
|
2369
1907
|
def location_clear(
|
|
@@ -2375,10 +1913,7 @@ def location_clear(
|
|
|
2375
1913
|
) -> None:
|
|
2376
1914
|
"""Clear the objects location
|
|
2377
1915
|
|
|
2378
|
-
:type execution_context: int | str | None
|
|
2379
|
-
:type undo: bool | None
|
|
2380
1916
|
:param clear_delta: Clear Delta, Clear delta location in addition to clearing the normal location transform
|
|
2381
|
-
:type clear_delta: bool | None
|
|
2382
1917
|
"""
|
|
2383
1918
|
|
|
2384
1919
|
def make_dupli_face(
|
|
@@ -2386,11 +1921,7 @@ def make_dupli_face(
|
|
|
2386
1921
|
undo: bool | None = None,
|
|
2387
1922
|
/,
|
|
2388
1923
|
) -> None:
|
|
2389
|
-
"""Convert objects into instanced faces
|
|
2390
|
-
|
|
2391
|
-
:type execution_context: int | str | None
|
|
2392
|
-
:type undo: bool | None
|
|
2393
|
-
"""
|
|
1924
|
+
"""Convert objects into instanced faces"""
|
|
2394
1925
|
|
|
2395
1926
|
def make_links_data(
|
|
2396
1927
|
execution_context: int | str | None = None,
|
|
@@ -2411,8 +1942,6 @@ def make_links_data(
|
|
|
2411
1942
|
) -> None:
|
|
2412
1943
|
"""Transfer data from active object to selected objects
|
|
2413
1944
|
|
|
2414
|
-
:type execution_context: int | str | None
|
|
2415
|
-
:type undo: bool | None
|
|
2416
1945
|
:param type: Type
|
|
2417
1946
|
|
|
2418
1947
|
OBDATA
|
|
@@ -2438,7 +1967,6 @@ def make_links_data(
|
|
|
2438
1967
|
|
|
2439
1968
|
EFFECTS
|
|
2440
1969
|
Copy Grease Pencil Effects -- Replace Grease Pencil Effects.
|
|
2441
|
-
:type type: typing.Literal['OBDATA','MATERIAL','ANIMATION','GROUPS','DUPLICOLLECTION','FONTS','MODIFIERS','EFFECTS'] | None
|
|
2442
1970
|
"""
|
|
2443
1971
|
|
|
2444
1972
|
def make_links_scene(
|
|
@@ -2450,10 +1978,7 @@ def make_links_scene(
|
|
|
2450
1978
|
) -> None:
|
|
2451
1979
|
"""Link selection to another scene
|
|
2452
1980
|
|
|
2453
|
-
:type execution_context: int | str | None
|
|
2454
|
-
:type undo: bool | None
|
|
2455
1981
|
:param scene: Scene
|
|
2456
|
-
:type scene: str | None
|
|
2457
1982
|
"""
|
|
2458
1983
|
|
|
2459
1984
|
def make_local(
|
|
@@ -2468,10 +1993,7 @@ def make_local(
|
|
|
2468
1993
|
) -> None:
|
|
2469
1994
|
"""Make library linked data-blocks local to this file
|
|
2470
1995
|
|
|
2471
|
-
:type execution_context: int | str | None
|
|
2472
|
-
:type undo: bool | None
|
|
2473
1996
|
:param type: Type
|
|
2474
|
-
:type type: typing.Literal['SELECT_OBJECT','SELECT_OBDATA','SELECT_OBDATA_MATERIAL','ALL'] | None
|
|
2475
1997
|
"""
|
|
2476
1998
|
|
|
2477
1999
|
def make_override_library(
|
|
@@ -2483,10 +2005,7 @@ def make_override_library(
|
|
|
2483
2005
|
) -> None:
|
|
2484
2006
|
"""Create a local override of the selected linked objects, and their hierarchy of dependencies
|
|
2485
2007
|
|
|
2486
|
-
:type execution_context: int | str | None
|
|
2487
|
-
:type undo: bool | None
|
|
2488
2008
|
:param collection: Override Collection, Session UID of the directly linked collection containing the selected object, to make an override from
|
|
2489
|
-
:type collection: int | None
|
|
2490
2009
|
"""
|
|
2491
2010
|
|
|
2492
2011
|
def make_single_user(
|
|
@@ -2503,20 +2022,12 @@ def make_single_user(
|
|
|
2503
2022
|
) -> None:
|
|
2504
2023
|
"""Make linked data local to each object
|
|
2505
2024
|
|
|
2506
|
-
:type execution_context: int | str | None
|
|
2507
|
-
:type undo: bool | None
|
|
2508
2025
|
:param type: Type
|
|
2509
|
-
:type type: typing.Literal['SELECTED_OBJECTS','ALL'] | None
|
|
2510
2026
|
:param object: Object, Make single user objects
|
|
2511
|
-
:type object: bool | None
|
|
2512
2027
|
:param obdata: Object Data, Make single user object data
|
|
2513
|
-
:type obdata: bool | None
|
|
2514
2028
|
:param material: Materials, Make materials local to each data-block
|
|
2515
|
-
:type material: bool | None
|
|
2516
2029
|
:param animation: Object Animation, Make object animation data local to each object
|
|
2517
|
-
:type animation: bool | None
|
|
2518
2030
|
:param obdata_animation: Object Data Animation, Make object data (mesh, curve etc.) animation data local to each object
|
|
2519
|
-
:type obdata_animation: bool | None
|
|
2520
2031
|
"""
|
|
2521
2032
|
|
|
2522
2033
|
def material_slot_add(
|
|
@@ -2524,44 +2035,28 @@ def material_slot_add(
|
|
|
2524
2035
|
undo: bool | None = None,
|
|
2525
2036
|
/,
|
|
2526
2037
|
) -> None:
|
|
2527
|
-
"""Add a new material slot
|
|
2528
|
-
|
|
2529
|
-
:type execution_context: int | str | None
|
|
2530
|
-
:type undo: bool | None
|
|
2531
|
-
"""
|
|
2038
|
+
"""Add a new material slot"""
|
|
2532
2039
|
|
|
2533
2040
|
def material_slot_assign(
|
|
2534
2041
|
execution_context: int | str | None = None,
|
|
2535
2042
|
undo: bool | None = None,
|
|
2536
2043
|
/,
|
|
2537
2044
|
) -> None:
|
|
2538
|
-
"""Assign active material slot to selection
|
|
2539
|
-
|
|
2540
|
-
:type execution_context: int | str | None
|
|
2541
|
-
:type undo: bool | None
|
|
2542
|
-
"""
|
|
2045
|
+
"""Assign active material slot to selection"""
|
|
2543
2046
|
|
|
2544
2047
|
def material_slot_copy(
|
|
2545
2048
|
execution_context: int | str | None = None,
|
|
2546
2049
|
undo: bool | None = None,
|
|
2547
2050
|
/,
|
|
2548
2051
|
) -> None:
|
|
2549
|
-
"""Copy material to selected objects
|
|
2550
|
-
|
|
2551
|
-
:type execution_context: int | str | None
|
|
2552
|
-
:type undo: bool | None
|
|
2553
|
-
"""
|
|
2052
|
+
"""Copy material to selected objects"""
|
|
2554
2053
|
|
|
2555
2054
|
def material_slot_deselect(
|
|
2556
2055
|
execution_context: int | str | None = None,
|
|
2557
2056
|
undo: bool | None = None,
|
|
2558
2057
|
/,
|
|
2559
2058
|
) -> None:
|
|
2560
|
-
"""Deselect by active material slot
|
|
2561
|
-
|
|
2562
|
-
:type execution_context: int | str | None
|
|
2563
|
-
:type undo: bool | None
|
|
2564
|
-
"""
|
|
2059
|
+
"""Deselect by active material slot"""
|
|
2565
2060
|
|
|
2566
2061
|
def material_slot_move(
|
|
2567
2062
|
execution_context: int | str | None = None,
|
|
@@ -2572,10 +2067,7 @@ def material_slot_move(
|
|
|
2572
2067
|
) -> None:
|
|
2573
2068
|
"""Move the active material up/down in the list
|
|
2574
2069
|
|
|
2575
|
-
:type execution_context: int | str | None
|
|
2576
|
-
:type undo: bool | None
|
|
2577
2070
|
:param direction: Direction, Direction to move the active material towards
|
|
2578
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
2579
2071
|
"""
|
|
2580
2072
|
|
|
2581
2073
|
def material_slot_remove(
|
|
@@ -2583,44 +2075,28 @@ def material_slot_remove(
|
|
|
2583
2075
|
undo: bool | None = None,
|
|
2584
2076
|
/,
|
|
2585
2077
|
) -> None:
|
|
2586
|
-
"""Remove the selected material slot
|
|
2587
|
-
|
|
2588
|
-
:type execution_context: int | str | None
|
|
2589
|
-
:type undo: bool | None
|
|
2590
|
-
"""
|
|
2078
|
+
"""Remove the selected material slot"""
|
|
2591
2079
|
|
|
2592
2080
|
def material_slot_remove_all(
|
|
2593
2081
|
execution_context: int | str | None = None,
|
|
2594
2082
|
undo: bool | None = None,
|
|
2595
2083
|
/,
|
|
2596
2084
|
) -> None:
|
|
2597
|
-
"""Remove all materials
|
|
2598
|
-
|
|
2599
|
-
:type execution_context: int | str | None
|
|
2600
|
-
:type undo: bool | None
|
|
2601
|
-
"""
|
|
2085
|
+
"""Remove all materials"""
|
|
2602
2086
|
|
|
2603
2087
|
def material_slot_remove_unused(
|
|
2604
2088
|
execution_context: int | str | None = None,
|
|
2605
2089
|
undo: bool | None = None,
|
|
2606
2090
|
/,
|
|
2607
2091
|
) -> None:
|
|
2608
|
-
"""Remove unused material slots
|
|
2609
|
-
|
|
2610
|
-
:type execution_context: int | str | None
|
|
2611
|
-
:type undo: bool | None
|
|
2612
|
-
"""
|
|
2092
|
+
"""Remove unused material slots"""
|
|
2613
2093
|
|
|
2614
2094
|
def material_slot_select(
|
|
2615
2095
|
execution_context: int | str | None = None,
|
|
2616
2096
|
undo: bool | None = None,
|
|
2617
2097
|
/,
|
|
2618
2098
|
) -> None:
|
|
2619
|
-
"""Select by active material slot
|
|
2620
|
-
|
|
2621
|
-
:type execution_context: int | str | None
|
|
2622
|
-
:type undo: bool | None
|
|
2623
|
-
"""
|
|
2099
|
+
"""Select by active material slot"""
|
|
2624
2100
|
|
|
2625
2101
|
def meshdeform_bind(
|
|
2626
2102
|
execution_context: int | str | None = None,
|
|
@@ -2631,10 +2107,7 @@ def meshdeform_bind(
|
|
|
2631
2107
|
) -> None:
|
|
2632
2108
|
"""Bind mesh to cage in mesh deform modifier
|
|
2633
2109
|
|
|
2634
|
-
:type execution_context: int | str | None
|
|
2635
|
-
:type undo: bool | None
|
|
2636
2110
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2637
|
-
:type modifier: str
|
|
2638
2111
|
"""
|
|
2639
2112
|
|
|
2640
2113
|
def metaball_add(
|
|
@@ -2660,14 +2133,9 @@ def metaball_add(
|
|
|
2660
2133
|
) -> None:
|
|
2661
2134
|
"""Add an metaball object to the scene
|
|
2662
2135
|
|
|
2663
|
-
:type execution_context: int | str | None
|
|
2664
|
-
:type undo: bool | None
|
|
2665
2136
|
:param type: Primitive
|
|
2666
|
-
:type type: bpy.stub_internal.rna_enums.MetaelemTypeItems | None
|
|
2667
2137
|
:param radius: Radius
|
|
2668
|
-
:type radius: float | None
|
|
2669
2138
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2670
|
-
:type enter_editmode: bool | None
|
|
2671
2139
|
:param align: Align, The alignment of the new object
|
|
2672
2140
|
|
|
2673
2141
|
WORLD
|
|
@@ -2678,13 +2146,9 @@ def metaball_add(
|
|
|
2678
2146
|
|
|
2679
2147
|
CURSOR
|
|
2680
2148
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2681
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2682
2149
|
:param location: Location, Location for the newly added object
|
|
2683
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2684
2150
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2685
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2686
2151
|
:param scale: Scale, Scale for the newly added object
|
|
2687
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2688
2152
|
"""
|
|
2689
2153
|
|
|
2690
2154
|
def mode_set(
|
|
@@ -2697,12 +2161,8 @@ def mode_set(
|
|
|
2697
2161
|
) -> None:
|
|
2698
2162
|
"""Sets the object interaction mode
|
|
2699
2163
|
|
|
2700
|
-
:type execution_context: int | str | None
|
|
2701
|
-
:type undo: bool | None
|
|
2702
2164
|
:param mode: Mode
|
|
2703
|
-
:type mode: bpy.stub_internal.rna_enums.ObjectModeItems | None
|
|
2704
2165
|
:param toggle: Toggle
|
|
2705
|
-
:type toggle: bool | None
|
|
2706
2166
|
"""
|
|
2707
2167
|
|
|
2708
2168
|
def mode_set_with_submode(
|
|
@@ -2716,14 +2176,9 @@ def mode_set_with_submode(
|
|
|
2716
2176
|
) -> None:
|
|
2717
2177
|
"""Sets the object interaction mode
|
|
2718
2178
|
|
|
2719
|
-
:type execution_context: int | str | None
|
|
2720
|
-
:type undo: bool | None
|
|
2721
2179
|
:param mode: Mode
|
|
2722
|
-
:type mode: bpy.stub_internal.rna_enums.ObjectModeItems | None
|
|
2723
2180
|
:param toggle: Toggle
|
|
2724
|
-
:type toggle: bool | None
|
|
2725
2181
|
:param mesh_select_mode: Mesh Mode
|
|
2726
|
-
:type mesh_select_mode: set[bpy.stub_internal.rna_enums.MeshSelectModeItems] | None
|
|
2727
2182
|
"""
|
|
2728
2183
|
|
|
2729
2184
|
def modifier_add(
|
|
@@ -2736,12 +2191,8 @@ def modifier_add(
|
|
|
2736
2191
|
) -> None:
|
|
2737
2192
|
"""Add a procedural operation/effect to the active object
|
|
2738
2193
|
|
|
2739
|
-
:type execution_context: int | str | None
|
|
2740
|
-
:type undo: bool | None
|
|
2741
2194
|
:param type: Type
|
|
2742
|
-
:type type: bpy.stub_internal.rna_enums.ObjectModifierTypeItems | None
|
|
2743
2195
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2744
|
-
:type use_selected_objects: bool | None
|
|
2745
2196
|
"""
|
|
2746
2197
|
|
|
2747
2198
|
def modifier_add_node_group(
|
|
@@ -2758,18 +2209,11 @@ def modifier_add_node_group(
|
|
|
2758
2209
|
) -> None:
|
|
2759
2210
|
"""Add a procedural operation/effect to the active object
|
|
2760
2211
|
|
|
2761
|
-
:type execution_context: int | str | None
|
|
2762
|
-
:type undo: bool | None
|
|
2763
2212
|
:param asset_library_type: Asset Library Type
|
|
2764
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
2765
2213
|
:param asset_library_identifier: Asset Library Identifier
|
|
2766
|
-
:type asset_library_identifier: str
|
|
2767
2214
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
2768
|
-
:type relative_asset_identifier: str
|
|
2769
2215
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
2770
|
-
:type session_uid: int | None
|
|
2771
2216
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2772
|
-
:type use_selected_objects: bool | None
|
|
2773
2217
|
"""
|
|
2774
2218
|
|
|
2775
2219
|
def modifier_apply(
|
|
@@ -2786,20 +2230,12 @@ def modifier_apply(
|
|
|
2786
2230
|
) -> None:
|
|
2787
2231
|
"""Apply modifier and remove from the stack
|
|
2788
2232
|
|
|
2789
|
-
:type execution_context: int | str | None
|
|
2790
|
-
:type undo: bool | None
|
|
2791
2233
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2792
|
-
:type modifier: str
|
|
2793
2234
|
:param report: Report, Create a notification after the operation
|
|
2794
|
-
:type report: bool | None
|
|
2795
2235
|
:param merge_customdata: Merge UVs, For mesh objects, merge UV coordinates that share a vertex to account for imprecision in some modifiers
|
|
2796
|
-
:type merge_customdata: bool | None
|
|
2797
2236
|
:param single_user: Make Data Single User, Make the objects data single user if needed
|
|
2798
|
-
:type single_user: bool | None
|
|
2799
2237
|
:param all_keyframes: Apply to all keyframes, For Grease Pencil objects, apply the modifier to all the keyframes
|
|
2800
|
-
:type all_keyframes: bool | None
|
|
2801
2238
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2802
|
-
:type use_selected_objects: bool | None
|
|
2803
2239
|
"""
|
|
2804
2240
|
|
|
2805
2241
|
def modifier_apply_as_shapekey(
|
|
@@ -2814,16 +2250,10 @@ def modifier_apply_as_shapekey(
|
|
|
2814
2250
|
) -> None:
|
|
2815
2251
|
"""Apply modifier as a new shape key and remove from the stack
|
|
2816
2252
|
|
|
2817
|
-
:type execution_context: int | str | None
|
|
2818
|
-
:type undo: bool | None
|
|
2819
2253
|
:param keep_modifier: Keep Modifier, Do not remove the modifier from stack
|
|
2820
|
-
:type keep_modifier: bool | None
|
|
2821
2254
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2822
|
-
:type modifier: str
|
|
2823
2255
|
:param report: Report, Create a notification after the operation
|
|
2824
|
-
:type report: bool | None
|
|
2825
2256
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2826
|
-
:type use_selected_objects: bool | None
|
|
2827
2257
|
"""
|
|
2828
2258
|
|
|
2829
2259
|
def modifier_convert(
|
|
@@ -2835,10 +2265,7 @@ def modifier_convert(
|
|
|
2835
2265
|
) -> None:
|
|
2836
2266
|
"""Convert particles to a mesh object
|
|
2837
2267
|
|
|
2838
|
-
:type execution_context: int | str | None
|
|
2839
|
-
:type undo: bool | None
|
|
2840
2268
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2841
|
-
:type modifier: str
|
|
2842
2269
|
"""
|
|
2843
2270
|
|
|
2844
2271
|
def modifier_copy(
|
|
@@ -2851,12 +2278,8 @@ def modifier_copy(
|
|
|
2851
2278
|
) -> None:
|
|
2852
2279
|
"""Duplicate modifier at the same position in the stack
|
|
2853
2280
|
|
|
2854
|
-
:type execution_context: int | str | None
|
|
2855
|
-
:type undo: bool | None
|
|
2856
2281
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2857
|
-
:type modifier: str
|
|
2858
2282
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2859
|
-
:type use_selected_objects: bool | None
|
|
2860
2283
|
"""
|
|
2861
2284
|
|
|
2862
2285
|
def modifier_copy_to_selected(
|
|
@@ -2868,10 +2291,7 @@ def modifier_copy_to_selected(
|
|
|
2868
2291
|
) -> None:
|
|
2869
2292
|
"""Copy the modifier from the active object to all selected objects
|
|
2870
2293
|
|
|
2871
|
-
:type execution_context: int | str | None
|
|
2872
|
-
:type undo: bool | None
|
|
2873
2294
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2874
|
-
:type modifier: str
|
|
2875
2295
|
"""
|
|
2876
2296
|
|
|
2877
2297
|
def modifier_move_down(
|
|
@@ -2883,10 +2303,7 @@ def modifier_move_down(
|
|
|
2883
2303
|
) -> None:
|
|
2884
2304
|
"""Move modifier down in the stack
|
|
2885
2305
|
|
|
2886
|
-
:type execution_context: int | str | None
|
|
2887
|
-
:type undo: bool | None
|
|
2888
2306
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2889
|
-
:type modifier: str
|
|
2890
2307
|
"""
|
|
2891
2308
|
|
|
2892
2309
|
def modifier_move_to_index(
|
|
@@ -2900,14 +2317,9 @@ def modifier_move_to_index(
|
|
|
2900
2317
|
) -> None:
|
|
2901
2318
|
"""Change the modifiers index in the stack so it evaluates after the set number of others
|
|
2902
2319
|
|
|
2903
|
-
:type execution_context: int | str | None
|
|
2904
|
-
:type undo: bool | None
|
|
2905
2320
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2906
|
-
:type modifier: str
|
|
2907
2321
|
:param index: Index, The index to move the modifier to
|
|
2908
|
-
:type index: int | None
|
|
2909
2322
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2910
|
-
:type use_selected_objects: bool | None
|
|
2911
2323
|
"""
|
|
2912
2324
|
|
|
2913
2325
|
def modifier_move_up(
|
|
@@ -2919,10 +2331,7 @@ def modifier_move_up(
|
|
|
2919
2331
|
) -> None:
|
|
2920
2332
|
"""Move modifier up in the stack
|
|
2921
2333
|
|
|
2922
|
-
:type execution_context: int | str | None
|
|
2923
|
-
:type undo: bool | None
|
|
2924
2334
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2925
|
-
:type modifier: str
|
|
2926
2335
|
"""
|
|
2927
2336
|
|
|
2928
2337
|
def modifier_remove(
|
|
@@ -2936,14 +2345,9 @@ def modifier_remove(
|
|
|
2936
2345
|
) -> None:
|
|
2937
2346
|
"""Remove a modifier from the active object
|
|
2938
2347
|
|
|
2939
|
-
:type execution_context: int | str | None
|
|
2940
|
-
:type undo: bool | None
|
|
2941
2348
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2942
|
-
:type modifier: str
|
|
2943
2349
|
:param report: Report, Create a notification after the operation
|
|
2944
|
-
:type report: bool | None
|
|
2945
2350
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2946
|
-
:type use_selected_objects: bool | None
|
|
2947
2351
|
"""
|
|
2948
2352
|
|
|
2949
2353
|
def modifier_set_active(
|
|
@@ -2955,10 +2359,7 @@ def modifier_set_active(
|
|
|
2955
2359
|
) -> None:
|
|
2956
2360
|
"""Activate the modifier to use as the context
|
|
2957
2361
|
|
|
2958
|
-
:type execution_context: int | str | None
|
|
2959
|
-
:type undo: bool | None
|
|
2960
2362
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2961
|
-
:type modifier: str
|
|
2962
2363
|
"""
|
|
2963
2364
|
|
|
2964
2365
|
def modifiers_clear(
|
|
@@ -2966,22 +2367,14 @@ def modifiers_clear(
|
|
|
2966
2367
|
undo: bool | None = None,
|
|
2967
2368
|
/,
|
|
2968
2369
|
) -> None:
|
|
2969
|
-
"""Clear all modifiers from the selected objects
|
|
2970
|
-
|
|
2971
|
-
:type execution_context: int | str | None
|
|
2972
|
-
:type undo: bool | None
|
|
2973
|
-
"""
|
|
2370
|
+
"""Clear all modifiers from the selected objects"""
|
|
2974
2371
|
|
|
2975
2372
|
def modifiers_copy_to_selected(
|
|
2976
2373
|
execution_context: int | str | None = None,
|
|
2977
2374
|
undo: bool | None = None,
|
|
2978
2375
|
/,
|
|
2979
2376
|
) -> None:
|
|
2980
|
-
"""Copy modifiers to other selected objects
|
|
2981
|
-
|
|
2982
|
-
:type execution_context: int | str | None
|
|
2983
|
-
:type undo: bool | None
|
|
2984
|
-
"""
|
|
2377
|
+
"""Copy modifiers to other selected objects"""
|
|
2985
2378
|
|
|
2986
2379
|
def move_to_collection(
|
|
2987
2380
|
execution_context: int | str | None = None,
|
|
@@ -2994,14 +2387,9 @@ def move_to_collection(
|
|
|
2994
2387
|
) -> None:
|
|
2995
2388
|
"""Move objects to a collection
|
|
2996
2389
|
|
|
2997
|
-
:type execution_context: int | str | None
|
|
2998
|
-
:type undo: bool | None
|
|
2999
2390
|
:param collection_uid: Collection UID, Session UID of the collection to move to
|
|
3000
|
-
:type collection_uid: int | None
|
|
3001
2391
|
:param is_new: New, Move objects to a new collection
|
|
3002
|
-
:type is_new: bool | None
|
|
3003
2392
|
:param new_collection_name: Name, Name of the newly added collection
|
|
3004
|
-
:type new_collection_name: str
|
|
3005
2393
|
"""
|
|
3006
2394
|
|
|
3007
2395
|
def multires_base_apply(
|
|
@@ -3014,12 +2402,8 @@ def multires_base_apply(
|
|
|
3014
2402
|
) -> None:
|
|
3015
2403
|
"""Modify the base mesh to conform to the displaced mesh
|
|
3016
2404
|
|
|
3017
|
-
:type execution_context: int | str | None
|
|
3018
|
-
:type undo: bool | None
|
|
3019
2405
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3020
|
-
:type modifier: str
|
|
3021
2406
|
:param apply_heuristic: Apply Subdivision Heuristic, Whether or not the final base mesh positions will be slightly altered to account for a new subdivision modifier being added
|
|
3022
|
-
:type apply_heuristic: bool | None
|
|
3023
2407
|
"""
|
|
3024
2408
|
|
|
3025
2409
|
def multires_external_pack(
|
|
@@ -3027,11 +2411,7 @@ def multires_external_pack(
|
|
|
3027
2411
|
undo: bool | None = None,
|
|
3028
2412
|
/,
|
|
3029
2413
|
) -> None:
|
|
3030
|
-
"""Pack displacements from an external file
|
|
3031
|
-
|
|
3032
|
-
:type execution_context: int | str | None
|
|
3033
|
-
:type undo: bool | None
|
|
3034
|
-
"""
|
|
2414
|
+
"""Pack displacements from an external file"""
|
|
3035
2415
|
|
|
3036
2416
|
def multires_external_save(
|
|
3037
2417
|
execution_context: int | str | None = None,
|
|
@@ -3068,50 +2448,27 @@ def multires_external_save(
|
|
|
3068
2448
|
) -> None:
|
|
3069
2449
|
"""Save displacements to an external file
|
|
3070
2450
|
|
|
3071
|
-
:type execution_context: int | str | None
|
|
3072
|
-
:type undo: bool | None
|
|
3073
2451
|
:param filepath: File Path, Path to file
|
|
3074
|
-
:type filepath: str
|
|
3075
2452
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
3076
|
-
:type hide_props_region: bool | None
|
|
3077
2453
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
3078
|
-
:type check_existing: bool | None
|
|
3079
2454
|
:param filter_blender: Filter .blend files
|
|
3080
|
-
:type filter_blender: bool | None
|
|
3081
2455
|
:param filter_backup: Filter .blend files
|
|
3082
|
-
:type filter_backup: bool | None
|
|
3083
2456
|
:param filter_image: Filter image files
|
|
3084
|
-
:type filter_image: bool | None
|
|
3085
2457
|
:param filter_movie: Filter movie files
|
|
3086
|
-
:type filter_movie: bool | None
|
|
3087
2458
|
:param filter_python: Filter Python files
|
|
3088
|
-
:type filter_python: bool | None
|
|
3089
2459
|
:param filter_font: Filter font files
|
|
3090
|
-
:type filter_font: bool | None
|
|
3091
2460
|
:param filter_sound: Filter sound files
|
|
3092
|
-
:type filter_sound: bool | None
|
|
3093
2461
|
:param filter_text: Filter text files
|
|
3094
|
-
:type filter_text: bool | None
|
|
3095
2462
|
:param filter_archive: Filter archive files
|
|
3096
|
-
:type filter_archive: bool | None
|
|
3097
2463
|
:param filter_btx: Filter btx files
|
|
3098
|
-
:type filter_btx: bool | None
|
|
3099
2464
|
:param filter_alembic: Filter Alembic files
|
|
3100
|
-
:type filter_alembic: bool | None
|
|
3101
2465
|
:param filter_usd: Filter USD files
|
|
3102
|
-
:type filter_usd: bool | None
|
|
3103
2466
|
:param filter_obj: Filter OBJ files
|
|
3104
|
-
:type filter_obj: bool | None
|
|
3105
2467
|
:param filter_volume: Filter OpenVDB volume files
|
|
3106
|
-
:type filter_volume: bool | None
|
|
3107
2468
|
:param filter_folder: Filter folders
|
|
3108
|
-
:type filter_folder: bool | None
|
|
3109
2469
|
:param filter_blenlib: Filter Blender IDs
|
|
3110
|
-
:type filter_blenlib: bool | None
|
|
3111
2470
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
3112
|
-
:type filemode: int | None
|
|
3113
2471
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
3114
|
-
:type relative_path: bool | None
|
|
3115
2472
|
:param display_type: Display Type
|
|
3116
2473
|
|
|
3117
2474
|
DEFAULT
|
|
@@ -3125,11 +2482,8 @@ def multires_external_save(
|
|
|
3125
2482
|
|
|
3126
2483
|
THUMBNAIL
|
|
3127
2484
|
Thumbnails -- Display files as thumbnails.
|
|
3128
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
3129
2485
|
:param sort_method: File sorting mode
|
|
3130
|
-
:type sort_method: str | None
|
|
3131
2486
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3132
|
-
:type modifier: str
|
|
3133
2487
|
"""
|
|
3134
2488
|
|
|
3135
2489
|
def multires_higher_levels_delete(
|
|
@@ -3141,10 +2495,7 @@ def multires_higher_levels_delete(
|
|
|
3141
2495
|
) -> None:
|
|
3142
2496
|
"""Deletes the higher resolution mesh, potential loss of detail
|
|
3143
2497
|
|
|
3144
|
-
:type execution_context: int | str | None
|
|
3145
|
-
:type undo: bool | None
|
|
3146
2498
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3147
|
-
:type modifier: str
|
|
3148
2499
|
"""
|
|
3149
2500
|
|
|
3150
2501
|
def multires_rebuild_subdiv(
|
|
@@ -3156,10 +2507,7 @@ def multires_rebuild_subdiv(
|
|
|
3156
2507
|
) -> None:
|
|
3157
2508
|
"""Rebuilds all possible subdivisions levels to generate a lower resolution base mesh
|
|
3158
2509
|
|
|
3159
|
-
:type execution_context: int | str | None
|
|
3160
|
-
:type undo: bool | None
|
|
3161
2510
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3162
|
-
:type modifier: str
|
|
3163
2511
|
"""
|
|
3164
2512
|
|
|
3165
2513
|
def multires_reshape(
|
|
@@ -3171,10 +2519,7 @@ def multires_reshape(
|
|
|
3171
2519
|
) -> None:
|
|
3172
2520
|
"""Copy vertex coordinates from other object
|
|
3173
2521
|
|
|
3174
|
-
:type execution_context: int | str | None
|
|
3175
|
-
:type undo: bool | None
|
|
3176
2522
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3177
|
-
:type modifier: str
|
|
3178
2523
|
"""
|
|
3179
2524
|
|
|
3180
2525
|
def multires_subdivide(
|
|
@@ -3187,10 +2532,7 @@ def multires_subdivide(
|
|
|
3187
2532
|
) -> None:
|
|
3188
2533
|
"""Add a new level of subdivision
|
|
3189
2534
|
|
|
3190
|
-
:type execution_context: int | str | None
|
|
3191
|
-
:type undo: bool | None
|
|
3192
2535
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3193
|
-
:type modifier: str
|
|
3194
2536
|
:param mode: Subdivision Mode, How the mesh is going to be subdivided to create a new level
|
|
3195
2537
|
|
|
3196
2538
|
CATMULL_CLARK
|
|
@@ -3201,7 +2543,6 @@ def multires_subdivide(
|
|
|
3201
2543
|
|
|
3202
2544
|
LINEAR
|
|
3203
2545
|
Linear -- Create a new level using linear interpolation of the sculpted displacement.
|
|
3204
|
-
:type mode: typing.Literal['CATMULL_CLARK','SIMPLE','LINEAR'] | None
|
|
3205
2546
|
"""
|
|
3206
2547
|
|
|
3207
2548
|
def multires_unsubdivide(
|
|
@@ -3213,10 +2554,7 @@ def multires_unsubdivide(
|
|
|
3213
2554
|
) -> None:
|
|
3214
2555
|
"""Rebuild a lower subdivision level of the current base mesh
|
|
3215
2556
|
|
|
3216
|
-
:type execution_context: int | str | None
|
|
3217
|
-
:type undo: bool | None
|
|
3218
2557
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3219
|
-
:type modifier: str
|
|
3220
2558
|
"""
|
|
3221
2559
|
|
|
3222
2560
|
def ocean_bake(
|
|
@@ -3229,12 +2567,8 @@ def ocean_bake(
|
|
|
3229
2567
|
) -> None:
|
|
3230
2568
|
"""Bake an image sequence of ocean data
|
|
3231
2569
|
|
|
3232
|
-
:type execution_context: int | str | None
|
|
3233
|
-
:type undo: bool | None
|
|
3234
2570
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3235
|
-
:type modifier: str
|
|
3236
2571
|
:param free: Free, Free the bake, rather than generating it
|
|
3237
|
-
:type free: bool | None
|
|
3238
2572
|
"""
|
|
3239
2573
|
|
|
3240
2574
|
def origin_clear(
|
|
@@ -3242,11 +2576,7 @@ def origin_clear(
|
|
|
3242
2576
|
undo: bool | None = None,
|
|
3243
2577
|
/,
|
|
3244
2578
|
) -> None:
|
|
3245
|
-
"""Clear the objects origin
|
|
3246
|
-
|
|
3247
|
-
:type execution_context: int | str | None
|
|
3248
|
-
:type undo: bool | None
|
|
3249
|
-
"""
|
|
2579
|
+
"""Clear the objects origin"""
|
|
3250
2580
|
|
|
3251
2581
|
def origin_set(
|
|
3252
2582
|
execution_context: int | str | None = None,
|
|
@@ -3265,8 +2595,6 @@ def origin_set(
|
|
|
3265
2595
|
) -> None:
|
|
3266
2596
|
"""Set the objects origin, by either moving the data, or set to center of data, or use 3D cursor
|
|
3267
2597
|
|
|
3268
|
-
:type execution_context: int | str | None
|
|
3269
|
-
:type undo: bool | None
|
|
3270
2598
|
:param type: Type
|
|
3271
2599
|
|
|
3272
2600
|
GEOMETRY_ORIGIN
|
|
@@ -3283,9 +2611,7 @@ def origin_set(
|
|
|
3283
2611
|
|
|
3284
2612
|
ORIGIN_CENTER_OF_VOLUME
|
|
3285
2613
|
Origin to Center of Mass (Volume) -- Calculate the center of mass from the volume (must be manifold geometry with consistent normals).
|
|
3286
|
-
:type type: typing.Literal['GEOMETRY_ORIGIN','ORIGIN_GEOMETRY','ORIGIN_CURSOR','ORIGIN_CENTER_OF_MASS','ORIGIN_CENTER_OF_VOLUME'] | None
|
|
3287
2614
|
:param center: Center
|
|
3288
|
-
:type center: typing.Literal['MEDIAN','BOUNDS'] | None
|
|
3289
2615
|
"""
|
|
3290
2616
|
|
|
3291
2617
|
def parent_clear(
|
|
@@ -3298,8 +2624,6 @@ def parent_clear(
|
|
|
3298
2624
|
) -> None:
|
|
3299
2625
|
"""Clear the objects parenting
|
|
3300
2626
|
|
|
3301
|
-
:type execution_context: int | str | None
|
|
3302
|
-
:type undo: bool | None
|
|
3303
2627
|
:param type: Type
|
|
3304
2628
|
|
|
3305
2629
|
CLEAR
|
|
@@ -3310,7 +2634,6 @@ def parent_clear(
|
|
|
3310
2634
|
|
|
3311
2635
|
CLEAR_INVERSE
|
|
3312
2636
|
Clear Parent Inverse -- Reset the transform corrections applied to the parenting relationship, does not remove parenting itself.
|
|
3313
|
-
:type type: typing.Literal['CLEAR','CLEAR_KEEP_TRANSFORM','CLEAR_INVERSE'] | None
|
|
3314
2637
|
"""
|
|
3315
2638
|
|
|
3316
2639
|
def parent_inverse_apply(
|
|
@@ -3318,11 +2641,7 @@ def parent_inverse_apply(
|
|
|
3318
2641
|
undo: bool | None = None,
|
|
3319
2642
|
/,
|
|
3320
2643
|
) -> None:
|
|
3321
|
-
"""Apply the objects parent inverse to its data
|
|
3322
|
-
|
|
3323
|
-
:type execution_context: int | str | None
|
|
3324
|
-
:type undo: bool | None
|
|
3325
|
-
"""
|
|
2644
|
+
"""Apply the objects parent inverse to its data"""
|
|
3326
2645
|
|
|
3327
2646
|
def parent_no_inverse_set(
|
|
3328
2647
|
execution_context: int | str | None = None,
|
|
@@ -3333,10 +2652,7 @@ def parent_no_inverse_set(
|
|
|
3333
2652
|
) -> None:
|
|
3334
2653
|
"""Set the objects parenting without setting the inverse parent correction
|
|
3335
2654
|
|
|
3336
|
-
:type execution_context: int | str | None
|
|
3337
|
-
:type undo: bool | None
|
|
3338
2655
|
:param keep_transform: Keep Transform, Preserve the world transform throughout parenting
|
|
3339
|
-
:type keep_transform: bool | None
|
|
3340
2656
|
"""
|
|
3341
2657
|
|
|
3342
2658
|
def parent_set(
|
|
@@ -3365,14 +2681,9 @@ def parent_set(
|
|
|
3365
2681
|
) -> None:
|
|
3366
2682
|
"""Set the objects parenting
|
|
3367
2683
|
|
|
3368
|
-
:type execution_context: int | str | None
|
|
3369
|
-
:type undo: bool | None
|
|
3370
2684
|
:param type: Type
|
|
3371
|
-
:type type: typing.Literal['OBJECT','ARMATURE','ARMATURE_NAME','ARMATURE_AUTO','ARMATURE_ENVELOPE','BONE','BONE_RELATIVE','CURVE','FOLLOW','PATH_CONST','LATTICE','VERTEX','VERTEX_TRI'] | None
|
|
3372
2685
|
:param xmirror: X Mirror, Apply weights symmetrically along X axis, for Envelope/Automatic vertex groups creation
|
|
3373
|
-
:type xmirror: bool | None
|
|
3374
2686
|
:param keep_transform: Keep Transform, Apply transformation before parenting
|
|
3375
|
-
:type keep_transform: bool | None
|
|
3376
2687
|
"""
|
|
3377
2688
|
|
|
3378
2689
|
def particle_system_add(
|
|
@@ -3380,21 +2691,44 @@ def particle_system_add(
|
|
|
3380
2691
|
undo: bool | None = None,
|
|
3381
2692
|
/,
|
|
3382
2693
|
) -> None:
|
|
3383
|
-
"""Add a particle system
|
|
3384
|
-
|
|
3385
|
-
:type execution_context: int | str | None
|
|
3386
|
-
:type undo: bool | None
|
|
3387
|
-
"""
|
|
2694
|
+
"""Add a particle system"""
|
|
3388
2695
|
|
|
3389
2696
|
def particle_system_remove(
|
|
3390
2697
|
execution_context: int | str | None = None,
|
|
3391
2698
|
undo: bool | None = None,
|
|
3392
2699
|
/,
|
|
3393
2700
|
) -> None:
|
|
3394
|
-
"""Remove the selected particle system
|
|
2701
|
+
"""Remove the selected particle system"""
|
|
2702
|
+
|
|
2703
|
+
def paste_transform(
|
|
2704
|
+
execution_context: int | str | None = None,
|
|
2705
|
+
undo: bool | None = None,
|
|
2706
|
+
/,
|
|
2707
|
+
*,
|
|
2708
|
+
method: typing.Literal["CURRENT", "EXISTING_KEYS", "BAKE"] | None = "CURRENT",
|
|
2709
|
+
bake_step: int | None = 0,
|
|
2710
|
+
use_mirror: bool | None = False,
|
|
2711
|
+
mirror_axis_loc: typing.Literal["x", "y", "z"] | None = "x",
|
|
2712
|
+
mirror_axis_rot: typing.Literal["x", "y", "z"] | None = "z",
|
|
2713
|
+
use_relative: bool | None = False,
|
|
2714
|
+
) -> None:
|
|
2715
|
+
"""Pastes the matrix from the clipboard to the currently active pose bone or object. Uses world-space matrices
|
|
2716
|
+
|
|
2717
|
+
:param method: Paste Method, Update the current transform, selected keyframes, or even create new keys
|
|
2718
|
+
|
|
2719
|
+
CURRENT
|
|
2720
|
+
Current Transform -- Paste onto the current values only, only manipulating the animation data if auto-keying is enabled.
|
|
3395
2721
|
|
|
3396
|
-
|
|
3397
|
-
|
|
2722
|
+
EXISTING_KEYS
|
|
2723
|
+
Selected Keys -- Paste onto frames that have a selected key, potentially creating new keys on those frames.
|
|
2724
|
+
|
|
2725
|
+
BAKE
|
|
2726
|
+
Bake on Key Range -- Paste onto all frames between the first and last selected key, creating new keyframes if necessary.
|
|
2727
|
+
:param bake_step: Frame Step, Only used for baking. Step=1 creates a key on every frame, step=2 bakes on 2s, etc
|
|
2728
|
+
:param use_mirror: Mirror Transform, When pasting, mirror the transform relative to a specific object or bone
|
|
2729
|
+
:param mirror_axis_loc: Location Axis, Coordinate axis used to mirror the location part of the transform
|
|
2730
|
+
:param mirror_axis_rot: Rotation Axis, Coordinate axis used to mirror the rotation part of the transform
|
|
2731
|
+
:param use_relative: Use Relative Paste, When pasting, assume the pasted matrix is relative to another object (set in the user interface)
|
|
3398
2732
|
"""
|
|
3399
2733
|
|
|
3400
2734
|
def paths_calculate(
|
|
@@ -3408,12 +2742,8 @@ def paths_calculate(
|
|
|
3408
2742
|
) -> None:
|
|
3409
2743
|
"""Generate motion paths for the selected objects
|
|
3410
2744
|
|
|
3411
|
-
:type execution_context: int | str | None
|
|
3412
|
-
:type undo: bool | None
|
|
3413
2745
|
:param display_type: Display Type
|
|
3414
|
-
:type display_type: bpy.stub_internal.rna_enums.MotionpathDisplayTypeItems | None
|
|
3415
2746
|
:param range: Computation Range
|
|
3416
|
-
:type range: bpy.stub_internal.rna_enums.MotionpathRangeItems | None
|
|
3417
2747
|
"""
|
|
3418
2748
|
|
|
3419
2749
|
def paths_clear(
|
|
@@ -3425,10 +2755,7 @@ def paths_clear(
|
|
|
3425
2755
|
) -> None:
|
|
3426
2756
|
"""Undocumented, consider contributing.
|
|
3427
2757
|
|
|
3428
|
-
:type execution_context: int | str | None
|
|
3429
|
-
:type undo: bool | None
|
|
3430
2758
|
:param only_selected: Only Selected, Only clear motion paths of selected objects
|
|
3431
|
-
:type only_selected: bool | None
|
|
3432
2759
|
"""
|
|
3433
2760
|
|
|
3434
2761
|
def paths_update(
|
|
@@ -3436,22 +2763,14 @@ def paths_update(
|
|
|
3436
2763
|
undo: bool | None = None,
|
|
3437
2764
|
/,
|
|
3438
2765
|
) -> None:
|
|
3439
|
-
"""Recalculate motion paths for selected objects
|
|
3440
|
-
|
|
3441
|
-
:type execution_context: int | str | None
|
|
3442
|
-
:type undo: bool | None
|
|
3443
|
-
"""
|
|
2766
|
+
"""Recalculate motion paths for selected objects"""
|
|
3444
2767
|
|
|
3445
2768
|
def paths_update_visible(
|
|
3446
2769
|
execution_context: int | str | None = None,
|
|
3447
2770
|
undo: bool | None = None,
|
|
3448
2771
|
/,
|
|
3449
2772
|
) -> None:
|
|
3450
|
-
"""Recalculate all visible motion paths for objects and poses
|
|
3451
|
-
|
|
3452
|
-
:type execution_context: int | str | None
|
|
3453
|
-
:type undo: bool | None
|
|
3454
|
-
"""
|
|
2773
|
+
"""Recalculate all visible motion paths for objects and poses"""
|
|
3455
2774
|
|
|
3456
2775
|
def pointcloud_random_add(
|
|
3457
2776
|
execution_context: int | str | None = None,
|
|
@@ -3473,8 +2792,6 @@ def pointcloud_random_add(
|
|
|
3473
2792
|
) -> None:
|
|
3474
2793
|
"""Add a point cloud object to the scene
|
|
3475
2794
|
|
|
3476
|
-
:type execution_context: int | str | None
|
|
3477
|
-
:type undo: bool | None
|
|
3478
2795
|
:param align: Align, The alignment of the new object
|
|
3479
2796
|
|
|
3480
2797
|
WORLD
|
|
@@ -3485,13 +2802,9 @@ def pointcloud_random_add(
|
|
|
3485
2802
|
|
|
3486
2803
|
CURSOR
|
|
3487
2804
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
3488
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
3489
2805
|
:param location: Location, Location for the newly added object
|
|
3490
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3491
2806
|
:param rotation: Rotation, Rotation for the newly added object
|
|
3492
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
3493
2807
|
:param scale: Scale, Scale for the newly added object
|
|
3494
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3495
2808
|
"""
|
|
3496
2809
|
|
|
3497
2810
|
def posemode_toggle(
|
|
@@ -3499,11 +2812,7 @@ def posemode_toggle(
|
|
|
3499
2812
|
undo: bool | None = None,
|
|
3500
2813
|
/,
|
|
3501
2814
|
) -> None:
|
|
3502
|
-
"""Enable or disable posing/selecting bones
|
|
3503
|
-
|
|
3504
|
-
:type execution_context: int | str | None
|
|
3505
|
-
:type undo: bool | None
|
|
3506
|
-
"""
|
|
2815
|
+
"""Enable or disable posing/selecting bones"""
|
|
3507
2816
|
|
|
3508
2817
|
def quadriflow_remesh(
|
|
3509
2818
|
execution_context: int | str | None = None,
|
|
@@ -3524,18 +2833,11 @@ def quadriflow_remesh(
|
|
|
3524
2833
|
) -> None:
|
|
3525
2834
|
"""Create a new quad based mesh using the surface data of the current mesh. All data layers will be lost
|
|
3526
2835
|
|
|
3527
|
-
:type execution_context: int | str | None
|
|
3528
|
-
:type undo: bool | None
|
|
3529
2836
|
:param use_mesh_symmetry: Use Mesh Symmetry, Generates a symmetrical mesh using the mesh symmetry configuration
|
|
3530
|
-
:type use_mesh_symmetry: bool | None
|
|
3531
2837
|
:param use_preserve_sharp: Preserve Sharp, Try to preserve sharp features on the mesh
|
|
3532
|
-
:type use_preserve_sharp: bool | None
|
|
3533
2838
|
:param use_preserve_boundary: Preserve Mesh Boundary, Try to preserve mesh boundary on the mesh
|
|
3534
|
-
:type use_preserve_boundary: bool | None
|
|
3535
2839
|
:param preserve_attributes: Preserve Attributes, Reproject attributes onto the new mesh
|
|
3536
|
-
:type preserve_attributes: bool | None
|
|
3537
2840
|
:param smooth_normals: Smooth Normals, Set the output mesh normals to smooth
|
|
3538
|
-
:type smooth_normals: bool | None
|
|
3539
2841
|
:param mode: Mode, How to specify the amount of detail for the new mesh
|
|
3540
2842
|
|
|
3541
2843
|
RATIO
|
|
@@ -3546,17 +2848,11 @@ def quadriflow_remesh(
|
|
|
3546
2848
|
|
|
3547
2849
|
FACES
|
|
3548
2850
|
Faces -- Input target number of faces in the new mesh.
|
|
3549
|
-
:type mode: typing.Literal['RATIO','EDGE','FACES'] | None
|
|
3550
2851
|
:param target_ratio: Ratio, Relative number of faces compared to the current mesh
|
|
3551
|
-
:type target_ratio: float | None
|
|
3552
2852
|
:param target_edge_length: Edge Length, Target edge length in the new mesh
|
|
3553
|
-
:type target_edge_length: float | None
|
|
3554
2853
|
:param target_faces: Number of Faces, Approximate number of faces (quads) in the new mesh
|
|
3555
|
-
:type target_faces: int | None
|
|
3556
2854
|
:param mesh_area: Old Object Face Area, This property is only used to cache the object area for later calculations
|
|
3557
|
-
:type mesh_area: float | None
|
|
3558
2855
|
:param seed: Seed, Random seed to use with the solver. Different seeds will cause the remesher to come up with different quad layouts on the mesh
|
|
3559
|
-
:type seed: int | None
|
|
3560
2856
|
"""
|
|
3561
2857
|
|
|
3562
2858
|
def quick_explode(
|
|
@@ -3574,22 +2870,13 @@ def quick_explode(
|
|
|
3574
2870
|
) -> None:
|
|
3575
2871
|
"""Make selected objects explode
|
|
3576
2872
|
|
|
3577
|
-
:type execution_context: int | str | None
|
|
3578
|
-
:type undo: bool | None
|
|
3579
2873
|
:param style: Explode Style
|
|
3580
|
-
:type style: typing.Literal['EXPLODE','BLEND'] | None
|
|
3581
2874
|
:param amount: Number of Pieces
|
|
3582
|
-
:type amount: int | None
|
|
3583
2875
|
:param frame_duration: Duration
|
|
3584
|
-
:type frame_duration: int | None
|
|
3585
2876
|
:param frame_start: Start Frame
|
|
3586
|
-
:type frame_start: int | None
|
|
3587
2877
|
:param frame_end: End Frame
|
|
3588
|
-
:type frame_end: int | None
|
|
3589
2878
|
:param velocity: Outwards Velocity
|
|
3590
|
-
:type velocity: float | None
|
|
3591
2879
|
:param fade: Fade, Fade the pieces over time
|
|
3592
|
-
:type fade: bool | None
|
|
3593
2880
|
"""
|
|
3594
2881
|
|
|
3595
2882
|
def quick_fur(
|
|
@@ -3607,22 +2894,13 @@ def quick_fur(
|
|
|
3607
2894
|
) -> None:
|
|
3608
2895
|
"""Add a fur setup to the selected objects
|
|
3609
2896
|
|
|
3610
|
-
:type execution_context: int | str | None
|
|
3611
|
-
:type undo: bool | None
|
|
3612
2897
|
:param density: Density
|
|
3613
|
-
:type density: typing.Literal['LOW','MEDIUM','HIGH'] | None
|
|
3614
2898
|
:param length: Length
|
|
3615
|
-
:type length: float | None
|
|
3616
2899
|
:param radius: Hair Radius
|
|
3617
|
-
:type radius: float | None
|
|
3618
2900
|
:param view_percentage: View Percentage
|
|
3619
|
-
:type view_percentage: float | None
|
|
3620
2901
|
:param apply_hair_guides: Apply Hair Guides
|
|
3621
|
-
:type apply_hair_guides: bool | None
|
|
3622
2902
|
:param use_noise: Noise
|
|
3623
|
-
:type use_noise: bool | None
|
|
3624
2903
|
:param use_frizz: Frizz
|
|
3625
|
-
:type use_frizz: bool | None
|
|
3626
2904
|
"""
|
|
3627
2905
|
|
|
3628
2906
|
def quick_liquid(
|
|
@@ -3634,10 +2912,7 @@ def quick_liquid(
|
|
|
3634
2912
|
) -> None:
|
|
3635
2913
|
"""Make selected objects liquid
|
|
3636
2914
|
|
|
3637
|
-
:type execution_context: int | str | None
|
|
3638
|
-
:type undo: bool | None
|
|
3639
2915
|
:param show_flows: Render Liquid Objects, Keep the liquid objects visible during rendering
|
|
3640
|
-
:type show_flows: bool | None
|
|
3641
2916
|
"""
|
|
3642
2917
|
|
|
3643
2918
|
def quick_smoke(
|
|
@@ -3650,12 +2925,8 @@ def quick_smoke(
|
|
|
3650
2925
|
) -> None:
|
|
3651
2926
|
"""Use selected objects as smoke emitters
|
|
3652
2927
|
|
|
3653
|
-
:type execution_context: int | str | None
|
|
3654
|
-
:type undo: bool | None
|
|
3655
2928
|
:param style: Smoke Style
|
|
3656
|
-
:type style: typing.Literal['SMOKE','FIRE','BOTH'] | None
|
|
3657
2929
|
:param show_flows: Render Smoke Objects, Keep the smoke objects visible during rendering
|
|
3658
|
-
:type show_flows: bool | None
|
|
3659
2930
|
"""
|
|
3660
2931
|
|
|
3661
2932
|
def randomize_transform(
|
|
@@ -3675,26 +2946,15 @@ def randomize_transform(
|
|
|
3675
2946
|
) -> None:
|
|
3676
2947
|
"""Randomize objects location, rotation, and scale
|
|
3677
2948
|
|
|
3678
|
-
:type execution_context: int | str | None
|
|
3679
|
-
:type undo: bool | None
|
|
3680
2949
|
:param random_seed: Random Seed, Seed value for the random generator
|
|
3681
|
-
:type random_seed: int | None
|
|
3682
2950
|
:param use_delta: Transform Delta, Randomize delta transform values instead of regular transform
|
|
3683
|
-
:type use_delta: bool | None
|
|
3684
2951
|
:param use_loc: Randomize Location, Randomize the location values
|
|
3685
|
-
:type use_loc: bool | None
|
|
3686
2952
|
:param loc: Location, Maximum distance the objects can spread over each axis
|
|
3687
|
-
:type loc: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3688
2953
|
:param use_rot: Randomize Rotation, Randomize the rotation values
|
|
3689
|
-
:type use_rot: bool | None
|
|
3690
2954
|
:param rot: Rotation, Maximum rotation over each axis
|
|
3691
|
-
:type rot: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
3692
2955
|
:param use_scale: Randomize Scale, Randomize the scale values
|
|
3693
|
-
:type use_scale: bool | None
|
|
3694
2956
|
:param scale_even: Scale Even, Use the same scale value for all axis
|
|
3695
|
-
:type scale_even: bool | None
|
|
3696
2957
|
:param scale: Scale, Maximum scale randomization over each axis
|
|
3697
|
-
:type scale: collections.abc.Iterable[float] | None
|
|
3698
2958
|
"""
|
|
3699
2959
|
|
|
3700
2960
|
def reset_override_library(
|
|
@@ -3702,11 +2962,7 @@ def reset_override_library(
|
|
|
3702
2962
|
undo: bool | None = None,
|
|
3703
2963
|
/,
|
|
3704
2964
|
) -> None:
|
|
3705
|
-
"""Reset the selected local overrides to their linked references values
|
|
3706
|
-
|
|
3707
|
-
:type execution_context: int | str | None
|
|
3708
|
-
:type undo: bool | None
|
|
3709
|
-
"""
|
|
2965
|
+
"""Reset the selected local overrides to their linked references values"""
|
|
3710
2966
|
|
|
3711
2967
|
def rotation_clear(
|
|
3712
2968
|
execution_context: int | str | None = None,
|
|
@@ -3717,10 +2973,7 @@ def rotation_clear(
|
|
|
3717
2973
|
) -> None:
|
|
3718
2974
|
"""Clear the objects rotation
|
|
3719
2975
|
|
|
3720
|
-
:type execution_context: int | str | None
|
|
3721
|
-
:type undo: bool | None
|
|
3722
2976
|
:param clear_delta: Clear Delta, Clear delta rotation in addition to clearing the normal rotation transform
|
|
3723
|
-
:type clear_delta: bool | None
|
|
3724
2977
|
"""
|
|
3725
2978
|
|
|
3726
2979
|
def scale_clear(
|
|
@@ -3732,10 +2985,7 @@ def scale_clear(
|
|
|
3732
2985
|
) -> None:
|
|
3733
2986
|
"""Clear the objects scale
|
|
3734
2987
|
|
|
3735
|
-
:type execution_context: int | str | None
|
|
3736
|
-
:type undo: bool | None
|
|
3737
2988
|
:param clear_delta: Clear Delta, Clear delta scale in addition to clearing the normal scale transform
|
|
3738
|
-
:type clear_delta: bool | None
|
|
3739
2989
|
"""
|
|
3740
2990
|
|
|
3741
2991
|
def select_all(
|
|
@@ -3747,8 +2997,6 @@ def select_all(
|
|
|
3747
2997
|
) -> None:
|
|
3748
2998
|
"""Change selection of all visible objects in scene
|
|
3749
2999
|
|
|
3750
|
-
:type execution_context: int | str | None
|
|
3751
|
-
:type undo: bool | None
|
|
3752
3000
|
:param action: Action, Selection action to execute
|
|
3753
3001
|
|
|
3754
3002
|
TOGGLE
|
|
@@ -3762,7 +3010,6 @@ def select_all(
|
|
|
3762
3010
|
|
|
3763
3011
|
INVERT
|
|
3764
3012
|
Invert -- Invert selection of all elements.
|
|
3765
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
3766
3013
|
"""
|
|
3767
3014
|
|
|
3768
3015
|
def select_by_type(
|
|
@@ -3775,12 +3022,8 @@ def select_by_type(
|
|
|
3775
3022
|
) -> None:
|
|
3776
3023
|
"""Select all visible objects that are of a type
|
|
3777
3024
|
|
|
3778
|
-
:type execution_context: int | str | None
|
|
3779
|
-
:type undo: bool | None
|
|
3780
3025
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3781
|
-
:type extend: bool | None
|
|
3782
3026
|
:param type: Type
|
|
3783
|
-
:type type: bpy.stub_internal.rna_enums.ObjectTypeItems | None
|
|
3784
3027
|
"""
|
|
3785
3028
|
|
|
3786
3029
|
def select_camera(
|
|
@@ -3792,10 +3035,7 @@ def select_camera(
|
|
|
3792
3035
|
) -> None:
|
|
3793
3036
|
"""Select the active camera
|
|
3794
3037
|
|
|
3795
|
-
:type execution_context: int | str | None
|
|
3796
|
-
:type undo: bool | None
|
|
3797
3038
|
:param extend: Extend, Extend the selection
|
|
3798
|
-
:type extend: bool | None
|
|
3799
3039
|
"""
|
|
3800
3040
|
|
|
3801
3041
|
def select_grouped(
|
|
@@ -3821,10 +3061,7 @@ def select_grouped(
|
|
|
3821
3061
|
) -> None:
|
|
3822
3062
|
"""Select all visible objects grouped by various properties
|
|
3823
3063
|
|
|
3824
|
-
:type execution_context: int | str | None
|
|
3825
|
-
:type undo: bool | None
|
|
3826
3064
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3827
|
-
:type extend: bool | None
|
|
3828
3065
|
:param type: Type
|
|
3829
3066
|
|
|
3830
3067
|
CHILDREN_RECURSIVE
|
|
@@ -3859,7 +3096,6 @@ def select_grouped(
|
|
|
3859
3096
|
|
|
3860
3097
|
LIGHT_TYPE
|
|
3861
3098
|
Light Type -- Matching light types.
|
|
3862
|
-
:type type: typing.Literal['CHILDREN_RECURSIVE','CHILDREN','PARENT','SIBLINGS','TYPE','COLLECTION','HOOK','PASS','COLOR','KEYINGSET','LIGHT_TYPE'] | None
|
|
3863
3099
|
"""
|
|
3864
3100
|
|
|
3865
3101
|
def select_hierarchy(
|
|
@@ -3872,12 +3108,8 @@ def select_hierarchy(
|
|
|
3872
3108
|
) -> None:
|
|
3873
3109
|
"""Select object relative to the active objects position in the hierarchy
|
|
3874
3110
|
|
|
3875
|
-
:type execution_context: int | str | None
|
|
3876
|
-
:type undo: bool | None
|
|
3877
3111
|
:param direction: Direction, Direction to select in the hierarchy
|
|
3878
|
-
:type direction: typing.Literal['PARENT','CHILD'] | None
|
|
3879
3112
|
:param extend: Extend, Extend the existing selection
|
|
3880
|
-
:type extend: bool | None
|
|
3881
3113
|
"""
|
|
3882
3114
|
|
|
3883
3115
|
def select_less(
|
|
@@ -3885,11 +3117,7 @@ def select_less(
|
|
|
3885
3117
|
undo: bool | None = None,
|
|
3886
3118
|
/,
|
|
3887
3119
|
) -> None:
|
|
3888
|
-
"""Deselect objects at the boundaries of parent/child relationships
|
|
3889
|
-
|
|
3890
|
-
:type execution_context: int | str | None
|
|
3891
|
-
:type undo: bool | None
|
|
3892
|
-
"""
|
|
3120
|
+
"""Deselect objects at the boundaries of parent/child relationships"""
|
|
3893
3121
|
|
|
3894
3122
|
def select_linked(
|
|
3895
3123
|
execution_context: int | str | None = None,
|
|
@@ -3904,12 +3132,8 @@ def select_linked(
|
|
|
3904
3132
|
) -> None:
|
|
3905
3133
|
"""Select all visible objects that are linked
|
|
3906
3134
|
|
|
3907
|
-
:type execution_context: int | str | None
|
|
3908
|
-
:type undo: bool | None
|
|
3909
3135
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3910
|
-
:type extend: bool | None
|
|
3911
3136
|
:param type: Type
|
|
3912
|
-
:type type: typing.Literal['OBDATA','MATERIAL','DUPGROUP','PARTICLE','LIBRARY','LIBRARY_OBDATA'] | None
|
|
3913
3137
|
"""
|
|
3914
3138
|
|
|
3915
3139
|
def select_mirror(
|
|
@@ -3921,10 +3145,7 @@ def select_mirror(
|
|
|
3921
3145
|
) -> None:
|
|
3922
3146
|
"""Select the mirror objects of the selected object e.g. "L.sword" and "R.sword"
|
|
3923
3147
|
|
|
3924
|
-
:type execution_context: int | str | None
|
|
3925
|
-
:type undo: bool | None
|
|
3926
3148
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3927
|
-
:type extend: bool | None
|
|
3928
3149
|
"""
|
|
3929
3150
|
|
|
3930
3151
|
def select_more(
|
|
@@ -3932,11 +3153,7 @@ def select_more(
|
|
|
3932
3153
|
undo: bool | None = None,
|
|
3933
3154
|
/,
|
|
3934
3155
|
) -> None:
|
|
3935
|
-
"""Select connected parent/child objects
|
|
3936
|
-
|
|
3937
|
-
:type execution_context: int | str | None
|
|
3938
|
-
:type undo: bool | None
|
|
3939
|
-
"""
|
|
3156
|
+
"""Select connected parent/child objects"""
|
|
3940
3157
|
|
|
3941
3158
|
def select_pattern(
|
|
3942
3159
|
execution_context: int | str | None = None,
|
|
@@ -3949,14 +3166,9 @@ def select_pattern(
|
|
|
3949
3166
|
) -> None:
|
|
3950
3167
|
"""Select objects matching a naming pattern
|
|
3951
3168
|
|
|
3952
|
-
:type execution_context: int | str | None
|
|
3953
|
-
:type undo: bool | None
|
|
3954
3169
|
:param pattern: Pattern, Name filter using *, ? and [abc] unix style wildcards
|
|
3955
|
-
:type pattern: str
|
|
3956
3170
|
:param case_sensitive: Case Sensitive, Do a case sensitive compare
|
|
3957
|
-
:type case_sensitive: bool | None
|
|
3958
3171
|
:param extend: Extend, Extend the existing selection
|
|
3959
|
-
:type extend: bool | None
|
|
3960
3172
|
"""
|
|
3961
3173
|
|
|
3962
3174
|
def select_random(
|
|
@@ -3970,12 +3182,8 @@ def select_random(
|
|
|
3970
3182
|
) -> None:
|
|
3971
3183
|
"""Select or deselect random visible objects
|
|
3972
3184
|
|
|
3973
|
-
:type execution_context: int | str | None
|
|
3974
|
-
:type undo: bool | None
|
|
3975
3185
|
:param ratio: Ratio, Portion of items to select randomly
|
|
3976
|
-
:type ratio: float | None
|
|
3977
3186
|
:param seed: Random Seed, Seed for the random number generator
|
|
3978
|
-
:type seed: int | None
|
|
3979
3187
|
:param action: Action, Selection action to execute
|
|
3980
3188
|
|
|
3981
3189
|
SELECT
|
|
@@ -3983,7 +3191,6 @@ def select_random(
|
|
|
3983
3191
|
|
|
3984
3192
|
DESELECT
|
|
3985
3193
|
Deselect -- Deselect all elements.
|
|
3986
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
3987
3194
|
"""
|
|
3988
3195
|
|
|
3989
3196
|
def select_same_collection(
|
|
@@ -3995,10 +3202,7 @@ def select_same_collection(
|
|
|
3995
3202
|
) -> None:
|
|
3996
3203
|
"""Select object in the same collection
|
|
3997
3204
|
|
|
3998
|
-
:type execution_context: int | str | None
|
|
3999
|
-
:type undo: bool | None
|
|
4000
3205
|
:param collection: Collection, Name of the collection to select
|
|
4001
|
-
:type collection: str
|
|
4002
3206
|
"""
|
|
4003
3207
|
|
|
4004
3208
|
def shade_auto_smooth(
|
|
@@ -4011,12 +3215,8 @@ def shade_auto_smooth(
|
|
|
4011
3215
|
) -> None:
|
|
4012
3216
|
"""Add modifier to automatically set the sharpness of mesh edges based on the angle between the neighboring faces
|
|
4013
3217
|
|
|
4014
|
-
:type execution_context: int | str | None
|
|
4015
|
-
:type undo: bool | None
|
|
4016
3218
|
:param use_auto_smooth: Auto Smooth, Add modifier to set edge sharpness automatically
|
|
4017
|
-
:type use_auto_smooth: bool | None
|
|
4018
3219
|
:param angle: Angle, Maximum angle between face normals that will be considered as smooth
|
|
4019
|
-
:type angle: float | None
|
|
4020
3220
|
"""
|
|
4021
3221
|
|
|
4022
3222
|
def shade_flat(
|
|
@@ -4028,10 +3228,7 @@ def shade_flat(
|
|
|
4028
3228
|
) -> None:
|
|
4029
3229
|
"""Render and display faces uniform, using face normals
|
|
4030
3230
|
|
|
4031
|
-
:type execution_context: int | str | None
|
|
4032
|
-
:type undo: bool | None
|
|
4033
3231
|
:param keep_sharp_edges: Keep Sharp Edges, Dont remove sharp edges, which are redundant with faces shaded smooth
|
|
4034
|
-
:type keep_sharp_edges: bool | None
|
|
4035
3232
|
"""
|
|
4036
3233
|
|
|
4037
3234
|
def shade_smooth(
|
|
@@ -4043,10 +3240,7 @@ def shade_smooth(
|
|
|
4043
3240
|
) -> None:
|
|
4044
3241
|
"""Render and display faces smooth, using interpolated vertex normals
|
|
4045
3242
|
|
|
4046
|
-
:type execution_context: int | str | None
|
|
4047
|
-
:type undo: bool | None
|
|
4048
3243
|
:param keep_sharp_edges: Keep Sharp Edges, Dont remove sharp edges. Tagged edges will remain sharp
|
|
4049
|
-
:type keep_sharp_edges: bool | None
|
|
4050
3244
|
"""
|
|
4051
3245
|
|
|
4052
3246
|
def shade_smooth_by_angle(
|
|
@@ -4059,12 +3253,8 @@ def shade_smooth_by_angle(
|
|
|
4059
3253
|
) -> None:
|
|
4060
3254
|
"""Set the sharpness of mesh edges based on the angle between the neighboring faces
|
|
4061
3255
|
|
|
4062
|
-
:type execution_context: int | str | None
|
|
4063
|
-
:type undo: bool | None
|
|
4064
3256
|
:param angle: Angle, Maximum angle between face normals that will be considered as smooth
|
|
4065
|
-
:type angle: float | None
|
|
4066
3257
|
:param keep_sharp_edges: Keep Sharp Edges, Only add sharp edges instead of clearing existing tags first
|
|
4067
|
-
:type keep_sharp_edges: bool | None
|
|
4068
3258
|
"""
|
|
4069
3259
|
|
|
4070
3260
|
def shaderfx_add(
|
|
@@ -4076,10 +3266,7 @@ def shaderfx_add(
|
|
|
4076
3266
|
) -> None:
|
|
4077
3267
|
"""Add a visual effect to the active object
|
|
4078
3268
|
|
|
4079
|
-
:type execution_context: int | str | None
|
|
4080
|
-
:type undo: bool | None
|
|
4081
3269
|
:param type: Type
|
|
4082
|
-
:type type: bpy.stub_internal.rna_enums.ObjectShaderfxTypeItems | None
|
|
4083
3270
|
"""
|
|
4084
3271
|
|
|
4085
3272
|
def shaderfx_copy(
|
|
@@ -4091,10 +3278,7 @@ def shaderfx_copy(
|
|
|
4091
3278
|
) -> None:
|
|
4092
3279
|
"""Duplicate effect at the same position in the stack
|
|
4093
3280
|
|
|
4094
|
-
:type execution_context: int | str | None
|
|
4095
|
-
:type undo: bool | None
|
|
4096
3281
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4097
|
-
:type shaderfx: str
|
|
4098
3282
|
"""
|
|
4099
3283
|
|
|
4100
3284
|
def shaderfx_move_down(
|
|
@@ -4106,10 +3290,7 @@ def shaderfx_move_down(
|
|
|
4106
3290
|
) -> None:
|
|
4107
3291
|
"""Move effect down in the stack
|
|
4108
3292
|
|
|
4109
|
-
:type execution_context: int | str | None
|
|
4110
|
-
:type undo: bool | None
|
|
4111
3293
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4112
|
-
:type shaderfx: str
|
|
4113
3294
|
"""
|
|
4114
3295
|
|
|
4115
3296
|
def shaderfx_move_to_index(
|
|
@@ -4122,12 +3303,8 @@ def shaderfx_move_to_index(
|
|
|
4122
3303
|
) -> None:
|
|
4123
3304
|
"""Change the effects position in the list so it evaluates after the set number of others
|
|
4124
3305
|
|
|
4125
|
-
:type execution_context: int | str | None
|
|
4126
|
-
:type undo: bool | None
|
|
4127
3306
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4128
|
-
:type shaderfx: str
|
|
4129
3307
|
:param index: Index, The index to move the effect to
|
|
4130
|
-
:type index: int | None
|
|
4131
3308
|
"""
|
|
4132
3309
|
|
|
4133
3310
|
def shaderfx_move_up(
|
|
@@ -4139,10 +3316,7 @@ def shaderfx_move_up(
|
|
|
4139
3316
|
) -> None:
|
|
4140
3317
|
"""Move effect up in the stack
|
|
4141
3318
|
|
|
4142
|
-
:type execution_context: int | str | None
|
|
4143
|
-
:type undo: bool | None
|
|
4144
3319
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4145
|
-
:type shaderfx: str
|
|
4146
3320
|
"""
|
|
4147
3321
|
|
|
4148
3322
|
def shaderfx_remove(
|
|
@@ -4155,12 +3329,8 @@ def shaderfx_remove(
|
|
|
4155
3329
|
) -> None:
|
|
4156
3330
|
"""Remove a effect from the active Grease Pencil object
|
|
4157
3331
|
|
|
4158
|
-
:type execution_context: int | str | None
|
|
4159
|
-
:type undo: bool | None
|
|
4160
3332
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4161
|
-
:type shaderfx: str
|
|
4162
3333
|
:param report: Report, Create a notification after the operation
|
|
4163
|
-
:type report: bool | None
|
|
4164
3334
|
"""
|
|
4165
3335
|
|
|
4166
3336
|
def shape_key_add(
|
|
@@ -4172,10 +3342,7 @@ def shape_key_add(
|
|
|
4172
3342
|
) -> None:
|
|
4173
3343
|
"""Add shape key to the object
|
|
4174
3344
|
|
|
4175
|
-
:type execution_context: int | str | None
|
|
4176
|
-
:type undo: bool | None
|
|
4177
3345
|
:param from_mix: From Mix, Create the new shape key from the existing mix of keys
|
|
4178
|
-
:type from_mix: bool | None
|
|
4179
3346
|
"""
|
|
4180
3347
|
|
|
4181
3348
|
def shape_key_clear(
|
|
@@ -4183,22 +3350,14 @@ def shape_key_clear(
|
|
|
4183
3350
|
undo: bool | None = None,
|
|
4184
3351
|
/,
|
|
4185
3352
|
) -> None:
|
|
4186
|
-
"""Reset the weights of all shape keys to 0 or to the closest value respecting the limits
|
|
4187
|
-
|
|
4188
|
-
:type execution_context: int | str | None
|
|
4189
|
-
:type undo: bool | None
|
|
4190
|
-
"""
|
|
3353
|
+
"""Reset the weights of all shape keys to 0 or to the closest value respecting the limits"""
|
|
4191
3354
|
|
|
4192
3355
|
def shape_key_copy(
|
|
4193
3356
|
execution_context: int | str | None = None,
|
|
4194
3357
|
undo: bool | None = None,
|
|
4195
3358
|
/,
|
|
4196
3359
|
) -> None:
|
|
4197
|
-
"""Duplicate the active shape key
|
|
4198
|
-
|
|
4199
|
-
:type execution_context: int | str | None
|
|
4200
|
-
:type undo: bool | None
|
|
4201
|
-
"""
|
|
3360
|
+
"""Duplicate the active shape key"""
|
|
4202
3361
|
|
|
4203
3362
|
def shape_key_lock(
|
|
4204
3363
|
execution_context: int | str | None = None,
|
|
@@ -4209,8 +3368,6 @@ def shape_key_lock(
|
|
|
4209
3368
|
) -> None:
|
|
4210
3369
|
"""Change the lock state of all shape keys of active object
|
|
4211
3370
|
|
|
4212
|
-
:type execution_context: int | str | None
|
|
4213
|
-
:type undo: bool | None
|
|
4214
3371
|
:param action: Action, Lock action to execute on vertex groups
|
|
4215
3372
|
|
|
4216
3373
|
LOCK
|
|
@@ -4218,7 +3375,6 @@ def shape_key_lock(
|
|
|
4218
3375
|
|
|
4219
3376
|
UNLOCK
|
|
4220
3377
|
Unlock -- Unlock all shape keys.
|
|
4221
|
-
:type action: typing.Literal['LOCK','UNLOCK'] | None
|
|
4222
3378
|
"""
|
|
4223
3379
|
|
|
4224
3380
|
def shape_key_make_basis(
|
|
@@ -4226,11 +3382,7 @@ def shape_key_make_basis(
|
|
|
4226
3382
|
undo: bool | None = None,
|
|
4227
3383
|
/,
|
|
4228
3384
|
) -> None:
|
|
4229
|
-
"""Make this shape key the new basis key, effectively applying it to the mesh. Note that this applies the shape key at its 100% value
|
|
4230
|
-
|
|
4231
|
-
:type execution_context: int | str | None
|
|
4232
|
-
:type undo: bool | None
|
|
4233
|
-
"""
|
|
3385
|
+
"""Make this shape key the new basis key, effectively applying it to the mesh. Note that this applies the shape key at its 100% value"""
|
|
4234
3386
|
|
|
4235
3387
|
def shape_key_mirror(
|
|
4236
3388
|
execution_context: int | str | None = None,
|
|
@@ -4241,10 +3393,7 @@ def shape_key_mirror(
|
|
|
4241
3393
|
) -> None:
|
|
4242
3394
|
"""Mirror the current shape key along the local X axis
|
|
4243
3395
|
|
|
4244
|
-
:type execution_context: int | str | None
|
|
4245
|
-
:type undo: bool | None
|
|
4246
3396
|
:param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
|
|
4247
|
-
:type use_topology: bool | None
|
|
4248
3397
|
"""
|
|
4249
3398
|
|
|
4250
3399
|
def shape_key_move(
|
|
@@ -4256,8 +3405,6 @@ def shape_key_move(
|
|
|
4256
3405
|
) -> None:
|
|
4257
3406
|
"""Move selected shape keys up/down in the list
|
|
4258
3407
|
|
|
4259
|
-
:type execution_context: int | str | None
|
|
4260
|
-
:type undo: bool | None
|
|
4261
3408
|
:param type: Type
|
|
4262
3409
|
|
|
4263
3410
|
TOP
|
|
@@ -4271,7 +3418,6 @@ def shape_key_move(
|
|
|
4271
3418
|
|
|
4272
3419
|
BOTTOM
|
|
4273
3420
|
Bottom -- Bottom of the list.
|
|
4274
|
-
:type type: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
|
|
4275
3421
|
"""
|
|
4276
3422
|
|
|
4277
3423
|
def shape_key_remove(
|
|
@@ -4284,12 +3430,8 @@ def shape_key_remove(
|
|
|
4284
3430
|
) -> None:
|
|
4285
3431
|
"""Remove shape key from the object
|
|
4286
3432
|
|
|
4287
|
-
:type execution_context: int | str | None
|
|
4288
|
-
:type undo: bool | None
|
|
4289
3433
|
:param all: All, Remove all shape keys
|
|
4290
|
-
:type all: bool | None
|
|
4291
3434
|
:param apply_mix: Apply Mix, Apply current mix of shape keys to the geometry before removing them
|
|
4292
|
-
:type apply_mix: bool | None
|
|
4293
3435
|
"""
|
|
4294
3436
|
|
|
4295
3437
|
def shape_key_retime(
|
|
@@ -4297,11 +3439,7 @@ def shape_key_retime(
|
|
|
4297
3439
|
undo: bool | None = None,
|
|
4298
3440
|
/,
|
|
4299
3441
|
) -> None:
|
|
4300
|
-
"""Resets the timing for absolute shape keys
|
|
4301
|
-
|
|
4302
|
-
:type execution_context: int | str | None
|
|
4303
|
-
:type undo: bool | None
|
|
4304
|
-
"""
|
|
3442
|
+
"""Resets the timing for absolute shape keys"""
|
|
4305
3443
|
|
|
4306
3444
|
def shape_key_transfer(
|
|
4307
3445
|
execution_context: int | str | None = None,
|
|
@@ -4313,8 +3451,6 @@ def shape_key_transfer(
|
|
|
4313
3451
|
) -> None:
|
|
4314
3452
|
"""Copy the active shape key of another selected object to this one
|
|
4315
3453
|
|
|
4316
|
-
:type execution_context: int | str | None
|
|
4317
|
-
:type undo: bool | None
|
|
4318
3454
|
:param mode: Transformation Mode, Relative shape positions to the new shape method
|
|
4319
3455
|
|
|
4320
3456
|
OFFSET
|
|
@@ -4325,9 +3461,7 @@ def shape_key_transfer(
|
|
|
4325
3461
|
|
|
4326
3462
|
RELATIVE_EDGE
|
|
4327
3463
|
Relative Edge -- Calculate relative position (using edges).
|
|
4328
|
-
:type mode: typing.Literal['OFFSET','RELATIVE_FACE','RELATIVE_EDGE'] | None
|
|
4329
3464
|
:param use_clamp: Clamp Offset, Clamp the transformation to the distance each vertex moves in the original shape
|
|
4330
|
-
:type use_clamp: bool | None
|
|
4331
3465
|
"""
|
|
4332
3466
|
|
|
4333
3467
|
def simulation_nodes_cache_bake(
|
|
@@ -4339,10 +3473,7 @@ def simulation_nodes_cache_bake(
|
|
|
4339
3473
|
) -> None:
|
|
4340
3474
|
"""Bake simulations in geometry nodes modifiers
|
|
4341
3475
|
|
|
4342
|
-
:type execution_context: int | str | None
|
|
4343
|
-
:type undo: bool | None
|
|
4344
3476
|
:param selected: Selected, Bake cache on all selected objects
|
|
4345
|
-
:type selected: bool | None
|
|
4346
3477
|
"""
|
|
4347
3478
|
|
|
4348
3479
|
def simulation_nodes_cache_calculate_to_frame(
|
|
@@ -4354,10 +3485,7 @@ def simulation_nodes_cache_calculate_to_frame(
|
|
|
4354
3485
|
) -> None:
|
|
4355
3486
|
"""Calculate simulations in geometry nodes modifiers from the start to current frame
|
|
4356
3487
|
|
|
4357
|
-
:type execution_context: int | str | None
|
|
4358
|
-
:type undo: bool | None
|
|
4359
3488
|
:param selected: Selected, Calculate all selected objects instead of just the active object
|
|
4360
|
-
:type selected: bool | None
|
|
4361
3489
|
"""
|
|
4362
3490
|
|
|
4363
3491
|
def simulation_nodes_cache_delete(
|
|
@@ -4369,10 +3497,7 @@ def simulation_nodes_cache_delete(
|
|
|
4369
3497
|
) -> None:
|
|
4370
3498
|
"""Delete cached/baked simulations in geometry nodes modifiers
|
|
4371
3499
|
|
|
4372
|
-
:type execution_context: int | str | None
|
|
4373
|
-
:type undo: bool | None
|
|
4374
3500
|
:param selected: Selected, Delete cache on all selected objects
|
|
4375
|
-
:type selected: bool | None
|
|
4376
3501
|
"""
|
|
4377
3502
|
|
|
4378
3503
|
def skin_armature_create(
|
|
@@ -4384,10 +3509,7 @@ def skin_armature_create(
|
|
|
4384
3509
|
) -> None:
|
|
4385
3510
|
"""Create an armature that parallels the skin layout
|
|
4386
3511
|
|
|
4387
|
-
:type execution_context: int | str | None
|
|
4388
|
-
:type undo: bool | None
|
|
4389
3512
|
:param modifier: Modifier, Name of the modifier to edit
|
|
4390
|
-
:type modifier: str
|
|
4391
3513
|
"""
|
|
4392
3514
|
|
|
4393
3515
|
def skin_loose_mark_clear(
|
|
@@ -4399,8 +3521,6 @@ def skin_loose_mark_clear(
|
|
|
4399
3521
|
) -> None:
|
|
4400
3522
|
"""Mark/clear selected vertices as loose
|
|
4401
3523
|
|
|
4402
|
-
:type execution_context: int | str | None
|
|
4403
|
-
:type undo: bool | None
|
|
4404
3524
|
:param action: Action
|
|
4405
3525
|
|
|
4406
3526
|
MARK
|
|
@@ -4408,7 +3528,6 @@ def skin_loose_mark_clear(
|
|
|
4408
3528
|
|
|
4409
3529
|
CLEAR
|
|
4410
3530
|
Clear -- Set selected vertices as not loose.
|
|
4411
|
-
:type action: typing.Literal['MARK','CLEAR'] | None
|
|
4412
3531
|
"""
|
|
4413
3532
|
|
|
4414
3533
|
def skin_radii_equalize(
|
|
@@ -4416,22 +3535,14 @@ def skin_radii_equalize(
|
|
|
4416
3535
|
undo: bool | None = None,
|
|
4417
3536
|
/,
|
|
4418
3537
|
) -> None:
|
|
4419
|
-
"""Make skin radii of selected vertices equal on each axis
|
|
4420
|
-
|
|
4421
|
-
:type execution_context: int | str | None
|
|
4422
|
-
:type undo: bool | None
|
|
4423
|
-
"""
|
|
3538
|
+
"""Make skin radii of selected vertices equal on each axis"""
|
|
4424
3539
|
|
|
4425
3540
|
def skin_root_mark(
|
|
4426
3541
|
execution_context: int | str | None = None,
|
|
4427
3542
|
undo: bool | None = None,
|
|
4428
3543
|
/,
|
|
4429
3544
|
) -> None:
|
|
4430
|
-
"""Mark selected vertices as roots
|
|
4431
|
-
|
|
4432
|
-
:type execution_context: int | str | None
|
|
4433
|
-
:type undo: bool | None
|
|
4434
|
-
"""
|
|
3545
|
+
"""Mark selected vertices as roots"""
|
|
4435
3546
|
|
|
4436
3547
|
def speaker_add(
|
|
4437
3548
|
execution_context: int | str | None = None,
|
|
@@ -4454,10 +3565,7 @@ def speaker_add(
|
|
|
4454
3565
|
) -> None:
|
|
4455
3566
|
"""Add a speaker object to the scene
|
|
4456
3567
|
|
|
4457
|
-
:type execution_context: int | str | None
|
|
4458
|
-
:type undo: bool | None
|
|
4459
3568
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
4460
|
-
:type enter_editmode: bool | None
|
|
4461
3569
|
:param align: Align, The alignment of the new object
|
|
4462
3570
|
|
|
4463
3571
|
WORLD
|
|
@@ -4468,13 +3576,9 @@ def speaker_add(
|
|
|
4468
3576
|
|
|
4469
3577
|
CURSOR
|
|
4470
3578
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
4471
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
4472
3579
|
:param location: Location, Location for the newly added object
|
|
4473
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4474
3580
|
:param rotation: Rotation, Rotation for the newly added object
|
|
4475
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
4476
3581
|
:param scale: Scale, Scale for the newly added object
|
|
4477
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4478
3582
|
"""
|
|
4479
3583
|
|
|
4480
3584
|
def subdivision_set(
|
|
@@ -4488,14 +3592,9 @@ def subdivision_set(
|
|
|
4488
3592
|
) -> None:
|
|
4489
3593
|
"""Sets a Subdivision Surface level (1 to 5)
|
|
4490
3594
|
|
|
4491
|
-
:type execution_context: int | str | None
|
|
4492
|
-
:type undo: bool | None
|
|
4493
3595
|
:param level: Level
|
|
4494
|
-
:type level: int | None
|
|
4495
3596
|
:param relative: Relative, Apply the subdivision surface level as an offset relative to the current level
|
|
4496
|
-
:type relative: bool | None
|
|
4497
3597
|
:param ensure_modifier: Ensure Modifier, Create the corresponding modifier if it does not exist
|
|
4498
|
-
:type ensure_modifier: bool | None
|
|
4499
3598
|
"""
|
|
4500
3599
|
|
|
4501
3600
|
def surfacedeform_bind(
|
|
@@ -4507,10 +3606,7 @@ def surfacedeform_bind(
|
|
|
4507
3606
|
) -> None:
|
|
4508
3607
|
"""Bind mesh to target in surface deform modifier
|
|
4509
3608
|
|
|
4510
|
-
:type execution_context: int | str | None
|
|
4511
|
-
:type undo: bool | None
|
|
4512
3609
|
:param modifier: Modifier, Name of the modifier to edit
|
|
4513
|
-
:type modifier: str
|
|
4514
3610
|
"""
|
|
4515
3611
|
|
|
4516
3612
|
def text_add(
|
|
@@ -4535,12 +3631,8 @@ def text_add(
|
|
|
4535
3631
|
) -> None:
|
|
4536
3632
|
"""Add a text object to the scene
|
|
4537
3633
|
|
|
4538
|
-
:type execution_context: int | str | None
|
|
4539
|
-
:type undo: bool | None
|
|
4540
3634
|
:param radius: Radius
|
|
4541
|
-
:type radius: float | None
|
|
4542
3635
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
4543
|
-
:type enter_editmode: bool | None
|
|
4544
3636
|
:param align: Align, The alignment of the new object
|
|
4545
3637
|
|
|
4546
3638
|
WORLD
|
|
@@ -4551,13 +3643,9 @@ def text_add(
|
|
|
4551
3643
|
|
|
4552
3644
|
CURSOR
|
|
4553
3645
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
4554
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
4555
3646
|
:param location: Location, Location for the newly added object
|
|
4556
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4557
3647
|
:param rotation: Rotation, Rotation for the newly added object
|
|
4558
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
4559
3648
|
:param scale: Scale, Scale for the newly added object
|
|
4560
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4561
3649
|
"""
|
|
4562
3650
|
|
|
4563
3651
|
def track_clear(
|
|
@@ -4569,10 +3657,7 @@ def track_clear(
|
|
|
4569
3657
|
) -> None:
|
|
4570
3658
|
"""Clear tracking constraint or flag from object
|
|
4571
3659
|
|
|
4572
|
-
:type execution_context: int | str | None
|
|
4573
|
-
:type undo: bool | None
|
|
4574
3660
|
:param type: Type
|
|
4575
|
-
:type type: typing.Literal['CLEAR','CLEAR_KEEP_TRANSFORM'] | None
|
|
4576
3661
|
"""
|
|
4577
3662
|
|
|
4578
3663
|
def track_set(
|
|
@@ -4584,10 +3669,7 @@ def track_set(
|
|
|
4584
3669
|
) -> None:
|
|
4585
3670
|
"""Make the object track another object, using various methods/constraints
|
|
4586
3671
|
|
|
4587
|
-
:type execution_context: int | str | None
|
|
4588
|
-
:type undo: bool | None
|
|
4589
3672
|
:param type: Type
|
|
4590
|
-
:type type: typing.Literal['DAMPTRACK','TRACKTO','LOCKTRACK'] | None
|
|
4591
3673
|
"""
|
|
4592
3674
|
|
|
4593
3675
|
def transfer_mode(
|
|
@@ -4599,10 +3681,7 @@ def transfer_mode(
|
|
|
4599
3681
|
) -> None:
|
|
4600
3682
|
"""Switches the active object and assigns the same mode to a new one under the mouse cursor, leaving the active mode in the current one
|
|
4601
3683
|
|
|
4602
|
-
:type execution_context: int | str | None
|
|
4603
|
-
:type undo: bool | None
|
|
4604
3684
|
:param use_flash_on_transfer: Flash On Transfer, Flash the target object when transferring the mode
|
|
4605
|
-
:type use_flash_on_transfer: bool | None
|
|
4606
3685
|
"""
|
|
4607
3686
|
|
|
4608
3687
|
def transform_apply(
|
|
@@ -4618,18 +3697,11 @@ def transform_apply(
|
|
|
4618
3697
|
) -> None:
|
|
4619
3698
|
"""Apply the objects transformation to its data
|
|
4620
3699
|
|
|
4621
|
-
:type execution_context: int | str | None
|
|
4622
|
-
:type undo: bool | None
|
|
4623
3700
|
:param location: Location
|
|
4624
|
-
:type location: bool | None
|
|
4625
3701
|
:param rotation: Rotation
|
|
4626
|
-
:type rotation: bool | None
|
|
4627
3702
|
:param scale: Scale
|
|
4628
|
-
:type scale: bool | None
|
|
4629
3703
|
:param properties: Apply Properties, Modify properties such as curve vertex radius, font size and bone envelope
|
|
4630
|
-
:type properties: bool | None
|
|
4631
3704
|
:param isolate_users: Isolate Multi User Data, Create new object-data users if needed
|
|
4632
|
-
:type isolate_users: bool | None
|
|
4633
3705
|
"""
|
|
4634
3706
|
|
|
4635
3707
|
def transform_axis_target(
|
|
@@ -4637,11 +3709,7 @@ def transform_axis_target(
|
|
|
4637
3709
|
undo: bool | None = None,
|
|
4638
3710
|
/,
|
|
4639
3711
|
) -> None:
|
|
4640
|
-
"""Interactively point cameras and lights to a location (Ctrl translates)
|
|
4641
|
-
|
|
4642
|
-
:type execution_context: int | str | None
|
|
4643
|
-
:type undo: bool | None
|
|
4644
|
-
"""
|
|
3712
|
+
"""Interactively point cameras and lights to a location (Ctrl translates)"""
|
|
4645
3713
|
|
|
4646
3714
|
def transform_to_mouse(
|
|
4647
3715
|
execution_context: int | str | None = None,
|
|
@@ -4663,18 +3731,11 @@ def transform_to_mouse(
|
|
|
4663
3731
|
) -> None:
|
|
4664
3732
|
"""Snap selected item(s) to the mouse location
|
|
4665
3733
|
|
|
4666
|
-
:type execution_context: int | str | None
|
|
4667
|
-
:type undo: bool | None
|
|
4668
3734
|
:param name: Name, Object name to place (uses the active object when this and session_uid are unset)
|
|
4669
|
-
:type name: str
|
|
4670
3735
|
:param session_uid: Session UUID, Session UUID of the object to place (uses the active object when this and name are unset)
|
|
4671
|
-
:type session_uid: int | None
|
|
4672
3736
|
:param matrix: Matrix
|
|
4673
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
4674
3737
|
:param drop_x: Drop X, X-coordinate (screen space) to place the new object under
|
|
4675
|
-
:type drop_x: int | None
|
|
4676
3738
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
4677
|
-
:type drop_y: int | None
|
|
4678
3739
|
"""
|
|
4679
3740
|
|
|
4680
3741
|
def transforms_to_deltas(
|
|
@@ -4687,8 +3748,6 @@ def transforms_to_deltas(
|
|
|
4687
3748
|
) -> None:
|
|
4688
3749
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well
|
|
4689
3750
|
|
|
4690
|
-
:type execution_context: int | str | None
|
|
4691
|
-
:type undo: bool | None
|
|
4692
3751
|
:param mode: Mode, Which transforms to transfer
|
|
4693
3752
|
|
|
4694
3753
|
ALL
|
|
@@ -4702,9 +3761,7 @@ def transforms_to_deltas(
|
|
|
4702
3761
|
|
|
4703
3762
|
SCALE
|
|
4704
3763
|
Scale -- Transfer scale transforms only.
|
|
4705
|
-
:type mode: typing.Literal['ALL','LOC','ROT','SCALE'] | None
|
|
4706
3764
|
:param reset_values: Reset Values, Clear transform values after transferring to deltas
|
|
4707
|
-
:type reset_values: bool | None
|
|
4708
3765
|
"""
|
|
4709
3766
|
|
|
4710
3767
|
def unlink_data(
|
|
@@ -4712,11 +3769,7 @@ def unlink_data(
|
|
|
4712
3769
|
undo: bool | None = None,
|
|
4713
3770
|
/,
|
|
4714
3771
|
) -> None:
|
|
4715
|
-
"""Undocumented, consider contributing.
|
|
4716
|
-
|
|
4717
|
-
:type execution_context: int | str | None
|
|
4718
|
-
:type undo: bool | None
|
|
4719
|
-
"""
|
|
3772
|
+
"""Undocumented, consider contributing."""
|
|
4720
3773
|
|
|
4721
3774
|
def update_shapes(
|
|
4722
3775
|
execution_context: int | str | None = None,
|
|
@@ -4727,10 +3780,7 @@ def update_shapes(
|
|
|
4727
3780
|
) -> None:
|
|
4728
3781
|
"""Update existing shape keys with the vertex positions of selected objects with matching names
|
|
4729
3782
|
|
|
4730
|
-
:type execution_context: int | str | None
|
|
4731
|
-
:type undo: bool | None
|
|
4732
3783
|
:param use_mirror: Mirror, Mirror the new shape key values
|
|
4733
|
-
:type use_mirror: bool | None
|
|
4734
3784
|
"""
|
|
4735
3785
|
|
|
4736
3786
|
def vertex_group_add(
|
|
@@ -4738,33 +3788,21 @@ def vertex_group_add(
|
|
|
4738
3788
|
undo: bool | None = None,
|
|
4739
3789
|
/,
|
|
4740
3790
|
) -> None:
|
|
4741
|
-
"""Add a new vertex group to the active object
|
|
4742
|
-
|
|
4743
|
-
:type execution_context: int | str | None
|
|
4744
|
-
:type undo: bool | None
|
|
4745
|
-
"""
|
|
3791
|
+
"""Add a new vertex group to the active object"""
|
|
4746
3792
|
|
|
4747
3793
|
def vertex_group_assign(
|
|
4748
3794
|
execution_context: int | str | None = None,
|
|
4749
3795
|
undo: bool | None = None,
|
|
4750
3796
|
/,
|
|
4751
3797
|
) -> None:
|
|
4752
|
-
"""Assign the selected vertices to the active vertex group
|
|
4753
|
-
|
|
4754
|
-
:type execution_context: int | str | None
|
|
4755
|
-
:type undo: bool | None
|
|
4756
|
-
"""
|
|
3798
|
+
"""Assign the selected vertices to the active vertex group"""
|
|
4757
3799
|
|
|
4758
3800
|
def vertex_group_assign_new(
|
|
4759
3801
|
execution_context: int | str | None = None,
|
|
4760
3802
|
undo: bool | None = None,
|
|
4761
3803
|
/,
|
|
4762
3804
|
) -> None:
|
|
4763
|
-
"""Assign the selected vertices to a new vertex group
|
|
4764
|
-
|
|
4765
|
-
:type execution_context: int | str | None
|
|
4766
|
-
:type undo: bool | None
|
|
4767
|
-
"""
|
|
3805
|
+
"""Assign the selected vertices to a new vertex group"""
|
|
4768
3806
|
|
|
4769
3807
|
def vertex_group_clean(
|
|
4770
3808
|
execution_context: int | str | None = None,
|
|
@@ -4777,14 +3815,9 @@ def vertex_group_clean(
|
|
|
4777
3815
|
) -> None:
|
|
4778
3816
|
"""Remove vertex group assignments which are not required
|
|
4779
3817
|
|
|
4780
|
-
:type execution_context: int | str | None
|
|
4781
|
-
:type undo: bool | None
|
|
4782
3818
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4783
|
-
:type group_select_mode: str | None
|
|
4784
3819
|
:param limit: Limit, Remove vertices which weight is below or equal to this limit
|
|
4785
|
-
:type limit: float | None
|
|
4786
3820
|
:param keep_single: Keep Single, Keep verts assigned to at least one group when cleaning
|
|
4787
|
-
:type keep_single: bool | None
|
|
4788
3821
|
"""
|
|
4789
3822
|
|
|
4790
3823
|
def vertex_group_copy(
|
|
@@ -4792,33 +3825,21 @@ def vertex_group_copy(
|
|
|
4792
3825
|
undo: bool | None = None,
|
|
4793
3826
|
/,
|
|
4794
3827
|
) -> None:
|
|
4795
|
-
"""Make a copy of the active vertex group
|
|
4796
|
-
|
|
4797
|
-
:type execution_context: int | str | None
|
|
4798
|
-
:type undo: bool | None
|
|
4799
|
-
"""
|
|
3828
|
+
"""Make a copy of the active vertex group"""
|
|
4800
3829
|
|
|
4801
3830
|
def vertex_group_copy_to_selected(
|
|
4802
3831
|
execution_context: int | str | None = None,
|
|
4803
3832
|
undo: bool | None = None,
|
|
4804
3833
|
/,
|
|
4805
3834
|
) -> None:
|
|
4806
|
-
"""Replace vertex groups of selected objects by vertex groups of active object
|
|
4807
|
-
|
|
4808
|
-
:type execution_context: int | str | None
|
|
4809
|
-
:type undo: bool | None
|
|
4810
|
-
"""
|
|
3835
|
+
"""Replace vertex groups of selected objects by vertex groups of active object"""
|
|
4811
3836
|
|
|
4812
3837
|
def vertex_group_deselect(
|
|
4813
3838
|
execution_context: int | str | None = None,
|
|
4814
3839
|
undo: bool | None = None,
|
|
4815
3840
|
/,
|
|
4816
3841
|
) -> None:
|
|
4817
|
-
"""Deselect all selected vertices assigned to the active vertex group
|
|
4818
|
-
|
|
4819
|
-
:type execution_context: int | str | None
|
|
4820
|
-
:type undo: bool | None
|
|
4821
|
-
"""
|
|
3842
|
+
"""Deselect all selected vertices assigned to the active vertex group"""
|
|
4822
3843
|
|
|
4823
3844
|
def vertex_group_invert(
|
|
4824
3845
|
execution_context: int | str | None = None,
|
|
@@ -4831,14 +3852,9 @@ def vertex_group_invert(
|
|
|
4831
3852
|
) -> None:
|
|
4832
3853
|
"""Invert active vertex groups weights
|
|
4833
3854
|
|
|
4834
|
-
:type execution_context: int | str | None
|
|
4835
|
-
:type undo: bool | None
|
|
4836
3855
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4837
|
-
:type group_select_mode: str | None
|
|
4838
3856
|
:param auto_assign: Add Weights, Add vertices from groups that have zero weight before inverting
|
|
4839
|
-
:type auto_assign: bool | None
|
|
4840
3857
|
:param auto_remove: Remove Weights, Remove vertices from groups that have zero weight after inverting
|
|
4841
|
-
:type auto_remove: bool | None
|
|
4842
3858
|
"""
|
|
4843
3859
|
|
|
4844
3860
|
def vertex_group_levels(
|
|
@@ -4852,14 +3868,9 @@ def vertex_group_levels(
|
|
|
4852
3868
|
) -> None:
|
|
4853
3869
|
"""Add some offset and multiply with some gain the weights of the active vertex group
|
|
4854
3870
|
|
|
4855
|
-
:type execution_context: int | str | None
|
|
4856
|
-
:type undo: bool | None
|
|
4857
3871
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4858
|
-
:type group_select_mode: str | None
|
|
4859
3872
|
:param offset: Offset, Value to add to weights
|
|
4860
|
-
:type offset: float | None
|
|
4861
3873
|
:param gain: Gain, Value to multiply weights by
|
|
4862
|
-
:type gain: float | None
|
|
4863
3874
|
"""
|
|
4864
3875
|
|
|
4865
3876
|
def vertex_group_limit_total(
|
|
@@ -4872,12 +3883,8 @@ def vertex_group_limit_total(
|
|
|
4872
3883
|
) -> None:
|
|
4873
3884
|
"""Limit deform weights associated with a vertex to a specified number by removing lowest weights
|
|
4874
3885
|
|
|
4875
|
-
:type execution_context: int | str | None
|
|
4876
|
-
:type undo: bool | None
|
|
4877
3886
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4878
|
-
:type group_select_mode: str | None
|
|
4879
3887
|
:param limit: Limit, Maximum number of deform weights
|
|
4880
|
-
:type limit: int | None
|
|
4881
3888
|
"""
|
|
4882
3889
|
|
|
4883
3890
|
def vertex_group_lock(
|
|
@@ -4891,8 +3898,6 @@ def vertex_group_lock(
|
|
|
4891
3898
|
) -> None:
|
|
4892
3899
|
"""Change the lock state of all or some vertex groups of active object
|
|
4893
3900
|
|
|
4894
|
-
:type execution_context: int | str | None
|
|
4895
|
-
:type undo: bool | None
|
|
4896
3901
|
:param action: Action, Lock action to execute on vertex groups
|
|
4897
3902
|
|
|
4898
3903
|
TOGGLE
|
|
@@ -4906,7 +3911,6 @@ def vertex_group_lock(
|
|
|
4906
3911
|
|
|
4907
3912
|
INVERT
|
|
4908
3913
|
Invert -- Invert the lock state of all vertex groups.
|
|
4909
|
-
:type action: typing.Literal['TOGGLE','LOCK','UNLOCK','INVERT'] | None
|
|
4910
3914
|
:param mask: Mask, Apply the action based on vertex group selection
|
|
4911
3915
|
|
|
4912
3916
|
ALL
|
|
@@ -4920,7 +3924,6 @@ def vertex_group_lock(
|
|
|
4920
3924
|
|
|
4921
3925
|
INVERT_UNSELECTED
|
|
4922
3926
|
Invert Unselected -- Apply the opposite of Lock/Unlock to unselected vertex groups.
|
|
4923
|
-
:type mask: typing.Literal['ALL','SELECTED','UNSELECTED','INVERT_UNSELECTED'] | None
|
|
4924
3927
|
"""
|
|
4925
3928
|
|
|
4926
3929
|
def vertex_group_mirror(
|
|
@@ -4935,16 +3938,10 @@ def vertex_group_mirror(
|
|
|
4935
3938
|
) -> None:
|
|
4936
3939
|
"""Mirror vertex group, flip weights and/or names, editing only selected vertices, flipping when both sides are selected otherwise copy from unselected
|
|
4937
3940
|
|
|
4938
|
-
:type execution_context: int | str | None
|
|
4939
|
-
:type undo: bool | None
|
|
4940
3941
|
:param mirror_weights: Mirror Weights, Mirror weights
|
|
4941
|
-
:type mirror_weights: bool | None
|
|
4942
3942
|
:param flip_group_names: Flip Group Names, Flip vertex group names
|
|
4943
|
-
:type flip_group_names: bool | None
|
|
4944
3943
|
:param all_groups: All Groups, Mirror all vertex groups weights
|
|
4945
|
-
:type all_groups: bool | None
|
|
4946
3944
|
:param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
|
|
4947
|
-
:type use_topology: bool | None
|
|
4948
3945
|
"""
|
|
4949
3946
|
|
|
4950
3947
|
def vertex_group_move(
|
|
@@ -4956,10 +3953,7 @@ def vertex_group_move(
|
|
|
4956
3953
|
) -> None:
|
|
4957
3954
|
"""Move the active vertex group up/down in the list
|
|
4958
3955
|
|
|
4959
|
-
:type execution_context: int | str | None
|
|
4960
|
-
:type undo: bool | None
|
|
4961
3956
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
4962
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
4963
3957
|
"""
|
|
4964
3958
|
|
|
4965
3959
|
def vertex_group_normalize(
|
|
@@ -4967,11 +3961,7 @@ def vertex_group_normalize(
|
|
|
4967
3961
|
undo: bool | None = None,
|
|
4968
3962
|
/,
|
|
4969
3963
|
) -> None:
|
|
4970
|
-
"""Normalize weights of the active vertex group, so that the highest ones are now 1.0
|
|
4971
|
-
|
|
4972
|
-
:type execution_context: int | str | None
|
|
4973
|
-
:type undo: bool | None
|
|
4974
|
-
"""
|
|
3964
|
+
"""Normalize weights of the active vertex group, so that the highest ones are now 1.0"""
|
|
4975
3965
|
|
|
4976
3966
|
def vertex_group_normalize_all(
|
|
4977
3967
|
execution_context: int | str | None = None,
|
|
@@ -4983,12 +3973,8 @@ def vertex_group_normalize_all(
|
|
|
4983
3973
|
) -> None:
|
|
4984
3974
|
"""Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
|
|
4985
3975
|
|
|
4986
|
-
:type execution_context: int | str | None
|
|
4987
|
-
:type undo: bool | None
|
|
4988
3976
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4989
|
-
:type group_select_mode: str | None
|
|
4990
3977
|
:param lock_active: Lock Active, Keep the values of the active group while normalizing others
|
|
4991
|
-
:type lock_active: bool | None
|
|
4992
3978
|
"""
|
|
4993
3979
|
|
|
4994
3980
|
def vertex_group_quantize(
|
|
@@ -5001,12 +3987,8 @@ def vertex_group_quantize(
|
|
|
5001
3987
|
) -> None:
|
|
5002
3988
|
"""Set weights to a fixed number of steps
|
|
5003
3989
|
|
|
5004
|
-
:type execution_context: int | str | None
|
|
5005
|
-
:type undo: bool | None
|
|
5006
3990
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5007
|
-
:type group_select_mode: str | None
|
|
5008
3991
|
:param steps: Steps, Number of steps between 0 and 1
|
|
5009
|
-
:type steps: int | None
|
|
5010
3992
|
"""
|
|
5011
3993
|
|
|
5012
3994
|
def vertex_group_remove(
|
|
@@ -5019,12 +4001,8 @@ def vertex_group_remove(
|
|
|
5019
4001
|
) -> None:
|
|
5020
4002
|
"""Delete the active or all vertex groups from the active object
|
|
5021
4003
|
|
|
5022
|
-
:type execution_context: int | str | None
|
|
5023
|
-
:type undo: bool | None
|
|
5024
4004
|
:param all: All, Remove all vertex groups
|
|
5025
|
-
:type all: bool | None
|
|
5026
4005
|
:param all_unlocked: All Unlocked, Remove all unlocked vertex groups
|
|
5027
|
-
:type all_unlocked: bool | None
|
|
5028
4006
|
"""
|
|
5029
4007
|
|
|
5030
4008
|
def vertex_group_remove_from(
|
|
@@ -5037,12 +4015,8 @@ def vertex_group_remove_from(
|
|
|
5037
4015
|
) -> None:
|
|
5038
4016
|
"""Remove the selected vertices from active or all vertex group(s)
|
|
5039
4017
|
|
|
5040
|
-
:type execution_context: int | str | None
|
|
5041
|
-
:type undo: bool | None
|
|
5042
4018
|
:param use_all_groups: All Groups, Remove from all groups
|
|
5043
|
-
:type use_all_groups: bool | None
|
|
5044
4019
|
:param use_all_verts: All Vertices, Clear the active group
|
|
5045
|
-
:type use_all_verts: bool | None
|
|
5046
4020
|
"""
|
|
5047
4021
|
|
|
5048
4022
|
def vertex_group_select(
|
|
@@ -5050,11 +4024,7 @@ def vertex_group_select(
|
|
|
5050
4024
|
undo: bool | None = None,
|
|
5051
4025
|
/,
|
|
5052
4026
|
) -> None:
|
|
5053
|
-
"""Select all the vertices assigned to the active vertex group
|
|
5054
|
-
|
|
5055
|
-
:type execution_context: int | str | None
|
|
5056
|
-
:type undo: bool | None
|
|
5057
|
-
"""
|
|
4027
|
+
"""Select all the vertices assigned to the active vertex group"""
|
|
5058
4028
|
|
|
5059
4029
|
def vertex_group_set_active(
|
|
5060
4030
|
execution_context: int | str | None = None,
|
|
@@ -5065,10 +4035,7 @@ def vertex_group_set_active(
|
|
|
5065
4035
|
) -> None:
|
|
5066
4036
|
"""Set the active vertex group
|
|
5067
4037
|
|
|
5068
|
-
:type execution_context: int | str | None
|
|
5069
|
-
:type undo: bool | None
|
|
5070
4038
|
:param group: Group, Vertex group to set as active
|
|
5071
|
-
:type group: str | None
|
|
5072
4039
|
"""
|
|
5073
4040
|
|
|
5074
4041
|
def vertex_group_smooth(
|
|
@@ -5083,16 +4050,10 @@ def vertex_group_smooth(
|
|
|
5083
4050
|
) -> None:
|
|
5084
4051
|
"""Smooth weights for selected vertices
|
|
5085
4052
|
|
|
5086
|
-
:type execution_context: int | str | None
|
|
5087
|
-
:type undo: bool | None
|
|
5088
4053
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5089
|
-
:type group_select_mode: str | None
|
|
5090
4054
|
:param factor: Factor
|
|
5091
|
-
:type factor: float | None
|
|
5092
4055
|
:param repeat: Iterations
|
|
5093
|
-
:type repeat: int | None
|
|
5094
4056
|
:param expand: Expand/Contract, Expand/contract weights
|
|
5095
|
-
:type expand: float | None
|
|
5096
4057
|
"""
|
|
5097
4058
|
|
|
5098
4059
|
def vertex_group_sort(
|
|
@@ -5104,10 +4065,7 @@ def vertex_group_sort(
|
|
|
5104
4065
|
) -> None:
|
|
5105
4066
|
"""Sort vertex groups
|
|
5106
4067
|
|
|
5107
|
-
:type execution_context: int | str | None
|
|
5108
|
-
:type undo: bool | None
|
|
5109
4068
|
:param sort_type: Sort Type, Sort type
|
|
5110
|
-
:type sort_type: typing.Literal['NAME','BONE_HIERARCHY'] | None
|
|
5111
4069
|
"""
|
|
5112
4070
|
|
|
5113
4071
|
def vertex_parent_set(
|
|
@@ -5115,22 +4073,14 @@ def vertex_parent_set(
|
|
|
5115
4073
|
undo: bool | None = None,
|
|
5116
4074
|
/,
|
|
5117
4075
|
) -> None:
|
|
5118
|
-
"""Parent selected objects to the selected vertices
|
|
5119
|
-
|
|
5120
|
-
:type execution_context: int | str | None
|
|
5121
|
-
:type undo: bool | None
|
|
5122
|
-
"""
|
|
4076
|
+
"""Parent selected objects to the selected vertices"""
|
|
5123
4077
|
|
|
5124
4078
|
def vertex_weight_copy(
|
|
5125
4079
|
execution_context: int | str | None = None,
|
|
5126
4080
|
undo: bool | None = None,
|
|
5127
4081
|
/,
|
|
5128
4082
|
) -> None:
|
|
5129
|
-
"""Copy weights from active to selected
|
|
5130
|
-
|
|
5131
|
-
:type execution_context: int | str | None
|
|
5132
|
-
:type undo: bool | None
|
|
5133
|
-
"""
|
|
4083
|
+
"""Copy weights from active to selected"""
|
|
5134
4084
|
|
|
5135
4085
|
def vertex_weight_delete(
|
|
5136
4086
|
execution_context: int | str | None = None,
|
|
@@ -5141,10 +4091,7 @@ def vertex_weight_delete(
|
|
|
5141
4091
|
) -> None:
|
|
5142
4092
|
"""Delete this weight from the vertex (disabled if vertex group is locked)
|
|
5143
4093
|
|
|
5144
|
-
:type execution_context: int | str | None
|
|
5145
|
-
:type undo: bool | None
|
|
5146
4094
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5147
|
-
:type weight_group: int | None
|
|
5148
4095
|
"""
|
|
5149
4096
|
|
|
5150
4097
|
def vertex_weight_normalize_active_vertex(
|
|
@@ -5152,11 +4099,7 @@ def vertex_weight_normalize_active_vertex(
|
|
|
5152
4099
|
undo: bool | None = None,
|
|
5153
4100
|
/,
|
|
5154
4101
|
) -> None:
|
|
5155
|
-
"""Normalize active vertexs weights
|
|
5156
|
-
|
|
5157
|
-
:type execution_context: int | str | None
|
|
5158
|
-
:type undo: bool | None
|
|
5159
|
-
"""
|
|
4102
|
+
"""Normalize active vertexs weights"""
|
|
5160
4103
|
|
|
5161
4104
|
def vertex_weight_paste(
|
|
5162
4105
|
execution_context: int | str | None = None,
|
|
@@ -5167,10 +4110,7 @@ def vertex_weight_paste(
|
|
|
5167
4110
|
) -> None:
|
|
5168
4111
|
"""Copy this groups weight to other selected vertices (disabled if vertex group is locked)
|
|
5169
4112
|
|
|
5170
|
-
:type execution_context: int | str | None
|
|
5171
|
-
:type undo: bool | None
|
|
5172
4113
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5173
|
-
:type weight_group: int | None
|
|
5174
4114
|
"""
|
|
5175
4115
|
|
|
5176
4116
|
def vertex_weight_set_active(
|
|
@@ -5182,10 +4122,7 @@ def vertex_weight_set_active(
|
|
|
5182
4122
|
) -> None:
|
|
5183
4123
|
"""Set as active vertex group
|
|
5184
4124
|
|
|
5185
|
-
:type execution_context: int | str | None
|
|
5186
|
-
:type undo: bool | None
|
|
5187
4125
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5188
|
-
:type weight_group: int | None
|
|
5189
4126
|
"""
|
|
5190
4127
|
|
|
5191
4128
|
def visual_geometry_to_objects(
|
|
@@ -5193,22 +4130,14 @@ def visual_geometry_to_objects(
|
|
|
5193
4130
|
undo: bool | None = None,
|
|
5194
4131
|
/,
|
|
5195
4132
|
) -> None:
|
|
5196
|
-
"""Convert geometry and instances into editable objects and collections
|
|
5197
|
-
|
|
5198
|
-
:type execution_context: int | str | None
|
|
5199
|
-
:type undo: bool | None
|
|
5200
|
-
"""
|
|
4133
|
+
"""Convert geometry and instances into editable objects and collections"""
|
|
5201
4134
|
|
|
5202
4135
|
def visual_transform_apply(
|
|
5203
4136
|
execution_context: int | str | None = None,
|
|
5204
4137
|
undo: bool | None = None,
|
|
5205
4138
|
/,
|
|
5206
4139
|
) -> None:
|
|
5207
|
-
"""Apply the objects visual transformation to its data
|
|
5208
|
-
|
|
5209
|
-
:type execution_context: int | str | None
|
|
5210
|
-
:type undo: bool | None
|
|
5211
|
-
"""
|
|
4140
|
+
"""Apply the objects visual transformation to its data"""
|
|
5212
4141
|
|
|
5213
4142
|
def volume_add(
|
|
5214
4143
|
execution_context: int | str | None = None,
|
|
@@ -5230,8 +4159,6 @@ def volume_add(
|
|
|
5230
4159
|
) -> None:
|
|
5231
4160
|
"""Add a volume object to the scene
|
|
5232
4161
|
|
|
5233
|
-
:type execution_context: int | str | None
|
|
5234
|
-
:type undo: bool | None
|
|
5235
4162
|
:param align: Align, The alignment of the new object
|
|
5236
4163
|
|
|
5237
4164
|
WORLD
|
|
@@ -5242,13 +4169,9 @@ def volume_add(
|
|
|
5242
4169
|
|
|
5243
4170
|
CURSOR
|
|
5244
4171
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
5245
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
5246
4172
|
:param location: Location, Location for the newly added object
|
|
5247
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5248
4173
|
:param rotation: Rotation, Rotation for the newly added object
|
|
5249
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
5250
4174
|
:param scale: Scale, Scale for the newly added object
|
|
5251
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5252
4175
|
"""
|
|
5253
4176
|
|
|
5254
4177
|
def volume_import(
|
|
@@ -5301,54 +4224,29 @@ def volume_import(
|
|
|
5301
4224
|
) -> None:
|
|
5302
4225
|
"""Import OpenVDB volume file
|
|
5303
4226
|
|
|
5304
|
-
:type execution_context: int | str | None
|
|
5305
|
-
:type undo: bool | None
|
|
5306
4227
|
:param filepath: File Path, Path to file
|
|
5307
|
-
:type filepath: str
|
|
5308
4228
|
:param directory: Directory, Directory of the file
|
|
5309
|
-
:type directory: str
|
|
5310
4229
|
:param files: Files
|
|
5311
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
5312
4230
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
5313
|
-
:type hide_props_region: bool | None
|
|
5314
4231
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
5315
|
-
:type check_existing: bool | None
|
|
5316
4232
|
:param filter_blender: Filter .blend files
|
|
5317
|
-
:type filter_blender: bool | None
|
|
5318
4233
|
:param filter_backup: Filter .blend files
|
|
5319
|
-
:type filter_backup: bool | None
|
|
5320
4234
|
:param filter_image: Filter image files
|
|
5321
|
-
:type filter_image: bool | None
|
|
5322
4235
|
:param filter_movie: Filter movie files
|
|
5323
|
-
:type filter_movie: bool | None
|
|
5324
4236
|
:param filter_python: Filter Python files
|
|
5325
|
-
:type filter_python: bool | None
|
|
5326
4237
|
:param filter_font: Filter font files
|
|
5327
|
-
:type filter_font: bool | None
|
|
5328
4238
|
:param filter_sound: Filter sound files
|
|
5329
|
-
:type filter_sound: bool | None
|
|
5330
4239
|
:param filter_text: Filter text files
|
|
5331
|
-
:type filter_text: bool | None
|
|
5332
4240
|
:param filter_archive: Filter archive files
|
|
5333
|
-
:type filter_archive: bool | None
|
|
5334
4241
|
:param filter_btx: Filter btx files
|
|
5335
|
-
:type filter_btx: bool | None
|
|
5336
4242
|
:param filter_alembic: Filter Alembic files
|
|
5337
|
-
:type filter_alembic: bool | None
|
|
5338
4243
|
:param filter_usd: Filter USD files
|
|
5339
|
-
:type filter_usd: bool | None
|
|
5340
4244
|
:param filter_obj: Filter OBJ files
|
|
5341
|
-
:type filter_obj: bool | None
|
|
5342
4245
|
:param filter_volume: Filter OpenVDB volume files
|
|
5343
|
-
:type filter_volume: bool | None
|
|
5344
4246
|
:param filter_folder: Filter folders
|
|
5345
|
-
:type filter_folder: bool | None
|
|
5346
4247
|
:param filter_blenlib: Filter Blender IDs
|
|
5347
|
-
:type filter_blenlib: bool | None
|
|
5348
4248
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
5349
|
-
:type filemode: int | None
|
|
5350
4249
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
5351
|
-
:type relative_path: bool | None
|
|
5352
4250
|
:param display_type: Display Type
|
|
5353
4251
|
|
|
5354
4252
|
DEFAULT
|
|
@@ -5362,11 +4260,8 @@ def volume_import(
|
|
|
5362
4260
|
|
|
5363
4261
|
THUMBNAIL
|
|
5364
4262
|
Thumbnails -- Display files as thumbnails.
|
|
5365
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
5366
4263
|
:param sort_method: File sorting mode
|
|
5367
|
-
:type sort_method: str | None
|
|
5368
4264
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected volume files (based on file names)
|
|
5369
|
-
:type use_sequence_detection: bool | None
|
|
5370
4265
|
:param align: Align, The alignment of the new object
|
|
5371
4266
|
|
|
5372
4267
|
WORLD
|
|
@@ -5377,13 +4272,9 @@ def volume_import(
|
|
|
5377
4272
|
|
|
5378
4273
|
CURSOR
|
|
5379
4274
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
5380
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
5381
4275
|
:param location: Location, Location for the newly added object
|
|
5382
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5383
4276
|
:param rotation: Rotation, Rotation for the newly added object
|
|
5384
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
5385
4277
|
:param scale: Scale, Scale for the newly added object
|
|
5386
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5387
4278
|
"""
|
|
5388
4279
|
|
|
5389
4280
|
def voxel_remesh(
|
|
@@ -5391,19 +4282,11 @@ def voxel_remesh(
|
|
|
5391
4282
|
undo: bool | None = None,
|
|
5392
4283
|
/,
|
|
5393
4284
|
) -> None:
|
|
5394
|
-
"""Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost
|
|
5395
|
-
|
|
5396
|
-
:type execution_context: int | str | None
|
|
5397
|
-
:type undo: bool | None
|
|
5398
|
-
"""
|
|
4285
|
+
"""Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost"""
|
|
5399
4286
|
|
|
5400
4287
|
def voxel_size_edit(
|
|
5401
4288
|
execution_context: int | str | None = None,
|
|
5402
4289
|
undo: bool | None = None,
|
|
5403
4290
|
/,
|
|
5404
4291
|
) -> None:
|
|
5405
|
-
"""Modify the mesh voxel size interactively used in the voxel remesher
|
|
5406
|
-
|
|
5407
|
-
:type execution_context: int | str | None
|
|
5408
|
-
:type undo: bool | None
|
|
5409
|
-
"""
|
|
4292
|
+
"""Modify the mesh voxel size interactively used in the voxel remesher"""
|