fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.dist-info}/WHEEL +0 -0
bpy/ops/pose/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def armature_apply(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Apply the current pose as the new rest pose
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param selected: Selected Only, Only apply the selected bones (with propagation to children)
|
|
19
|
-
:type selected: bool | None
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def autoside_names(
|
|
@@ -28,8 +25,6 @@ def autoside_names(
|
|
|
28
25
|
) -> None:
|
|
29
26
|
"""Automatically renames the selected bones according to which side of the target axis they fall on
|
|
30
27
|
|
|
31
|
-
:type execution_context: int | str | None
|
|
32
|
-
:type undo: bool | None
|
|
33
28
|
:param axis: Axis, Axis to tag names with
|
|
34
29
|
|
|
35
30
|
XAXIS
|
|
@@ -40,7 +35,6 @@ def autoside_names(
|
|
|
40
35
|
|
|
41
36
|
ZAXIS
|
|
42
37
|
Z-Axis -- Top/Bottom.
|
|
43
|
-
:type axis: typing.Literal['XAXIS','YAXIS','ZAXIS'] | None
|
|
44
38
|
"""
|
|
45
39
|
|
|
46
40
|
def blend_to_neighbor(
|
|
@@ -57,14 +51,9 @@ def blend_to_neighbor(
|
|
|
57
51
|
) -> None:
|
|
58
52
|
"""Blend from current position to previous or next keyframe
|
|
59
53
|
|
|
60
|
-
:type execution_context: int | str | None
|
|
61
|
-
:type undo: bool | None
|
|
62
54
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
63
|
-
:type factor: float | None
|
|
64
55
|
:param prev_frame: Previous Keyframe, Frame number of keyframe immediately before the current frame
|
|
65
|
-
:type prev_frame: int | None
|
|
66
56
|
:param next_frame: Next Keyframe, Frame number of keyframe immediately after the current frame
|
|
67
|
-
:type next_frame: int | None
|
|
68
57
|
:param channels: Channels, Set of properties that are affected
|
|
69
58
|
|
|
70
59
|
ALL
|
|
@@ -84,7 +73,6 @@ def blend_to_neighbor(
|
|
|
84
73
|
|
|
85
74
|
CUSTOM
|
|
86
75
|
Custom Properties -- Custom properties.
|
|
87
|
-
:type channels: typing.Literal['ALL','LOC','ROT','SIZE','BBONE','CUSTOM'] | None
|
|
88
76
|
:param axis_lock: Axis Lock, Transform axis to restrict effects to
|
|
89
77
|
|
|
90
78
|
FREE
|
|
@@ -98,7 +86,6 @@ def blend_to_neighbor(
|
|
|
98
86
|
|
|
99
87
|
Z
|
|
100
88
|
Z -- Only Z-axis transforms are affected.
|
|
101
|
-
:type axis_lock: typing.Literal['FREE','X','Y','Z'] | None
|
|
102
89
|
"""
|
|
103
90
|
|
|
104
91
|
def blend_with_rest(
|
|
@@ -115,14 +102,9 @@ def blend_with_rest(
|
|
|
115
102
|
) -> None:
|
|
116
103
|
"""Make the current pose more similar to, or further away from, the rest pose
|
|
117
104
|
|
|
118
|
-
:type execution_context: int | str | None
|
|
119
|
-
:type undo: bool | None
|
|
120
105
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
121
|
-
:type factor: float | None
|
|
122
106
|
:param prev_frame: Previous Keyframe, Frame number of keyframe immediately before the current frame
|
|
123
|
-
:type prev_frame: int | None
|
|
124
107
|
:param next_frame: Next Keyframe, Frame number of keyframe immediately after the current frame
|
|
125
|
-
:type next_frame: int | None
|
|
126
108
|
:param channels: Channels, Set of properties that are affected
|
|
127
109
|
|
|
128
110
|
ALL
|
|
@@ -142,7 +124,6 @@ def blend_with_rest(
|
|
|
142
124
|
|
|
143
125
|
CUSTOM
|
|
144
126
|
Custom Properties -- Custom properties.
|
|
145
|
-
:type channels: typing.Literal['ALL','LOC','ROT','SIZE','BBONE','CUSTOM'] | None
|
|
146
127
|
:param axis_lock: Axis Lock, Transform axis to restrict effects to
|
|
147
128
|
|
|
148
129
|
FREE
|
|
@@ -156,7 +137,6 @@ def blend_with_rest(
|
|
|
156
137
|
|
|
157
138
|
Z
|
|
158
139
|
Z -- Only Z-axis transforms are affected.
|
|
159
|
-
:type axis_lock: typing.Literal['FREE','X','Y','Z'] | None
|
|
160
140
|
"""
|
|
161
141
|
|
|
162
142
|
def breakdown(
|
|
@@ -173,14 +153,9 @@ def breakdown(
|
|
|
173
153
|
) -> None:
|
|
174
154
|
"""Create a suitable breakdown pose on the current frame
|
|
175
155
|
|
|
176
|
-
:type execution_context: int | str | None
|
|
177
|
-
:type undo: bool | None
|
|
178
156
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
179
|
-
:type factor: float | None
|
|
180
157
|
:param prev_frame: Previous Keyframe, Frame number of keyframe immediately before the current frame
|
|
181
|
-
:type prev_frame: int | None
|
|
182
158
|
:param next_frame: Next Keyframe, Frame number of keyframe immediately after the current frame
|
|
183
|
-
:type next_frame: int | None
|
|
184
159
|
:param channels: Channels, Set of properties that are affected
|
|
185
160
|
|
|
186
161
|
ALL
|
|
@@ -200,7 +175,6 @@ def breakdown(
|
|
|
200
175
|
|
|
201
176
|
CUSTOM
|
|
202
177
|
Custom Properties -- Custom properties.
|
|
203
|
-
:type channels: typing.Literal['ALL','LOC','ROT','SIZE','BBONE','CUSTOM'] | None
|
|
204
178
|
:param axis_lock: Axis Lock, Transform axis to restrict effects to
|
|
205
179
|
|
|
206
180
|
FREE
|
|
@@ -214,7 +188,6 @@ def breakdown(
|
|
|
214
188
|
|
|
215
189
|
Z
|
|
216
190
|
Z -- Only Z-axis transforms are affected.
|
|
217
|
-
:type axis_lock: typing.Literal['FREE','X','Y','Z'] | None
|
|
218
191
|
"""
|
|
219
192
|
|
|
220
193
|
def constraint_add(
|
|
@@ -226,10 +199,7 @@ def constraint_add(
|
|
|
226
199
|
) -> None:
|
|
227
200
|
"""Add a constraint to the active bone
|
|
228
201
|
|
|
229
|
-
:type execution_context: int | str | None
|
|
230
|
-
:type undo: bool | None
|
|
231
202
|
:param type: Type
|
|
232
|
-
:type type: bpy.stub_internal.rna_enums.ConstraintTypeItems | None
|
|
233
203
|
"""
|
|
234
204
|
|
|
235
205
|
def constraint_add_with_targets(
|
|
@@ -241,10 +211,7 @@ def constraint_add_with_targets(
|
|
|
241
211
|
) -> None:
|
|
242
212
|
"""Add a constraint to the active bone, with target (where applicable) set to the selected Objects/Bones
|
|
243
213
|
|
|
244
|
-
:type execution_context: int | str | None
|
|
245
|
-
:type undo: bool | None
|
|
246
214
|
:param type: Type
|
|
247
|
-
:type type: bpy.stub_internal.rna_enums.ConstraintTypeItems | None
|
|
248
215
|
"""
|
|
249
216
|
|
|
250
217
|
def constraints_clear(
|
|
@@ -252,33 +219,21 @@ def constraints_clear(
|
|
|
252
219
|
undo: bool | None = None,
|
|
253
220
|
/,
|
|
254
221
|
) -> None:
|
|
255
|
-
"""Clear all constraints from the selected bones
|
|
256
|
-
|
|
257
|
-
:type execution_context: int | str | None
|
|
258
|
-
:type undo: bool | None
|
|
259
|
-
"""
|
|
222
|
+
"""Clear all constraints from the selected bones"""
|
|
260
223
|
|
|
261
224
|
def constraints_copy(
|
|
262
225
|
execution_context: int | str | None = None,
|
|
263
226
|
undo: bool | None = None,
|
|
264
227
|
/,
|
|
265
228
|
) -> None:
|
|
266
|
-
"""Copy constraints to other selected bones
|
|
267
|
-
|
|
268
|
-
:type execution_context: int | str | None
|
|
269
|
-
:type undo: bool | None
|
|
270
|
-
"""
|
|
229
|
+
"""Copy constraints to other selected bones"""
|
|
271
230
|
|
|
272
231
|
def copy(
|
|
273
232
|
execution_context: int | str | None = None,
|
|
274
233
|
undo: bool | None = None,
|
|
275
234
|
/,
|
|
276
235
|
) -> None:
|
|
277
|
-
"""Copy the current pose of the selected bones to the internal clipboard
|
|
278
|
-
|
|
279
|
-
:type execution_context: int | str | None
|
|
280
|
-
:type undo: bool | None
|
|
281
|
-
"""
|
|
236
|
+
"""Copy the current pose of the selected bones to the internal clipboard"""
|
|
282
237
|
|
|
283
238
|
def flip_names(
|
|
284
239
|
execution_context: int | str | None = None,
|
|
@@ -289,10 +244,7 @@ def flip_names(
|
|
|
289
244
|
) -> None:
|
|
290
245
|
"""Flips (and corrects) the axis suffixes of the names of selected bones
|
|
291
246
|
|
|
292
|
-
:type execution_context: int | str | None
|
|
293
|
-
:type undo: bool | None
|
|
294
247
|
: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
|
|
295
|
-
:type do_strip_numbers: bool | None
|
|
296
248
|
"""
|
|
297
249
|
|
|
298
250
|
def hide(
|
|
@@ -304,10 +256,7 @@ def hide(
|
|
|
304
256
|
) -> None:
|
|
305
257
|
"""Tag selected bones to not be visible in Pose Mode
|
|
306
258
|
|
|
307
|
-
:type execution_context: int | str | None
|
|
308
|
-
:type undo: bool | None
|
|
309
259
|
:param unselected: Unselected
|
|
310
|
-
:type unselected: bool | None
|
|
311
260
|
"""
|
|
312
261
|
|
|
313
262
|
def ik_add(
|
|
@@ -317,12 +266,9 @@ def ik_add(
|
|
|
317
266
|
*,
|
|
318
267
|
with_targets: bool | None = True,
|
|
319
268
|
) -> None:
|
|
320
|
-
"""Add IK Constraint to the active Bone
|
|
269
|
+
"""Add an IK Constraint to the active Bone. The target can be a selected bone or object
|
|
321
270
|
|
|
322
|
-
:type execution_context: int | str | None
|
|
323
|
-
:type undo: bool | None
|
|
324
271
|
:param with_targets: With Targets, Assign IK Constraint with targets derived from the select bones/objects
|
|
325
|
-
:type with_targets: bool | None
|
|
326
272
|
"""
|
|
327
273
|
|
|
328
274
|
def ik_clear(
|
|
@@ -330,22 +276,14 @@ def ik_clear(
|
|
|
330
276
|
undo: bool | None = None,
|
|
331
277
|
/,
|
|
332
278
|
) -> None:
|
|
333
|
-
"""Remove all IK Constraints from selected bones
|
|
334
|
-
|
|
335
|
-
:type execution_context: int | str | None
|
|
336
|
-
:type undo: bool | None
|
|
337
|
-
"""
|
|
279
|
+
"""Remove all IK Constraints from selected bones"""
|
|
338
280
|
|
|
339
281
|
def loc_clear(
|
|
340
282
|
execution_context: int | str | None = None,
|
|
341
283
|
undo: bool | None = None,
|
|
342
284
|
/,
|
|
343
285
|
) -> None:
|
|
344
|
-
"""Reset locations of selected bones to their default values
|
|
345
|
-
|
|
346
|
-
:type execution_context: int | str | None
|
|
347
|
-
:type undo: bool | None
|
|
348
|
-
"""
|
|
286
|
+
"""Reset locations of selected bones to their default values"""
|
|
349
287
|
|
|
350
288
|
def paste(
|
|
351
289
|
execution_context: int | str | None = None,
|
|
@@ -357,12 +295,8 @@ def paste(
|
|
|
357
295
|
) -> None:
|
|
358
296
|
"""Paste the stored pose on to the current pose
|
|
359
297
|
|
|
360
|
-
:type execution_context: int | str | None
|
|
361
|
-
:type undo: bool | None
|
|
362
298
|
:param flipped: Flipped on X-Axis, Paste the stored pose flipped on to current pose
|
|
363
|
-
:type flipped: bool | None
|
|
364
299
|
:param selected_mask: On Selected Only, Only paste the stored pose on to selected bones in the current pose
|
|
365
|
-
:type selected_mask: bool | None
|
|
366
300
|
"""
|
|
367
301
|
|
|
368
302
|
def paths_calculate(
|
|
@@ -378,14 +312,9 @@ def paths_calculate(
|
|
|
378
312
|
) -> None:
|
|
379
313
|
"""Calculate paths for the selected bones
|
|
380
314
|
|
|
381
|
-
:
|
|
382
|
-
:type undo: bool | None
|
|
383
|
-
:param display_type: Display type
|
|
384
|
-
:type display_type: bpy.stub_internal.rna_enums.MotionpathDisplayTypeItems | None
|
|
315
|
+
:param display_type: Display Type
|
|
385
316
|
:param range: Computation Range
|
|
386
|
-
:type range: bpy.stub_internal.rna_enums.MotionpathRangeItems | None
|
|
387
317
|
:param bake_location: Bake Location, Which point on the bones is used when calculating paths
|
|
388
|
-
:type bake_location: bpy.stub_internal.rna_enums.MotionpathBakeLocationItems | None
|
|
389
318
|
"""
|
|
390
319
|
|
|
391
320
|
def paths_clear(
|
|
@@ -397,10 +326,7 @@ def paths_clear(
|
|
|
397
326
|
) -> None:
|
|
398
327
|
"""Undocumented, consider contributing.
|
|
399
328
|
|
|
400
|
-
:type execution_context: int | str | None
|
|
401
|
-
:type undo: bool | None
|
|
402
329
|
:param only_selected: Only Selected, Only clear motion paths of selected bones
|
|
403
|
-
:type only_selected: bool | None
|
|
404
330
|
"""
|
|
405
331
|
|
|
406
332
|
def paths_range_update(
|
|
@@ -408,22 +334,14 @@ def paths_range_update(
|
|
|
408
334
|
undo: bool | None = None,
|
|
409
335
|
/,
|
|
410
336
|
) -> None:
|
|
411
|
-
"""Update frame range for motion paths from the Scenes current frame range
|
|
412
|
-
|
|
413
|
-
:type execution_context: int | str | None
|
|
414
|
-
:type undo: bool | None
|
|
415
|
-
"""
|
|
337
|
+
"""Update frame range for motion paths from the Scenes current frame range"""
|
|
416
338
|
|
|
417
339
|
def paths_update(
|
|
418
340
|
execution_context: int | str | None = None,
|
|
419
341
|
undo: bool | None = None,
|
|
420
342
|
/,
|
|
421
343
|
) -> None:
|
|
422
|
-
"""Recalculate paths for bones that already have them
|
|
423
|
-
|
|
424
|
-
:type execution_context: int | str | None
|
|
425
|
-
:type undo: bool | None
|
|
426
|
-
"""
|
|
344
|
+
"""Recalculate paths for bones that already have them"""
|
|
427
345
|
|
|
428
346
|
def propagate(
|
|
429
347
|
execution_context: int | str | None = None,
|
|
@@ -443,8 +361,6 @@ def propagate(
|
|
|
443
361
|
) -> None:
|
|
444
362
|
"""Copy selected aspects of the current pose to subsequent poses already keyframed
|
|
445
363
|
|
|
446
|
-
:type execution_context: int | str | None
|
|
447
|
-
:type undo: bool | None
|
|
448
364
|
:param mode: Terminate Mode, Method used to determine when to stop propagating pose to keyframes
|
|
449
365
|
|
|
450
366
|
NEXT_KEY
|
|
@@ -464,9 +380,7 @@ def propagate(
|
|
|
464
380
|
|
|
465
381
|
SELECTED_MARKERS
|
|
466
382
|
On Selected Markers -- Propagate pose to all keyframes occurring on frames with Scene Markers after the current frame.
|
|
467
|
-
:type mode: typing.Literal['NEXT_KEY','LAST_KEY','BEFORE_FRAME','BEFORE_END','SELECTED_KEYS','SELECTED_MARKERS'] | None
|
|
468
383
|
:param end_frame: End Frame, Frame to stop propagating frames to (for Before Frame mode)
|
|
469
|
-
:type end_frame: float | None
|
|
470
384
|
"""
|
|
471
385
|
|
|
472
386
|
def push(
|
|
@@ -483,14 +397,9 @@ def push(
|
|
|
483
397
|
) -> None:
|
|
484
398
|
"""Exaggerate the current pose in regards to the breakdown pose
|
|
485
399
|
|
|
486
|
-
:type execution_context: int | str | None
|
|
487
|
-
:type undo: bool | None
|
|
488
400
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
489
|
-
:type factor: float | None
|
|
490
401
|
:param prev_frame: Previous Keyframe, Frame number of keyframe immediately before the current frame
|
|
491
|
-
:type prev_frame: int | None
|
|
492
402
|
:param next_frame: Next Keyframe, Frame number of keyframe immediately after the current frame
|
|
493
|
-
:type next_frame: int | None
|
|
494
403
|
:param channels: Channels, Set of properties that are affected
|
|
495
404
|
|
|
496
405
|
ALL
|
|
@@ -510,7 +419,6 @@ def push(
|
|
|
510
419
|
|
|
511
420
|
CUSTOM
|
|
512
421
|
Custom Properties -- Custom properties.
|
|
513
|
-
:type channels: typing.Literal['ALL','LOC','ROT','SIZE','BBONE','CUSTOM'] | None
|
|
514
422
|
:param axis_lock: Axis Lock, Transform axis to restrict effects to
|
|
515
423
|
|
|
516
424
|
FREE
|
|
@@ -524,7 +432,6 @@ def push(
|
|
|
524
432
|
|
|
525
433
|
Z
|
|
526
434
|
Z -- Only Z-axis transforms are affected.
|
|
527
|
-
:type axis_lock: typing.Literal['FREE','X','Y','Z'] | None
|
|
528
435
|
"""
|
|
529
436
|
|
|
530
437
|
def quaternions_flip(
|
|
@@ -532,11 +439,7 @@ def quaternions_flip(
|
|
|
532
439
|
undo: bool | None = None,
|
|
533
440
|
/,
|
|
534
441
|
) -> None:
|
|
535
|
-
"""Flip quaternion values to achieve desired rotations, while maintaining the same orientations
|
|
536
|
-
|
|
537
|
-
:type execution_context: int | str | None
|
|
538
|
-
:type undo: bool | None
|
|
539
|
-
"""
|
|
442
|
+
"""Flip quaternion values to achieve desired rotations, while maintaining the same orientations"""
|
|
540
443
|
|
|
541
444
|
def relax(
|
|
542
445
|
execution_context: int | str | None = None,
|
|
@@ -552,14 +455,9 @@ def relax(
|
|
|
552
455
|
) -> None:
|
|
553
456
|
"""Make the current pose more similar to its breakdown pose
|
|
554
457
|
|
|
555
|
-
:type execution_context: int | str | None
|
|
556
|
-
:type undo: bool | None
|
|
557
458
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
558
|
-
:type factor: float | None
|
|
559
459
|
:param prev_frame: Previous Keyframe, Frame number of keyframe immediately before the current frame
|
|
560
|
-
:type prev_frame: int | None
|
|
561
460
|
:param next_frame: Next Keyframe, Frame number of keyframe immediately after the current frame
|
|
562
|
-
:type next_frame: int | None
|
|
563
461
|
:param channels: Channels, Set of properties that are affected
|
|
564
462
|
|
|
565
463
|
ALL
|
|
@@ -579,7 +477,6 @@ def relax(
|
|
|
579
477
|
|
|
580
478
|
CUSTOM
|
|
581
479
|
Custom Properties -- Custom properties.
|
|
582
|
-
:type channels: typing.Literal['ALL','LOC','ROT','SIZE','BBONE','CUSTOM'] | None
|
|
583
480
|
:param axis_lock: Axis Lock, Transform axis to restrict effects to
|
|
584
481
|
|
|
585
482
|
FREE
|
|
@@ -593,7 +490,6 @@ def relax(
|
|
|
593
490
|
|
|
594
491
|
Z
|
|
595
492
|
Z -- Only Z-axis transforms are affected.
|
|
596
|
-
:type axis_lock: typing.Literal['FREE','X','Y','Z'] | None
|
|
597
493
|
"""
|
|
598
494
|
|
|
599
495
|
def reveal(
|
|
@@ -605,10 +501,7 @@ def reveal(
|
|
|
605
501
|
) -> None:
|
|
606
502
|
"""Reveal all bones hidden in Pose Mode
|
|
607
503
|
|
|
608
|
-
:type execution_context: int | str | None
|
|
609
|
-
:type undo: bool | None
|
|
610
504
|
:param select: Select
|
|
611
|
-
:type select: bool | None
|
|
612
505
|
"""
|
|
613
506
|
|
|
614
507
|
def rot_clear(
|
|
@@ -616,11 +509,7 @@ def rot_clear(
|
|
|
616
509
|
undo: bool | None = None,
|
|
617
510
|
/,
|
|
618
511
|
) -> None:
|
|
619
|
-
"""Reset rotations of selected bones to their default values
|
|
620
|
-
|
|
621
|
-
:type execution_context: int | str | None
|
|
622
|
-
:type undo: bool | None
|
|
623
|
-
"""
|
|
512
|
+
"""Reset rotations of selected bones to their default values"""
|
|
624
513
|
|
|
625
514
|
def rotation_mode_set(
|
|
626
515
|
execution_context: int | str | None = None,
|
|
@@ -631,10 +520,7 @@ def rotation_mode_set(
|
|
|
631
520
|
) -> None:
|
|
632
521
|
"""Set the rotation representation used by selected bones
|
|
633
522
|
|
|
634
|
-
:type execution_context: int | str | None
|
|
635
|
-
:type undo: bool | None
|
|
636
523
|
:param type: Rotation Mode
|
|
637
|
-
:type type: bpy.stub_internal.rna_enums.ObjectRotationModeItems | None
|
|
638
524
|
"""
|
|
639
525
|
|
|
640
526
|
def scale_clear(
|
|
@@ -642,11 +528,7 @@ def scale_clear(
|
|
|
642
528
|
undo: bool | None = None,
|
|
643
529
|
/,
|
|
644
530
|
) -> None:
|
|
645
|
-
"""Reset scaling of selected bones to their default values
|
|
646
|
-
|
|
647
|
-
:type execution_context: int | str | None
|
|
648
|
-
:type undo: bool | None
|
|
649
|
-
"""
|
|
531
|
+
"""Reset scaling of selected bones to their default values"""
|
|
650
532
|
|
|
651
533
|
def select_all(
|
|
652
534
|
execution_context: int | str | None = None,
|
|
@@ -657,8 +539,6 @@ def select_all(
|
|
|
657
539
|
) -> None:
|
|
658
540
|
"""Toggle selection status of all bones
|
|
659
541
|
|
|
660
|
-
:type execution_context: int | str | None
|
|
661
|
-
:type undo: bool | None
|
|
662
542
|
:param action: Action, Selection action to execute
|
|
663
543
|
|
|
664
544
|
TOGGLE
|
|
@@ -672,7 +552,6 @@ def select_all(
|
|
|
672
552
|
|
|
673
553
|
INVERT
|
|
674
554
|
Invert -- Invert selection of all elements.
|
|
675
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
676
555
|
"""
|
|
677
556
|
|
|
678
557
|
def select_constraint_target(
|
|
@@ -680,11 +559,7 @@ def select_constraint_target(
|
|
|
680
559
|
undo: bool | None = None,
|
|
681
560
|
/,
|
|
682
561
|
) -> None:
|
|
683
|
-
"""Select bones used as targets for the currently selected bones
|
|
684
|
-
|
|
685
|
-
:type execution_context: int | str | None
|
|
686
|
-
:type undo: bool | None
|
|
687
|
-
"""
|
|
562
|
+
"""Select bones used as targets for the currently selected bones"""
|
|
688
563
|
|
|
689
564
|
def select_grouped(
|
|
690
565
|
execution_context: int | str | None = None,
|
|
@@ -699,16 +574,13 @@ def select_grouped(
|
|
|
699
574
|
"CHILDREN",
|
|
700
575
|
"CHILDREN_IMMEDIATE",
|
|
701
576
|
"PARENT",
|
|
702
|
-
"
|
|
577
|
+
"SIBLINGS",
|
|
703
578
|
]
|
|
704
579
|
| None = "COLLECTION",
|
|
705
580
|
) -> None:
|
|
706
581
|
"""Select all visible bones grouped by similar properties
|
|
707
582
|
|
|
708
|
-
:type execution_context: int | str | None
|
|
709
|
-
:type undo: bool | None
|
|
710
583
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
711
|
-
:type extend: bool | None
|
|
712
584
|
:param type: Type
|
|
713
585
|
|
|
714
586
|
COLLECTION
|
|
@@ -729,9 +601,8 @@ def select_grouped(
|
|
|
729
601
|
PARENT
|
|
730
602
|
Parents -- Select the parents of currently selected bones.
|
|
731
603
|
|
|
732
|
-
|
|
604
|
+
SIBLINGS
|
|
733
605
|
Siblings -- Select all bones that have the same parent as currently selected bones.
|
|
734
|
-
:type type: typing.Literal['COLLECTION','COLOR','KEYINGSET','CHILDREN','CHILDREN_IMMEDIATE','PARENT','SIBILINGS'] | None
|
|
735
606
|
"""
|
|
736
607
|
|
|
737
608
|
def select_hierarchy(
|
|
@@ -744,12 +615,8 @@ def select_hierarchy(
|
|
|
744
615
|
) -> None:
|
|
745
616
|
"""Select immediate parent/children of selected bones
|
|
746
617
|
|
|
747
|
-
:type execution_context: int | str | None
|
|
748
|
-
:type undo: bool | None
|
|
749
618
|
:param direction: Direction
|
|
750
|
-
:type direction: typing.Literal['PARENT','CHILD'] | None
|
|
751
619
|
:param extend: Extend, Extend the selection
|
|
752
|
-
:type extend: bool | None
|
|
753
620
|
"""
|
|
754
621
|
|
|
755
622
|
def select_linked(
|
|
@@ -757,11 +624,7 @@ def select_linked(
|
|
|
757
624
|
undo: bool | None = None,
|
|
758
625
|
/,
|
|
759
626
|
) -> None:
|
|
760
|
-
"""Select all bones linked by parent/child connections to the current selection
|
|
761
|
-
|
|
762
|
-
:type execution_context: int | str | None
|
|
763
|
-
:type undo: bool | None
|
|
764
|
-
"""
|
|
627
|
+
"""Select all bones linked by parent/child connections to the current selection"""
|
|
765
628
|
|
|
766
629
|
def select_linked_pick(
|
|
767
630
|
execution_context: int | str | None = None,
|
|
@@ -772,10 +635,7 @@ def select_linked_pick(
|
|
|
772
635
|
) -> None:
|
|
773
636
|
"""Select bones linked by parent/child connections under the mouse cursor
|
|
774
637
|
|
|
775
|
-
:type execution_context: int | str | None
|
|
776
|
-
:type undo: bool | None
|
|
777
638
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
778
|
-
:type extend: bool | None
|
|
779
639
|
"""
|
|
780
640
|
|
|
781
641
|
def select_mirror(
|
|
@@ -788,12 +648,8 @@ def select_mirror(
|
|
|
788
648
|
) -> None:
|
|
789
649
|
"""Mirror the bone selection
|
|
790
650
|
|
|
791
|
-
:type execution_context: int | str | None
|
|
792
|
-
:type undo: bool | None
|
|
793
651
|
:param only_active: Active Only, Only operate on the active bone
|
|
794
|
-
:type only_active: bool | None
|
|
795
652
|
:param extend: Extend, Extend the selection
|
|
796
|
-
:type extend: bool | None
|
|
797
653
|
"""
|
|
798
654
|
|
|
799
655
|
def select_parent(
|
|
@@ -801,77 +657,49 @@ def select_parent(
|
|
|
801
657
|
undo: bool | None = None,
|
|
802
658
|
/,
|
|
803
659
|
) -> None:
|
|
804
|
-
"""Select bones that are parents of the currently selected bones
|
|
805
|
-
|
|
806
|
-
:type execution_context: int | str | None
|
|
807
|
-
:type undo: bool | None
|
|
808
|
-
"""
|
|
660
|
+
"""Select bones that are parents of the currently selected bones"""
|
|
809
661
|
|
|
810
662
|
def selection_set_add(
|
|
811
663
|
execution_context: int | str | None = None,
|
|
812
664
|
undo: bool | None = None,
|
|
813
665
|
/,
|
|
814
666
|
) -> None:
|
|
815
|
-
"""Create a new empty Selection Set
|
|
816
|
-
|
|
817
|
-
:type execution_context: int | str | None
|
|
818
|
-
:type undo: bool | None
|
|
819
|
-
"""
|
|
667
|
+
"""Create a new empty Selection Set"""
|
|
820
668
|
|
|
821
669
|
def selection_set_add_and_assign(
|
|
822
670
|
execution_context: int | str | None = None,
|
|
823
671
|
undo: bool | None = None,
|
|
824
672
|
/,
|
|
825
673
|
) -> None:
|
|
826
|
-
"""Create a new Selection Set with the currently selected bones
|
|
827
|
-
|
|
828
|
-
:type execution_context: int | str | None
|
|
829
|
-
:type undo: bool | None
|
|
830
|
-
"""
|
|
674
|
+
"""Create a new Selection Set with the currently selected bones"""
|
|
831
675
|
|
|
832
676
|
def selection_set_assign(
|
|
833
677
|
execution_context: int | str | None = None,
|
|
834
678
|
undo: bool | None = None,
|
|
835
679
|
/,
|
|
836
680
|
) -> None:
|
|
837
|
-
"""Add selected bones to Selection Set
|
|
838
|
-
|
|
839
|
-
:type execution_context: int | str | None
|
|
840
|
-
:type undo: bool | None
|
|
841
|
-
"""
|
|
681
|
+
"""Add selected bones to Selection Set"""
|
|
842
682
|
|
|
843
683
|
def selection_set_copy(
|
|
844
684
|
execution_context: int | str | None = None,
|
|
845
685
|
undo: bool | None = None,
|
|
846
686
|
/,
|
|
847
687
|
) -> None:
|
|
848
|
-
"""Copy the selected Selection Set(s) to the clipboard
|
|
849
|
-
|
|
850
|
-
:type execution_context: int | str | None
|
|
851
|
-
:type undo: bool | None
|
|
852
|
-
"""
|
|
688
|
+
"""Copy the selected Selection Set(s) to the clipboard"""
|
|
853
689
|
|
|
854
690
|
def selection_set_delete_all(
|
|
855
691
|
execution_context: int | str | None = None,
|
|
856
692
|
undo: bool | None = None,
|
|
857
693
|
/,
|
|
858
694
|
) -> None:
|
|
859
|
-
"""Remove all Selection Sets from this Armature
|
|
860
|
-
|
|
861
|
-
:type execution_context: int | str | None
|
|
862
|
-
:type undo: bool | None
|
|
863
|
-
"""
|
|
695
|
+
"""Remove all Selection Sets from this Armature"""
|
|
864
696
|
|
|
865
697
|
def selection_set_deselect(
|
|
866
698
|
execution_context: int | str | None = None,
|
|
867
699
|
undo: bool | None = None,
|
|
868
700
|
/,
|
|
869
701
|
) -> None:
|
|
870
|
-
"""Remove Selection Set bones from current selection
|
|
871
|
-
|
|
872
|
-
:type execution_context: int | str | None
|
|
873
|
-
:type undo: bool | None
|
|
874
|
-
"""
|
|
702
|
+
"""Remove Selection Set bones from current selection"""
|
|
875
703
|
|
|
876
704
|
def selection_set_move(
|
|
877
705
|
execution_context: int | str | None = None,
|
|
@@ -882,10 +710,7 @@ def selection_set_move(
|
|
|
882
710
|
) -> None:
|
|
883
711
|
"""Move the active Selection Set up/down the list of sets
|
|
884
712
|
|
|
885
|
-
:type execution_context: int | str | None
|
|
886
|
-
:type undo: bool | None
|
|
887
713
|
:param direction: Move Direction, Direction to move the active Selection Set: UP (default) or DOWN
|
|
888
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
889
714
|
"""
|
|
890
715
|
|
|
891
716
|
def selection_set_paste(
|
|
@@ -893,33 +718,21 @@ def selection_set_paste(
|
|
|
893
718
|
undo: bool | None = None,
|
|
894
719
|
/,
|
|
895
720
|
) -> None:
|
|
896
|
-
"""Add new Selection Set(s) from the clipboard
|
|
897
|
-
|
|
898
|
-
:type execution_context: int | str | None
|
|
899
|
-
:type undo: bool | None
|
|
900
|
-
"""
|
|
721
|
+
"""Add new Selection Set(s) from the clipboard"""
|
|
901
722
|
|
|
902
723
|
def selection_set_remove(
|
|
903
724
|
execution_context: int | str | None = None,
|
|
904
725
|
undo: bool | None = None,
|
|
905
726
|
/,
|
|
906
727
|
) -> None:
|
|
907
|
-
"""Remove a Selection Set from this Armature
|
|
908
|
-
|
|
909
|
-
:type execution_context: int | str | None
|
|
910
|
-
:type undo: bool | None
|
|
911
|
-
"""
|
|
728
|
+
"""Remove a Selection Set from this Armature"""
|
|
912
729
|
|
|
913
730
|
def selection_set_remove_bones(
|
|
914
731
|
execution_context: int | str | None = None,
|
|
915
732
|
undo: bool | None = None,
|
|
916
733
|
/,
|
|
917
734
|
) -> None:
|
|
918
|
-
"""Remove the selected bones from all Selection Sets
|
|
919
|
-
|
|
920
|
-
:type execution_context: int | str | None
|
|
921
|
-
:type undo: bool | None
|
|
922
|
-
"""
|
|
735
|
+
"""Remove the selected bones from all Selection Sets"""
|
|
923
736
|
|
|
924
737
|
def selection_set_select(
|
|
925
738
|
execution_context: int | str | None = None,
|
|
@@ -930,10 +743,7 @@ def selection_set_select(
|
|
|
930
743
|
) -> None:
|
|
931
744
|
"""Select the bones from this Selection Set
|
|
932
745
|
|
|
933
|
-
:type execution_context: int | str | None
|
|
934
|
-
:type undo: bool | None
|
|
935
746
|
:param selection_set_index: Selection Set Index, Which Selection Set to select; -1 uses the active Selection Set
|
|
936
|
-
:type selection_set_index: int | None
|
|
937
747
|
"""
|
|
938
748
|
|
|
939
749
|
def selection_set_unassign(
|
|
@@ -941,22 +751,14 @@ def selection_set_unassign(
|
|
|
941
751
|
undo: bool | None = None,
|
|
942
752
|
/,
|
|
943
753
|
) -> None:
|
|
944
|
-
"""Remove selected bones from Selection Set
|
|
945
|
-
|
|
946
|
-
:type execution_context: int | str | None
|
|
947
|
-
:type undo: bool | None
|
|
948
|
-
"""
|
|
754
|
+
"""Remove selected bones from Selection Set"""
|
|
949
755
|
|
|
950
756
|
def transforms_clear(
|
|
951
757
|
execution_context: int | str | None = None,
|
|
952
758
|
undo: bool | None = None,
|
|
953
759
|
/,
|
|
954
760
|
) -> None:
|
|
955
|
-
"""Reset location, rotation, and scaling of selected bones to their default values
|
|
956
|
-
|
|
957
|
-
:type execution_context: int | str | None
|
|
958
|
-
:type undo: bool | None
|
|
959
|
-
"""
|
|
761
|
+
"""Reset location, rotation, and scaling of selected bones to their default values"""
|
|
960
762
|
|
|
961
763
|
def user_transforms_clear(
|
|
962
764
|
execution_context: int | str | None = None,
|
|
@@ -967,10 +769,7 @@ def user_transforms_clear(
|
|
|
967
769
|
) -> None:
|
|
968
770
|
"""Reset pose bone transforms to keyframed state
|
|
969
771
|
|
|
970
|
-
:type execution_context: int | str | None
|
|
971
|
-
:type undo: bool | None
|
|
972
772
|
:param only_selected: Only Selected, Only visible/selected bones
|
|
973
|
-
:type only_selected: bool | None
|
|
974
773
|
"""
|
|
975
774
|
|
|
976
775
|
def visual_transform_apply(
|
|
@@ -978,8 +777,4 @@ def visual_transform_apply(
|
|
|
978
777
|
undo: bool | None = None,
|
|
979
778
|
/,
|
|
980
779
|
) -> None:
|
|
981
|
-
"""Apply final constrained position of pose bones to their transform
|
|
982
|
-
|
|
983
|
-
:type execution_context: int | str | None
|
|
984
|
-
:type undo: bool | None
|
|
985
|
-
"""
|
|
780
|
+
"""Apply final constrained position of pose bones to their transform"""
|