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/armature/__init__.pyi
CHANGED
|
@@ -9,11 +9,7 @@ def align(
|
|
|
9
9
|
undo: bool | None = None,
|
|
10
10
|
/,
|
|
11
11
|
) -> None:
|
|
12
|
-
"""Align selected bones to the active bone (or to their parent)
|
|
13
|
-
|
|
14
|
-
:type execution_context: int | str | None
|
|
15
|
-
:type undo: bool | None
|
|
16
|
-
"""
|
|
12
|
+
"""Align selected bones to the active bone (or to their parent)"""
|
|
17
13
|
|
|
18
14
|
def assign_to_collection(
|
|
19
15
|
execution_context: int | str | None = None,
|
|
@@ -25,12 +21,8 @@ def assign_to_collection(
|
|
|
25
21
|
) -> None:
|
|
26
22
|
"""Assign all selected bones to a collection, or unassign them, depending on whether the active bone is already assigned or not
|
|
27
23
|
|
|
28
|
-
:type execution_context: int | str | None
|
|
29
|
-
:type undo: bool | None
|
|
30
24
|
:param collection_index: Collection Index, Index of the collection to assign selected bones to. When the operator should create a new bone collection, use new_collection_name to define the collection name, and set this parameter to the parent index of the new bone collection
|
|
31
|
-
:type collection_index: int | None
|
|
32
25
|
:param new_collection_name: Name, Name of a to-be-added bone collection. Only pass this if you want to create a new bone collection and assign the selected bones to it. To assign to an existing collection, do not include this parameter and use collection_index
|
|
33
|
-
:type new_collection_name: str
|
|
34
26
|
"""
|
|
35
27
|
|
|
36
28
|
def autoside_names(
|
|
@@ -42,8 +34,6 @@ def autoside_names(
|
|
|
42
34
|
) -> None:
|
|
43
35
|
"""Automatically renames the selected bones according to which side of the target axis they fall on
|
|
44
36
|
|
|
45
|
-
:type execution_context: int | str | None
|
|
46
|
-
:type undo: bool | None
|
|
47
37
|
:param type: Axis, Axis to tag names with
|
|
48
38
|
|
|
49
39
|
XAXIS
|
|
@@ -54,7 +44,6 @@ def autoside_names(
|
|
|
54
44
|
|
|
55
45
|
ZAXIS
|
|
56
46
|
Z-Axis -- Top/Bottom.
|
|
57
|
-
:type type: typing.Literal['XAXIS','YAXIS','ZAXIS'] | None
|
|
58
47
|
"""
|
|
59
48
|
|
|
60
49
|
def bone_primitive_add(
|
|
@@ -62,14 +51,11 @@ def bone_primitive_add(
|
|
|
62
51
|
undo: bool | None = None,
|
|
63
52
|
/,
|
|
64
53
|
*,
|
|
65
|
-
name: str = "",
|
|
54
|
+
name: str = "Bone",
|
|
66
55
|
) -> None:
|
|
67
56
|
"""Add a new bone located at the 3D cursor
|
|
68
57
|
|
|
69
|
-
:type execution_context: int | str | None
|
|
70
|
-
:type undo: bool | None
|
|
71
58
|
:param name: Name, Name of the newly created bone
|
|
72
|
-
:type name: str
|
|
73
59
|
"""
|
|
74
60
|
|
|
75
61
|
def calculate_roll(
|
|
@@ -98,14 +84,9 @@ def calculate_roll(
|
|
|
98
84
|
) -> None:
|
|
99
85
|
"""Automatically fix alignment of select bones axes
|
|
100
86
|
|
|
101
|
-
:type execution_context: int | str | None
|
|
102
|
-
:type undo: bool | None
|
|
103
87
|
:param type: Type
|
|
104
|
-
:type type: typing.Literal['POS_X','POS_Z','GLOBAL_POS_X','GLOBAL_POS_Y','GLOBAL_POS_Z','NEG_X','NEG_Z','GLOBAL_NEG_X','GLOBAL_NEG_Y','GLOBAL_NEG_Z','ACTIVE','VIEW','CURSOR'] | None
|
|
105
88
|
:param axis_flip: Flip Axis, Negate the alignment axis
|
|
106
|
-
:type axis_flip: bool | None
|
|
107
89
|
:param axis_only: Shortest Rotation, Ignore the axis direction, use the shortest rotation to align
|
|
108
|
-
:type axis_only: bool | None
|
|
109
90
|
"""
|
|
110
91
|
|
|
111
92
|
def click_extrude(
|
|
@@ -113,22 +94,14 @@ def click_extrude(
|
|
|
113
94
|
undo: bool | None = None,
|
|
114
95
|
/,
|
|
115
96
|
) -> None:
|
|
116
|
-
"""Create a new bone going from the last selected joint to the mouse position
|
|
117
|
-
|
|
118
|
-
:type execution_context: int | str | None
|
|
119
|
-
:type undo: bool | None
|
|
120
|
-
"""
|
|
97
|
+
"""Create a new bone going from the last selected joint to the mouse position"""
|
|
121
98
|
|
|
122
99
|
def collection_add(
|
|
123
100
|
execution_context: int | str | None = None,
|
|
124
101
|
undo: bool | None = None,
|
|
125
102
|
/,
|
|
126
103
|
) -> None:
|
|
127
|
-
"""Add a new bone collection
|
|
128
|
-
|
|
129
|
-
:type execution_context: int | str | None
|
|
130
|
-
:type undo: bool | None
|
|
131
|
-
"""
|
|
104
|
+
"""Add a new bone collection"""
|
|
132
105
|
|
|
133
106
|
def collection_assign(
|
|
134
107
|
execution_context: int | str | None = None,
|
|
@@ -139,10 +112,7 @@ def collection_assign(
|
|
|
139
112
|
) -> None:
|
|
140
113
|
"""Add selected bones to the chosen bone collection
|
|
141
114
|
|
|
142
|
-
:type execution_context: int | str | None
|
|
143
|
-
:type undo: bool | None
|
|
144
115
|
:param name: Bone Collection, Name of the bone collection to assign this bone to; empty to assign to the active bone collection
|
|
145
|
-
:type name: str
|
|
146
116
|
"""
|
|
147
117
|
|
|
148
118
|
def collection_create_and_assign(
|
|
@@ -154,10 +124,7 @@ def collection_create_and_assign(
|
|
|
154
124
|
) -> None:
|
|
155
125
|
"""Create a new bone collection and assign all selected bones
|
|
156
126
|
|
|
157
|
-
:type execution_context: int | str | None
|
|
158
|
-
:type undo: bool | None
|
|
159
127
|
:param name: Bone Collection, Name of the bone collection to create
|
|
160
|
-
:type name: str
|
|
161
128
|
"""
|
|
162
129
|
|
|
163
130
|
def collection_deselect(
|
|
@@ -165,11 +132,7 @@ def collection_deselect(
|
|
|
165
132
|
undo: bool | None = None,
|
|
166
133
|
/,
|
|
167
134
|
) -> None:
|
|
168
|
-
"""Deselect bones of active Bone Collection
|
|
169
|
-
|
|
170
|
-
:type execution_context: int | str | None
|
|
171
|
-
:type undo: bool | None
|
|
172
|
-
"""
|
|
135
|
+
"""Deselect bones of active Bone Collection"""
|
|
173
136
|
|
|
174
137
|
def collection_move(
|
|
175
138
|
execution_context: int | str | None = None,
|
|
@@ -180,10 +143,7 @@ def collection_move(
|
|
|
180
143
|
) -> None:
|
|
181
144
|
"""Change position of active Bone Collection in list of Bone collections
|
|
182
145
|
|
|
183
|
-
:type execution_context: int | str | None
|
|
184
|
-
:type undo: bool | None
|
|
185
146
|
:param direction: Direction, Direction to move the active Bone Collection towards
|
|
186
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
187
147
|
"""
|
|
188
148
|
|
|
189
149
|
def collection_remove(
|
|
@@ -191,44 +151,28 @@ def collection_remove(
|
|
|
191
151
|
undo: bool | None = None,
|
|
192
152
|
/,
|
|
193
153
|
) -> None:
|
|
194
|
-
"""Remove the active bone collection
|
|
195
|
-
|
|
196
|
-
:type execution_context: int | str | None
|
|
197
|
-
:type undo: bool | None
|
|
198
|
-
"""
|
|
154
|
+
"""Remove the active bone collection"""
|
|
199
155
|
|
|
200
156
|
def collection_remove_unused(
|
|
201
157
|
execution_context: int | str | None = None,
|
|
202
158
|
undo: bool | None = None,
|
|
203
159
|
/,
|
|
204
160
|
) -> None:
|
|
205
|
-
"""Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed
|
|
206
|
-
|
|
207
|
-
:type execution_context: int | str | None
|
|
208
|
-
:type undo: bool | None
|
|
209
|
-
"""
|
|
161
|
+
"""Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed"""
|
|
210
162
|
|
|
211
163
|
def collection_select(
|
|
212
164
|
execution_context: int | str | None = None,
|
|
213
165
|
undo: bool | None = None,
|
|
214
166
|
/,
|
|
215
167
|
) -> None:
|
|
216
|
-
"""Select bones in active Bone Collection
|
|
217
|
-
|
|
218
|
-
:type execution_context: int | str | None
|
|
219
|
-
:type undo: bool | None
|
|
220
|
-
"""
|
|
168
|
+
"""Select bones in active Bone Collection"""
|
|
221
169
|
|
|
222
170
|
def collection_show_all(
|
|
223
171
|
execution_context: int | str | None = None,
|
|
224
172
|
undo: bool | None = None,
|
|
225
173
|
/,
|
|
226
174
|
) -> None:
|
|
227
|
-
"""Show all bone collections
|
|
228
|
-
|
|
229
|
-
:type execution_context: int | str | None
|
|
230
|
-
:type undo: bool | None
|
|
231
|
-
"""
|
|
175
|
+
"""Show all bone collections"""
|
|
232
176
|
|
|
233
177
|
def collection_unassign(
|
|
234
178
|
execution_context: int | str | None = None,
|
|
@@ -239,10 +183,7 @@ def collection_unassign(
|
|
|
239
183
|
) -> None:
|
|
240
184
|
"""Remove selected bones from the active bone collection
|
|
241
185
|
|
|
242
|
-
:type execution_context: int | str | None
|
|
243
|
-
:type undo: bool | None
|
|
244
186
|
:param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
|
|
245
|
-
:type name: str
|
|
246
187
|
"""
|
|
247
188
|
|
|
248
189
|
def collection_unassign_named(
|
|
@@ -255,12 +196,8 @@ def collection_unassign_named(
|
|
|
255
196
|
) -> None:
|
|
256
197
|
"""Unassign the named bone from this bone collection
|
|
257
198
|
|
|
258
|
-
:type execution_context: int | str | None
|
|
259
|
-
:type undo: bool | None
|
|
260
199
|
:param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
|
|
261
|
-
:type name: str
|
|
262
200
|
:param bone_name: Bone Name, Name of the bone to unassign from the collection; empty to use the active bone
|
|
263
|
-
:type bone_name: str
|
|
264
201
|
"""
|
|
265
202
|
|
|
266
203
|
def collection_unsolo_all(
|
|
@@ -268,11 +205,7 @@ def collection_unsolo_all(
|
|
|
268
205
|
undo: bool | None = None,
|
|
269
206
|
/,
|
|
270
207
|
) -> None:
|
|
271
|
-
"""Clear the solo setting on all bone collections
|
|
272
|
-
|
|
273
|
-
:type execution_context: int | str | None
|
|
274
|
-
:type undo: bool | None
|
|
275
|
-
"""
|
|
208
|
+
"""Clear the solo setting on all bone collections"""
|
|
276
209
|
|
|
277
210
|
def copy_bone_color_to_selected(
|
|
278
211
|
execution_context: int | str | None = None,
|
|
@@ -283,8 +216,6 @@ def copy_bone_color_to_selected(
|
|
|
283
216
|
) -> None:
|
|
284
217
|
"""Copy the bone color of the active bone to all selected bones
|
|
285
218
|
|
|
286
|
-
:type execution_context: int | str | None
|
|
287
|
-
:type undo: bool | None
|
|
288
219
|
:param bone_type: Type
|
|
289
220
|
|
|
290
221
|
EDIT
|
|
@@ -292,7 +223,6 @@ def copy_bone_color_to_selected(
|
|
|
292
223
|
|
|
293
224
|
POSE
|
|
294
225
|
Pose Bone -- Copy Pose Bone colors from the active pose bone to all selected pose bones.
|
|
295
|
-
:type bone_type: typing.Literal['EDIT','POSE'] | None
|
|
296
226
|
"""
|
|
297
227
|
|
|
298
228
|
def delete(
|
|
@@ -304,10 +234,7 @@ def delete(
|
|
|
304
234
|
) -> None:
|
|
305
235
|
"""Remove selected bones from the armature
|
|
306
236
|
|
|
307
|
-
:type execution_context: int | str | None
|
|
308
|
-
:type undo: bool | None
|
|
309
237
|
:param confirm: Confirm, Prompt for confirmation
|
|
310
|
-
:type confirm: bool | None
|
|
311
238
|
"""
|
|
312
239
|
|
|
313
240
|
def dissolve(
|
|
@@ -315,11 +242,7 @@ def dissolve(
|
|
|
315
242
|
undo: bool | None = None,
|
|
316
243
|
/,
|
|
317
244
|
) -> None:
|
|
318
|
-
"""Dissolve selected bones from the armature
|
|
319
|
-
|
|
320
|
-
:type execution_context: int | str | None
|
|
321
|
-
:type undo: bool | None
|
|
322
|
-
"""
|
|
245
|
+
"""Dissolve selected bones from the armature"""
|
|
323
246
|
|
|
324
247
|
def duplicate(
|
|
325
248
|
execution_context: int | str | None = None,
|
|
@@ -330,10 +253,7 @@ def duplicate(
|
|
|
330
253
|
) -> None:
|
|
331
254
|
"""Make copies of the selected bones within the same armature
|
|
332
255
|
|
|
333
|
-
:type execution_context: int | str | None
|
|
334
|
-
:type undo: bool | None
|
|
335
256
|
:param do_flip_names: Flip Names, Try to flip names of the bones, if possible, instead of adding a number extension
|
|
336
|
-
:type do_flip_names: bool | None
|
|
337
257
|
"""
|
|
338
258
|
|
|
339
259
|
def duplicate_move(
|
|
@@ -346,12 +266,8 @@ def duplicate_move(
|
|
|
346
266
|
) -> None:
|
|
347
267
|
"""Make copies of the selected bones within the same armature and move them
|
|
348
268
|
|
|
349
|
-
:type execution_context: int | str | None
|
|
350
|
-
:type undo: bool | None
|
|
351
269
|
:param ARMATURE_OT_duplicate: Duplicate Selected Bone(s), Make copies of the selected bones within the same armature
|
|
352
|
-
:type ARMATURE_OT_duplicate: duplicate | None
|
|
353
270
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
354
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
355
271
|
"""
|
|
356
272
|
|
|
357
273
|
def extrude(
|
|
@@ -363,10 +279,7 @@ def extrude(
|
|
|
363
279
|
) -> None:
|
|
364
280
|
"""Create new bones from the selected joints
|
|
365
281
|
|
|
366
|
-
:type execution_context: int | str | None
|
|
367
|
-
:type undo: bool | None
|
|
368
282
|
:param forked: Forked
|
|
369
|
-
:type forked: bool | None
|
|
370
283
|
"""
|
|
371
284
|
|
|
372
285
|
def extrude_forked(
|
|
@@ -379,12 +292,8 @@ def extrude_forked(
|
|
|
379
292
|
) -> None:
|
|
380
293
|
"""Create new bones from the selected joints and move them
|
|
381
294
|
|
|
382
|
-
:type execution_context: int | str | None
|
|
383
|
-
:type undo: bool | None
|
|
384
295
|
:param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
|
|
385
|
-
:type ARMATURE_OT_extrude: extrude | None
|
|
386
296
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
387
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
388
297
|
"""
|
|
389
298
|
|
|
390
299
|
def extrude_move(
|
|
@@ -397,12 +306,8 @@ def extrude_move(
|
|
|
397
306
|
) -> None:
|
|
398
307
|
"""Create new bones from the selected joints and move them
|
|
399
308
|
|
|
400
|
-
:type execution_context: int | str | None
|
|
401
|
-
:type undo: bool | None
|
|
402
309
|
:param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
|
|
403
|
-
:type ARMATURE_OT_extrude: extrude | None
|
|
404
310
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
405
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
406
311
|
"""
|
|
407
312
|
|
|
408
313
|
def fill(
|
|
@@ -410,11 +315,7 @@ def fill(
|
|
|
410
315
|
undo: bool | None = None,
|
|
411
316
|
/,
|
|
412
317
|
) -> None:
|
|
413
|
-
"""Add bone between selected joint(s) and/or 3D cursor
|
|
414
|
-
|
|
415
|
-
:type execution_context: int | str | None
|
|
416
|
-
:type undo: bool | None
|
|
417
|
-
"""
|
|
318
|
+
"""Add bone between selected joint(s) and/or 3D cursor"""
|
|
418
319
|
|
|
419
320
|
def flip_names(
|
|
420
321
|
execution_context: int | str | None = None,
|
|
@@ -425,10 +326,7 @@ def flip_names(
|
|
|
425
326
|
) -> None:
|
|
426
327
|
"""Flips (and corrects) the axis suffixes of the names of selected bones
|
|
427
328
|
|
|
428
|
-
:type execution_context: int | str | None
|
|
429
|
-
:type undo: bool | None
|
|
430
329
|
:param do_strip_numbers: Strip Numbers, Try to remove right-most dot-number from flipped names.Warning: May result in incoherent naming in some cases
|
|
431
|
-
:type do_strip_numbers: bool | None
|
|
432
330
|
"""
|
|
433
331
|
|
|
434
332
|
def hide(
|
|
@@ -440,10 +338,7 @@ def hide(
|
|
|
440
338
|
) -> None:
|
|
441
339
|
"""Tag selected bones to not be visible in Edit Mode
|
|
442
340
|
|
|
443
|
-
:type execution_context: int | str | None
|
|
444
|
-
:type undo: bool | None
|
|
445
341
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
446
|
-
:type unselected: bool | None
|
|
447
342
|
"""
|
|
448
343
|
|
|
449
344
|
def move_to_collection(
|
|
@@ -456,12 +351,8 @@ def move_to_collection(
|
|
|
456
351
|
) -> None:
|
|
457
352
|
"""Move bones to a collection
|
|
458
353
|
|
|
459
|
-
:type execution_context: int | str | None
|
|
460
|
-
:type undo: bool | None
|
|
461
354
|
:param collection_index: Collection Index, Index of the collection to move selected bones to. When the operator should create a new bone collection, do not include this parameter and pass new_collection_name
|
|
462
|
-
:type collection_index: int | None
|
|
463
355
|
:param new_collection_name: Name, Name of a to-be-added bone collection. Only pass this if you want to create a new bone collection and move the selected bones to it. To move to an existing collection, do not include this parameter and use collection_index
|
|
464
|
-
:type new_collection_name: str
|
|
465
356
|
"""
|
|
466
357
|
|
|
467
358
|
def parent_clear(
|
|
@@ -473,10 +364,7 @@ def parent_clear(
|
|
|
473
364
|
) -> None:
|
|
474
365
|
"""Remove the parent-child relationship between selected bones and their parents
|
|
475
366
|
|
|
476
|
-
:type execution_context: int | str | None
|
|
477
|
-
:type undo: bool | None
|
|
478
367
|
:param type: Clear Type, What way to clear parenting
|
|
479
|
-
:type type: typing.Literal['CLEAR','DISCONNECT'] | None
|
|
480
368
|
"""
|
|
481
369
|
|
|
482
370
|
def parent_set(
|
|
@@ -488,10 +376,7 @@ def parent_set(
|
|
|
488
376
|
) -> None:
|
|
489
377
|
"""Set the active bone as the parent of the selected bones
|
|
490
378
|
|
|
491
|
-
:type execution_context: int | str | None
|
|
492
|
-
:type undo: bool | None
|
|
493
379
|
:param type: Parent Type, Type of parenting
|
|
494
|
-
:type type: typing.Literal['CONNECTED','OFFSET'] | None
|
|
495
380
|
"""
|
|
496
381
|
|
|
497
382
|
def reveal(
|
|
@@ -503,10 +388,7 @@ def reveal(
|
|
|
503
388
|
) -> None:
|
|
504
389
|
"""Reveal all bones hidden in Edit Mode
|
|
505
390
|
|
|
506
|
-
:type execution_context: int | str | None
|
|
507
|
-
:type undo: bool | None
|
|
508
391
|
:param select: Select
|
|
509
|
-
:type select: bool | None
|
|
510
392
|
"""
|
|
511
393
|
|
|
512
394
|
def roll_clear(
|
|
@@ -518,10 +400,7 @@ def roll_clear(
|
|
|
518
400
|
) -> None:
|
|
519
401
|
"""Clear roll for selected bones
|
|
520
402
|
|
|
521
|
-
:type execution_context: int | str | None
|
|
522
|
-
:type undo: bool | None
|
|
523
403
|
:param roll: Roll
|
|
524
|
-
:type roll: float | None
|
|
525
404
|
"""
|
|
526
405
|
|
|
527
406
|
def select_all(
|
|
@@ -533,8 +412,6 @@ def select_all(
|
|
|
533
412
|
) -> None:
|
|
534
413
|
"""Toggle selection status of all bones
|
|
535
414
|
|
|
536
|
-
:type execution_context: int | str | None
|
|
537
|
-
:type undo: bool | None
|
|
538
415
|
:param action: Action, Selection action to execute
|
|
539
416
|
|
|
540
417
|
TOGGLE
|
|
@@ -548,7 +425,6 @@ def select_all(
|
|
|
548
425
|
|
|
549
426
|
INVERT
|
|
550
427
|
Invert -- Invert selection of all elements.
|
|
551
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
552
428
|
"""
|
|
553
429
|
|
|
554
430
|
def select_hierarchy(
|
|
@@ -561,12 +437,8 @@ def select_hierarchy(
|
|
|
561
437
|
) -> None:
|
|
562
438
|
"""Select immediate parent/children of selected bones
|
|
563
439
|
|
|
564
|
-
:type execution_context: int | str | None
|
|
565
|
-
:type undo: bool | None
|
|
566
440
|
:param direction: Direction
|
|
567
|
-
:type direction: typing.Literal['PARENT','CHILD'] | None
|
|
568
441
|
:param extend: Extend, Extend the selection
|
|
569
|
-
:type extend: bool | None
|
|
570
442
|
"""
|
|
571
443
|
|
|
572
444
|
def select_less(
|
|
@@ -574,11 +446,7 @@ def select_less(
|
|
|
574
446
|
undo: bool | None = None,
|
|
575
447
|
/,
|
|
576
448
|
) -> None:
|
|
577
|
-
"""Deselect those bones at the boundary of each selection region
|
|
578
|
-
|
|
579
|
-
:type execution_context: int | str | None
|
|
580
|
-
:type undo: bool | None
|
|
581
|
-
"""
|
|
449
|
+
"""Deselect those bones at the boundary of each selection region"""
|
|
582
450
|
|
|
583
451
|
def select_linked(
|
|
584
452
|
execution_context: int | str | None = None,
|
|
@@ -589,10 +457,7 @@ def select_linked(
|
|
|
589
457
|
) -> None:
|
|
590
458
|
"""Select all bones linked by parent/child connections to the current selection
|
|
591
459
|
|
|
592
|
-
:type execution_context: int | str | None
|
|
593
|
-
:type undo: bool | None
|
|
594
460
|
:param all_forks: All Forks, Follow forks in the parents chain
|
|
595
|
-
:type all_forks: bool | None
|
|
596
461
|
"""
|
|
597
462
|
|
|
598
463
|
def select_linked_pick(
|
|
@@ -605,12 +470,8 @@ def select_linked_pick(
|
|
|
605
470
|
) -> None:
|
|
606
471
|
"""(De)select bones linked by parent/child connections under the mouse cursor
|
|
607
472
|
|
|
608
|
-
:type execution_context: int | str | None
|
|
609
|
-
:type undo: bool | None
|
|
610
473
|
:param deselect: Deselect
|
|
611
|
-
:type deselect: bool | None
|
|
612
474
|
:param all_forks: All Forks, Follow forks in the parents chain
|
|
613
|
-
:type all_forks: bool | None
|
|
614
475
|
"""
|
|
615
476
|
|
|
616
477
|
def select_mirror(
|
|
@@ -623,12 +484,8 @@ def select_mirror(
|
|
|
623
484
|
) -> None:
|
|
624
485
|
"""Mirror the bone selection
|
|
625
486
|
|
|
626
|
-
:type execution_context: int | str | None
|
|
627
|
-
:type undo: bool | None
|
|
628
487
|
:param only_active: Active Only, Only operate on the active bone
|
|
629
|
-
:type only_active: bool | None
|
|
630
488
|
:param extend: Extend, Extend the selection
|
|
631
|
-
:type extend: bool | None
|
|
632
489
|
"""
|
|
633
490
|
|
|
634
491
|
def select_more(
|
|
@@ -636,11 +493,7 @@ def select_more(
|
|
|
636
493
|
undo: bool | None = None,
|
|
637
494
|
/,
|
|
638
495
|
) -> None:
|
|
639
|
-
"""Select those bones connected to the initial selection
|
|
640
|
-
|
|
641
|
-
:type execution_context: int | str | None
|
|
642
|
-
:type undo: bool | None
|
|
643
|
-
"""
|
|
496
|
+
"""Select those bones connected to the initial selection"""
|
|
644
497
|
|
|
645
498
|
def select_similar(
|
|
646
499
|
execution_context: int | str | None = None,
|
|
@@ -664,12 +517,8 @@ def select_similar(
|
|
|
664
517
|
) -> None:
|
|
665
518
|
"""Select similar bones by property types
|
|
666
519
|
|
|
667
|
-
:type execution_context: int | str | None
|
|
668
|
-
:type undo: bool | None
|
|
669
520
|
:param type: Type
|
|
670
|
-
:type type: typing.Literal['CHILDREN','CHILDREN_IMMEDIATE','SIBLINGS','LENGTH','DIRECTION','PREFIX','SUFFIX','BONE_COLLECTION','COLOR','SHAPE'] | None
|
|
671
521
|
:param threshold: Threshold
|
|
672
|
-
:type threshold: float | None
|
|
673
522
|
"""
|
|
674
523
|
|
|
675
524
|
def separate(
|
|
@@ -677,33 +526,21 @@ def separate(
|
|
|
677
526
|
undo: bool | None = None,
|
|
678
527
|
/,
|
|
679
528
|
) -> None:
|
|
680
|
-
"""Isolate selected bones into a separate armature
|
|
681
|
-
|
|
682
|
-
:type execution_context: int | str | None
|
|
683
|
-
:type undo: bool | None
|
|
684
|
-
"""
|
|
529
|
+
"""Isolate selected bones into a separate armature"""
|
|
685
530
|
|
|
686
531
|
def shortest_path_pick(
|
|
687
532
|
execution_context: int | str | None = None,
|
|
688
533
|
undo: bool | None = None,
|
|
689
534
|
/,
|
|
690
535
|
) -> None:
|
|
691
|
-
"""Select shortest path between two bones
|
|
692
|
-
|
|
693
|
-
:type execution_context: int | str | None
|
|
694
|
-
:type undo: bool | None
|
|
695
|
-
"""
|
|
536
|
+
"""Select shortest path between two bones"""
|
|
696
537
|
|
|
697
538
|
def split(
|
|
698
539
|
execution_context: int | str | None = None,
|
|
699
540
|
undo: bool | None = None,
|
|
700
541
|
/,
|
|
701
542
|
) -> None:
|
|
702
|
-
"""Split off selected bones from connected unselected bones
|
|
703
|
-
|
|
704
|
-
:type execution_context: int | str | None
|
|
705
|
-
:type undo: bool | None
|
|
706
|
-
"""
|
|
543
|
+
"""Split off selected bones from connected unselected bones"""
|
|
707
544
|
|
|
708
545
|
def subdivide(
|
|
709
546
|
execution_context: int | str | None = None,
|
|
@@ -714,10 +551,7 @@ def subdivide(
|
|
|
714
551
|
) -> None:
|
|
715
552
|
"""Break selected bones into chains of smaller bones
|
|
716
553
|
|
|
717
|
-
:type execution_context: int | str | None
|
|
718
|
-
:type undo: bool | None
|
|
719
554
|
:param number_cuts: Number of Cuts
|
|
720
|
-
:type number_cuts: int | None
|
|
721
555
|
"""
|
|
722
556
|
|
|
723
557
|
def switch_direction(
|
|
@@ -725,11 +559,7 @@ def switch_direction(
|
|
|
725
559
|
undo: bool | None = None,
|
|
726
560
|
/,
|
|
727
561
|
) -> None:
|
|
728
|
-
"""Change the direction that a chain of bones points in (head and tail swap)
|
|
729
|
-
|
|
730
|
-
:type execution_context: int | str | None
|
|
731
|
-
:type undo: bool | None
|
|
732
|
-
"""
|
|
562
|
+
"""Change the direction that a chain of bones points in (head and tail swap)"""
|
|
733
563
|
|
|
734
564
|
def symmetrize(
|
|
735
565
|
execution_context: int | str | None = None,
|
|
@@ -737,11 +567,10 @@ def symmetrize(
|
|
|
737
567
|
/,
|
|
738
568
|
*,
|
|
739
569
|
direction: typing.Literal["NEGATIVE_X", "POSITIVE_X"] | None = "NEGATIVE_X",
|
|
570
|
+
copy_bone_colors: bool | None = False,
|
|
740
571
|
) -> None:
|
|
741
572
|
"""Enforce symmetry, make copies of the selection or use existing
|
|
742
573
|
|
|
743
|
-
:type execution_context: int | str | None
|
|
744
|
-
:type undo: bool | None
|
|
745
574
|
:param direction: Direction, Which sides to copy from and to (when both are selected)
|
|
746
|
-
:
|
|
575
|
+
:param copy_bone_colors: Bone Colors, Copy colors to existing bones
|
|
747
576
|
"""
|