fake-bpy-module 20250828__py3-none-any.whl → 20260119__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}/bl_extract_messages/__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 +3 -1
- _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_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- 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 +47 -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 -47
- bl_operators/node/__init__.pyi +277 -57
- 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 +1 -51
- 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 +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- 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 +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- 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 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- 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 +58 -86
- 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 +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- 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 +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- 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 +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- 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 +3 -35
- 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 +54 -149
- 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 +29 -216
- 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 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- 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 +4 -49
- 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 +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- 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 +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- 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 +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- 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 +24 -16
- 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 +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -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 +0 -6
- 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 +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {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}/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_internal/{freedesktop → platform/freedesktop}/__init__.pyi +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-20250828.dist-info → fake_bpy_module-20260119.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
|
-
"""
|
|
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,65 +1550,46 @@ 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,
|
|
1963
1585
|
undo: bool | None = None,
|
|
1964
1586
|
/,
|
|
1587
|
+
*,
|
|
1588
|
+
use_mirror: bool | None = False,
|
|
1965
1589
|
) -> None:
|
|
1966
1590
|
"""Add the vertex positions of selected objects as shape keys or update existing shape keys with matching names
|
|
1967
1591
|
|
|
1968
|
-
:
|
|
1969
|
-
:type undo: bool | None
|
|
1592
|
+
:param use_mirror: Mirror, Mirror the new shape key values
|
|
1970
1593
|
"""
|
|
1971
1594
|
|
|
1972
1595
|
def join_uvs(
|
|
@@ -1974,11 +1597,7 @@ def join_uvs(
|
|
|
1974
1597
|
undo: bool | None = None,
|
|
1975
1598
|
/,
|
|
1976
1599
|
) -> None:
|
|
1977
|
-
"""Transfer UV Maps from active to selected objects (needs matching geometry)
|
|
1978
|
-
|
|
1979
|
-
:type execution_context: int | str | None
|
|
1980
|
-
:type undo: bool | None
|
|
1981
|
-
"""
|
|
1600
|
+
"""Transfer UV Maps from active to selected objects (needs matching geometry)"""
|
|
1982
1601
|
|
|
1983
1602
|
def laplaciandeform_bind(
|
|
1984
1603
|
execution_context: int | str | None = None,
|
|
@@ -1989,10 +1608,58 @@ def laplaciandeform_bind(
|
|
|
1989
1608
|
) -> None:
|
|
1990
1609
|
"""Bind mesh to system in laplacian deform modifier
|
|
1991
1610
|
|
|
1992
|
-
:type execution_context: int | str | None
|
|
1993
|
-
:type undo: bool | None
|
|
1994
1611
|
:param modifier: Modifier, Name of the modifier to edit
|
|
1995
|
-
|
|
1612
|
+
"""
|
|
1613
|
+
|
|
1614
|
+
def lattice_add_to_selected(
|
|
1615
|
+
execution_context: int | str | None = None,
|
|
1616
|
+
undo: bool | None = None,
|
|
1617
|
+
/,
|
|
1618
|
+
*,
|
|
1619
|
+
fit_to_selected: bool | None = True,
|
|
1620
|
+
radius: float | None = 1.0,
|
|
1621
|
+
margin: float | None = 0.0,
|
|
1622
|
+
add_modifiers: bool | None = True,
|
|
1623
|
+
resolution_u: int | None = 2,
|
|
1624
|
+
resolution_v: int | None = 2,
|
|
1625
|
+
resolution_w: int | None = 2,
|
|
1626
|
+
enter_editmode: bool | None = False,
|
|
1627
|
+
align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
|
|
1628
|
+
location: collections.abc.Sequence[float] | mathutils.Vector | None = (
|
|
1629
|
+
0.0,
|
|
1630
|
+
0.0,
|
|
1631
|
+
0.0,
|
|
1632
|
+
),
|
|
1633
|
+
rotation: collections.abc.Sequence[float] | mathutils.Euler | None = (
|
|
1634
|
+
0.0,
|
|
1635
|
+
0.0,
|
|
1636
|
+
0.0,
|
|
1637
|
+
),
|
|
1638
|
+
scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
|
|
1639
|
+
) -> None:
|
|
1640
|
+
"""Add a lattice and use it to deform selected objects
|
|
1641
|
+
|
|
1642
|
+
:param fit_to_selected: Fit to Selected, Resize lattice to fit selected deformable objects
|
|
1643
|
+
:param radius: Radius
|
|
1644
|
+
:param margin: Margin, Add margin to lattice dimensions
|
|
1645
|
+
:param add_modifiers: Add Modifiers, Automatically add lattice modifiers to selected objects
|
|
1646
|
+
:param resolution_u: Resolution U, Lattice resolution in U direction
|
|
1647
|
+
:param resolution_v: V, Lattice resolution in V direction
|
|
1648
|
+
:param resolution_w: W, Lattice resolution in W direction
|
|
1649
|
+
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
1650
|
+
:param align: Align, The alignment of the new object
|
|
1651
|
+
|
|
1652
|
+
WORLD
|
|
1653
|
+
World -- Align the new object to the world.
|
|
1654
|
+
|
|
1655
|
+
VIEW
|
|
1656
|
+
View -- Align the new object to the view.
|
|
1657
|
+
|
|
1658
|
+
CURSOR
|
|
1659
|
+
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
1660
|
+
:param location: Location, Location for the newly added object
|
|
1661
|
+
:param rotation: Rotation, Rotation for the newly added object
|
|
1662
|
+
:param scale: Scale, Scale for the newly added object
|
|
1996
1663
|
"""
|
|
1997
1664
|
|
|
1998
1665
|
def light_add(
|
|
@@ -2017,12 +1684,8 @@ def light_add(
|
|
|
2017
1684
|
) -> None:
|
|
2018
1685
|
"""Add a light object to the scene
|
|
2019
1686
|
|
|
2020
|
-
:type execution_context: int | str | None
|
|
2021
|
-
:type undo: bool | None
|
|
2022
1687
|
:param type: Type
|
|
2023
|
-
:type type: bpy.stub_internal.rna_enums.LightTypeItems | None
|
|
2024
1688
|
:param radius: Radius
|
|
2025
|
-
:type radius: float | None
|
|
2026
1689
|
:param align: Align, The alignment of the new object
|
|
2027
1690
|
|
|
2028
1691
|
WORLD
|
|
@@ -2033,13 +1696,9 @@ def light_add(
|
|
|
2033
1696
|
|
|
2034
1697
|
CURSOR
|
|
2035
1698
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2036
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2037
1699
|
:param location: Location, Location for the newly added object
|
|
2038
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2039
1700
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2040
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2041
1701
|
:param scale: Scale, Scale for the newly added object
|
|
2042
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2043
1702
|
"""
|
|
2044
1703
|
|
|
2045
1704
|
def light_linking_blocker_collection_new(
|
|
@@ -2047,11 +1706,7 @@ def light_linking_blocker_collection_new(
|
|
|
2047
1706
|
undo: bool | None = None,
|
|
2048
1707
|
/,
|
|
2049
1708
|
) -> None:
|
|
2050
|
-
"""Create new light linking collection used by the active emitter
|
|
2051
|
-
|
|
2052
|
-
:type execution_context: int | str | None
|
|
2053
|
-
:type undo: bool | None
|
|
2054
|
-
"""
|
|
1709
|
+
"""Create new light linking collection used by the active emitter"""
|
|
2055
1710
|
|
|
2056
1711
|
def light_linking_blockers_link(
|
|
2057
1712
|
execution_context: int | str | None = None,
|
|
@@ -2062,8 +1717,6 @@ def light_linking_blockers_link(
|
|
|
2062
1717
|
) -> None:
|
|
2063
1718
|
"""Light link selected blockers to the active emitter object
|
|
2064
1719
|
|
|
2065
|
-
:type execution_context: int | str | None
|
|
2066
|
-
:type undo: bool | None
|
|
2067
1720
|
:param link_state: Link State, State of the shadow linking
|
|
2068
1721
|
|
|
2069
1722
|
INCLUDE
|
|
@@ -2071,7 +1724,6 @@ def light_linking_blockers_link(
|
|
|
2071
1724
|
|
|
2072
1725
|
EXCLUDE
|
|
2073
1726
|
Exclude -- Exclude selected blockers from casting shadows from the active emitter.
|
|
2074
|
-
:type link_state: typing.Literal['INCLUDE','EXCLUDE'] | None
|
|
2075
1727
|
"""
|
|
2076
1728
|
|
|
2077
1729
|
def light_linking_blockers_select(
|
|
@@ -2079,22 +1731,14 @@ def light_linking_blockers_select(
|
|
|
2079
1731
|
undo: bool | None = None,
|
|
2080
1732
|
/,
|
|
2081
1733
|
) -> None:
|
|
2082
|
-
"""Select all objects which block light from this emitter
|
|
2083
|
-
|
|
2084
|
-
:type execution_context: int | str | None
|
|
2085
|
-
:type undo: bool | None
|
|
2086
|
-
"""
|
|
1734
|
+
"""Select all objects which block light from this emitter"""
|
|
2087
1735
|
|
|
2088
1736
|
def light_linking_receiver_collection_new(
|
|
2089
1737
|
execution_context: int | str | None = None,
|
|
2090
1738
|
undo: bool | None = None,
|
|
2091
1739
|
/,
|
|
2092
1740
|
) -> None:
|
|
2093
|
-
"""Create new light linking collection used by the active emitter
|
|
2094
|
-
|
|
2095
|
-
:type execution_context: int | str | None
|
|
2096
|
-
:type undo: bool | None
|
|
2097
|
-
"""
|
|
1741
|
+
"""Create new light linking collection used by the active emitter"""
|
|
2098
1742
|
|
|
2099
1743
|
def light_linking_receivers_link(
|
|
2100
1744
|
execution_context: int | str | None = None,
|
|
@@ -2105,8 +1749,6 @@ def light_linking_receivers_link(
|
|
|
2105
1749
|
) -> None:
|
|
2106
1750
|
"""Light link selected receivers to the active emitter object
|
|
2107
1751
|
|
|
2108
|
-
:type execution_context: int | str | None
|
|
2109
|
-
:type undo: bool | None
|
|
2110
1752
|
:param link_state: Link State, State of the light linking
|
|
2111
1753
|
|
|
2112
1754
|
INCLUDE
|
|
@@ -2114,7 +1756,6 @@ def light_linking_receivers_link(
|
|
|
2114
1756
|
|
|
2115
1757
|
EXCLUDE
|
|
2116
1758
|
Exclude -- Exclude selected receivers from receiving light from the active emitter.
|
|
2117
|
-
:type link_state: typing.Literal['INCLUDE','EXCLUDE'] | None
|
|
2118
1759
|
"""
|
|
2119
1760
|
|
|
2120
1761
|
def light_linking_receivers_select(
|
|
@@ -2122,22 +1763,14 @@ def light_linking_receivers_select(
|
|
|
2122
1763
|
undo: bool | None = None,
|
|
2123
1764
|
/,
|
|
2124
1765
|
) -> None:
|
|
2125
|
-
"""Select all objects which receive light from this emitter
|
|
2126
|
-
|
|
2127
|
-
:type execution_context: int | str | None
|
|
2128
|
-
:type undo: bool | None
|
|
2129
|
-
"""
|
|
1766
|
+
"""Select all objects which receive light from this emitter"""
|
|
2130
1767
|
|
|
2131
1768
|
def light_linking_unlink_from_collection(
|
|
2132
1769
|
execution_context: int | str | None = None,
|
|
2133
1770
|
undo: bool | None = None,
|
|
2134
1771
|
/,
|
|
2135
1772
|
) -> None:
|
|
2136
|
-
"""Remove this object or collection from the light linking collection
|
|
2137
|
-
|
|
2138
|
-
:type execution_context: int | str | None
|
|
2139
|
-
:type undo: bool | None
|
|
2140
|
-
"""
|
|
1773
|
+
"""Remove this object or collection from the light linking collection"""
|
|
2141
1774
|
|
|
2142
1775
|
def lightprobe_add(
|
|
2143
1776
|
execution_context: int | str | None = None,
|
|
@@ -2162,8 +1795,6 @@ def lightprobe_add(
|
|
|
2162
1795
|
) -> None:
|
|
2163
1796
|
"""Add a light probe object
|
|
2164
1797
|
|
|
2165
|
-
:type execution_context: int | str | None
|
|
2166
|
-
:type undo: bool | None
|
|
2167
1798
|
:param type: Type
|
|
2168
1799
|
|
|
2169
1800
|
SPHERE
|
|
@@ -2174,11 +1805,8 @@ def lightprobe_add(
|
|
|
2174
1805
|
|
|
2175
1806
|
VOLUME
|
|
2176
1807
|
Volume -- Light probe that captures low frequency lighting inside a volume.
|
|
2177
|
-
:type type: typing.Literal['SPHERE','PLANE','VOLUME'] | None
|
|
2178
1808
|
:param radius: Radius
|
|
2179
|
-
:type radius: float | None
|
|
2180
1809
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2181
|
-
:type enter_editmode: bool | None
|
|
2182
1810
|
:param align: Align, The alignment of the new object
|
|
2183
1811
|
|
|
2184
1812
|
WORLD
|
|
@@ -2189,13 +1817,9 @@ def lightprobe_add(
|
|
|
2189
1817
|
|
|
2190
1818
|
CURSOR
|
|
2191
1819
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2192
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2193
1820
|
:param location: Location, Location for the newly added object
|
|
2194
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2195
1821
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2196
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2197
1822
|
:param scale: Scale, Scale for the newly added object
|
|
2198
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2199
1823
|
"""
|
|
2200
1824
|
|
|
2201
1825
|
def lightprobe_cache_bake(
|
|
@@ -2207,8 +1831,6 @@ def lightprobe_cache_bake(
|
|
|
2207
1831
|
) -> None:
|
|
2208
1832
|
"""Bake irradiance volume light cache
|
|
2209
1833
|
|
|
2210
|
-
:type execution_context: int | str | None
|
|
2211
|
-
:type undo: bool | None
|
|
2212
1834
|
:param subset: Subset, Subset of probes to update
|
|
2213
1835
|
|
|
2214
1836
|
ALL
|
|
@@ -2219,7 +1841,6 @@ def lightprobe_cache_bake(
|
|
|
2219
1841
|
|
|
2220
1842
|
ACTIVE
|
|
2221
1843
|
Active Only -- Only bake the active light probe volume.
|
|
2222
|
-
:type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
|
|
2223
1844
|
"""
|
|
2224
1845
|
|
|
2225
1846
|
def lightprobe_cache_free(
|
|
@@ -2231,8 +1852,6 @@ def lightprobe_cache_free(
|
|
|
2231
1852
|
) -> None:
|
|
2232
1853
|
"""Delete cached indirect lighting
|
|
2233
1854
|
|
|
2234
|
-
:type execution_context: int | str | None
|
|
2235
|
-
:type undo: bool | None
|
|
2236
1855
|
:param subset: Subset, Subset of probes to update
|
|
2237
1856
|
|
|
2238
1857
|
ALL
|
|
@@ -2243,7 +1862,6 @@ def lightprobe_cache_free(
|
|
|
2243
1862
|
|
|
2244
1863
|
ACTIVE
|
|
2245
1864
|
Active Only -- Only delete the active light probes baked lighting data.
|
|
2246
|
-
:type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
|
|
2247
1865
|
"""
|
|
2248
1866
|
|
|
2249
1867
|
def lineart_bake_strokes(
|
|
@@ -2255,10 +1873,7 @@ def lineart_bake_strokes(
|
|
|
2255
1873
|
) -> None:
|
|
2256
1874
|
"""Bake Line Art for current Grease Pencil object
|
|
2257
1875
|
|
|
2258
|
-
:type execution_context: int | str | None
|
|
2259
|
-
:type undo: bool | None
|
|
2260
1876
|
:param bake_all: Bake All, Bake all Line Art modifiers
|
|
2261
|
-
:type bake_all: bool | None
|
|
2262
1877
|
"""
|
|
2263
1878
|
|
|
2264
1879
|
def lineart_clear(
|
|
@@ -2270,10 +1885,7 @@ def lineart_clear(
|
|
|
2270
1885
|
) -> None:
|
|
2271
1886
|
"""Clear all strokes in current Grease Pencil object
|
|
2272
1887
|
|
|
2273
|
-
:type execution_context: int | str | None
|
|
2274
|
-
:type undo: bool | None
|
|
2275
1888
|
:param clear_all: Clear All, Clear all Line Art modifier bakes
|
|
2276
|
-
:type clear_all: bool | None
|
|
2277
1889
|
"""
|
|
2278
1890
|
|
|
2279
1891
|
def link_to_collection(
|
|
@@ -2287,14 +1899,9 @@ def link_to_collection(
|
|
|
2287
1899
|
) -> None:
|
|
2288
1900
|
"""Link objects to a collection
|
|
2289
1901
|
|
|
2290
|
-
:type execution_context: int | str | None
|
|
2291
|
-
:type undo: bool | None
|
|
2292
1902
|
:param collection_uid: Collection UID, Session UID of the collection to link to
|
|
2293
|
-
:type collection_uid: int | None
|
|
2294
1903
|
:param is_new: New, Link objects to a new collection
|
|
2295
|
-
:type is_new: bool | None
|
|
2296
1904
|
:param new_collection_name: Name, Name of the newly added collection
|
|
2297
|
-
:type new_collection_name: str
|
|
2298
1905
|
"""
|
|
2299
1906
|
|
|
2300
1907
|
def location_clear(
|
|
@@ -2306,10 +1913,7 @@ def location_clear(
|
|
|
2306
1913
|
) -> None:
|
|
2307
1914
|
"""Clear the objects location
|
|
2308
1915
|
|
|
2309
|
-
:type execution_context: int | str | None
|
|
2310
|
-
:type undo: bool | None
|
|
2311
1916
|
:param clear_delta: Clear Delta, Clear delta location in addition to clearing the normal location transform
|
|
2312
|
-
:type clear_delta: bool | None
|
|
2313
1917
|
"""
|
|
2314
1918
|
|
|
2315
1919
|
def make_dupli_face(
|
|
@@ -2317,11 +1921,7 @@ def make_dupli_face(
|
|
|
2317
1921
|
undo: bool | None = None,
|
|
2318
1922
|
/,
|
|
2319
1923
|
) -> None:
|
|
2320
|
-
"""Convert objects into instanced faces
|
|
2321
|
-
|
|
2322
|
-
:type execution_context: int | str | None
|
|
2323
|
-
:type undo: bool | None
|
|
2324
|
-
"""
|
|
1924
|
+
"""Convert objects into instanced faces"""
|
|
2325
1925
|
|
|
2326
1926
|
def make_links_data(
|
|
2327
1927
|
execution_context: int | str | None = None,
|
|
@@ -2342,8 +1942,6 @@ def make_links_data(
|
|
|
2342
1942
|
) -> None:
|
|
2343
1943
|
"""Transfer data from active object to selected objects
|
|
2344
1944
|
|
|
2345
|
-
:type execution_context: int | str | None
|
|
2346
|
-
:type undo: bool | None
|
|
2347
1945
|
:param type: Type
|
|
2348
1946
|
|
|
2349
1947
|
OBDATA
|
|
@@ -2369,7 +1967,6 @@ def make_links_data(
|
|
|
2369
1967
|
|
|
2370
1968
|
EFFECTS
|
|
2371
1969
|
Copy Grease Pencil Effects -- Replace Grease Pencil Effects.
|
|
2372
|
-
:type type: typing.Literal['OBDATA','MATERIAL','ANIMATION','GROUPS','DUPLICOLLECTION','FONTS','MODIFIERS','EFFECTS'] | None
|
|
2373
1970
|
"""
|
|
2374
1971
|
|
|
2375
1972
|
def make_links_scene(
|
|
@@ -2381,10 +1978,7 @@ def make_links_scene(
|
|
|
2381
1978
|
) -> None:
|
|
2382
1979
|
"""Link selection to another scene
|
|
2383
1980
|
|
|
2384
|
-
:type execution_context: int | str | None
|
|
2385
|
-
:type undo: bool | None
|
|
2386
1981
|
:param scene: Scene
|
|
2387
|
-
:type scene: str | None
|
|
2388
1982
|
"""
|
|
2389
1983
|
|
|
2390
1984
|
def make_local(
|
|
@@ -2399,10 +1993,7 @@ def make_local(
|
|
|
2399
1993
|
) -> None:
|
|
2400
1994
|
"""Make library linked data-blocks local to this file
|
|
2401
1995
|
|
|
2402
|
-
:type execution_context: int | str | None
|
|
2403
|
-
:type undo: bool | None
|
|
2404
1996
|
:param type: Type
|
|
2405
|
-
:type type: typing.Literal['SELECT_OBJECT','SELECT_OBDATA','SELECT_OBDATA_MATERIAL','ALL'] | None
|
|
2406
1997
|
"""
|
|
2407
1998
|
|
|
2408
1999
|
def make_override_library(
|
|
@@ -2414,10 +2005,7 @@ def make_override_library(
|
|
|
2414
2005
|
) -> None:
|
|
2415
2006
|
"""Create a local override of the selected linked objects, and their hierarchy of dependencies
|
|
2416
2007
|
|
|
2417
|
-
:type execution_context: int | str | None
|
|
2418
|
-
:type undo: bool | None
|
|
2419
2008
|
:param collection: Override Collection, Session UID of the directly linked collection containing the selected object, to make an override from
|
|
2420
|
-
:type collection: int | None
|
|
2421
2009
|
"""
|
|
2422
2010
|
|
|
2423
2011
|
def make_single_user(
|
|
@@ -2434,20 +2022,12 @@ def make_single_user(
|
|
|
2434
2022
|
) -> None:
|
|
2435
2023
|
"""Make linked data local to each object
|
|
2436
2024
|
|
|
2437
|
-
:type execution_context: int | str | None
|
|
2438
|
-
:type undo: bool | None
|
|
2439
2025
|
:param type: Type
|
|
2440
|
-
:type type: typing.Literal['SELECTED_OBJECTS','ALL'] | None
|
|
2441
2026
|
:param object: Object, Make single user objects
|
|
2442
|
-
:type object: bool | None
|
|
2443
2027
|
:param obdata: Object Data, Make single user object data
|
|
2444
|
-
:type obdata: bool | None
|
|
2445
2028
|
:param material: Materials, Make materials local to each data-block
|
|
2446
|
-
:type material: bool | None
|
|
2447
2029
|
:param animation: Object Animation, Make object animation data local to each object
|
|
2448
|
-
:type animation: bool | None
|
|
2449
2030
|
:param obdata_animation: Object Data Animation, Make object data (mesh, curve etc.) animation data local to each object
|
|
2450
|
-
:type obdata_animation: bool | None
|
|
2451
2031
|
"""
|
|
2452
2032
|
|
|
2453
2033
|
def material_slot_add(
|
|
@@ -2455,44 +2035,28 @@ def material_slot_add(
|
|
|
2455
2035
|
undo: bool | None = None,
|
|
2456
2036
|
/,
|
|
2457
2037
|
) -> None:
|
|
2458
|
-
"""Add a new material slot
|
|
2459
|
-
|
|
2460
|
-
:type execution_context: int | str | None
|
|
2461
|
-
:type undo: bool | None
|
|
2462
|
-
"""
|
|
2038
|
+
"""Add a new material slot"""
|
|
2463
2039
|
|
|
2464
2040
|
def material_slot_assign(
|
|
2465
2041
|
execution_context: int | str | None = None,
|
|
2466
2042
|
undo: bool | None = None,
|
|
2467
2043
|
/,
|
|
2468
2044
|
) -> None:
|
|
2469
|
-
"""Assign active material slot to selection
|
|
2470
|
-
|
|
2471
|
-
:type execution_context: int | str | None
|
|
2472
|
-
:type undo: bool | None
|
|
2473
|
-
"""
|
|
2045
|
+
"""Assign active material slot to selection"""
|
|
2474
2046
|
|
|
2475
2047
|
def material_slot_copy(
|
|
2476
2048
|
execution_context: int | str | None = None,
|
|
2477
2049
|
undo: bool | None = None,
|
|
2478
2050
|
/,
|
|
2479
2051
|
) -> None:
|
|
2480
|
-
"""Copy material to selected objects
|
|
2481
|
-
|
|
2482
|
-
:type execution_context: int | str | None
|
|
2483
|
-
:type undo: bool | None
|
|
2484
|
-
"""
|
|
2052
|
+
"""Copy material to selected objects"""
|
|
2485
2053
|
|
|
2486
2054
|
def material_slot_deselect(
|
|
2487
2055
|
execution_context: int | str | None = None,
|
|
2488
2056
|
undo: bool | None = None,
|
|
2489
2057
|
/,
|
|
2490
2058
|
) -> None:
|
|
2491
|
-
"""Deselect by active material slot
|
|
2492
|
-
|
|
2493
|
-
:type execution_context: int | str | None
|
|
2494
|
-
:type undo: bool | None
|
|
2495
|
-
"""
|
|
2059
|
+
"""Deselect by active material slot"""
|
|
2496
2060
|
|
|
2497
2061
|
def material_slot_move(
|
|
2498
2062
|
execution_context: int | str | None = None,
|
|
@@ -2503,10 +2067,7 @@ def material_slot_move(
|
|
|
2503
2067
|
) -> None:
|
|
2504
2068
|
"""Move the active material up/down in the list
|
|
2505
2069
|
|
|
2506
|
-
:type execution_context: int | str | None
|
|
2507
|
-
:type undo: bool | None
|
|
2508
2070
|
:param direction: Direction, Direction to move the active material towards
|
|
2509
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
2510
2071
|
"""
|
|
2511
2072
|
|
|
2512
2073
|
def material_slot_remove(
|
|
@@ -2514,44 +2075,28 @@ def material_slot_remove(
|
|
|
2514
2075
|
undo: bool | None = None,
|
|
2515
2076
|
/,
|
|
2516
2077
|
) -> None:
|
|
2517
|
-
"""Remove the selected material slot
|
|
2518
|
-
|
|
2519
|
-
:type execution_context: int | str | None
|
|
2520
|
-
:type undo: bool | None
|
|
2521
|
-
"""
|
|
2078
|
+
"""Remove the selected material slot"""
|
|
2522
2079
|
|
|
2523
2080
|
def material_slot_remove_all(
|
|
2524
2081
|
execution_context: int | str | None = None,
|
|
2525
2082
|
undo: bool | None = None,
|
|
2526
2083
|
/,
|
|
2527
2084
|
) -> None:
|
|
2528
|
-
"""Remove all materials
|
|
2529
|
-
|
|
2530
|
-
:type execution_context: int | str | None
|
|
2531
|
-
:type undo: bool | None
|
|
2532
|
-
"""
|
|
2085
|
+
"""Remove all materials"""
|
|
2533
2086
|
|
|
2534
2087
|
def material_slot_remove_unused(
|
|
2535
2088
|
execution_context: int | str | None = None,
|
|
2536
2089
|
undo: bool | None = None,
|
|
2537
2090
|
/,
|
|
2538
2091
|
) -> None:
|
|
2539
|
-
"""Remove unused material slots
|
|
2540
|
-
|
|
2541
|
-
:type execution_context: int | str | None
|
|
2542
|
-
:type undo: bool | None
|
|
2543
|
-
"""
|
|
2092
|
+
"""Remove unused material slots"""
|
|
2544
2093
|
|
|
2545
2094
|
def material_slot_select(
|
|
2546
2095
|
execution_context: int | str | None = None,
|
|
2547
2096
|
undo: bool | None = None,
|
|
2548
2097
|
/,
|
|
2549
2098
|
) -> None:
|
|
2550
|
-
"""Select by active material slot
|
|
2551
|
-
|
|
2552
|
-
:type execution_context: int | str | None
|
|
2553
|
-
:type undo: bool | None
|
|
2554
|
-
"""
|
|
2099
|
+
"""Select by active material slot"""
|
|
2555
2100
|
|
|
2556
2101
|
def meshdeform_bind(
|
|
2557
2102
|
execution_context: int | str | None = None,
|
|
@@ -2562,10 +2107,7 @@ def meshdeform_bind(
|
|
|
2562
2107
|
) -> None:
|
|
2563
2108
|
"""Bind mesh to cage in mesh deform modifier
|
|
2564
2109
|
|
|
2565
|
-
:type execution_context: int | str | None
|
|
2566
|
-
:type undo: bool | None
|
|
2567
2110
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2568
|
-
:type modifier: str
|
|
2569
2111
|
"""
|
|
2570
2112
|
|
|
2571
2113
|
def metaball_add(
|
|
@@ -2591,14 +2133,9 @@ def metaball_add(
|
|
|
2591
2133
|
) -> None:
|
|
2592
2134
|
"""Add an metaball object to the scene
|
|
2593
2135
|
|
|
2594
|
-
:type execution_context: int | str | None
|
|
2595
|
-
:type undo: bool | None
|
|
2596
2136
|
:param type: Primitive
|
|
2597
|
-
:type type: bpy.stub_internal.rna_enums.MetaelemTypeItems | None
|
|
2598
2137
|
:param radius: Radius
|
|
2599
|
-
:type radius: float | None
|
|
2600
2138
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2601
|
-
:type enter_editmode: bool | None
|
|
2602
2139
|
:param align: Align, The alignment of the new object
|
|
2603
2140
|
|
|
2604
2141
|
WORLD
|
|
@@ -2609,13 +2146,9 @@ def metaball_add(
|
|
|
2609
2146
|
|
|
2610
2147
|
CURSOR
|
|
2611
2148
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2612
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2613
2149
|
:param location: Location, Location for the newly added object
|
|
2614
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2615
2150
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2616
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2617
2151
|
:param scale: Scale, Scale for the newly added object
|
|
2618
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2619
2152
|
"""
|
|
2620
2153
|
|
|
2621
2154
|
def mode_set(
|
|
@@ -2628,12 +2161,8 @@ def mode_set(
|
|
|
2628
2161
|
) -> None:
|
|
2629
2162
|
"""Sets the object interaction mode
|
|
2630
2163
|
|
|
2631
|
-
:type execution_context: int | str | None
|
|
2632
|
-
:type undo: bool | None
|
|
2633
2164
|
:param mode: Mode
|
|
2634
|
-
:type mode: bpy.stub_internal.rna_enums.ObjectModeItems | None
|
|
2635
2165
|
:param toggle: Toggle
|
|
2636
|
-
:type toggle: bool | None
|
|
2637
2166
|
"""
|
|
2638
2167
|
|
|
2639
2168
|
def mode_set_with_submode(
|
|
@@ -2647,14 +2176,9 @@ def mode_set_with_submode(
|
|
|
2647
2176
|
) -> None:
|
|
2648
2177
|
"""Sets the object interaction mode
|
|
2649
2178
|
|
|
2650
|
-
:type execution_context: int | str | None
|
|
2651
|
-
:type undo: bool | None
|
|
2652
2179
|
:param mode: Mode
|
|
2653
|
-
:type mode: bpy.stub_internal.rna_enums.ObjectModeItems | None
|
|
2654
2180
|
:param toggle: Toggle
|
|
2655
|
-
:type toggle: bool | None
|
|
2656
2181
|
:param mesh_select_mode: Mesh Mode
|
|
2657
|
-
:type mesh_select_mode: set[bpy.stub_internal.rna_enums.MeshSelectModeItems] | None
|
|
2658
2182
|
"""
|
|
2659
2183
|
|
|
2660
2184
|
def modifier_add(
|
|
@@ -2667,12 +2191,8 @@ def modifier_add(
|
|
|
2667
2191
|
) -> None:
|
|
2668
2192
|
"""Add a procedural operation/effect to the active object
|
|
2669
2193
|
|
|
2670
|
-
:type execution_context: int | str | None
|
|
2671
|
-
:type undo: bool | None
|
|
2672
2194
|
:param type: Type
|
|
2673
|
-
:type type: bpy.stub_internal.rna_enums.ObjectModifierTypeItems | None
|
|
2674
2195
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2675
|
-
:type use_selected_objects: bool | None
|
|
2676
2196
|
"""
|
|
2677
2197
|
|
|
2678
2198
|
def modifier_add_node_group(
|
|
@@ -2689,18 +2209,11 @@ def modifier_add_node_group(
|
|
|
2689
2209
|
) -> None:
|
|
2690
2210
|
"""Add a procedural operation/effect to the active object
|
|
2691
2211
|
|
|
2692
|
-
:type execution_context: int | str | None
|
|
2693
|
-
:type undo: bool | None
|
|
2694
2212
|
:param asset_library_type: Asset Library Type
|
|
2695
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
2696
2213
|
:param asset_library_identifier: Asset Library Identifier
|
|
2697
|
-
:type asset_library_identifier: str
|
|
2698
2214
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
2699
|
-
:type relative_asset_identifier: str
|
|
2700
2215
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
2701
|
-
:type session_uid: int | None
|
|
2702
2216
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2703
|
-
:type use_selected_objects: bool | None
|
|
2704
2217
|
"""
|
|
2705
2218
|
|
|
2706
2219
|
def modifier_apply(
|
|
@@ -2717,20 +2230,12 @@ def modifier_apply(
|
|
|
2717
2230
|
) -> None:
|
|
2718
2231
|
"""Apply modifier and remove from the stack
|
|
2719
2232
|
|
|
2720
|
-
:type execution_context: int | str | None
|
|
2721
|
-
:type undo: bool | None
|
|
2722
2233
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2723
|
-
:type modifier: str
|
|
2724
2234
|
:param report: Report, Create a notification after the operation
|
|
2725
|
-
:type report: bool | None
|
|
2726
2235
|
:param merge_customdata: Merge UVs, For mesh objects, merge UV coordinates that share a vertex to account for imprecision in some modifiers
|
|
2727
|
-
:type merge_customdata: bool | None
|
|
2728
2236
|
:param single_user: Make Data Single User, Make the objects data single user if needed
|
|
2729
|
-
:type single_user: bool | None
|
|
2730
2237
|
:param all_keyframes: Apply to all keyframes, For Grease Pencil objects, apply the modifier to all the keyframes
|
|
2731
|
-
:type all_keyframes: bool | None
|
|
2732
2238
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2733
|
-
:type use_selected_objects: bool | None
|
|
2734
2239
|
"""
|
|
2735
2240
|
|
|
2736
2241
|
def modifier_apply_as_shapekey(
|
|
@@ -2745,16 +2250,10 @@ def modifier_apply_as_shapekey(
|
|
|
2745
2250
|
) -> None:
|
|
2746
2251
|
"""Apply modifier as a new shape key and remove from the stack
|
|
2747
2252
|
|
|
2748
|
-
:type execution_context: int | str | None
|
|
2749
|
-
:type undo: bool | None
|
|
2750
2253
|
:param keep_modifier: Keep Modifier, Do not remove the modifier from stack
|
|
2751
|
-
:type keep_modifier: bool | None
|
|
2752
2254
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2753
|
-
:type modifier: str
|
|
2754
2255
|
:param report: Report, Create a notification after the operation
|
|
2755
|
-
:type report: bool | None
|
|
2756
2256
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2757
|
-
:type use_selected_objects: bool | None
|
|
2758
2257
|
"""
|
|
2759
2258
|
|
|
2760
2259
|
def modifier_convert(
|
|
@@ -2766,10 +2265,7 @@ def modifier_convert(
|
|
|
2766
2265
|
) -> None:
|
|
2767
2266
|
"""Convert particles to a mesh object
|
|
2768
2267
|
|
|
2769
|
-
:type execution_context: int | str | None
|
|
2770
|
-
:type undo: bool | None
|
|
2771
2268
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2772
|
-
:type modifier: str
|
|
2773
2269
|
"""
|
|
2774
2270
|
|
|
2775
2271
|
def modifier_copy(
|
|
@@ -2782,12 +2278,8 @@ def modifier_copy(
|
|
|
2782
2278
|
) -> None:
|
|
2783
2279
|
"""Duplicate modifier at the same position in the stack
|
|
2784
2280
|
|
|
2785
|
-
:type execution_context: int | str | None
|
|
2786
|
-
:type undo: bool | None
|
|
2787
2281
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2788
|
-
:type modifier: str
|
|
2789
2282
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2790
|
-
:type use_selected_objects: bool | None
|
|
2791
2283
|
"""
|
|
2792
2284
|
|
|
2793
2285
|
def modifier_copy_to_selected(
|
|
@@ -2799,10 +2291,7 @@ def modifier_copy_to_selected(
|
|
|
2799
2291
|
) -> None:
|
|
2800
2292
|
"""Copy the modifier from the active object to all selected objects
|
|
2801
2293
|
|
|
2802
|
-
:type execution_context: int | str | None
|
|
2803
|
-
:type undo: bool | None
|
|
2804
2294
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2805
|
-
:type modifier: str
|
|
2806
2295
|
"""
|
|
2807
2296
|
|
|
2808
2297
|
def modifier_move_down(
|
|
@@ -2814,10 +2303,7 @@ def modifier_move_down(
|
|
|
2814
2303
|
) -> None:
|
|
2815
2304
|
"""Move modifier down in the stack
|
|
2816
2305
|
|
|
2817
|
-
:type execution_context: int | str | None
|
|
2818
|
-
:type undo: bool | None
|
|
2819
2306
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2820
|
-
:type modifier: str
|
|
2821
2307
|
"""
|
|
2822
2308
|
|
|
2823
2309
|
def modifier_move_to_index(
|
|
@@ -2831,14 +2317,9 @@ def modifier_move_to_index(
|
|
|
2831
2317
|
) -> None:
|
|
2832
2318
|
"""Change the modifiers index in the stack so it evaluates after the set number of others
|
|
2833
2319
|
|
|
2834
|
-
:type execution_context: int | str | None
|
|
2835
|
-
:type undo: bool | None
|
|
2836
2320
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2837
|
-
:type modifier: str
|
|
2838
2321
|
:param index: Index, The index to move the modifier to
|
|
2839
|
-
:type index: int | None
|
|
2840
2322
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2841
|
-
:type use_selected_objects: bool | None
|
|
2842
2323
|
"""
|
|
2843
2324
|
|
|
2844
2325
|
def modifier_move_up(
|
|
@@ -2850,10 +2331,7 @@ def modifier_move_up(
|
|
|
2850
2331
|
) -> None:
|
|
2851
2332
|
"""Move modifier up in the stack
|
|
2852
2333
|
|
|
2853
|
-
:type execution_context: int | str | None
|
|
2854
|
-
:type undo: bool | None
|
|
2855
2334
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2856
|
-
:type modifier: str
|
|
2857
2335
|
"""
|
|
2858
2336
|
|
|
2859
2337
|
def modifier_remove(
|
|
@@ -2867,14 +2345,9 @@ def modifier_remove(
|
|
|
2867
2345
|
) -> None:
|
|
2868
2346
|
"""Remove a modifier from the active object
|
|
2869
2347
|
|
|
2870
|
-
:type execution_context: int | str | None
|
|
2871
|
-
:type undo: bool | None
|
|
2872
2348
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2873
|
-
:type modifier: str
|
|
2874
2349
|
:param report: Report, Create a notification after the operation
|
|
2875
|
-
:type report: bool | None
|
|
2876
2350
|
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2877
|
-
:type use_selected_objects: bool | None
|
|
2878
2351
|
"""
|
|
2879
2352
|
|
|
2880
2353
|
def modifier_set_active(
|
|
@@ -2886,10 +2359,7 @@ def modifier_set_active(
|
|
|
2886
2359
|
) -> None:
|
|
2887
2360
|
"""Activate the modifier to use as the context
|
|
2888
2361
|
|
|
2889
|
-
:type execution_context: int | str | None
|
|
2890
|
-
:type undo: bool | None
|
|
2891
2362
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2892
|
-
:type modifier: str
|
|
2893
2363
|
"""
|
|
2894
2364
|
|
|
2895
2365
|
def modifiers_clear(
|
|
@@ -2897,22 +2367,14 @@ def modifiers_clear(
|
|
|
2897
2367
|
undo: bool | None = None,
|
|
2898
2368
|
/,
|
|
2899
2369
|
) -> None:
|
|
2900
|
-
"""Clear all modifiers from the selected objects
|
|
2901
|
-
|
|
2902
|
-
:type execution_context: int | str | None
|
|
2903
|
-
:type undo: bool | None
|
|
2904
|
-
"""
|
|
2370
|
+
"""Clear all modifiers from the selected objects"""
|
|
2905
2371
|
|
|
2906
2372
|
def modifiers_copy_to_selected(
|
|
2907
2373
|
execution_context: int | str | None = None,
|
|
2908
2374
|
undo: bool | None = None,
|
|
2909
2375
|
/,
|
|
2910
2376
|
) -> None:
|
|
2911
|
-
"""Copy modifiers to other selected objects
|
|
2912
|
-
|
|
2913
|
-
:type execution_context: int | str | None
|
|
2914
|
-
:type undo: bool | None
|
|
2915
|
-
"""
|
|
2377
|
+
"""Copy modifiers to other selected objects"""
|
|
2916
2378
|
|
|
2917
2379
|
def move_to_collection(
|
|
2918
2380
|
execution_context: int | str | None = None,
|
|
@@ -2925,14 +2387,9 @@ def move_to_collection(
|
|
|
2925
2387
|
) -> None:
|
|
2926
2388
|
"""Move objects to a collection
|
|
2927
2389
|
|
|
2928
|
-
:type execution_context: int | str | None
|
|
2929
|
-
:type undo: bool | None
|
|
2930
2390
|
:param collection_uid: Collection UID, Session UID of the collection to move to
|
|
2931
|
-
:type collection_uid: int | None
|
|
2932
2391
|
:param is_new: New, Move objects to a new collection
|
|
2933
|
-
:type is_new: bool | None
|
|
2934
2392
|
:param new_collection_name: Name, Name of the newly added collection
|
|
2935
|
-
:type new_collection_name: str
|
|
2936
2393
|
"""
|
|
2937
2394
|
|
|
2938
2395
|
def multires_base_apply(
|
|
@@ -2945,12 +2402,8 @@ def multires_base_apply(
|
|
|
2945
2402
|
) -> None:
|
|
2946
2403
|
"""Modify the base mesh to conform to the displaced mesh
|
|
2947
2404
|
|
|
2948
|
-
:type execution_context: int | str | None
|
|
2949
|
-
:type undo: bool | None
|
|
2950
2405
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2951
|
-
:type modifier: str
|
|
2952
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
|
|
2953
|
-
:type apply_heuristic: bool | None
|
|
2954
2407
|
"""
|
|
2955
2408
|
|
|
2956
2409
|
def multires_external_pack(
|
|
@@ -2958,11 +2411,7 @@ def multires_external_pack(
|
|
|
2958
2411
|
undo: bool | None = None,
|
|
2959
2412
|
/,
|
|
2960
2413
|
) -> None:
|
|
2961
|
-
"""Pack displacements from an external file
|
|
2962
|
-
|
|
2963
|
-
:type execution_context: int | str | None
|
|
2964
|
-
:type undo: bool | None
|
|
2965
|
-
"""
|
|
2414
|
+
"""Pack displacements from an external file"""
|
|
2966
2415
|
|
|
2967
2416
|
def multires_external_save(
|
|
2968
2417
|
execution_context: int | str | None = None,
|
|
@@ -2999,50 +2448,27 @@ def multires_external_save(
|
|
|
2999
2448
|
) -> None:
|
|
3000
2449
|
"""Save displacements to an external file
|
|
3001
2450
|
|
|
3002
|
-
:type execution_context: int | str | None
|
|
3003
|
-
:type undo: bool | None
|
|
3004
2451
|
:param filepath: File Path, Path to file
|
|
3005
|
-
:type filepath: str
|
|
3006
2452
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
3007
|
-
:type hide_props_region: bool | None
|
|
3008
2453
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
3009
|
-
:type check_existing: bool | None
|
|
3010
2454
|
:param filter_blender: Filter .blend files
|
|
3011
|
-
:type filter_blender: bool | None
|
|
3012
2455
|
:param filter_backup: Filter .blend files
|
|
3013
|
-
:type filter_backup: bool | None
|
|
3014
2456
|
:param filter_image: Filter image files
|
|
3015
|
-
:type filter_image: bool | None
|
|
3016
2457
|
:param filter_movie: Filter movie files
|
|
3017
|
-
:type filter_movie: bool | None
|
|
3018
2458
|
:param filter_python: Filter Python files
|
|
3019
|
-
:type filter_python: bool | None
|
|
3020
2459
|
:param filter_font: Filter font files
|
|
3021
|
-
:type filter_font: bool | None
|
|
3022
2460
|
:param filter_sound: Filter sound files
|
|
3023
|
-
:type filter_sound: bool | None
|
|
3024
2461
|
:param filter_text: Filter text files
|
|
3025
|
-
:type filter_text: bool | None
|
|
3026
2462
|
:param filter_archive: Filter archive files
|
|
3027
|
-
:type filter_archive: bool | None
|
|
3028
2463
|
:param filter_btx: Filter btx files
|
|
3029
|
-
:type filter_btx: bool | None
|
|
3030
2464
|
:param filter_alembic: Filter Alembic files
|
|
3031
|
-
:type filter_alembic: bool | None
|
|
3032
2465
|
:param filter_usd: Filter USD files
|
|
3033
|
-
:type filter_usd: bool | None
|
|
3034
2466
|
:param filter_obj: Filter OBJ files
|
|
3035
|
-
:type filter_obj: bool | None
|
|
3036
2467
|
:param filter_volume: Filter OpenVDB volume files
|
|
3037
|
-
:type filter_volume: bool | None
|
|
3038
2468
|
:param filter_folder: Filter folders
|
|
3039
|
-
:type filter_folder: bool | None
|
|
3040
2469
|
:param filter_blenlib: Filter Blender IDs
|
|
3041
|
-
:type filter_blenlib: bool | None
|
|
3042
2470
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
3043
|
-
:type filemode: int | None
|
|
3044
2471
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
3045
|
-
:type relative_path: bool | None
|
|
3046
2472
|
:param display_type: Display Type
|
|
3047
2473
|
|
|
3048
2474
|
DEFAULT
|
|
@@ -3056,11 +2482,8 @@ def multires_external_save(
|
|
|
3056
2482
|
|
|
3057
2483
|
THUMBNAIL
|
|
3058
2484
|
Thumbnails -- Display files as thumbnails.
|
|
3059
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
3060
2485
|
:param sort_method: File sorting mode
|
|
3061
|
-
:type sort_method: str | None
|
|
3062
2486
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3063
|
-
:type modifier: str
|
|
3064
2487
|
"""
|
|
3065
2488
|
|
|
3066
2489
|
def multires_higher_levels_delete(
|
|
@@ -3072,10 +2495,7 @@ def multires_higher_levels_delete(
|
|
|
3072
2495
|
) -> None:
|
|
3073
2496
|
"""Deletes the higher resolution mesh, potential loss of detail
|
|
3074
2497
|
|
|
3075
|
-
:type execution_context: int | str | None
|
|
3076
|
-
:type undo: bool | None
|
|
3077
2498
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3078
|
-
:type modifier: str
|
|
3079
2499
|
"""
|
|
3080
2500
|
|
|
3081
2501
|
def multires_rebuild_subdiv(
|
|
@@ -3087,10 +2507,7 @@ def multires_rebuild_subdiv(
|
|
|
3087
2507
|
) -> None:
|
|
3088
2508
|
"""Rebuilds all possible subdivisions levels to generate a lower resolution base mesh
|
|
3089
2509
|
|
|
3090
|
-
:type execution_context: int | str | None
|
|
3091
|
-
:type undo: bool | None
|
|
3092
2510
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3093
|
-
:type modifier: str
|
|
3094
2511
|
"""
|
|
3095
2512
|
|
|
3096
2513
|
def multires_reshape(
|
|
@@ -3102,10 +2519,7 @@ def multires_reshape(
|
|
|
3102
2519
|
) -> None:
|
|
3103
2520
|
"""Copy vertex coordinates from other object
|
|
3104
2521
|
|
|
3105
|
-
:type execution_context: int | str | None
|
|
3106
|
-
:type undo: bool | None
|
|
3107
2522
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3108
|
-
:type modifier: str
|
|
3109
2523
|
"""
|
|
3110
2524
|
|
|
3111
2525
|
def multires_subdivide(
|
|
@@ -3118,10 +2532,7 @@ def multires_subdivide(
|
|
|
3118
2532
|
) -> None:
|
|
3119
2533
|
"""Add a new level of subdivision
|
|
3120
2534
|
|
|
3121
|
-
:type execution_context: int | str | None
|
|
3122
|
-
:type undo: bool | None
|
|
3123
2535
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3124
|
-
:type modifier: str
|
|
3125
2536
|
:param mode: Subdivision Mode, How the mesh is going to be subdivided to create a new level
|
|
3126
2537
|
|
|
3127
2538
|
CATMULL_CLARK
|
|
@@ -3132,7 +2543,6 @@ def multires_subdivide(
|
|
|
3132
2543
|
|
|
3133
2544
|
LINEAR
|
|
3134
2545
|
Linear -- Create a new level using linear interpolation of the sculpted displacement.
|
|
3135
|
-
:type mode: typing.Literal['CATMULL_CLARK','SIMPLE','LINEAR'] | None
|
|
3136
2546
|
"""
|
|
3137
2547
|
|
|
3138
2548
|
def multires_unsubdivide(
|
|
@@ -3144,10 +2554,7 @@ def multires_unsubdivide(
|
|
|
3144
2554
|
) -> None:
|
|
3145
2555
|
"""Rebuild a lower subdivision level of the current base mesh
|
|
3146
2556
|
|
|
3147
|
-
:type execution_context: int | str | None
|
|
3148
|
-
:type undo: bool | None
|
|
3149
2557
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3150
|
-
:type modifier: str
|
|
3151
2558
|
"""
|
|
3152
2559
|
|
|
3153
2560
|
def ocean_bake(
|
|
@@ -3160,12 +2567,8 @@ def ocean_bake(
|
|
|
3160
2567
|
) -> None:
|
|
3161
2568
|
"""Bake an image sequence of ocean data
|
|
3162
2569
|
|
|
3163
|
-
:type execution_context: int | str | None
|
|
3164
|
-
:type undo: bool | None
|
|
3165
2570
|
:param modifier: Modifier, Name of the modifier to edit
|
|
3166
|
-
:type modifier: str
|
|
3167
2571
|
:param free: Free, Free the bake, rather than generating it
|
|
3168
|
-
:type free: bool | None
|
|
3169
2572
|
"""
|
|
3170
2573
|
|
|
3171
2574
|
def origin_clear(
|
|
@@ -3173,11 +2576,7 @@ def origin_clear(
|
|
|
3173
2576
|
undo: bool | None = None,
|
|
3174
2577
|
/,
|
|
3175
2578
|
) -> None:
|
|
3176
|
-
"""Clear the objects origin
|
|
3177
|
-
|
|
3178
|
-
:type execution_context: int | str | None
|
|
3179
|
-
:type undo: bool | None
|
|
3180
|
-
"""
|
|
2579
|
+
"""Clear the objects origin"""
|
|
3181
2580
|
|
|
3182
2581
|
def origin_set(
|
|
3183
2582
|
execution_context: int | str | None = None,
|
|
@@ -3196,8 +2595,6 @@ def origin_set(
|
|
|
3196
2595
|
) -> None:
|
|
3197
2596
|
"""Set the objects origin, by either moving the data, or set to center of data, or use 3D cursor
|
|
3198
2597
|
|
|
3199
|
-
:type execution_context: int | str | None
|
|
3200
|
-
:type undo: bool | None
|
|
3201
2598
|
:param type: Type
|
|
3202
2599
|
|
|
3203
2600
|
GEOMETRY_ORIGIN
|
|
@@ -3214,9 +2611,7 @@ def origin_set(
|
|
|
3214
2611
|
|
|
3215
2612
|
ORIGIN_CENTER_OF_VOLUME
|
|
3216
2613
|
Origin to Center of Mass (Volume) -- Calculate the center of mass from the volume (must be manifold geometry with consistent normals).
|
|
3217
|
-
:type type: typing.Literal['GEOMETRY_ORIGIN','ORIGIN_GEOMETRY','ORIGIN_CURSOR','ORIGIN_CENTER_OF_MASS','ORIGIN_CENTER_OF_VOLUME'] | None
|
|
3218
2614
|
:param center: Center
|
|
3219
|
-
:type center: typing.Literal['MEDIAN','BOUNDS'] | None
|
|
3220
2615
|
"""
|
|
3221
2616
|
|
|
3222
2617
|
def parent_clear(
|
|
@@ -3229,8 +2624,6 @@ def parent_clear(
|
|
|
3229
2624
|
) -> None:
|
|
3230
2625
|
"""Clear the objects parenting
|
|
3231
2626
|
|
|
3232
|
-
:type execution_context: int | str | None
|
|
3233
|
-
:type undo: bool | None
|
|
3234
2627
|
:param type: Type
|
|
3235
2628
|
|
|
3236
2629
|
CLEAR
|
|
@@ -3241,7 +2634,6 @@ def parent_clear(
|
|
|
3241
2634
|
|
|
3242
2635
|
CLEAR_INVERSE
|
|
3243
2636
|
Clear Parent Inverse -- Reset the transform corrections applied to the parenting relationship, does not remove parenting itself.
|
|
3244
|
-
:type type: typing.Literal['CLEAR','CLEAR_KEEP_TRANSFORM','CLEAR_INVERSE'] | None
|
|
3245
2637
|
"""
|
|
3246
2638
|
|
|
3247
2639
|
def parent_inverse_apply(
|
|
@@ -3249,11 +2641,7 @@ def parent_inverse_apply(
|
|
|
3249
2641
|
undo: bool | None = None,
|
|
3250
2642
|
/,
|
|
3251
2643
|
) -> None:
|
|
3252
|
-
"""Apply the objects parent inverse to its data
|
|
3253
|
-
|
|
3254
|
-
:type execution_context: int | str | None
|
|
3255
|
-
:type undo: bool | None
|
|
3256
|
-
"""
|
|
2644
|
+
"""Apply the objects parent inverse to its data"""
|
|
3257
2645
|
|
|
3258
2646
|
def parent_no_inverse_set(
|
|
3259
2647
|
execution_context: int | str | None = None,
|
|
@@ -3264,10 +2652,7 @@ def parent_no_inverse_set(
|
|
|
3264
2652
|
) -> None:
|
|
3265
2653
|
"""Set the objects parenting without setting the inverse parent correction
|
|
3266
2654
|
|
|
3267
|
-
:type execution_context: int | str | None
|
|
3268
|
-
:type undo: bool | None
|
|
3269
2655
|
:param keep_transform: Keep Transform, Preserve the world transform throughout parenting
|
|
3270
|
-
:type keep_transform: bool | None
|
|
3271
2656
|
"""
|
|
3272
2657
|
|
|
3273
2658
|
def parent_set(
|
|
@@ -3296,14 +2681,9 @@ def parent_set(
|
|
|
3296
2681
|
) -> None:
|
|
3297
2682
|
"""Set the objects parenting
|
|
3298
2683
|
|
|
3299
|
-
:type execution_context: int | str | None
|
|
3300
|
-
:type undo: bool | None
|
|
3301
2684
|
:param type: Type
|
|
3302
|
-
:type type: typing.Literal['OBJECT','ARMATURE','ARMATURE_NAME','ARMATURE_AUTO','ARMATURE_ENVELOPE','BONE','BONE_RELATIVE','CURVE','FOLLOW','PATH_CONST','LATTICE','VERTEX','VERTEX_TRI'] | None
|
|
3303
2685
|
:param xmirror: X Mirror, Apply weights symmetrically along X axis, for Envelope/Automatic vertex groups creation
|
|
3304
|
-
:type xmirror: bool | None
|
|
3305
2686
|
:param keep_transform: Keep Transform, Apply transformation before parenting
|
|
3306
|
-
:type keep_transform: bool | None
|
|
3307
2687
|
"""
|
|
3308
2688
|
|
|
3309
2689
|
def particle_system_add(
|
|
@@ -3311,21 +2691,44 @@ def particle_system_add(
|
|
|
3311
2691
|
undo: bool | None = None,
|
|
3312
2692
|
/,
|
|
3313
2693
|
) -> None:
|
|
3314
|
-
"""Add a particle system
|
|
3315
|
-
|
|
3316
|
-
:type execution_context: int | str | None
|
|
3317
|
-
:type undo: bool | None
|
|
3318
|
-
"""
|
|
2694
|
+
"""Add a particle system"""
|
|
3319
2695
|
|
|
3320
2696
|
def particle_system_remove(
|
|
3321
2697
|
execution_context: int | str | None = None,
|
|
3322
2698
|
undo: bool | None = None,
|
|
3323
2699
|
/,
|
|
3324
2700
|
) -> None:
|
|
3325
|
-
"""Remove the selected particle system
|
|
2701
|
+
"""Remove the selected particle system"""
|
|
3326
2702
|
|
|
3327
|
-
|
|
3328
|
-
:
|
|
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.
|
|
2721
|
+
|
|
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)
|
|
3329
2732
|
"""
|
|
3330
2733
|
|
|
3331
2734
|
def paths_calculate(
|
|
@@ -3339,12 +2742,8 @@ def paths_calculate(
|
|
|
3339
2742
|
) -> None:
|
|
3340
2743
|
"""Generate motion paths for the selected objects
|
|
3341
2744
|
|
|
3342
|
-
:
|
|
3343
|
-
:type undo: bool | None
|
|
3344
|
-
:param display_type: Display type
|
|
3345
|
-
:type display_type: bpy.stub_internal.rna_enums.MotionpathDisplayTypeItems | None
|
|
2745
|
+
:param display_type: Display Type
|
|
3346
2746
|
:param range: Computation Range
|
|
3347
|
-
:type range: bpy.stub_internal.rna_enums.MotionpathRangeItems | None
|
|
3348
2747
|
"""
|
|
3349
2748
|
|
|
3350
2749
|
def paths_clear(
|
|
@@ -3356,10 +2755,7 @@ def paths_clear(
|
|
|
3356
2755
|
) -> None:
|
|
3357
2756
|
"""Undocumented, consider contributing.
|
|
3358
2757
|
|
|
3359
|
-
:type execution_context: int | str | None
|
|
3360
|
-
:type undo: bool | None
|
|
3361
2758
|
:param only_selected: Only Selected, Only clear motion paths of selected objects
|
|
3362
|
-
:type only_selected: bool | None
|
|
3363
2759
|
"""
|
|
3364
2760
|
|
|
3365
2761
|
def paths_update(
|
|
@@ -3367,22 +2763,14 @@ def paths_update(
|
|
|
3367
2763
|
undo: bool | None = None,
|
|
3368
2764
|
/,
|
|
3369
2765
|
) -> None:
|
|
3370
|
-
"""Recalculate motion paths for selected objects
|
|
3371
|
-
|
|
3372
|
-
:type execution_context: int | str | None
|
|
3373
|
-
:type undo: bool | None
|
|
3374
|
-
"""
|
|
2766
|
+
"""Recalculate motion paths for selected objects"""
|
|
3375
2767
|
|
|
3376
2768
|
def paths_update_visible(
|
|
3377
2769
|
execution_context: int | str | None = None,
|
|
3378
2770
|
undo: bool | None = None,
|
|
3379
2771
|
/,
|
|
3380
2772
|
) -> None:
|
|
3381
|
-
"""Recalculate all visible motion paths for objects and poses
|
|
3382
|
-
|
|
3383
|
-
:type execution_context: int | str | None
|
|
3384
|
-
:type undo: bool | None
|
|
3385
|
-
"""
|
|
2773
|
+
"""Recalculate all visible motion paths for objects and poses"""
|
|
3386
2774
|
|
|
3387
2775
|
def pointcloud_random_add(
|
|
3388
2776
|
execution_context: int | str | None = None,
|
|
@@ -3404,8 +2792,6 @@ def pointcloud_random_add(
|
|
|
3404
2792
|
) -> None:
|
|
3405
2793
|
"""Add a point cloud object to the scene
|
|
3406
2794
|
|
|
3407
|
-
:type execution_context: int | str | None
|
|
3408
|
-
:type undo: bool | None
|
|
3409
2795
|
:param align: Align, The alignment of the new object
|
|
3410
2796
|
|
|
3411
2797
|
WORLD
|
|
@@ -3416,13 +2802,9 @@ def pointcloud_random_add(
|
|
|
3416
2802
|
|
|
3417
2803
|
CURSOR
|
|
3418
2804
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
3419
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
3420
2805
|
:param location: Location, Location for the newly added object
|
|
3421
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3422
2806
|
:param rotation: Rotation, Rotation for the newly added object
|
|
3423
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
3424
2807
|
:param scale: Scale, Scale for the newly added object
|
|
3425
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3426
2808
|
"""
|
|
3427
2809
|
|
|
3428
2810
|
def posemode_toggle(
|
|
@@ -3430,11 +2812,7 @@ def posemode_toggle(
|
|
|
3430
2812
|
undo: bool | None = None,
|
|
3431
2813
|
/,
|
|
3432
2814
|
) -> None:
|
|
3433
|
-
"""Enable or disable posing/selecting bones
|
|
3434
|
-
|
|
3435
|
-
:type execution_context: int | str | None
|
|
3436
|
-
:type undo: bool | None
|
|
3437
|
-
"""
|
|
2815
|
+
"""Enable or disable posing/selecting bones"""
|
|
3438
2816
|
|
|
3439
2817
|
def quadriflow_remesh(
|
|
3440
2818
|
execution_context: int | str | None = None,
|
|
@@ -3455,18 +2833,11 @@ def quadriflow_remesh(
|
|
|
3455
2833
|
) -> None:
|
|
3456
2834
|
"""Create a new quad based mesh using the surface data of the current mesh. All data layers will be lost
|
|
3457
2835
|
|
|
3458
|
-
:type execution_context: int | str | None
|
|
3459
|
-
:type undo: bool | None
|
|
3460
2836
|
:param use_mesh_symmetry: Use Mesh Symmetry, Generates a symmetrical mesh using the mesh symmetry configuration
|
|
3461
|
-
:type use_mesh_symmetry: bool | None
|
|
3462
2837
|
:param use_preserve_sharp: Preserve Sharp, Try to preserve sharp features on the mesh
|
|
3463
|
-
:type use_preserve_sharp: bool | None
|
|
3464
2838
|
:param use_preserve_boundary: Preserve Mesh Boundary, Try to preserve mesh boundary on the mesh
|
|
3465
|
-
:type use_preserve_boundary: bool | None
|
|
3466
2839
|
:param preserve_attributes: Preserve Attributes, Reproject attributes onto the new mesh
|
|
3467
|
-
:type preserve_attributes: bool | None
|
|
3468
2840
|
:param smooth_normals: Smooth Normals, Set the output mesh normals to smooth
|
|
3469
|
-
:type smooth_normals: bool | None
|
|
3470
2841
|
:param mode: Mode, How to specify the amount of detail for the new mesh
|
|
3471
2842
|
|
|
3472
2843
|
RATIO
|
|
@@ -3477,17 +2848,11 @@ def quadriflow_remesh(
|
|
|
3477
2848
|
|
|
3478
2849
|
FACES
|
|
3479
2850
|
Faces -- Input target number of faces in the new mesh.
|
|
3480
|
-
:type mode: typing.Literal['RATIO','EDGE','FACES'] | None
|
|
3481
2851
|
:param target_ratio: Ratio, Relative number of faces compared to the current mesh
|
|
3482
|
-
:type target_ratio: float | None
|
|
3483
2852
|
:param target_edge_length: Edge Length, Target edge length in the new mesh
|
|
3484
|
-
:type target_edge_length: float | None
|
|
3485
2853
|
:param target_faces: Number of Faces, Approximate number of faces (quads) in the new mesh
|
|
3486
|
-
:type target_faces: int | None
|
|
3487
2854
|
:param mesh_area: Old Object Face Area, This property is only used to cache the object area for later calculations
|
|
3488
|
-
:type mesh_area: float | None
|
|
3489
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
|
|
3490
|
-
:type seed: int | None
|
|
3491
2856
|
"""
|
|
3492
2857
|
|
|
3493
2858
|
def quick_explode(
|
|
@@ -3505,22 +2870,13 @@ def quick_explode(
|
|
|
3505
2870
|
) -> None:
|
|
3506
2871
|
"""Make selected objects explode
|
|
3507
2872
|
|
|
3508
|
-
:type execution_context: int | str | None
|
|
3509
|
-
:type undo: bool | None
|
|
3510
2873
|
:param style: Explode Style
|
|
3511
|
-
:type style: typing.Literal['EXPLODE','BLEND'] | None
|
|
3512
2874
|
:param amount: Number of Pieces
|
|
3513
|
-
:type amount: int | None
|
|
3514
2875
|
:param frame_duration: Duration
|
|
3515
|
-
:type frame_duration: int | None
|
|
3516
2876
|
:param frame_start: Start Frame
|
|
3517
|
-
:type frame_start: int | None
|
|
3518
2877
|
:param frame_end: End Frame
|
|
3519
|
-
:type frame_end: int | None
|
|
3520
2878
|
:param velocity: Outwards Velocity
|
|
3521
|
-
:type velocity: float | None
|
|
3522
2879
|
:param fade: Fade, Fade the pieces over time
|
|
3523
|
-
:type fade: bool | None
|
|
3524
2880
|
"""
|
|
3525
2881
|
|
|
3526
2882
|
def quick_fur(
|
|
@@ -3538,22 +2894,13 @@ def quick_fur(
|
|
|
3538
2894
|
) -> None:
|
|
3539
2895
|
"""Add a fur setup to the selected objects
|
|
3540
2896
|
|
|
3541
|
-
:type execution_context: int | str | None
|
|
3542
|
-
:type undo: bool | None
|
|
3543
2897
|
:param density: Density
|
|
3544
|
-
:type density: typing.Literal['LOW','MEDIUM','HIGH'] | None
|
|
3545
2898
|
:param length: Length
|
|
3546
|
-
:type length: float | None
|
|
3547
2899
|
:param radius: Hair Radius
|
|
3548
|
-
:type radius: float | None
|
|
3549
2900
|
:param view_percentage: View Percentage
|
|
3550
|
-
:type view_percentage: float | None
|
|
3551
2901
|
:param apply_hair_guides: Apply Hair Guides
|
|
3552
|
-
:type apply_hair_guides: bool | None
|
|
3553
2902
|
:param use_noise: Noise
|
|
3554
|
-
:type use_noise: bool | None
|
|
3555
2903
|
:param use_frizz: Frizz
|
|
3556
|
-
:type use_frizz: bool | None
|
|
3557
2904
|
"""
|
|
3558
2905
|
|
|
3559
2906
|
def quick_liquid(
|
|
@@ -3565,10 +2912,7 @@ def quick_liquid(
|
|
|
3565
2912
|
) -> None:
|
|
3566
2913
|
"""Make selected objects liquid
|
|
3567
2914
|
|
|
3568
|
-
:type execution_context: int | str | None
|
|
3569
|
-
:type undo: bool | None
|
|
3570
2915
|
:param show_flows: Render Liquid Objects, Keep the liquid objects visible during rendering
|
|
3571
|
-
:type show_flows: bool | None
|
|
3572
2916
|
"""
|
|
3573
2917
|
|
|
3574
2918
|
def quick_smoke(
|
|
@@ -3581,12 +2925,8 @@ def quick_smoke(
|
|
|
3581
2925
|
) -> None:
|
|
3582
2926
|
"""Use selected objects as smoke emitters
|
|
3583
2927
|
|
|
3584
|
-
:type execution_context: int | str | None
|
|
3585
|
-
:type undo: bool | None
|
|
3586
2928
|
:param style: Smoke Style
|
|
3587
|
-
:type style: typing.Literal['SMOKE','FIRE','BOTH'] | None
|
|
3588
2929
|
:param show_flows: Render Smoke Objects, Keep the smoke objects visible during rendering
|
|
3589
|
-
:type show_flows: bool | None
|
|
3590
2930
|
"""
|
|
3591
2931
|
|
|
3592
2932
|
def randomize_transform(
|
|
@@ -3606,26 +2946,15 @@ def randomize_transform(
|
|
|
3606
2946
|
) -> None:
|
|
3607
2947
|
"""Randomize objects location, rotation, and scale
|
|
3608
2948
|
|
|
3609
|
-
:type execution_context: int | str | None
|
|
3610
|
-
:type undo: bool | None
|
|
3611
2949
|
:param random_seed: Random Seed, Seed value for the random generator
|
|
3612
|
-
:type random_seed: int | None
|
|
3613
2950
|
:param use_delta: Transform Delta, Randomize delta transform values instead of regular transform
|
|
3614
|
-
:type use_delta: bool | None
|
|
3615
2951
|
:param use_loc: Randomize Location, Randomize the location values
|
|
3616
|
-
:type use_loc: bool | None
|
|
3617
2952
|
:param loc: Location, Maximum distance the objects can spread over each axis
|
|
3618
|
-
:type loc: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3619
2953
|
:param use_rot: Randomize Rotation, Randomize the rotation values
|
|
3620
|
-
:type use_rot: bool | None
|
|
3621
2954
|
:param rot: Rotation, Maximum rotation over each axis
|
|
3622
|
-
:type rot: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
3623
2955
|
:param use_scale: Randomize Scale, Randomize the scale values
|
|
3624
|
-
:type use_scale: bool | None
|
|
3625
2956
|
:param scale_even: Scale Even, Use the same scale value for all axis
|
|
3626
|
-
:type scale_even: bool | None
|
|
3627
2957
|
:param scale: Scale, Maximum scale randomization over each axis
|
|
3628
|
-
:type scale: collections.abc.Iterable[float] | None
|
|
3629
2958
|
"""
|
|
3630
2959
|
|
|
3631
2960
|
def reset_override_library(
|
|
@@ -3633,11 +2962,7 @@ def reset_override_library(
|
|
|
3633
2962
|
undo: bool | None = None,
|
|
3634
2963
|
/,
|
|
3635
2964
|
) -> None:
|
|
3636
|
-
"""Reset the selected local overrides to their linked references values
|
|
3637
|
-
|
|
3638
|
-
:type execution_context: int | str | None
|
|
3639
|
-
:type undo: bool | None
|
|
3640
|
-
"""
|
|
2965
|
+
"""Reset the selected local overrides to their linked references values"""
|
|
3641
2966
|
|
|
3642
2967
|
def rotation_clear(
|
|
3643
2968
|
execution_context: int | str | None = None,
|
|
@@ -3648,10 +2973,7 @@ def rotation_clear(
|
|
|
3648
2973
|
) -> None:
|
|
3649
2974
|
"""Clear the objects rotation
|
|
3650
2975
|
|
|
3651
|
-
:type execution_context: int | str | None
|
|
3652
|
-
:type undo: bool | None
|
|
3653
2976
|
:param clear_delta: Clear Delta, Clear delta rotation in addition to clearing the normal rotation transform
|
|
3654
|
-
:type clear_delta: bool | None
|
|
3655
2977
|
"""
|
|
3656
2978
|
|
|
3657
2979
|
def scale_clear(
|
|
@@ -3663,10 +2985,7 @@ def scale_clear(
|
|
|
3663
2985
|
) -> None:
|
|
3664
2986
|
"""Clear the objects scale
|
|
3665
2987
|
|
|
3666
|
-
:type execution_context: int | str | None
|
|
3667
|
-
:type undo: bool | None
|
|
3668
2988
|
:param clear_delta: Clear Delta, Clear delta scale in addition to clearing the normal scale transform
|
|
3669
|
-
:type clear_delta: bool | None
|
|
3670
2989
|
"""
|
|
3671
2990
|
|
|
3672
2991
|
def select_all(
|
|
@@ -3678,8 +2997,6 @@ def select_all(
|
|
|
3678
2997
|
) -> None:
|
|
3679
2998
|
"""Change selection of all visible objects in scene
|
|
3680
2999
|
|
|
3681
|
-
:type execution_context: int | str | None
|
|
3682
|
-
:type undo: bool | None
|
|
3683
3000
|
:param action: Action, Selection action to execute
|
|
3684
3001
|
|
|
3685
3002
|
TOGGLE
|
|
@@ -3693,7 +3010,6 @@ def select_all(
|
|
|
3693
3010
|
|
|
3694
3011
|
INVERT
|
|
3695
3012
|
Invert -- Invert selection of all elements.
|
|
3696
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
3697
3013
|
"""
|
|
3698
3014
|
|
|
3699
3015
|
def select_by_type(
|
|
@@ -3706,12 +3022,8 @@ def select_by_type(
|
|
|
3706
3022
|
) -> None:
|
|
3707
3023
|
"""Select all visible objects that are of a type
|
|
3708
3024
|
|
|
3709
|
-
:type execution_context: int | str | None
|
|
3710
|
-
:type undo: bool | None
|
|
3711
3025
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3712
|
-
:type extend: bool | None
|
|
3713
3026
|
:param type: Type
|
|
3714
|
-
:type type: bpy.stub_internal.rna_enums.ObjectTypeItems | None
|
|
3715
3027
|
"""
|
|
3716
3028
|
|
|
3717
3029
|
def select_camera(
|
|
@@ -3723,10 +3035,7 @@ def select_camera(
|
|
|
3723
3035
|
) -> None:
|
|
3724
3036
|
"""Select the active camera
|
|
3725
3037
|
|
|
3726
|
-
:type execution_context: int | str | None
|
|
3727
|
-
:type undo: bool | None
|
|
3728
3038
|
:param extend: Extend, Extend the selection
|
|
3729
|
-
:type extend: bool | None
|
|
3730
3039
|
"""
|
|
3731
3040
|
|
|
3732
3041
|
def select_grouped(
|
|
@@ -3752,10 +3061,7 @@ def select_grouped(
|
|
|
3752
3061
|
) -> None:
|
|
3753
3062
|
"""Select all visible objects grouped by various properties
|
|
3754
3063
|
|
|
3755
|
-
:type execution_context: int | str | None
|
|
3756
|
-
:type undo: bool | None
|
|
3757
3064
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3758
|
-
:type extend: bool | None
|
|
3759
3065
|
:param type: Type
|
|
3760
3066
|
|
|
3761
3067
|
CHILDREN_RECURSIVE
|
|
@@ -3790,7 +3096,6 @@ def select_grouped(
|
|
|
3790
3096
|
|
|
3791
3097
|
LIGHT_TYPE
|
|
3792
3098
|
Light Type -- Matching light types.
|
|
3793
|
-
:type type: typing.Literal['CHILDREN_RECURSIVE','CHILDREN','PARENT','SIBLINGS','TYPE','COLLECTION','HOOK','PASS','COLOR','KEYINGSET','LIGHT_TYPE'] | None
|
|
3794
3099
|
"""
|
|
3795
3100
|
|
|
3796
3101
|
def select_hierarchy(
|
|
@@ -3803,12 +3108,8 @@ def select_hierarchy(
|
|
|
3803
3108
|
) -> None:
|
|
3804
3109
|
"""Select object relative to the active objects position in the hierarchy
|
|
3805
3110
|
|
|
3806
|
-
:type execution_context: int | str | None
|
|
3807
|
-
:type undo: bool | None
|
|
3808
3111
|
:param direction: Direction, Direction to select in the hierarchy
|
|
3809
|
-
:type direction: typing.Literal['PARENT','CHILD'] | None
|
|
3810
3112
|
:param extend: Extend, Extend the existing selection
|
|
3811
|
-
:type extend: bool | None
|
|
3812
3113
|
"""
|
|
3813
3114
|
|
|
3814
3115
|
def select_less(
|
|
@@ -3816,11 +3117,7 @@ def select_less(
|
|
|
3816
3117
|
undo: bool | None = None,
|
|
3817
3118
|
/,
|
|
3818
3119
|
) -> None:
|
|
3819
|
-
"""Deselect objects at the boundaries of parent/child relationships
|
|
3820
|
-
|
|
3821
|
-
:type execution_context: int | str | None
|
|
3822
|
-
:type undo: bool | None
|
|
3823
|
-
"""
|
|
3120
|
+
"""Deselect objects at the boundaries of parent/child relationships"""
|
|
3824
3121
|
|
|
3825
3122
|
def select_linked(
|
|
3826
3123
|
execution_context: int | str | None = None,
|
|
@@ -3835,12 +3132,8 @@ def select_linked(
|
|
|
3835
3132
|
) -> None:
|
|
3836
3133
|
"""Select all visible objects that are linked
|
|
3837
3134
|
|
|
3838
|
-
:type execution_context: int | str | None
|
|
3839
|
-
:type undo: bool | None
|
|
3840
3135
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3841
|
-
:type extend: bool | None
|
|
3842
3136
|
:param type: Type
|
|
3843
|
-
:type type: typing.Literal['OBDATA','MATERIAL','DUPGROUP','PARTICLE','LIBRARY','LIBRARY_OBDATA'] | None
|
|
3844
3137
|
"""
|
|
3845
3138
|
|
|
3846
3139
|
def select_mirror(
|
|
@@ -3852,10 +3145,7 @@ def select_mirror(
|
|
|
3852
3145
|
) -> None:
|
|
3853
3146
|
"""Select the mirror objects of the selected object e.g. "L.sword" and "R.sword"
|
|
3854
3147
|
|
|
3855
|
-
:type execution_context: int | str | None
|
|
3856
|
-
:type undo: bool | None
|
|
3857
3148
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
3858
|
-
:type extend: bool | None
|
|
3859
3149
|
"""
|
|
3860
3150
|
|
|
3861
3151
|
def select_more(
|
|
@@ -3863,11 +3153,7 @@ def select_more(
|
|
|
3863
3153
|
undo: bool | None = None,
|
|
3864
3154
|
/,
|
|
3865
3155
|
) -> None:
|
|
3866
|
-
"""Select connected parent/child objects
|
|
3867
|
-
|
|
3868
|
-
:type execution_context: int | str | None
|
|
3869
|
-
:type undo: bool | None
|
|
3870
|
-
"""
|
|
3156
|
+
"""Select connected parent/child objects"""
|
|
3871
3157
|
|
|
3872
3158
|
def select_pattern(
|
|
3873
3159
|
execution_context: int | str | None = None,
|
|
@@ -3880,14 +3166,9 @@ def select_pattern(
|
|
|
3880
3166
|
) -> None:
|
|
3881
3167
|
"""Select objects matching a naming pattern
|
|
3882
3168
|
|
|
3883
|
-
:type execution_context: int | str | None
|
|
3884
|
-
:type undo: bool | None
|
|
3885
3169
|
:param pattern: Pattern, Name filter using *, ? and [abc] unix style wildcards
|
|
3886
|
-
:type pattern: str
|
|
3887
3170
|
:param case_sensitive: Case Sensitive, Do a case sensitive compare
|
|
3888
|
-
:type case_sensitive: bool | None
|
|
3889
3171
|
:param extend: Extend, Extend the existing selection
|
|
3890
|
-
:type extend: bool | None
|
|
3891
3172
|
"""
|
|
3892
3173
|
|
|
3893
3174
|
def select_random(
|
|
@@ -3901,12 +3182,8 @@ def select_random(
|
|
|
3901
3182
|
) -> None:
|
|
3902
3183
|
"""Select or deselect random visible objects
|
|
3903
3184
|
|
|
3904
|
-
:type execution_context: int | str | None
|
|
3905
|
-
:type undo: bool | None
|
|
3906
3185
|
:param ratio: Ratio, Portion of items to select randomly
|
|
3907
|
-
:type ratio: float | None
|
|
3908
3186
|
:param seed: Random Seed, Seed for the random number generator
|
|
3909
|
-
:type seed: int | None
|
|
3910
3187
|
:param action: Action, Selection action to execute
|
|
3911
3188
|
|
|
3912
3189
|
SELECT
|
|
@@ -3914,7 +3191,6 @@ def select_random(
|
|
|
3914
3191
|
|
|
3915
3192
|
DESELECT
|
|
3916
3193
|
Deselect -- Deselect all elements.
|
|
3917
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
3918
3194
|
"""
|
|
3919
3195
|
|
|
3920
3196
|
def select_same_collection(
|
|
@@ -3926,10 +3202,7 @@ def select_same_collection(
|
|
|
3926
3202
|
) -> None:
|
|
3927
3203
|
"""Select object in the same collection
|
|
3928
3204
|
|
|
3929
|
-
:type execution_context: int | str | None
|
|
3930
|
-
:type undo: bool | None
|
|
3931
3205
|
:param collection: Collection, Name of the collection to select
|
|
3932
|
-
:type collection: str
|
|
3933
3206
|
"""
|
|
3934
3207
|
|
|
3935
3208
|
def shade_auto_smooth(
|
|
@@ -3942,12 +3215,8 @@ def shade_auto_smooth(
|
|
|
3942
3215
|
) -> None:
|
|
3943
3216
|
"""Add modifier to automatically set the sharpness of mesh edges based on the angle between the neighboring faces
|
|
3944
3217
|
|
|
3945
|
-
:type execution_context: int | str | None
|
|
3946
|
-
:type undo: bool | None
|
|
3947
3218
|
:param use_auto_smooth: Auto Smooth, Add modifier to set edge sharpness automatically
|
|
3948
|
-
:type use_auto_smooth: bool | None
|
|
3949
3219
|
:param angle: Angle, Maximum angle between face normals that will be considered as smooth
|
|
3950
|
-
:type angle: float | None
|
|
3951
3220
|
"""
|
|
3952
3221
|
|
|
3953
3222
|
def shade_flat(
|
|
@@ -3959,10 +3228,7 @@ def shade_flat(
|
|
|
3959
3228
|
) -> None:
|
|
3960
3229
|
"""Render and display faces uniform, using face normals
|
|
3961
3230
|
|
|
3962
|
-
:type execution_context: int | str | None
|
|
3963
|
-
:type undo: bool | None
|
|
3964
3231
|
:param keep_sharp_edges: Keep Sharp Edges, Dont remove sharp edges, which are redundant with faces shaded smooth
|
|
3965
|
-
:type keep_sharp_edges: bool | None
|
|
3966
3232
|
"""
|
|
3967
3233
|
|
|
3968
3234
|
def shade_smooth(
|
|
@@ -3974,10 +3240,7 @@ def shade_smooth(
|
|
|
3974
3240
|
) -> None:
|
|
3975
3241
|
"""Render and display faces smooth, using interpolated vertex normals
|
|
3976
3242
|
|
|
3977
|
-
:type execution_context: int | str | None
|
|
3978
|
-
:type undo: bool | None
|
|
3979
3243
|
:param keep_sharp_edges: Keep Sharp Edges, Dont remove sharp edges. Tagged edges will remain sharp
|
|
3980
|
-
:type keep_sharp_edges: bool | None
|
|
3981
3244
|
"""
|
|
3982
3245
|
|
|
3983
3246
|
def shade_smooth_by_angle(
|
|
@@ -3990,12 +3253,8 @@ def shade_smooth_by_angle(
|
|
|
3990
3253
|
) -> None:
|
|
3991
3254
|
"""Set the sharpness of mesh edges based on the angle between the neighboring faces
|
|
3992
3255
|
|
|
3993
|
-
:type execution_context: int | str | None
|
|
3994
|
-
:type undo: bool | None
|
|
3995
3256
|
:param angle: Angle, Maximum angle between face normals that will be considered as smooth
|
|
3996
|
-
:type angle: float | None
|
|
3997
3257
|
:param keep_sharp_edges: Keep Sharp Edges, Only add sharp edges instead of clearing existing tags first
|
|
3998
|
-
:type keep_sharp_edges: bool | None
|
|
3999
3258
|
"""
|
|
4000
3259
|
|
|
4001
3260
|
def shaderfx_add(
|
|
@@ -4007,10 +3266,7 @@ def shaderfx_add(
|
|
|
4007
3266
|
) -> None:
|
|
4008
3267
|
"""Add a visual effect to the active object
|
|
4009
3268
|
|
|
4010
|
-
:type execution_context: int | str | None
|
|
4011
|
-
:type undo: bool | None
|
|
4012
3269
|
:param type: Type
|
|
4013
|
-
:type type: bpy.stub_internal.rna_enums.ObjectShaderfxTypeItems | None
|
|
4014
3270
|
"""
|
|
4015
3271
|
|
|
4016
3272
|
def shaderfx_copy(
|
|
@@ -4022,10 +3278,7 @@ def shaderfx_copy(
|
|
|
4022
3278
|
) -> None:
|
|
4023
3279
|
"""Duplicate effect at the same position in the stack
|
|
4024
3280
|
|
|
4025
|
-
:type execution_context: int | str | None
|
|
4026
|
-
:type undo: bool | None
|
|
4027
3281
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4028
|
-
:type shaderfx: str
|
|
4029
3282
|
"""
|
|
4030
3283
|
|
|
4031
3284
|
def shaderfx_move_down(
|
|
@@ -4037,10 +3290,7 @@ def shaderfx_move_down(
|
|
|
4037
3290
|
) -> None:
|
|
4038
3291
|
"""Move effect down in the stack
|
|
4039
3292
|
|
|
4040
|
-
:type execution_context: int | str | None
|
|
4041
|
-
:type undo: bool | None
|
|
4042
3293
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4043
|
-
:type shaderfx: str
|
|
4044
3294
|
"""
|
|
4045
3295
|
|
|
4046
3296
|
def shaderfx_move_to_index(
|
|
@@ -4053,12 +3303,8 @@ def shaderfx_move_to_index(
|
|
|
4053
3303
|
) -> None:
|
|
4054
3304
|
"""Change the effects position in the list so it evaluates after the set number of others
|
|
4055
3305
|
|
|
4056
|
-
:type execution_context: int | str | None
|
|
4057
|
-
:type undo: bool | None
|
|
4058
3306
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4059
|
-
:type shaderfx: str
|
|
4060
3307
|
:param index: Index, The index to move the effect to
|
|
4061
|
-
:type index: int | None
|
|
4062
3308
|
"""
|
|
4063
3309
|
|
|
4064
3310
|
def shaderfx_move_up(
|
|
@@ -4070,10 +3316,7 @@ def shaderfx_move_up(
|
|
|
4070
3316
|
) -> None:
|
|
4071
3317
|
"""Move effect up in the stack
|
|
4072
3318
|
|
|
4073
|
-
:type execution_context: int | str | None
|
|
4074
|
-
:type undo: bool | None
|
|
4075
3319
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4076
|
-
:type shaderfx: str
|
|
4077
3320
|
"""
|
|
4078
3321
|
|
|
4079
3322
|
def shaderfx_remove(
|
|
@@ -4086,12 +3329,8 @@ def shaderfx_remove(
|
|
|
4086
3329
|
) -> None:
|
|
4087
3330
|
"""Remove a effect from the active Grease Pencil object
|
|
4088
3331
|
|
|
4089
|
-
:type execution_context: int | str | None
|
|
4090
|
-
:type undo: bool | None
|
|
4091
3332
|
:param shaderfx: Shader, Name of the shaderfx to edit
|
|
4092
|
-
:type shaderfx: str
|
|
4093
3333
|
:param report: Report, Create a notification after the operation
|
|
4094
|
-
:type report: bool | None
|
|
4095
3334
|
"""
|
|
4096
3335
|
|
|
4097
3336
|
def shape_key_add(
|
|
@@ -4103,10 +3342,7 @@ def shape_key_add(
|
|
|
4103
3342
|
) -> None:
|
|
4104
3343
|
"""Add shape key to the object
|
|
4105
3344
|
|
|
4106
|
-
:type execution_context: int | str | None
|
|
4107
|
-
:type undo: bool | None
|
|
4108
3345
|
:param from_mix: From Mix, Create the new shape key from the existing mix of keys
|
|
4109
|
-
:type from_mix: bool | None
|
|
4110
3346
|
"""
|
|
4111
3347
|
|
|
4112
3348
|
def shape_key_clear(
|
|
@@ -4114,22 +3350,14 @@ def shape_key_clear(
|
|
|
4114
3350
|
undo: bool | None = None,
|
|
4115
3351
|
/,
|
|
4116
3352
|
) -> None:
|
|
4117
|
-
"""Reset the weights of all shape keys to 0 or to the closest value respecting the limits
|
|
4118
|
-
|
|
4119
|
-
:type execution_context: int | str | None
|
|
4120
|
-
:type undo: bool | None
|
|
4121
|
-
"""
|
|
3353
|
+
"""Reset the weights of all shape keys to 0 or to the closest value respecting the limits"""
|
|
4122
3354
|
|
|
4123
3355
|
def shape_key_copy(
|
|
4124
3356
|
execution_context: int | str | None = None,
|
|
4125
3357
|
undo: bool | None = None,
|
|
4126
3358
|
/,
|
|
4127
3359
|
) -> None:
|
|
4128
|
-
"""Duplicate the active shape key
|
|
4129
|
-
|
|
4130
|
-
:type execution_context: int | str | None
|
|
4131
|
-
:type undo: bool | None
|
|
4132
|
-
"""
|
|
3360
|
+
"""Duplicate the active shape key"""
|
|
4133
3361
|
|
|
4134
3362
|
def shape_key_lock(
|
|
4135
3363
|
execution_context: int | str | None = None,
|
|
@@ -4140,8 +3368,6 @@ def shape_key_lock(
|
|
|
4140
3368
|
) -> None:
|
|
4141
3369
|
"""Change the lock state of all shape keys of active object
|
|
4142
3370
|
|
|
4143
|
-
:type execution_context: int | str | None
|
|
4144
|
-
:type undo: bool | None
|
|
4145
3371
|
:param action: Action, Lock action to execute on vertex groups
|
|
4146
3372
|
|
|
4147
3373
|
LOCK
|
|
@@ -4149,7 +3375,6 @@ def shape_key_lock(
|
|
|
4149
3375
|
|
|
4150
3376
|
UNLOCK
|
|
4151
3377
|
Unlock -- Unlock all shape keys.
|
|
4152
|
-
:type action: typing.Literal['LOCK','UNLOCK'] | None
|
|
4153
3378
|
"""
|
|
4154
3379
|
|
|
4155
3380
|
def shape_key_make_basis(
|
|
@@ -4157,11 +3382,7 @@ def shape_key_make_basis(
|
|
|
4157
3382
|
undo: bool | None = None,
|
|
4158
3383
|
/,
|
|
4159
3384
|
) -> None:
|
|
4160
|
-
"""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
|
|
4161
|
-
|
|
4162
|
-
:type execution_context: int | str | None
|
|
4163
|
-
:type undo: bool | None
|
|
4164
|
-
"""
|
|
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"""
|
|
4165
3386
|
|
|
4166
3387
|
def shape_key_mirror(
|
|
4167
3388
|
execution_context: int | str | None = None,
|
|
@@ -4172,10 +3393,7 @@ def shape_key_mirror(
|
|
|
4172
3393
|
) -> None:
|
|
4173
3394
|
"""Mirror the current shape key along the local X axis
|
|
4174
3395
|
|
|
4175
|
-
:type execution_context: int | str | None
|
|
4176
|
-
:type undo: bool | None
|
|
4177
3396
|
:param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
|
|
4178
|
-
:type use_topology: bool | None
|
|
4179
3397
|
"""
|
|
4180
3398
|
|
|
4181
3399
|
def shape_key_move(
|
|
@@ -4187,8 +3405,6 @@ def shape_key_move(
|
|
|
4187
3405
|
) -> None:
|
|
4188
3406
|
"""Move selected shape keys up/down in the list
|
|
4189
3407
|
|
|
4190
|
-
:type execution_context: int | str | None
|
|
4191
|
-
:type undo: bool | None
|
|
4192
3408
|
:param type: Type
|
|
4193
3409
|
|
|
4194
3410
|
TOP
|
|
@@ -4202,7 +3418,6 @@ def shape_key_move(
|
|
|
4202
3418
|
|
|
4203
3419
|
BOTTOM
|
|
4204
3420
|
Bottom -- Bottom of the list.
|
|
4205
|
-
:type type: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
|
|
4206
3421
|
"""
|
|
4207
3422
|
|
|
4208
3423
|
def shape_key_remove(
|
|
@@ -4215,12 +3430,8 @@ def shape_key_remove(
|
|
|
4215
3430
|
) -> None:
|
|
4216
3431
|
"""Remove shape key from the object
|
|
4217
3432
|
|
|
4218
|
-
:type execution_context: int | str | None
|
|
4219
|
-
:type undo: bool | None
|
|
4220
3433
|
:param all: All, Remove all shape keys
|
|
4221
|
-
:type all: bool | None
|
|
4222
3434
|
:param apply_mix: Apply Mix, Apply current mix of shape keys to the geometry before removing them
|
|
4223
|
-
:type apply_mix: bool | None
|
|
4224
3435
|
"""
|
|
4225
3436
|
|
|
4226
3437
|
def shape_key_retime(
|
|
@@ -4228,11 +3439,7 @@ def shape_key_retime(
|
|
|
4228
3439
|
undo: bool | None = None,
|
|
4229
3440
|
/,
|
|
4230
3441
|
) -> None:
|
|
4231
|
-
"""Resets the timing for absolute shape keys
|
|
4232
|
-
|
|
4233
|
-
:type execution_context: int | str | None
|
|
4234
|
-
:type undo: bool | None
|
|
4235
|
-
"""
|
|
3442
|
+
"""Resets the timing for absolute shape keys"""
|
|
4236
3443
|
|
|
4237
3444
|
def shape_key_transfer(
|
|
4238
3445
|
execution_context: int | str | None = None,
|
|
@@ -4244,8 +3451,6 @@ def shape_key_transfer(
|
|
|
4244
3451
|
) -> None:
|
|
4245
3452
|
"""Copy the active shape key of another selected object to this one
|
|
4246
3453
|
|
|
4247
|
-
:type execution_context: int | str | None
|
|
4248
|
-
:type undo: bool | None
|
|
4249
3454
|
:param mode: Transformation Mode, Relative shape positions to the new shape method
|
|
4250
3455
|
|
|
4251
3456
|
OFFSET
|
|
@@ -4256,9 +3461,7 @@ def shape_key_transfer(
|
|
|
4256
3461
|
|
|
4257
3462
|
RELATIVE_EDGE
|
|
4258
3463
|
Relative Edge -- Calculate relative position (using edges).
|
|
4259
|
-
:type mode: typing.Literal['OFFSET','RELATIVE_FACE','RELATIVE_EDGE'] | None
|
|
4260
3464
|
:param use_clamp: Clamp Offset, Clamp the transformation to the distance each vertex moves in the original shape
|
|
4261
|
-
:type use_clamp: bool | None
|
|
4262
3465
|
"""
|
|
4263
3466
|
|
|
4264
3467
|
def simulation_nodes_cache_bake(
|
|
@@ -4270,10 +3473,7 @@ def simulation_nodes_cache_bake(
|
|
|
4270
3473
|
) -> None:
|
|
4271
3474
|
"""Bake simulations in geometry nodes modifiers
|
|
4272
3475
|
|
|
4273
|
-
:type execution_context: int | str | None
|
|
4274
|
-
:type undo: bool | None
|
|
4275
3476
|
:param selected: Selected, Bake cache on all selected objects
|
|
4276
|
-
:type selected: bool | None
|
|
4277
3477
|
"""
|
|
4278
3478
|
|
|
4279
3479
|
def simulation_nodes_cache_calculate_to_frame(
|
|
@@ -4285,10 +3485,7 @@ def simulation_nodes_cache_calculate_to_frame(
|
|
|
4285
3485
|
) -> None:
|
|
4286
3486
|
"""Calculate simulations in geometry nodes modifiers from the start to current frame
|
|
4287
3487
|
|
|
4288
|
-
:type execution_context: int | str | None
|
|
4289
|
-
:type undo: bool | None
|
|
4290
3488
|
:param selected: Selected, Calculate all selected objects instead of just the active object
|
|
4291
|
-
:type selected: bool | None
|
|
4292
3489
|
"""
|
|
4293
3490
|
|
|
4294
3491
|
def simulation_nodes_cache_delete(
|
|
@@ -4300,10 +3497,7 @@ def simulation_nodes_cache_delete(
|
|
|
4300
3497
|
) -> None:
|
|
4301
3498
|
"""Delete cached/baked simulations in geometry nodes modifiers
|
|
4302
3499
|
|
|
4303
|
-
:type execution_context: int | str | None
|
|
4304
|
-
:type undo: bool | None
|
|
4305
3500
|
:param selected: Selected, Delete cache on all selected objects
|
|
4306
|
-
:type selected: bool | None
|
|
4307
3501
|
"""
|
|
4308
3502
|
|
|
4309
3503
|
def skin_armature_create(
|
|
@@ -4315,10 +3509,7 @@ def skin_armature_create(
|
|
|
4315
3509
|
) -> None:
|
|
4316
3510
|
"""Create an armature that parallels the skin layout
|
|
4317
3511
|
|
|
4318
|
-
:type execution_context: int | str | None
|
|
4319
|
-
:type undo: bool | None
|
|
4320
3512
|
:param modifier: Modifier, Name of the modifier to edit
|
|
4321
|
-
:type modifier: str
|
|
4322
3513
|
"""
|
|
4323
3514
|
|
|
4324
3515
|
def skin_loose_mark_clear(
|
|
@@ -4330,8 +3521,6 @@ def skin_loose_mark_clear(
|
|
|
4330
3521
|
) -> None:
|
|
4331
3522
|
"""Mark/clear selected vertices as loose
|
|
4332
3523
|
|
|
4333
|
-
:type execution_context: int | str | None
|
|
4334
|
-
:type undo: bool | None
|
|
4335
3524
|
:param action: Action
|
|
4336
3525
|
|
|
4337
3526
|
MARK
|
|
@@ -4339,7 +3528,6 @@ def skin_loose_mark_clear(
|
|
|
4339
3528
|
|
|
4340
3529
|
CLEAR
|
|
4341
3530
|
Clear -- Set selected vertices as not loose.
|
|
4342
|
-
:type action: typing.Literal['MARK','CLEAR'] | None
|
|
4343
3531
|
"""
|
|
4344
3532
|
|
|
4345
3533
|
def skin_radii_equalize(
|
|
@@ -4347,22 +3535,14 @@ def skin_radii_equalize(
|
|
|
4347
3535
|
undo: bool | None = None,
|
|
4348
3536
|
/,
|
|
4349
3537
|
) -> None:
|
|
4350
|
-
"""Make skin radii of selected vertices equal on each axis
|
|
4351
|
-
|
|
4352
|
-
:type execution_context: int | str | None
|
|
4353
|
-
:type undo: bool | None
|
|
4354
|
-
"""
|
|
3538
|
+
"""Make skin radii of selected vertices equal on each axis"""
|
|
4355
3539
|
|
|
4356
3540
|
def skin_root_mark(
|
|
4357
3541
|
execution_context: int | str | None = None,
|
|
4358
3542
|
undo: bool | None = None,
|
|
4359
3543
|
/,
|
|
4360
3544
|
) -> None:
|
|
4361
|
-
"""Mark selected vertices as roots
|
|
4362
|
-
|
|
4363
|
-
:type execution_context: int | str | None
|
|
4364
|
-
:type undo: bool | None
|
|
4365
|
-
"""
|
|
3545
|
+
"""Mark selected vertices as roots"""
|
|
4366
3546
|
|
|
4367
3547
|
def speaker_add(
|
|
4368
3548
|
execution_context: int | str | None = None,
|
|
@@ -4385,10 +3565,7 @@ def speaker_add(
|
|
|
4385
3565
|
) -> None:
|
|
4386
3566
|
"""Add a speaker object to the scene
|
|
4387
3567
|
|
|
4388
|
-
:type execution_context: int | str | None
|
|
4389
|
-
:type undo: bool | None
|
|
4390
3568
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
4391
|
-
:type enter_editmode: bool | None
|
|
4392
3569
|
:param align: Align, The alignment of the new object
|
|
4393
3570
|
|
|
4394
3571
|
WORLD
|
|
@@ -4399,13 +3576,9 @@ def speaker_add(
|
|
|
4399
3576
|
|
|
4400
3577
|
CURSOR
|
|
4401
3578
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
4402
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
4403
3579
|
:param location: Location, Location for the newly added object
|
|
4404
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4405
3580
|
:param rotation: Rotation, Rotation for the newly added object
|
|
4406
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
4407
3581
|
:param scale: Scale, Scale for the newly added object
|
|
4408
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4409
3582
|
"""
|
|
4410
3583
|
|
|
4411
3584
|
def subdivision_set(
|
|
@@ -4419,14 +3592,9 @@ def subdivision_set(
|
|
|
4419
3592
|
) -> None:
|
|
4420
3593
|
"""Sets a Subdivision Surface level (1 to 5)
|
|
4421
3594
|
|
|
4422
|
-
:type execution_context: int | str | None
|
|
4423
|
-
:type undo: bool | None
|
|
4424
3595
|
:param level: Level
|
|
4425
|
-
:type level: int | None
|
|
4426
3596
|
:param relative: Relative, Apply the subdivision surface level as an offset relative to the current level
|
|
4427
|
-
:type relative: bool | None
|
|
4428
3597
|
:param ensure_modifier: Ensure Modifier, Create the corresponding modifier if it does not exist
|
|
4429
|
-
:type ensure_modifier: bool | None
|
|
4430
3598
|
"""
|
|
4431
3599
|
|
|
4432
3600
|
def surfacedeform_bind(
|
|
@@ -4438,10 +3606,7 @@ def surfacedeform_bind(
|
|
|
4438
3606
|
) -> None:
|
|
4439
3607
|
"""Bind mesh to target in surface deform modifier
|
|
4440
3608
|
|
|
4441
|
-
:type execution_context: int | str | None
|
|
4442
|
-
:type undo: bool | None
|
|
4443
3609
|
:param modifier: Modifier, Name of the modifier to edit
|
|
4444
|
-
:type modifier: str
|
|
4445
3610
|
"""
|
|
4446
3611
|
|
|
4447
3612
|
def text_add(
|
|
@@ -4466,12 +3631,8 @@ def text_add(
|
|
|
4466
3631
|
) -> None:
|
|
4467
3632
|
"""Add a text object to the scene
|
|
4468
3633
|
|
|
4469
|
-
:type execution_context: int | str | None
|
|
4470
|
-
:type undo: bool | None
|
|
4471
3634
|
:param radius: Radius
|
|
4472
|
-
:type radius: float | None
|
|
4473
3635
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
4474
|
-
:type enter_editmode: bool | None
|
|
4475
3636
|
:param align: Align, The alignment of the new object
|
|
4476
3637
|
|
|
4477
3638
|
WORLD
|
|
@@ -4482,13 +3643,9 @@ def text_add(
|
|
|
4482
3643
|
|
|
4483
3644
|
CURSOR
|
|
4484
3645
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
4485
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
4486
3646
|
:param location: Location, Location for the newly added object
|
|
4487
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4488
3647
|
:param rotation: Rotation, Rotation for the newly added object
|
|
4489
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
4490
3648
|
:param scale: Scale, Scale for the newly added object
|
|
4491
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
4492
3649
|
"""
|
|
4493
3650
|
|
|
4494
3651
|
def track_clear(
|
|
@@ -4500,10 +3657,7 @@ def track_clear(
|
|
|
4500
3657
|
) -> None:
|
|
4501
3658
|
"""Clear tracking constraint or flag from object
|
|
4502
3659
|
|
|
4503
|
-
:type execution_context: int | str | None
|
|
4504
|
-
:type undo: bool | None
|
|
4505
3660
|
:param type: Type
|
|
4506
|
-
:type type: typing.Literal['CLEAR','CLEAR_KEEP_TRANSFORM'] | None
|
|
4507
3661
|
"""
|
|
4508
3662
|
|
|
4509
3663
|
def track_set(
|
|
@@ -4515,10 +3669,7 @@ def track_set(
|
|
|
4515
3669
|
) -> None:
|
|
4516
3670
|
"""Make the object track another object, using various methods/constraints
|
|
4517
3671
|
|
|
4518
|
-
:type execution_context: int | str | None
|
|
4519
|
-
:type undo: bool | None
|
|
4520
3672
|
:param type: Type
|
|
4521
|
-
:type type: typing.Literal['DAMPTRACK','TRACKTO','LOCKTRACK'] | None
|
|
4522
3673
|
"""
|
|
4523
3674
|
|
|
4524
3675
|
def transfer_mode(
|
|
@@ -4530,10 +3681,7 @@ def transfer_mode(
|
|
|
4530
3681
|
) -> None:
|
|
4531
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
|
|
4532
3683
|
|
|
4533
|
-
:type execution_context: int | str | None
|
|
4534
|
-
:type undo: bool | None
|
|
4535
3684
|
:param use_flash_on_transfer: Flash On Transfer, Flash the target object when transferring the mode
|
|
4536
|
-
:type use_flash_on_transfer: bool | None
|
|
4537
3685
|
"""
|
|
4538
3686
|
|
|
4539
3687
|
def transform_apply(
|
|
@@ -4545,22 +3693,17 @@ def transform_apply(
|
|
|
4545
3693
|
rotation: bool | None = True,
|
|
4546
3694
|
scale: bool | None = True,
|
|
4547
3695
|
properties: bool | None = True,
|
|
3696
|
+
corrective_flip_normals: bool | None = True,
|
|
4548
3697
|
isolate_users: bool | None = False,
|
|
4549
3698
|
) -> None:
|
|
4550
3699
|
"""Apply the objects transformation to its data
|
|
4551
3700
|
|
|
4552
|
-
:type execution_context: int | str | None
|
|
4553
|
-
:type undo: bool | None
|
|
4554
3701
|
:param location: Location
|
|
4555
|
-
:type location: bool | None
|
|
4556
3702
|
:param rotation: Rotation
|
|
4557
|
-
:type rotation: bool | None
|
|
4558
3703
|
:param scale: Scale
|
|
4559
|
-
:type scale: bool | None
|
|
4560
3704
|
:param properties: Apply Properties, Modify properties such as curve vertex radius, font size and bone envelope
|
|
4561
|
-
:
|
|
3705
|
+
:param corrective_flip_normals: Corrective Flip Normals, Invert normals for negative scaled objects.
|
|
4562
3706
|
:param isolate_users: Isolate Multi User Data, Create new object-data users if needed
|
|
4563
|
-
:type isolate_users: bool | None
|
|
4564
3707
|
"""
|
|
4565
3708
|
|
|
4566
3709
|
def transform_axis_target(
|
|
@@ -4568,11 +3711,7 @@ def transform_axis_target(
|
|
|
4568
3711
|
undo: bool | None = None,
|
|
4569
3712
|
/,
|
|
4570
3713
|
) -> None:
|
|
4571
|
-
"""Interactively point cameras and lights to a location (Ctrl translates)
|
|
4572
|
-
|
|
4573
|
-
:type execution_context: int | str | None
|
|
4574
|
-
:type undo: bool | None
|
|
4575
|
-
"""
|
|
3714
|
+
"""Interactively point cameras and lights to a location (Ctrl translates)"""
|
|
4576
3715
|
|
|
4577
3716
|
def transform_to_mouse(
|
|
4578
3717
|
execution_context: int | str | None = None,
|
|
@@ -4594,18 +3733,11 @@ def transform_to_mouse(
|
|
|
4594
3733
|
) -> None:
|
|
4595
3734
|
"""Snap selected item(s) to the mouse location
|
|
4596
3735
|
|
|
4597
|
-
:type execution_context: int | str | None
|
|
4598
|
-
:type undo: bool | None
|
|
4599
3736
|
:param name: Name, Object name to place (uses the active object when this and session_uid are unset)
|
|
4600
|
-
:type name: str
|
|
4601
3737
|
:param session_uid: Session UUID, Session UUID of the object to place (uses the active object when this and name are unset)
|
|
4602
|
-
:type session_uid: int | None
|
|
4603
3738
|
:param matrix: Matrix
|
|
4604
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
4605
3739
|
:param drop_x: Drop X, X-coordinate (screen space) to place the new object under
|
|
4606
|
-
:type drop_x: int | None
|
|
4607
3740
|
:param drop_y: Drop Y, Y-coordinate (screen space) to place the new object under
|
|
4608
|
-
:type drop_y: int | None
|
|
4609
3741
|
"""
|
|
4610
3742
|
|
|
4611
3743
|
def transforms_to_deltas(
|
|
@@ -4618,8 +3750,6 @@ def transforms_to_deltas(
|
|
|
4618
3750
|
) -> None:
|
|
4619
3751
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well
|
|
4620
3752
|
|
|
4621
|
-
:type execution_context: int | str | None
|
|
4622
|
-
:type undo: bool | None
|
|
4623
3753
|
:param mode: Mode, Which transforms to transfer
|
|
4624
3754
|
|
|
4625
3755
|
ALL
|
|
@@ -4633,9 +3763,7 @@ def transforms_to_deltas(
|
|
|
4633
3763
|
|
|
4634
3764
|
SCALE
|
|
4635
3765
|
Scale -- Transfer scale transforms only.
|
|
4636
|
-
:type mode: typing.Literal['ALL','LOC','ROT','SCALE'] | None
|
|
4637
3766
|
:param reset_values: Reset Values, Clear transform values after transferring to deltas
|
|
4638
|
-
:type reset_values: bool | None
|
|
4639
3767
|
"""
|
|
4640
3768
|
|
|
4641
3769
|
def unlink_data(
|
|
@@ -4643,21 +3771,18 @@ def unlink_data(
|
|
|
4643
3771
|
undo: bool | None = None,
|
|
4644
3772
|
/,
|
|
4645
3773
|
) -> None:
|
|
4646
|
-
"""Undocumented, consider contributing.
|
|
4647
|
-
|
|
4648
|
-
:type execution_context: int | str | None
|
|
4649
|
-
:type undo: bool | None
|
|
4650
|
-
"""
|
|
3774
|
+
"""Undocumented, consider contributing."""
|
|
4651
3775
|
|
|
4652
3776
|
def update_shapes(
|
|
4653
3777
|
execution_context: int | str | None = None,
|
|
4654
3778
|
undo: bool | None = None,
|
|
4655
3779
|
/,
|
|
3780
|
+
*,
|
|
3781
|
+
use_mirror: bool | None = False,
|
|
4656
3782
|
) -> None:
|
|
4657
3783
|
"""Update existing shape keys with the vertex positions of selected objects with matching names
|
|
4658
3784
|
|
|
4659
|
-
:
|
|
4660
|
-
:type undo: bool | None
|
|
3785
|
+
:param use_mirror: Mirror, Mirror the new shape key values
|
|
4661
3786
|
"""
|
|
4662
3787
|
|
|
4663
3788
|
def vertex_group_add(
|
|
@@ -4665,33 +3790,21 @@ def vertex_group_add(
|
|
|
4665
3790
|
undo: bool | None = None,
|
|
4666
3791
|
/,
|
|
4667
3792
|
) -> None:
|
|
4668
|
-
"""Add a new vertex group to the active object
|
|
4669
|
-
|
|
4670
|
-
:type execution_context: int | str | None
|
|
4671
|
-
:type undo: bool | None
|
|
4672
|
-
"""
|
|
3793
|
+
"""Add a new vertex group to the active object"""
|
|
4673
3794
|
|
|
4674
3795
|
def vertex_group_assign(
|
|
4675
3796
|
execution_context: int | str | None = None,
|
|
4676
3797
|
undo: bool | None = None,
|
|
4677
3798
|
/,
|
|
4678
3799
|
) -> None:
|
|
4679
|
-
"""Assign the selected vertices to the active vertex group
|
|
4680
|
-
|
|
4681
|
-
:type execution_context: int | str | None
|
|
4682
|
-
:type undo: bool | None
|
|
4683
|
-
"""
|
|
3800
|
+
"""Assign the selected vertices to the active vertex group"""
|
|
4684
3801
|
|
|
4685
3802
|
def vertex_group_assign_new(
|
|
4686
3803
|
execution_context: int | str | None = None,
|
|
4687
3804
|
undo: bool | None = None,
|
|
4688
3805
|
/,
|
|
4689
3806
|
) -> None:
|
|
4690
|
-
"""Assign the selected vertices to a new vertex group
|
|
4691
|
-
|
|
4692
|
-
:type execution_context: int | str | None
|
|
4693
|
-
:type undo: bool | None
|
|
4694
|
-
"""
|
|
3807
|
+
"""Assign the selected vertices to a new vertex group"""
|
|
4695
3808
|
|
|
4696
3809
|
def vertex_group_clean(
|
|
4697
3810
|
execution_context: int | str | None = None,
|
|
@@ -4704,14 +3817,9 @@ def vertex_group_clean(
|
|
|
4704
3817
|
) -> None:
|
|
4705
3818
|
"""Remove vertex group assignments which are not required
|
|
4706
3819
|
|
|
4707
|
-
:type execution_context: int | str | None
|
|
4708
|
-
:type undo: bool | None
|
|
4709
3820
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4710
|
-
:type group_select_mode: str | None
|
|
4711
3821
|
:param limit: Limit, Remove vertices which weight is below or equal to this limit
|
|
4712
|
-
:type limit: float | None
|
|
4713
3822
|
:param keep_single: Keep Single, Keep verts assigned to at least one group when cleaning
|
|
4714
|
-
:type keep_single: bool | None
|
|
4715
3823
|
"""
|
|
4716
3824
|
|
|
4717
3825
|
def vertex_group_copy(
|
|
@@ -4719,33 +3827,21 @@ def vertex_group_copy(
|
|
|
4719
3827
|
undo: bool | None = None,
|
|
4720
3828
|
/,
|
|
4721
3829
|
) -> None:
|
|
4722
|
-
"""Make a copy of the active vertex group
|
|
4723
|
-
|
|
4724
|
-
:type execution_context: int | str | None
|
|
4725
|
-
:type undo: bool | None
|
|
4726
|
-
"""
|
|
3830
|
+
"""Make a copy of the active vertex group"""
|
|
4727
3831
|
|
|
4728
3832
|
def vertex_group_copy_to_selected(
|
|
4729
3833
|
execution_context: int | str | None = None,
|
|
4730
3834
|
undo: bool | None = None,
|
|
4731
3835
|
/,
|
|
4732
3836
|
) -> None:
|
|
4733
|
-
"""Replace vertex groups of selected objects by vertex groups of active object
|
|
4734
|
-
|
|
4735
|
-
:type execution_context: int | str | None
|
|
4736
|
-
:type undo: bool | None
|
|
4737
|
-
"""
|
|
3837
|
+
"""Replace vertex groups of selected objects by vertex groups of active object"""
|
|
4738
3838
|
|
|
4739
3839
|
def vertex_group_deselect(
|
|
4740
3840
|
execution_context: int | str | None = None,
|
|
4741
3841
|
undo: bool | None = None,
|
|
4742
3842
|
/,
|
|
4743
3843
|
) -> None:
|
|
4744
|
-
"""Deselect all selected vertices assigned to the active vertex group
|
|
4745
|
-
|
|
4746
|
-
:type execution_context: int | str | None
|
|
4747
|
-
:type undo: bool | None
|
|
4748
|
-
"""
|
|
3844
|
+
"""Deselect all selected vertices assigned to the active vertex group"""
|
|
4749
3845
|
|
|
4750
3846
|
def vertex_group_invert(
|
|
4751
3847
|
execution_context: int | str | None = None,
|
|
@@ -4758,14 +3854,9 @@ def vertex_group_invert(
|
|
|
4758
3854
|
) -> None:
|
|
4759
3855
|
"""Invert active vertex groups weights
|
|
4760
3856
|
|
|
4761
|
-
:type execution_context: int | str | None
|
|
4762
|
-
:type undo: bool | None
|
|
4763
3857
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4764
|
-
:type group_select_mode: str | None
|
|
4765
3858
|
:param auto_assign: Add Weights, Add vertices from groups that have zero weight before inverting
|
|
4766
|
-
:type auto_assign: bool | None
|
|
4767
3859
|
:param auto_remove: Remove Weights, Remove vertices from groups that have zero weight after inverting
|
|
4768
|
-
:type auto_remove: bool | None
|
|
4769
3860
|
"""
|
|
4770
3861
|
|
|
4771
3862
|
def vertex_group_levels(
|
|
@@ -4779,14 +3870,9 @@ def vertex_group_levels(
|
|
|
4779
3870
|
) -> None:
|
|
4780
3871
|
"""Add some offset and multiply with some gain the weights of the active vertex group
|
|
4781
3872
|
|
|
4782
|
-
:type execution_context: int | str | None
|
|
4783
|
-
:type undo: bool | None
|
|
4784
3873
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4785
|
-
:type group_select_mode: str | None
|
|
4786
3874
|
:param offset: Offset, Value to add to weights
|
|
4787
|
-
:type offset: float | None
|
|
4788
3875
|
:param gain: Gain, Value to multiply weights by
|
|
4789
|
-
:type gain: float | None
|
|
4790
3876
|
"""
|
|
4791
3877
|
|
|
4792
3878
|
def vertex_group_limit_total(
|
|
@@ -4799,12 +3885,8 @@ def vertex_group_limit_total(
|
|
|
4799
3885
|
) -> None:
|
|
4800
3886
|
"""Limit deform weights associated with a vertex to a specified number by removing lowest weights
|
|
4801
3887
|
|
|
4802
|
-
:type execution_context: int | str | None
|
|
4803
|
-
:type undo: bool | None
|
|
4804
3888
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4805
|
-
:type group_select_mode: str | None
|
|
4806
3889
|
:param limit: Limit, Maximum number of deform weights
|
|
4807
|
-
:type limit: int | None
|
|
4808
3890
|
"""
|
|
4809
3891
|
|
|
4810
3892
|
def vertex_group_lock(
|
|
@@ -4818,8 +3900,6 @@ def vertex_group_lock(
|
|
|
4818
3900
|
) -> None:
|
|
4819
3901
|
"""Change the lock state of all or some vertex groups of active object
|
|
4820
3902
|
|
|
4821
|
-
:type execution_context: int | str | None
|
|
4822
|
-
:type undo: bool | None
|
|
4823
3903
|
:param action: Action, Lock action to execute on vertex groups
|
|
4824
3904
|
|
|
4825
3905
|
TOGGLE
|
|
@@ -4833,7 +3913,6 @@ def vertex_group_lock(
|
|
|
4833
3913
|
|
|
4834
3914
|
INVERT
|
|
4835
3915
|
Invert -- Invert the lock state of all vertex groups.
|
|
4836
|
-
:type action: typing.Literal['TOGGLE','LOCK','UNLOCK','INVERT'] | None
|
|
4837
3916
|
:param mask: Mask, Apply the action based on vertex group selection
|
|
4838
3917
|
|
|
4839
3918
|
ALL
|
|
@@ -4847,7 +3926,6 @@ def vertex_group_lock(
|
|
|
4847
3926
|
|
|
4848
3927
|
INVERT_UNSELECTED
|
|
4849
3928
|
Invert Unselected -- Apply the opposite of Lock/Unlock to unselected vertex groups.
|
|
4850
|
-
:type mask: typing.Literal['ALL','SELECTED','UNSELECTED','INVERT_UNSELECTED'] | None
|
|
4851
3929
|
"""
|
|
4852
3930
|
|
|
4853
3931
|
def vertex_group_mirror(
|
|
@@ -4862,16 +3940,10 @@ def vertex_group_mirror(
|
|
|
4862
3940
|
) -> None:
|
|
4863
3941
|
"""Mirror vertex group, flip weights and/or names, editing only selected vertices, flipping when both sides are selected otherwise copy from unselected
|
|
4864
3942
|
|
|
4865
|
-
:type execution_context: int | str | None
|
|
4866
|
-
:type undo: bool | None
|
|
4867
3943
|
:param mirror_weights: Mirror Weights, Mirror weights
|
|
4868
|
-
:type mirror_weights: bool | None
|
|
4869
3944
|
:param flip_group_names: Flip Group Names, Flip vertex group names
|
|
4870
|
-
:type flip_group_names: bool | None
|
|
4871
3945
|
:param all_groups: All Groups, Mirror all vertex groups weights
|
|
4872
|
-
:type all_groups: bool | None
|
|
4873
3946
|
:param use_topology: Topology Mirror, Use topology based mirroring (for when both sides of mesh have matching, unique topology)
|
|
4874
|
-
:type use_topology: bool | None
|
|
4875
3947
|
"""
|
|
4876
3948
|
|
|
4877
3949
|
def vertex_group_move(
|
|
@@ -4883,10 +3955,7 @@ def vertex_group_move(
|
|
|
4883
3955
|
) -> None:
|
|
4884
3956
|
"""Move the active vertex group up/down in the list
|
|
4885
3957
|
|
|
4886
|
-
:type execution_context: int | str | None
|
|
4887
|
-
:type undo: bool | None
|
|
4888
3958
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
4889
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
4890
3959
|
"""
|
|
4891
3960
|
|
|
4892
3961
|
def vertex_group_normalize(
|
|
@@ -4894,11 +3963,7 @@ def vertex_group_normalize(
|
|
|
4894
3963
|
undo: bool | None = None,
|
|
4895
3964
|
/,
|
|
4896
3965
|
) -> None:
|
|
4897
|
-
"""Normalize weights of the active vertex group, so that the highest ones are now 1.0
|
|
4898
|
-
|
|
4899
|
-
:type execution_context: int | str | None
|
|
4900
|
-
:type undo: bool | None
|
|
4901
|
-
"""
|
|
3966
|
+
"""Normalize weights of the active vertex group, so that the highest ones are now 1.0"""
|
|
4902
3967
|
|
|
4903
3968
|
def vertex_group_normalize_all(
|
|
4904
3969
|
execution_context: int | str | None = None,
|
|
@@ -4910,12 +3975,8 @@ def vertex_group_normalize_all(
|
|
|
4910
3975
|
) -> None:
|
|
4911
3976
|
"""Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
|
|
4912
3977
|
|
|
4913
|
-
:type execution_context: int | str | None
|
|
4914
|
-
:type undo: bool | None
|
|
4915
3978
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4916
|
-
:type group_select_mode: str | None
|
|
4917
3979
|
:param lock_active: Lock Active, Keep the values of the active group while normalizing others
|
|
4918
|
-
:type lock_active: bool | None
|
|
4919
3980
|
"""
|
|
4920
3981
|
|
|
4921
3982
|
def vertex_group_quantize(
|
|
@@ -4928,12 +3989,8 @@ def vertex_group_quantize(
|
|
|
4928
3989
|
) -> None:
|
|
4929
3990
|
"""Set weights to a fixed number of steps
|
|
4930
3991
|
|
|
4931
|
-
:type execution_context: int | str | None
|
|
4932
|
-
:type undo: bool | None
|
|
4933
3992
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
4934
|
-
:type group_select_mode: str | None
|
|
4935
3993
|
:param steps: Steps, Number of steps between 0 and 1
|
|
4936
|
-
:type steps: int | None
|
|
4937
3994
|
"""
|
|
4938
3995
|
|
|
4939
3996
|
def vertex_group_remove(
|
|
@@ -4946,12 +4003,8 @@ def vertex_group_remove(
|
|
|
4946
4003
|
) -> None:
|
|
4947
4004
|
"""Delete the active or all vertex groups from the active object
|
|
4948
4005
|
|
|
4949
|
-
:type execution_context: int | str | None
|
|
4950
|
-
:type undo: bool | None
|
|
4951
4006
|
:param all: All, Remove all vertex groups
|
|
4952
|
-
:type all: bool | None
|
|
4953
4007
|
:param all_unlocked: All Unlocked, Remove all unlocked vertex groups
|
|
4954
|
-
:type all_unlocked: bool | None
|
|
4955
4008
|
"""
|
|
4956
4009
|
|
|
4957
4010
|
def vertex_group_remove_from(
|
|
@@ -4964,12 +4017,8 @@ def vertex_group_remove_from(
|
|
|
4964
4017
|
) -> None:
|
|
4965
4018
|
"""Remove the selected vertices from active or all vertex group(s)
|
|
4966
4019
|
|
|
4967
|
-
:type execution_context: int | str | None
|
|
4968
|
-
:type undo: bool | None
|
|
4969
4020
|
:param use_all_groups: All Groups, Remove from all groups
|
|
4970
|
-
:type use_all_groups: bool | None
|
|
4971
4021
|
:param use_all_verts: All Vertices, Clear the active group
|
|
4972
|
-
:type use_all_verts: bool | None
|
|
4973
4022
|
"""
|
|
4974
4023
|
|
|
4975
4024
|
def vertex_group_select(
|
|
@@ -4977,11 +4026,7 @@ def vertex_group_select(
|
|
|
4977
4026
|
undo: bool | None = None,
|
|
4978
4027
|
/,
|
|
4979
4028
|
) -> None:
|
|
4980
|
-
"""Select all the vertices assigned to the active vertex group
|
|
4981
|
-
|
|
4982
|
-
:type execution_context: int | str | None
|
|
4983
|
-
:type undo: bool | None
|
|
4984
|
-
"""
|
|
4029
|
+
"""Select all the vertices assigned to the active vertex group"""
|
|
4985
4030
|
|
|
4986
4031
|
def vertex_group_set_active(
|
|
4987
4032
|
execution_context: int | str | None = None,
|
|
@@ -4992,10 +4037,7 @@ def vertex_group_set_active(
|
|
|
4992
4037
|
) -> None:
|
|
4993
4038
|
"""Set the active vertex group
|
|
4994
4039
|
|
|
4995
|
-
:type execution_context: int | str | None
|
|
4996
|
-
:type undo: bool | None
|
|
4997
4040
|
:param group: Group, Vertex group to set as active
|
|
4998
|
-
:type group: str | None
|
|
4999
4041
|
"""
|
|
5000
4042
|
|
|
5001
4043
|
def vertex_group_smooth(
|
|
@@ -5010,16 +4052,10 @@ def vertex_group_smooth(
|
|
|
5010
4052
|
) -> None:
|
|
5011
4053
|
"""Smooth weights for selected vertices
|
|
5012
4054
|
|
|
5013
|
-
:type execution_context: int | str | None
|
|
5014
|
-
:type undo: bool | None
|
|
5015
4055
|
:param group_select_mode: Subset, Define which subset of groups shall be used
|
|
5016
|
-
:type group_select_mode: str | None
|
|
5017
4056
|
:param factor: Factor
|
|
5018
|
-
:type factor: float | None
|
|
5019
4057
|
:param repeat: Iterations
|
|
5020
|
-
:type repeat: int | None
|
|
5021
4058
|
:param expand: Expand/Contract, Expand/contract weights
|
|
5022
|
-
:type expand: float | None
|
|
5023
4059
|
"""
|
|
5024
4060
|
|
|
5025
4061
|
def vertex_group_sort(
|
|
@@ -5031,10 +4067,7 @@ def vertex_group_sort(
|
|
|
5031
4067
|
) -> None:
|
|
5032
4068
|
"""Sort vertex groups
|
|
5033
4069
|
|
|
5034
|
-
:type execution_context: int | str | None
|
|
5035
|
-
:type undo: bool | None
|
|
5036
4070
|
:param sort_type: Sort Type, Sort type
|
|
5037
|
-
:type sort_type: typing.Literal['NAME','BONE_HIERARCHY'] | None
|
|
5038
4071
|
"""
|
|
5039
4072
|
|
|
5040
4073
|
def vertex_parent_set(
|
|
@@ -5042,22 +4075,14 @@ def vertex_parent_set(
|
|
|
5042
4075
|
undo: bool | None = None,
|
|
5043
4076
|
/,
|
|
5044
4077
|
) -> None:
|
|
5045
|
-
"""Parent selected objects to the selected vertices
|
|
5046
|
-
|
|
5047
|
-
:type execution_context: int | str | None
|
|
5048
|
-
:type undo: bool | None
|
|
5049
|
-
"""
|
|
4078
|
+
"""Parent selected objects to the selected vertices"""
|
|
5050
4079
|
|
|
5051
4080
|
def vertex_weight_copy(
|
|
5052
4081
|
execution_context: int | str | None = None,
|
|
5053
4082
|
undo: bool | None = None,
|
|
5054
4083
|
/,
|
|
5055
4084
|
) -> None:
|
|
5056
|
-
"""Copy weights from active to selected
|
|
5057
|
-
|
|
5058
|
-
:type execution_context: int | str | None
|
|
5059
|
-
:type undo: bool | None
|
|
5060
|
-
"""
|
|
4085
|
+
"""Copy weights from active to selected"""
|
|
5061
4086
|
|
|
5062
4087
|
def vertex_weight_delete(
|
|
5063
4088
|
execution_context: int | str | None = None,
|
|
@@ -5068,10 +4093,7 @@ def vertex_weight_delete(
|
|
|
5068
4093
|
) -> None:
|
|
5069
4094
|
"""Delete this weight from the vertex (disabled if vertex group is locked)
|
|
5070
4095
|
|
|
5071
|
-
:type execution_context: int | str | None
|
|
5072
|
-
:type undo: bool | None
|
|
5073
4096
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5074
|
-
:type weight_group: int | None
|
|
5075
4097
|
"""
|
|
5076
4098
|
|
|
5077
4099
|
def vertex_weight_normalize_active_vertex(
|
|
@@ -5079,11 +4101,7 @@ def vertex_weight_normalize_active_vertex(
|
|
|
5079
4101
|
undo: bool | None = None,
|
|
5080
4102
|
/,
|
|
5081
4103
|
) -> None:
|
|
5082
|
-
"""Normalize active vertexs weights
|
|
5083
|
-
|
|
5084
|
-
:type execution_context: int | str | None
|
|
5085
|
-
:type undo: bool | None
|
|
5086
|
-
"""
|
|
4104
|
+
"""Normalize active vertexs weights"""
|
|
5087
4105
|
|
|
5088
4106
|
def vertex_weight_paste(
|
|
5089
4107
|
execution_context: int | str | None = None,
|
|
@@ -5094,10 +4112,7 @@ def vertex_weight_paste(
|
|
|
5094
4112
|
) -> None:
|
|
5095
4113
|
"""Copy this groups weight to other selected vertices (disabled if vertex group is locked)
|
|
5096
4114
|
|
|
5097
|
-
:type execution_context: int | str | None
|
|
5098
|
-
:type undo: bool | None
|
|
5099
4115
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5100
|
-
:type weight_group: int | None
|
|
5101
4116
|
"""
|
|
5102
4117
|
|
|
5103
4118
|
def vertex_weight_set_active(
|
|
@@ -5109,10 +4124,7 @@ def vertex_weight_set_active(
|
|
|
5109
4124
|
) -> None:
|
|
5110
4125
|
"""Set as active vertex group
|
|
5111
4126
|
|
|
5112
|
-
:type execution_context: int | str | None
|
|
5113
|
-
:type undo: bool | None
|
|
5114
4127
|
:param weight_group: Weight Index, Index of source weight in active vertex group
|
|
5115
|
-
:type weight_group: int | None
|
|
5116
4128
|
"""
|
|
5117
4129
|
|
|
5118
4130
|
def visual_geometry_to_objects(
|
|
@@ -5120,22 +4132,14 @@ def visual_geometry_to_objects(
|
|
|
5120
4132
|
undo: bool | None = None,
|
|
5121
4133
|
/,
|
|
5122
4134
|
) -> None:
|
|
5123
|
-
"""Convert geometry and instances into editable objects and collections
|
|
5124
|
-
|
|
5125
|
-
:type execution_context: int | str | None
|
|
5126
|
-
:type undo: bool | None
|
|
5127
|
-
"""
|
|
4135
|
+
"""Convert geometry and instances into editable objects and collections"""
|
|
5128
4136
|
|
|
5129
4137
|
def visual_transform_apply(
|
|
5130
4138
|
execution_context: int | str | None = None,
|
|
5131
4139
|
undo: bool | None = None,
|
|
5132
4140
|
/,
|
|
5133
4141
|
) -> None:
|
|
5134
|
-
"""Apply the objects visual transformation to its data
|
|
5135
|
-
|
|
5136
|
-
:type execution_context: int | str | None
|
|
5137
|
-
:type undo: bool | None
|
|
5138
|
-
"""
|
|
4142
|
+
"""Apply the objects visual transformation to its data"""
|
|
5139
4143
|
|
|
5140
4144
|
def volume_add(
|
|
5141
4145
|
execution_context: int | str | None = None,
|
|
@@ -5157,8 +4161,6 @@ def volume_add(
|
|
|
5157
4161
|
) -> None:
|
|
5158
4162
|
"""Add a volume object to the scene
|
|
5159
4163
|
|
|
5160
|
-
:type execution_context: int | str | None
|
|
5161
|
-
:type undo: bool | None
|
|
5162
4164
|
:param align: Align, The alignment of the new object
|
|
5163
4165
|
|
|
5164
4166
|
WORLD
|
|
@@ -5169,13 +4171,9 @@ def volume_add(
|
|
|
5169
4171
|
|
|
5170
4172
|
CURSOR
|
|
5171
4173
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
5172
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
5173
4174
|
:param location: Location, Location for the newly added object
|
|
5174
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5175
4175
|
:param rotation: Rotation, Rotation for the newly added object
|
|
5176
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
5177
4176
|
:param scale: Scale, Scale for the newly added object
|
|
5178
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5179
4177
|
"""
|
|
5180
4178
|
|
|
5181
4179
|
def volume_import(
|
|
@@ -5228,54 +4226,29 @@ def volume_import(
|
|
|
5228
4226
|
) -> None:
|
|
5229
4227
|
"""Import OpenVDB volume file
|
|
5230
4228
|
|
|
5231
|
-
:type execution_context: int | str | None
|
|
5232
|
-
:type undo: bool | None
|
|
5233
4229
|
:param filepath: File Path, Path to file
|
|
5234
|
-
:type filepath: str
|
|
5235
4230
|
:param directory: Directory, Directory of the file
|
|
5236
|
-
:type directory: str
|
|
5237
4231
|
:param files: Files
|
|
5238
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
5239
4232
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
5240
|
-
:type hide_props_region: bool | None
|
|
5241
4233
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
5242
|
-
:type check_existing: bool | None
|
|
5243
4234
|
:param filter_blender: Filter .blend files
|
|
5244
|
-
:type filter_blender: bool | None
|
|
5245
4235
|
:param filter_backup: Filter .blend files
|
|
5246
|
-
:type filter_backup: bool | None
|
|
5247
4236
|
:param filter_image: Filter image files
|
|
5248
|
-
:type filter_image: bool | None
|
|
5249
4237
|
:param filter_movie: Filter movie files
|
|
5250
|
-
:type filter_movie: bool | None
|
|
5251
4238
|
:param filter_python: Filter Python files
|
|
5252
|
-
:type filter_python: bool | None
|
|
5253
4239
|
:param filter_font: Filter font files
|
|
5254
|
-
:type filter_font: bool | None
|
|
5255
4240
|
:param filter_sound: Filter sound files
|
|
5256
|
-
:type filter_sound: bool | None
|
|
5257
4241
|
:param filter_text: Filter text files
|
|
5258
|
-
:type filter_text: bool | None
|
|
5259
4242
|
:param filter_archive: Filter archive files
|
|
5260
|
-
:type filter_archive: bool | None
|
|
5261
4243
|
:param filter_btx: Filter btx files
|
|
5262
|
-
:type filter_btx: bool | None
|
|
5263
4244
|
:param filter_alembic: Filter Alembic files
|
|
5264
|
-
:type filter_alembic: bool | None
|
|
5265
4245
|
:param filter_usd: Filter USD files
|
|
5266
|
-
:type filter_usd: bool | None
|
|
5267
4246
|
:param filter_obj: Filter OBJ files
|
|
5268
|
-
:type filter_obj: bool | None
|
|
5269
4247
|
:param filter_volume: Filter OpenVDB volume files
|
|
5270
|
-
:type filter_volume: bool | None
|
|
5271
4248
|
:param filter_folder: Filter folders
|
|
5272
|
-
:type filter_folder: bool | None
|
|
5273
4249
|
:param filter_blenlib: Filter Blender IDs
|
|
5274
|
-
:type filter_blenlib: bool | None
|
|
5275
4250
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
5276
|
-
:type filemode: int | None
|
|
5277
4251
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
5278
|
-
:type relative_path: bool | None
|
|
5279
4252
|
:param display_type: Display Type
|
|
5280
4253
|
|
|
5281
4254
|
DEFAULT
|
|
@@ -5289,11 +4262,8 @@ def volume_import(
|
|
|
5289
4262
|
|
|
5290
4263
|
THUMBNAIL
|
|
5291
4264
|
Thumbnails -- Display files as thumbnails.
|
|
5292
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
5293
4265
|
:param sort_method: File sorting mode
|
|
5294
|
-
:type sort_method: str | None
|
|
5295
4266
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected volume files (based on file names)
|
|
5296
|
-
:type use_sequence_detection: bool | None
|
|
5297
4267
|
:param align: Align, The alignment of the new object
|
|
5298
4268
|
|
|
5299
4269
|
WORLD
|
|
@@ -5304,13 +4274,9 @@ def volume_import(
|
|
|
5304
4274
|
|
|
5305
4275
|
CURSOR
|
|
5306
4276
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
5307
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
5308
4277
|
:param location: Location, Location for the newly added object
|
|
5309
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5310
4278
|
:param rotation: Rotation, Rotation for the newly added object
|
|
5311
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
5312
4279
|
:param scale: Scale, Scale for the newly added object
|
|
5313
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
5314
4280
|
"""
|
|
5315
4281
|
|
|
5316
4282
|
def voxel_remesh(
|
|
@@ -5318,19 +4284,11 @@ def voxel_remesh(
|
|
|
5318
4284
|
undo: bool | None = None,
|
|
5319
4285
|
/,
|
|
5320
4286
|
) -> None:
|
|
5321
|
-
"""Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost
|
|
5322
|
-
|
|
5323
|
-
:type execution_context: int | str | None
|
|
5324
|
-
:type undo: bool | None
|
|
5325
|
-
"""
|
|
4287
|
+
"""Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost"""
|
|
5326
4288
|
|
|
5327
4289
|
def voxel_size_edit(
|
|
5328
4290
|
execution_context: int | str | None = None,
|
|
5329
4291
|
undo: bool | None = None,
|
|
5330
4292
|
/,
|
|
5331
4293
|
) -> None:
|
|
5332
|
-
"""Modify the mesh voxel size interactively used in the voxel remesher
|
|
5333
|
-
|
|
5334
|
-
:type execution_context: int | str | None
|
|
5335
|
-
:type undo: bool | None
|
|
5336
|
-
"""
|
|
4294
|
+
"""Modify the mesh voxel size interactively used in the voxel remesher"""
|