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/nla/__init__.pyi
CHANGED
|
@@ -14,10 +14,7 @@ def action_pushdown(
|
|
|
14
14
|
) -> None:
|
|
15
15
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
16
16
|
|
|
17
|
-
:type execution_context: int | str | None
|
|
18
|
-
:type undo: bool | None
|
|
19
17
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
20
|
-
:type track_index: int | None
|
|
21
18
|
"""
|
|
22
19
|
|
|
23
20
|
def action_sync_length(
|
|
@@ -29,10 +26,7 @@ def action_sync_length(
|
|
|
29
26
|
) -> None:
|
|
30
27
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
31
28
|
|
|
32
|
-
:type execution_context: int | str | None
|
|
33
|
-
:type undo: bool | None
|
|
34
29
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
35
|
-
:type active: bool | None
|
|
36
30
|
"""
|
|
37
31
|
|
|
38
32
|
def action_unlink(
|
|
@@ -44,10 +38,7 @@ def action_unlink(
|
|
|
44
38
|
) -> None:
|
|
45
39
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
46
40
|
|
|
47
|
-
:type execution_context: int | str | None
|
|
48
|
-
:type undo: bool | None
|
|
49
41
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-blocks NLA stack
|
|
50
|
-
:type force_delete: bool | None
|
|
51
42
|
"""
|
|
52
43
|
|
|
53
44
|
def actionclip_add(
|
|
@@ -59,10 +50,7 @@ def actionclip_add(
|
|
|
59
50
|
) -> None:
|
|
60
51
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
61
52
|
|
|
62
|
-
:type execution_context: int | str | None
|
|
63
|
-
:type undo: bool | None
|
|
64
53
|
:param action: Action
|
|
65
|
-
:type action: str | None
|
|
66
54
|
"""
|
|
67
55
|
|
|
68
56
|
def apply_scale(
|
|
@@ -70,11 +58,7 @@ def apply_scale(
|
|
|
70
58
|
undo: bool | None = None,
|
|
71
59
|
/,
|
|
72
60
|
) -> None:
|
|
73
|
-
"""Apply scaling of selected strips to their referenced Actions
|
|
74
|
-
|
|
75
|
-
:type execution_context: int | str | None
|
|
76
|
-
:type undo: bool | None
|
|
77
|
-
"""
|
|
61
|
+
"""Apply scaling of selected strips to their referenced Actions"""
|
|
78
62
|
|
|
79
63
|
def bake(
|
|
80
64
|
execution_context: int | str | None = None,
|
|
@@ -98,26 +82,15 @@ def bake(
|
|
|
98
82
|
) -> None:
|
|
99
83
|
"""Bake all selected objects location/scale/rotation animation to an action
|
|
100
84
|
|
|
101
|
-
:type execution_context: int | str | None
|
|
102
|
-
:type undo: bool | None
|
|
103
85
|
:param frame_start: Start Frame, Start frame for baking
|
|
104
|
-
:type frame_start: int | None
|
|
105
86
|
:param frame_end: End Frame, End frame for baking
|
|
106
|
-
:type frame_end: int | None
|
|
107
87
|
:param step: Frame Step, Number of frames to skip forward while baking each frame
|
|
108
|
-
:type step: int | None
|
|
109
88
|
:param only_selected: Only Selected Bones, Only key selected bones (Pose baking only)
|
|
110
|
-
:type only_selected: bool | None
|
|
111
89
|
:param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
|
|
112
|
-
:
|
|
113
|
-
:param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones. To get a correct bake with this setting Visual Keying should be enabled
|
|
114
|
-
:type clear_constraints: bool | None
|
|
90
|
+
:param clear_constraints: Clear Local Constraints, Remove all constraints from keyed object/bones. To get a correct bake with this setting Visual Keying should be enabled
|
|
115
91
|
:param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
|
|
116
|
-
:type clear_parents: bool | None
|
|
117
92
|
:param use_current_action: Overwrite Current Action, Bake animation into current action, instead of creating a new one (useful for baking only part of bones in an armature)
|
|
118
|
-
:type use_current_action: bool | None
|
|
119
93
|
:param clean_curves: Clean Curves, After baking curves, remove redundant keys
|
|
120
|
-
:type clean_curves: bool | None
|
|
121
94
|
:param bake_types: Bake Data, Which datas transformations to bake
|
|
122
95
|
|
|
123
96
|
POSE
|
|
@@ -125,7 +98,6 @@ def bake(
|
|
|
125
98
|
|
|
126
99
|
OBJECT
|
|
127
100
|
Object -- Bake object transformations.
|
|
128
|
-
:type bake_types: set[typing.Literal['POSE','OBJECT']] | None
|
|
129
101
|
:param channel_types: Channels, Which channels to bake
|
|
130
102
|
|
|
131
103
|
LOCATION
|
|
@@ -142,7 +114,6 @@ def bake(
|
|
|
142
114
|
|
|
143
115
|
PROPS
|
|
144
116
|
Custom Properties -- Bake custom properties.
|
|
145
|
-
:type channel_types: set[typing.Literal['LOCATION','ROTATION','SCALE','BBONE','PROPS']] | None
|
|
146
117
|
"""
|
|
147
118
|
|
|
148
119
|
def channels_click(
|
|
@@ -154,10 +125,7 @@ def channels_click(
|
|
|
154
125
|
) -> None:
|
|
155
126
|
"""Handle clicks to select NLA tracks
|
|
156
127
|
|
|
157
|
-
:type execution_context: int | str | None
|
|
158
|
-
:type undo: bool | None
|
|
159
128
|
:param extend: Extend Select
|
|
160
|
-
:type extend: bool | None
|
|
161
129
|
"""
|
|
162
130
|
|
|
163
131
|
def clear_scale(
|
|
@@ -165,11 +133,7 @@ def clear_scale(
|
|
|
165
133
|
undo: bool | None = None,
|
|
166
134
|
/,
|
|
167
135
|
) -> None:
|
|
168
|
-
"""Reset scaling of selected strips
|
|
169
|
-
|
|
170
|
-
:type execution_context: int | str | None
|
|
171
|
-
:type undo: bool | None
|
|
172
|
-
"""
|
|
136
|
+
"""Reset scaling of selected strips"""
|
|
173
137
|
|
|
174
138
|
def click_select(
|
|
175
139
|
execution_context: int | str | None = None,
|
|
@@ -177,6 +141,7 @@ def click_select(
|
|
|
177
141
|
/,
|
|
178
142
|
*,
|
|
179
143
|
wait_to_deselect_others: bool | None = False,
|
|
144
|
+
use_select_on_click: bool | None = False,
|
|
180
145
|
mouse_x: int | None = 0,
|
|
181
146
|
mouse_y: int | None = 0,
|
|
182
147
|
extend: bool | None = False,
|
|
@@ -184,18 +149,12 @@ def click_select(
|
|
|
184
149
|
) -> None:
|
|
185
150
|
"""Handle clicks to select NLA Strips
|
|
186
151
|
|
|
187
|
-
:type execution_context: int | str | None
|
|
188
|
-
:type undo: bool | None
|
|
189
152
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
190
|
-
:
|
|
153
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
191
154
|
:param mouse_x: Mouse X
|
|
192
|
-
:type mouse_x: int | None
|
|
193
155
|
:param mouse_y: Mouse Y
|
|
194
|
-
:type mouse_y: int | None
|
|
195
156
|
:param extend: Extend Select
|
|
196
|
-
:type extend: bool | None
|
|
197
157
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
198
|
-
:type deselect_all: bool | None
|
|
199
158
|
"""
|
|
200
159
|
|
|
201
160
|
def delete(
|
|
@@ -203,11 +162,7 @@ def delete(
|
|
|
203
162
|
undo: bool | None = None,
|
|
204
163
|
/,
|
|
205
164
|
) -> None:
|
|
206
|
-
"""Delete selected strips
|
|
207
|
-
|
|
208
|
-
:type execution_context: int | str | None
|
|
209
|
-
:type undo: bool | None
|
|
210
|
-
"""
|
|
165
|
+
"""Delete selected strips"""
|
|
211
166
|
|
|
212
167
|
def duplicate(
|
|
213
168
|
execution_context: int | str | None = None,
|
|
@@ -218,10 +173,7 @@ def duplicate(
|
|
|
218
173
|
) -> None:
|
|
219
174
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
220
175
|
|
|
221
|
-
:type execution_context: int | str | None
|
|
222
|
-
:type undo: bool | None
|
|
223
176
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
224
|
-
:type linked: bool | None
|
|
225
177
|
"""
|
|
226
178
|
|
|
227
179
|
def duplicate_linked_move(
|
|
@@ -234,12 +186,8 @@ def duplicate_linked_move(
|
|
|
234
186
|
) -> None:
|
|
235
187
|
"""Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
|
|
236
188
|
|
|
237
|
-
:type execution_context: int | str | None
|
|
238
|
-
:type undo: bool | None
|
|
239
189
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
240
|
-
:type NLA_OT_duplicate: duplicate | None
|
|
241
190
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
242
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
243
191
|
"""
|
|
244
192
|
|
|
245
193
|
def duplicate_move(
|
|
@@ -252,12 +200,8 @@ def duplicate_move(
|
|
|
252
200
|
) -> None:
|
|
253
201
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
254
202
|
|
|
255
|
-
:type execution_context: int | str | None
|
|
256
|
-
:type undo: bool | None
|
|
257
203
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
258
|
-
:type NLA_OT_duplicate: duplicate | None
|
|
259
204
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
260
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
261
205
|
"""
|
|
262
206
|
|
|
263
207
|
def fmodifier_add(
|
|
@@ -270,12 +214,8 @@ def fmodifier_add(
|
|
|
270
214
|
) -> None:
|
|
271
215
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
272
216
|
|
|
273
|
-
:type execution_context: int | str | None
|
|
274
|
-
:type undo: bool | None
|
|
275
217
|
:param type: Type
|
|
276
|
-
:type type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
|
|
277
218
|
:param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
|
|
278
|
-
:type only_active: bool | None
|
|
279
219
|
"""
|
|
280
220
|
|
|
281
221
|
def fmodifier_copy(
|
|
@@ -283,11 +223,7 @@ def fmodifier_copy(
|
|
|
283
223
|
undo: bool | None = None,
|
|
284
224
|
/,
|
|
285
225
|
) -> None:
|
|
286
|
-
"""Copy the F-Modifier(s) of the active NLA-Strip
|
|
287
|
-
|
|
288
|
-
:type execution_context: int | str | None
|
|
289
|
-
:type undo: bool | None
|
|
290
|
-
"""
|
|
226
|
+
"""Copy the F-Modifier(s) of the active NLA-Strip"""
|
|
291
227
|
|
|
292
228
|
def fmodifier_paste(
|
|
293
229
|
execution_context: int | str | None = None,
|
|
@@ -299,12 +235,8 @@ def fmodifier_paste(
|
|
|
299
235
|
) -> None:
|
|
300
236
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
301
237
|
|
|
302
|
-
:type execution_context: int | str | None
|
|
303
|
-
:type undo: bool | None
|
|
304
238
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
305
|
-
:type only_active: bool | None
|
|
306
239
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
307
|
-
:type replace: bool | None
|
|
308
240
|
"""
|
|
309
241
|
|
|
310
242
|
def make_single_user(
|
|
@@ -316,10 +248,7 @@ def make_single_user(
|
|
|
316
248
|
) -> None:
|
|
317
249
|
"""Make linked action local to each strip
|
|
318
250
|
|
|
319
|
-
:type execution_context: int | str | None
|
|
320
|
-
:type undo: bool | None
|
|
321
251
|
:param confirm: Confirm, Prompt for confirmation
|
|
322
|
-
:type confirm: bool | None
|
|
323
252
|
"""
|
|
324
253
|
|
|
325
254
|
def meta_add(
|
|
@@ -327,66 +256,42 @@ def meta_add(
|
|
|
327
256
|
undo: bool | None = None,
|
|
328
257
|
/,
|
|
329
258
|
) -> None:
|
|
330
|
-
"""Add new meta-strips incorporating the selected strips
|
|
331
|
-
|
|
332
|
-
:type execution_context: int | str | None
|
|
333
|
-
:type undo: bool | None
|
|
334
|
-
"""
|
|
259
|
+
"""Add new meta-strips incorporating the selected strips"""
|
|
335
260
|
|
|
336
261
|
def meta_remove(
|
|
337
262
|
execution_context: int | str | None = None,
|
|
338
263
|
undo: bool | None = None,
|
|
339
264
|
/,
|
|
340
265
|
) -> None:
|
|
341
|
-
"""Separate out the strips held by the selected meta-strips
|
|
342
|
-
|
|
343
|
-
:type execution_context: int | str | None
|
|
344
|
-
:type undo: bool | None
|
|
345
|
-
"""
|
|
266
|
+
"""Separate out the strips held by the selected meta-strips"""
|
|
346
267
|
|
|
347
268
|
def move_down(
|
|
348
269
|
execution_context: int | str | None = None,
|
|
349
270
|
undo: bool | None = None,
|
|
350
271
|
/,
|
|
351
272
|
) -> None:
|
|
352
|
-
"""Move selected strips down a track if theres room
|
|
353
|
-
|
|
354
|
-
:type execution_context: int | str | None
|
|
355
|
-
:type undo: bool | None
|
|
356
|
-
"""
|
|
273
|
+
"""Move selected strips down a track if theres room"""
|
|
357
274
|
|
|
358
275
|
def move_up(
|
|
359
276
|
execution_context: int | str | None = None,
|
|
360
277
|
undo: bool | None = None,
|
|
361
278
|
/,
|
|
362
279
|
) -> None:
|
|
363
|
-
"""Move selected strips up a track if theres room
|
|
364
|
-
|
|
365
|
-
:type execution_context: int | str | None
|
|
366
|
-
:type undo: bool | None
|
|
367
|
-
"""
|
|
280
|
+
"""Move selected strips up a track if theres room"""
|
|
368
281
|
|
|
369
282
|
def mute_toggle(
|
|
370
283
|
execution_context: int | str | None = None,
|
|
371
284
|
undo: bool | None = None,
|
|
372
285
|
/,
|
|
373
286
|
) -> None:
|
|
374
|
-
"""Mute or un-mute selected strips
|
|
375
|
-
|
|
376
|
-
:type execution_context: int | str | None
|
|
377
|
-
:type undo: bool | None
|
|
378
|
-
"""
|
|
287
|
+
"""Mute or un-mute selected strips"""
|
|
379
288
|
|
|
380
289
|
def previewrange_set(
|
|
381
290
|
execution_context: int | str | None = None,
|
|
382
291
|
undo: bool | None = None,
|
|
383
292
|
/,
|
|
384
293
|
) -> None:
|
|
385
|
-
"""Set Preview Range based on extends of selected strips
|
|
386
|
-
|
|
387
|
-
:type execution_context: int | str | None
|
|
388
|
-
:type undo: bool | None
|
|
389
|
-
"""
|
|
294
|
+
"""Set Preview Range based on extends of selected strips"""
|
|
390
295
|
|
|
391
296
|
def select_all(
|
|
392
297
|
execution_context: int | str | None = None,
|
|
@@ -397,8 +302,6 @@ def select_all(
|
|
|
397
302
|
) -> None:
|
|
398
303
|
"""Select or deselect all NLA-Strips
|
|
399
304
|
|
|
400
|
-
:type execution_context: int | str | None
|
|
401
|
-
:type undo: bool | None
|
|
402
305
|
:param action: Action, Selection action to execute
|
|
403
306
|
|
|
404
307
|
TOGGLE
|
|
@@ -412,7 +315,6 @@ def select_all(
|
|
|
412
315
|
|
|
413
316
|
INVERT
|
|
414
317
|
Invert -- Invert selection of all elements.
|
|
415
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
416
318
|
"""
|
|
417
319
|
|
|
418
320
|
def select_box(
|
|
@@ -431,22 +333,13 @@ def select_box(
|
|
|
431
333
|
) -> None:
|
|
432
334
|
"""Use box selection to grab NLA-Strips
|
|
433
335
|
|
|
434
|
-
:type execution_context: int | str | None
|
|
435
|
-
:type undo: bool | None
|
|
436
336
|
:param axis_range: Axis Range
|
|
437
|
-
:type axis_range: bool | None
|
|
438
337
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
439
|
-
:type tweak: bool | None
|
|
440
338
|
:param xmin: X Min
|
|
441
|
-
:type xmin: int | None
|
|
442
339
|
:param xmax: X Max
|
|
443
|
-
:type xmax: int | None
|
|
444
340
|
:param ymin: Y Min
|
|
445
|
-
:type ymin: int | None
|
|
446
341
|
:param ymax: Y Max
|
|
447
|
-
:type ymax: int | None
|
|
448
342
|
:param wait_for_input: Wait for Input
|
|
449
|
-
:type wait_for_input: bool | None
|
|
450
343
|
:param mode: Mode
|
|
451
344
|
|
|
452
345
|
SET
|
|
@@ -457,7 +350,6 @@ def select_box(
|
|
|
457
350
|
|
|
458
351
|
SUB
|
|
459
352
|
Subtract -- Subtract existing selection.
|
|
460
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
461
353
|
"""
|
|
462
354
|
|
|
463
355
|
def select_leftright(
|
|
@@ -470,12 +362,8 @@ def select_leftright(
|
|
|
470
362
|
) -> None:
|
|
471
363
|
"""Select strips to the left or the right of the current frame
|
|
472
364
|
|
|
473
|
-
:type execution_context: int | str | None
|
|
474
|
-
:type undo: bool | None
|
|
475
365
|
:param mode: Mode
|
|
476
|
-
:type mode: typing.Literal['CHECK','LEFT','RIGHT'] | None
|
|
477
366
|
:param extend: Extend Select
|
|
478
|
-
:type extend: bool | None
|
|
479
367
|
"""
|
|
480
368
|
|
|
481
369
|
def selected_objects_add(
|
|
@@ -483,11 +371,7 @@ def selected_objects_add(
|
|
|
483
371
|
undo: bool | None = None,
|
|
484
372
|
/,
|
|
485
373
|
) -> None:
|
|
486
|
-
"""Make selected objects appear in NLA Editor by adding Animation Data
|
|
487
|
-
|
|
488
|
-
:type execution_context: int | str | None
|
|
489
|
-
:type undo: bool | None
|
|
490
|
-
"""
|
|
374
|
+
"""Make selected objects appear in NLA Editor by adding Animation Data"""
|
|
491
375
|
|
|
492
376
|
def snap(
|
|
493
377
|
execution_context: int | str | None = None,
|
|
@@ -499,10 +383,7 @@ def snap(
|
|
|
499
383
|
) -> None:
|
|
500
384
|
"""Move start of strips to specified time
|
|
501
385
|
|
|
502
|
-
:type execution_context: int | str | None
|
|
503
|
-
:type undo: bool | None
|
|
504
386
|
:param type: Type
|
|
505
|
-
:type type: typing.Literal['CFRA','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER'] | None
|
|
506
387
|
"""
|
|
507
388
|
|
|
508
389
|
def soundclip_add(
|
|
@@ -510,33 +391,21 @@ def soundclip_add(
|
|
|
510
391
|
undo: bool | None = None,
|
|
511
392
|
/,
|
|
512
393
|
) -> None:
|
|
513
|
-
"""Add a strip for controlling when speaker plays its sound clip
|
|
514
|
-
|
|
515
|
-
:type execution_context: int | str | None
|
|
516
|
-
:type undo: bool | None
|
|
517
|
-
"""
|
|
394
|
+
"""Add a strip for controlling when speaker plays its sound clip"""
|
|
518
395
|
|
|
519
396
|
def split(
|
|
520
397
|
execution_context: int | str | None = None,
|
|
521
398
|
undo: bool | None = None,
|
|
522
399
|
/,
|
|
523
400
|
) -> None:
|
|
524
|
-
"""Split selected strips at their midpoints
|
|
525
|
-
|
|
526
|
-
:type execution_context: int | str | None
|
|
527
|
-
:type undo: bool | None
|
|
528
|
-
"""
|
|
401
|
+
"""Split selected strips at their midpoints"""
|
|
529
402
|
|
|
530
403
|
def swap(
|
|
531
404
|
execution_context: int | str | None = None,
|
|
532
405
|
undo: bool | None = None,
|
|
533
406
|
/,
|
|
534
407
|
) -> None:
|
|
535
|
-
"""Swap order of selected strips within tracks
|
|
536
|
-
|
|
537
|
-
:type execution_context: int | str | None
|
|
538
|
-
:type undo: bool | None
|
|
539
|
-
"""
|
|
408
|
+
"""Swap order of selected strips within tracks"""
|
|
540
409
|
|
|
541
410
|
def tracks_add(
|
|
542
411
|
execution_context: int | str | None = None,
|
|
@@ -547,10 +416,7 @@ def tracks_add(
|
|
|
547
416
|
) -> None:
|
|
548
417
|
"""Add NLA-Tracks above/after the selected tracks
|
|
549
418
|
|
|
550
|
-
:type execution_context: int | str | None
|
|
551
|
-
:type undo: bool | None
|
|
552
419
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
553
|
-
:type above_selected: bool | None
|
|
554
420
|
"""
|
|
555
421
|
|
|
556
422
|
def tracks_delete(
|
|
@@ -558,22 +424,14 @@ def tracks_delete(
|
|
|
558
424
|
undo: bool | None = None,
|
|
559
425
|
/,
|
|
560
426
|
) -> None:
|
|
561
|
-
"""Delete selected NLA-Tracks and the strips they contain
|
|
562
|
-
|
|
563
|
-
:type execution_context: int | str | None
|
|
564
|
-
:type undo: bool | None
|
|
565
|
-
"""
|
|
427
|
+
"""Delete selected NLA-Tracks and the strips they contain"""
|
|
566
428
|
|
|
567
429
|
def transition_add(
|
|
568
430
|
execution_context: int | str | None = None,
|
|
569
431
|
undo: bool | None = None,
|
|
570
432
|
/,
|
|
571
433
|
) -> None:
|
|
572
|
-
"""Add a transition strip between two adjacent selected strips
|
|
573
|
-
|
|
574
|
-
:type execution_context: int | str | None
|
|
575
|
-
:type undo: bool | None
|
|
576
|
-
"""
|
|
434
|
+
"""Add a transition strip between two adjacent selected strips"""
|
|
577
435
|
|
|
578
436
|
def tweakmode_enter(
|
|
579
437
|
execution_context: int | str | None = None,
|
|
@@ -585,12 +443,8 @@ def tweakmode_enter(
|
|
|
585
443
|
) -> None:
|
|
586
444
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
587
445
|
|
|
588
|
-
:type execution_context: int | str | None
|
|
589
|
-
:type undo: bool | None
|
|
590
446
|
:param isolate_action: Isolate Action, Enable solo on the NLA Track containing the active strip, to edit it without seeing the effects of the NLA stack
|
|
591
|
-
:type isolate_action: bool | None
|
|
592
447
|
:param use_upper_stack_evaluation: Evaluate Upper Stack, In tweak mode, display the effects of the tracks above the tweak strip
|
|
593
|
-
:type use_upper_stack_evaluation: bool | None
|
|
594
448
|
"""
|
|
595
449
|
|
|
596
450
|
def tweakmode_exit(
|
|
@@ -602,10 +456,7 @@ def tweakmode_exit(
|
|
|
602
456
|
) -> None:
|
|
603
457
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
604
458
|
|
|
605
|
-
:type execution_context: int | str | None
|
|
606
|
-
:type undo: bool | None
|
|
607
459
|
:param isolate_action: Isolate Action, Disable solo on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
608
|
-
:type isolate_action: bool | None
|
|
609
460
|
"""
|
|
610
461
|
|
|
611
462
|
def view_all(
|
|
@@ -613,30 +464,18 @@ def view_all(
|
|
|
613
464
|
undo: bool | None = None,
|
|
614
465
|
/,
|
|
615
466
|
) -> None:
|
|
616
|
-
"""Reset viewable area to show full strips range
|
|
617
|
-
|
|
618
|
-
:type execution_context: int | str | None
|
|
619
|
-
:type undo: bool | None
|
|
620
|
-
"""
|
|
467
|
+
"""Reset viewable area to show full strips range"""
|
|
621
468
|
|
|
622
469
|
def view_frame(
|
|
623
470
|
execution_context: int | str | None = None,
|
|
624
471
|
undo: bool | None = None,
|
|
625
472
|
/,
|
|
626
473
|
) -> None:
|
|
627
|
-
"""Move the view to the current frame
|
|
628
|
-
|
|
629
|
-
:type execution_context: int | str | None
|
|
630
|
-
:type undo: bool | None
|
|
631
|
-
"""
|
|
474
|
+
"""Move the view to the current frame"""
|
|
632
475
|
|
|
633
476
|
def view_selected(
|
|
634
477
|
execution_context: int | str | None = None,
|
|
635
478
|
undo: bool | None = None,
|
|
636
479
|
/,
|
|
637
480
|
) -> None:
|
|
638
|
-
"""Reset viewable area to show selected strips range
|
|
639
|
-
|
|
640
|
-
:type execution_context: int | str | None
|
|
641
|
-
:type undo: bool | None
|
|
642
|
-
"""
|
|
481
|
+
"""Reset viewable area to show selected strips range"""
|