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/poselib/__init__.pyi
CHANGED
|
@@ -2,23 +2,27 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import bpy.stub_internal.rna_enums
|
|
5
6
|
|
|
6
7
|
def apply_pose_asset(
|
|
7
8
|
execution_context: int | str | None = None,
|
|
8
9
|
undo: bool | None = None,
|
|
9
10
|
/,
|
|
10
11
|
*,
|
|
12
|
+
asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
|
|
13
|
+
| None = "LOCAL",
|
|
14
|
+
asset_library_identifier: str = "",
|
|
15
|
+
relative_asset_identifier: str = "",
|
|
11
16
|
blend_factor: float | None = 1.0,
|
|
12
17
|
flipped: bool | None = False,
|
|
13
18
|
) -> None:
|
|
14
19
|
"""Apply the given Pose Action to the rig
|
|
15
20
|
|
|
16
|
-
:
|
|
17
|
-
:
|
|
21
|
+
:param asset_library_type: Asset Library Type
|
|
22
|
+
:param asset_library_identifier: Asset Library Identifier
|
|
23
|
+
:param relative_asset_identifier: Relative Asset Identifier
|
|
18
24
|
:param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
|
|
19
|
-
:type blend_factor: float | None
|
|
20
25
|
:param flipped: Apply Flipped, When enabled, applies the pose flipped over the X-axis
|
|
21
|
-
:type flipped: bool | None
|
|
22
26
|
"""
|
|
23
27
|
|
|
24
28
|
def asset_delete(
|
|
@@ -26,11 +30,7 @@ def asset_delete(
|
|
|
26
30
|
undo: bool | None = None,
|
|
27
31
|
/,
|
|
28
32
|
) -> None:
|
|
29
|
-
"""Delete the selected Pose Asset
|
|
30
|
-
|
|
31
|
-
:type execution_context: int | str | None
|
|
32
|
-
:type undo: bool | None
|
|
33
|
-
"""
|
|
33
|
+
"""Delete the selected Pose Asset"""
|
|
34
34
|
|
|
35
35
|
def asset_modify(
|
|
36
36
|
execution_context: int | str | None = None,
|
|
@@ -41,8 +41,6 @@ def asset_modify(
|
|
|
41
41
|
) -> None:
|
|
42
42
|
"""Update the selected pose asset in the asset library from the currently selected bones. The mode defines how the asset is updated
|
|
43
43
|
|
|
44
|
-
:type execution_context: int | str | None
|
|
45
|
-
:type undo: bool | None
|
|
46
44
|
:param mode: Overwrite Mode, Specify which parts of the pose asset are overwritten
|
|
47
45
|
|
|
48
46
|
ADJUST
|
|
@@ -56,7 +54,6 @@ def asset_modify(
|
|
|
56
54
|
|
|
57
55
|
REMOVE
|
|
58
56
|
Remove Selected Bones -- Remove channels of the selection from the pose asset.
|
|
59
|
-
:type mode: typing.Literal['ADJUST','REPLACE','ADD','REMOVE'] | None
|
|
60
57
|
"""
|
|
61
58
|
|
|
62
59
|
def blend_pose_asset(
|
|
@@ -64,42 +61,22 @@ def blend_pose_asset(
|
|
|
64
61
|
undo: bool | None = None,
|
|
65
62
|
/,
|
|
66
63
|
*,
|
|
64
|
+
asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
|
|
65
|
+
| None = "LOCAL",
|
|
66
|
+
asset_library_identifier: str = "",
|
|
67
|
+
relative_asset_identifier: str = "",
|
|
67
68
|
blend_factor: float | None = 0.0,
|
|
68
69
|
flipped: bool | None = False,
|
|
69
70
|
release_confirm: bool | None = False,
|
|
70
71
|
) -> None:
|
|
71
72
|
"""Blend the given Pose Action to the rig
|
|
72
73
|
|
|
73
|
-
:
|
|
74
|
-
:
|
|
74
|
+
:param asset_library_type: Asset Library Type
|
|
75
|
+
:param asset_library_identifier: Asset Library Identifier
|
|
76
|
+
:param relative_asset_identifier: Relative Asset Identifier
|
|
75
77
|
:param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
|
|
76
|
-
:type blend_factor: float | None
|
|
77
78
|
:param flipped: Apply Flipped, When enabled, applies the pose flipped over the X-axis
|
|
78
|
-
:type flipped: bool | None
|
|
79
79
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
80
|
-
:type release_confirm: bool | None
|
|
81
|
-
"""
|
|
82
|
-
|
|
83
|
-
def convert_old_object_poselib(
|
|
84
|
-
execution_context: int | str | None = None,
|
|
85
|
-
undo: bool | None = None,
|
|
86
|
-
/,
|
|
87
|
-
) -> None:
|
|
88
|
-
"""Create a pose asset for each pose marker in this legacy pose library data-block
|
|
89
|
-
|
|
90
|
-
:type execution_context: int | str | None
|
|
91
|
-
:type undo: bool | None
|
|
92
|
-
"""
|
|
93
|
-
|
|
94
|
-
def convert_old_poselib(
|
|
95
|
-
execution_context: int | str | None = None,
|
|
96
|
-
undo: bool | None = None,
|
|
97
|
-
/,
|
|
98
|
-
) -> None:
|
|
99
|
-
"""Create a pose asset for each pose marker in the current action
|
|
100
|
-
|
|
101
|
-
:type execution_context: int | str | None
|
|
102
|
-
:type undo: bool | None
|
|
103
80
|
"""
|
|
104
81
|
|
|
105
82
|
def copy_as_asset(
|
|
@@ -107,11 +84,7 @@ def copy_as_asset(
|
|
|
107
84
|
undo: bool | None = None,
|
|
108
85
|
/,
|
|
109
86
|
) -> None:
|
|
110
|
-
"""Create a new pose asset on the clipboard, to be pasted into an Asset Browser
|
|
111
|
-
|
|
112
|
-
:type execution_context: int | str | None
|
|
113
|
-
:type undo: bool | None
|
|
114
|
-
"""
|
|
87
|
+
"""Create a new pose asset on the clipboard, to be pasted into an Asset Browser"""
|
|
115
88
|
|
|
116
89
|
def create_pose_asset(
|
|
117
90
|
execution_context: int | str | None = None,
|
|
@@ -121,20 +94,12 @@ def create_pose_asset(
|
|
|
121
94
|
pose_name: str = "",
|
|
122
95
|
asset_library_reference: str | None = "",
|
|
123
96
|
catalog_path: str = "",
|
|
124
|
-
activate_new_action: bool | None = False,
|
|
125
97
|
) -> None:
|
|
126
98
|
"""Create a new asset from the selected bones in the scene
|
|
127
99
|
|
|
128
|
-
:type execution_context: int | str | None
|
|
129
|
-
:type undo: bool | None
|
|
130
100
|
:param pose_name: Pose Name, Name for the new pose asset
|
|
131
|
-
:type pose_name: str
|
|
132
101
|
:param asset_library_reference: Library, Asset library used to store the new pose
|
|
133
|
-
:type asset_library_reference: str | None
|
|
134
102
|
:param catalog_path: Catalog, Catalog to use for the new asset
|
|
135
|
-
:type catalog_path: str
|
|
136
|
-
:param activate_new_action: Activate New Action, This property is deprecated and will be removed in the future
|
|
137
|
-
:type activate_new_action: bool | None
|
|
138
103
|
"""
|
|
139
104
|
|
|
140
105
|
def paste_asset(
|
|
@@ -142,11 +107,7 @@ def paste_asset(
|
|
|
142
107
|
undo: bool | None = None,
|
|
143
108
|
/,
|
|
144
109
|
) -> None:
|
|
145
|
-
"""Paste the Asset that was previously copied using Copy As Asset
|
|
146
|
-
|
|
147
|
-
:type execution_context: int | str | None
|
|
148
|
-
:type undo: bool | None
|
|
149
|
-
"""
|
|
110
|
+
"""Paste the Asset that was previously copied using Copy As Asset"""
|
|
150
111
|
|
|
151
112
|
def pose_asset_select_bones(
|
|
152
113
|
execution_context: int | str | None = None,
|
|
@@ -158,12 +119,8 @@ def pose_asset_select_bones(
|
|
|
158
119
|
) -> None:
|
|
159
120
|
"""Select those bones that are used in this pose
|
|
160
121
|
|
|
161
|
-
:type execution_context: int | str | None
|
|
162
|
-
:type undo: bool | None
|
|
163
122
|
:param select: Select
|
|
164
|
-
:type select: bool | None
|
|
165
123
|
:param flipped: Flipped
|
|
166
|
-
:type flipped: bool | None
|
|
167
124
|
"""
|
|
168
125
|
|
|
169
126
|
def restore_previous_action(
|
|
@@ -171,8 +128,4 @@ def restore_previous_action(
|
|
|
171
128
|
undo: bool | None = None,
|
|
172
129
|
/,
|
|
173
130
|
) -> None:
|
|
174
|
-
"""Switch back to the previous Action, after creating a pose asset
|
|
175
|
-
|
|
176
|
-
:type execution_context: int | str | None
|
|
177
|
-
:type undo: bool | None
|
|
178
|
-
"""
|
|
131
|
+
"""Switch back to the previous Action, after creating a pose asset"""
|
bpy/ops/preferences/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def addon_disable(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Turn off this add-on
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param module: Module, Module name of the add-on to disable
|
|
19
|
-
:type module: str
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def addon_enable(
|
|
@@ -28,10 +25,7 @@ def addon_enable(
|
|
|
28
25
|
) -> None:
|
|
29
26
|
"""Turn on this add-on
|
|
30
27
|
|
|
31
|
-
:type execution_context: int | str | None
|
|
32
|
-
:type undo: bool | None
|
|
33
28
|
:param module: Module, Module name of the add-on to enable
|
|
34
|
-
:type module: str
|
|
35
29
|
"""
|
|
36
30
|
|
|
37
31
|
def addon_expand(
|
|
@@ -43,10 +37,7 @@ def addon_expand(
|
|
|
43
37
|
) -> None:
|
|
44
38
|
"""Display information and preferences for this add-on
|
|
45
39
|
|
|
46
|
-
:type execution_context: int | str | None
|
|
47
|
-
:type undo: bool | None
|
|
48
40
|
:param module: Module, Module name of the add-on to expand
|
|
49
|
-
:type module: str
|
|
50
41
|
"""
|
|
51
42
|
|
|
52
43
|
def addon_install(
|
|
@@ -64,22 +55,13 @@ def addon_install(
|
|
|
64
55
|
) -> None:
|
|
65
56
|
"""Install an add-on
|
|
66
57
|
|
|
67
|
-
:type execution_context: int | str | None
|
|
68
|
-
:type undo: bool | None
|
|
69
58
|
:param overwrite: Overwrite, Remove existing add-ons with the same ID
|
|
70
|
-
:type overwrite: bool | None
|
|
71
59
|
:param enable_on_install: Enable on Install, Enable after installing
|
|
72
|
-
:type enable_on_install: bool | None
|
|
73
60
|
:param target: Target Path
|
|
74
|
-
:type target: str | None
|
|
75
61
|
:param filepath: filepath
|
|
76
|
-
:type filepath: str
|
|
77
62
|
:param filter_folder: Filter folders
|
|
78
|
-
:type filter_folder: bool | None
|
|
79
63
|
:param filter_python: Filter Python
|
|
80
|
-
:type filter_python: bool | None
|
|
81
64
|
:param filter_glob: filter_glob
|
|
82
|
-
:type filter_glob: str
|
|
83
65
|
"""
|
|
84
66
|
|
|
85
67
|
def addon_refresh(
|
|
@@ -87,11 +69,7 @@ def addon_refresh(
|
|
|
87
69
|
undo: bool | None = None,
|
|
88
70
|
/,
|
|
89
71
|
) -> None:
|
|
90
|
-
"""Scan add-on directories for new modules
|
|
91
|
-
|
|
92
|
-
:type execution_context: int | str | None
|
|
93
|
-
:type undo: bool | None
|
|
94
|
-
"""
|
|
72
|
+
"""Scan add-on directories for new modules"""
|
|
95
73
|
|
|
96
74
|
def addon_remove(
|
|
97
75
|
execution_context: int | str | None = None,
|
|
@@ -102,10 +80,7 @@ def addon_remove(
|
|
|
102
80
|
) -> None:
|
|
103
81
|
"""Delete the add-on from the file system
|
|
104
82
|
|
|
105
|
-
:type execution_context: int | str | None
|
|
106
|
-
:type undo: bool | None
|
|
107
83
|
:param module: Module, Module name of the add-on to remove
|
|
108
|
-
:type module: str
|
|
109
84
|
"""
|
|
110
85
|
|
|
111
86
|
def addon_show(
|
|
@@ -117,10 +92,7 @@ def addon_show(
|
|
|
117
92
|
) -> None:
|
|
118
93
|
"""Show add-on preferences
|
|
119
94
|
|
|
120
|
-
:type execution_context: int | str | None
|
|
121
|
-
:type undo: bool | None
|
|
122
95
|
:param module: Module, Module name of the add-on to expand
|
|
123
|
-
:type module: str
|
|
124
96
|
"""
|
|
125
97
|
|
|
126
98
|
def app_template_install(
|
|
@@ -135,16 +107,10 @@ def app_template_install(
|
|
|
135
107
|
) -> None:
|
|
136
108
|
"""Install an application template
|
|
137
109
|
|
|
138
|
-
:type execution_context: int | str | None
|
|
139
|
-
:type undo: bool | None
|
|
140
110
|
:param overwrite: Overwrite, Remove existing template with the same ID
|
|
141
|
-
:type overwrite: bool | None
|
|
142
111
|
:param filepath: filepath
|
|
143
|
-
:type filepath: str
|
|
144
112
|
:param filter_folder: Filter folders
|
|
145
|
-
:type filter_folder: bool | None
|
|
146
113
|
:param filter_glob: filter_glob
|
|
147
|
-
:type filter_glob: str
|
|
148
114
|
"""
|
|
149
115
|
|
|
150
116
|
def asset_library_add(
|
|
@@ -180,48 +146,26 @@ def asset_library_add(
|
|
|
180
146
|
) -> None:
|
|
181
147
|
"""Add a directory to be used by the Asset Browser as source of assets
|
|
182
148
|
|
|
183
|
-
:type execution_context: int | str | None
|
|
184
|
-
:type undo: bool | None
|
|
185
149
|
:param directory: Directory, Directory of the file
|
|
186
|
-
:type directory: str
|
|
187
150
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
188
|
-
:type hide_props_region: bool | None
|
|
189
151
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
190
|
-
:type check_existing: bool | None
|
|
191
152
|
:param filter_blender: Filter .blend files
|
|
192
|
-
:type filter_blender: bool | None
|
|
193
153
|
:param filter_backup: Filter .blend files
|
|
194
|
-
:type filter_backup: bool | None
|
|
195
154
|
:param filter_image: Filter image files
|
|
196
|
-
:type filter_image: bool | None
|
|
197
155
|
:param filter_movie: Filter movie files
|
|
198
|
-
:type filter_movie: bool | None
|
|
199
156
|
:param filter_python: Filter Python files
|
|
200
|
-
:type filter_python: bool | None
|
|
201
157
|
:param filter_font: Filter font files
|
|
202
|
-
:type filter_font: bool | None
|
|
203
158
|
:param filter_sound: Filter sound files
|
|
204
|
-
:type filter_sound: bool | None
|
|
205
159
|
:param filter_text: Filter text files
|
|
206
|
-
:type filter_text: bool | None
|
|
207
160
|
:param filter_archive: Filter archive files
|
|
208
|
-
:type filter_archive: bool | None
|
|
209
161
|
:param filter_btx: Filter btx files
|
|
210
|
-
:type filter_btx: bool | None
|
|
211
162
|
:param filter_alembic: Filter Alembic files
|
|
212
|
-
:type filter_alembic: bool | None
|
|
213
163
|
:param filter_usd: Filter USD files
|
|
214
|
-
:type filter_usd: bool | None
|
|
215
164
|
:param filter_obj: Filter OBJ files
|
|
216
|
-
:type filter_obj: bool | None
|
|
217
165
|
:param filter_volume: Filter OpenVDB volume files
|
|
218
|
-
:type filter_volume: bool | None
|
|
219
166
|
:param filter_folder: Filter folders
|
|
220
|
-
:type filter_folder: bool | None
|
|
221
167
|
:param filter_blenlib: Filter Blender IDs
|
|
222
|
-
:type filter_blenlib: bool | None
|
|
223
168
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
224
|
-
:type filemode: int | None
|
|
225
169
|
:param display_type: Display Type
|
|
226
170
|
|
|
227
171
|
DEFAULT
|
|
@@ -235,9 +179,7 @@ def asset_library_add(
|
|
|
235
179
|
|
|
236
180
|
THUMBNAIL
|
|
237
181
|
Thumbnails -- Display files as thumbnails.
|
|
238
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
239
182
|
:param sort_method: File sorting mode
|
|
240
|
-
:type sort_method: str | None
|
|
241
183
|
"""
|
|
242
184
|
|
|
243
185
|
def asset_library_remove(
|
|
@@ -249,10 +191,7 @@ def asset_library_remove(
|
|
|
249
191
|
) -> None:
|
|
250
192
|
"""Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
|
|
251
193
|
|
|
252
|
-
:type execution_context: int | str | None
|
|
253
|
-
:type undo: bool | None
|
|
254
194
|
:param index: Index
|
|
255
|
-
:type index: int | None
|
|
256
195
|
"""
|
|
257
196
|
|
|
258
197
|
def associate_blend(
|
|
@@ -260,22 +199,14 @@ def associate_blend(
|
|
|
260
199
|
undo: bool | None = None,
|
|
261
200
|
/,
|
|
262
201
|
) -> None:
|
|
263
|
-
"""Use this installation for .blend files and to display thumbnails
|
|
264
|
-
|
|
265
|
-
:type execution_context: int | str | None
|
|
266
|
-
:type undo: bool | None
|
|
267
|
-
"""
|
|
202
|
+
"""Use this installation for .blend files and to display thumbnails"""
|
|
268
203
|
|
|
269
204
|
def autoexec_path_add(
|
|
270
205
|
execution_context: int | str | None = None,
|
|
271
206
|
undo: bool | None = None,
|
|
272
207
|
/,
|
|
273
208
|
) -> None:
|
|
274
|
-
"""Add path to exclude from auto-execution
|
|
275
|
-
|
|
276
|
-
:type execution_context: int | str | None
|
|
277
|
-
:type undo: bool | None
|
|
278
|
-
"""
|
|
209
|
+
"""Add path to exclude from auto-execution"""
|
|
279
210
|
|
|
280
211
|
def autoexec_path_remove(
|
|
281
212
|
execution_context: int | str | None = None,
|
|
@@ -286,10 +217,7 @@ def autoexec_path_remove(
|
|
|
286
217
|
) -> None:
|
|
287
218
|
"""Remove path to exclude from auto-execution
|
|
288
219
|
|
|
289
|
-
:type execution_context: int | str | None
|
|
290
|
-
:type undo: bool | None
|
|
291
220
|
:param index: Index
|
|
292
|
-
:type index: int | None
|
|
293
221
|
"""
|
|
294
222
|
|
|
295
223
|
def copy_prev(
|
|
@@ -297,11 +225,7 @@ def copy_prev(
|
|
|
297
225
|
undo: bool | None = None,
|
|
298
226
|
/,
|
|
299
227
|
) -> None:
|
|
300
|
-
"""Copy settings from previous version
|
|
301
|
-
|
|
302
|
-
:type execution_context: int | str | None
|
|
303
|
-
:type undo: bool | None
|
|
304
|
-
"""
|
|
228
|
+
"""Copy settings from previous version"""
|
|
305
229
|
|
|
306
230
|
def extension_repo_add(
|
|
307
231
|
execution_context: int | str | None = None,
|
|
@@ -319,22 +243,13 @@ def extension_repo_add(
|
|
|
319
243
|
) -> None:
|
|
320
244
|
"""Add a new repository used to store extensions
|
|
321
245
|
|
|
322
|
-
:type execution_context: int | str | None
|
|
323
|
-
:type undo: bool | None
|
|
324
246
|
:param name: Name, Unique repository name
|
|
325
|
-
:type name: str
|
|
326
247
|
:param remote_url: URL, Remote URL to the extension repository, the file-system may be referenced using the file URI scheme: "file://"
|
|
327
|
-
:type remote_url: str
|
|
328
248
|
:param use_access_token: Requires Access Token, Repository requires an access token
|
|
329
|
-
:type use_access_token: bool | None
|
|
330
249
|
:param access_token: Secret, Personal access token, may be required by some repositories
|
|
331
|
-
:type access_token: str
|
|
332
250
|
:param use_sync_on_startup: Check for Updates on Startup, Allow Blender to check for updates upon launch
|
|
333
|
-
:type use_sync_on_startup: bool | None
|
|
334
251
|
:param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a users extensions directory is created.
|
|
335
|
-
:type use_custom_directory: bool | None
|
|
336
252
|
:param custom_directory: Custom Directory, The local directory containing extensions
|
|
337
|
-
:type custom_directory: str
|
|
338
253
|
:param type: Type, The kind of repository to add
|
|
339
254
|
|
|
340
255
|
REMOTE
|
|
@@ -342,7 +257,6 @@ def extension_repo_add(
|
|
|
342
257
|
|
|
343
258
|
LOCAL
|
|
344
259
|
Add Local Repository -- Add a repository managed manually without referencing an external repository.
|
|
345
|
-
:type type: typing.Literal['REMOTE','LOCAL'] | None
|
|
346
260
|
"""
|
|
347
261
|
|
|
348
262
|
def extension_repo_remove(
|
|
@@ -355,12 +269,8 @@ def extension_repo_remove(
|
|
|
355
269
|
) -> None:
|
|
356
270
|
"""Remove an extension repository
|
|
357
271
|
|
|
358
|
-
:type execution_context: int | str | None
|
|
359
|
-
:type undo: bool | None
|
|
360
272
|
:param index: Index
|
|
361
|
-
:type index: int | None
|
|
362
273
|
:param remove_files: Remove Files, Remove extension files when removing the repository
|
|
363
|
-
:type remove_files: bool | None
|
|
364
274
|
"""
|
|
365
275
|
|
|
366
276
|
def extension_url_drop(
|
|
@@ -372,10 +282,7 @@ def extension_url_drop(
|
|
|
372
282
|
) -> None:
|
|
373
283
|
"""Handle dropping an extension URL
|
|
374
284
|
|
|
375
|
-
:type execution_context: int | str | None
|
|
376
|
-
:type undo: bool | None
|
|
377
285
|
:param url: URL, Location of the extension to install
|
|
378
|
-
:type url: str
|
|
379
286
|
"""
|
|
380
287
|
|
|
381
288
|
def keyconfig_activate(
|
|
@@ -387,10 +294,7 @@ def keyconfig_activate(
|
|
|
387
294
|
) -> None:
|
|
388
295
|
"""Undocumented, consider contributing.
|
|
389
296
|
|
|
390
|
-
:type execution_context: int | str | None
|
|
391
|
-
:type undo: bool | None
|
|
392
297
|
:param filepath: filepath
|
|
393
|
-
:type filepath: str
|
|
394
298
|
"""
|
|
395
299
|
|
|
396
300
|
def keyconfig_export(
|
|
@@ -406,18 +310,11 @@ def keyconfig_export(
|
|
|
406
310
|
) -> None:
|
|
407
311
|
"""Export key configuration to a Python script
|
|
408
312
|
|
|
409
|
-
:type execution_context: int | str | None
|
|
410
|
-
:type undo: bool | None
|
|
411
313
|
:param all: All Keymaps, Write all keymaps (not just user modified)
|
|
412
|
-
:type all: bool | None
|
|
413
314
|
:param filepath: filepath
|
|
414
|
-
:type filepath: str
|
|
415
315
|
:param filter_folder: Filter folders
|
|
416
|
-
:type filter_folder: bool | None
|
|
417
316
|
:param filter_text: Filter text
|
|
418
|
-
:type filter_text: bool | None
|
|
419
317
|
:param filter_python: Filter Python
|
|
420
|
-
:type filter_python: bool | None
|
|
421
318
|
"""
|
|
422
319
|
|
|
423
320
|
def keyconfig_import(
|
|
@@ -433,18 +330,11 @@ def keyconfig_import(
|
|
|
433
330
|
) -> None:
|
|
434
331
|
"""Import key configuration from a Python script
|
|
435
332
|
|
|
436
|
-
:type execution_context: int | str | None
|
|
437
|
-
:type undo: bool | None
|
|
438
333
|
:param filepath: filepath
|
|
439
|
-
:type filepath: str
|
|
440
334
|
:param filter_folder: Filter folders
|
|
441
|
-
:type filter_folder: bool | None
|
|
442
335
|
:param filter_text: Filter text
|
|
443
|
-
:type filter_text: bool | None
|
|
444
336
|
:param filter_python: Filter Python
|
|
445
|
-
:type filter_python: bool | None
|
|
446
337
|
:param keep_original: Keep Original, Keep original file after copying to configuration folder
|
|
447
|
-
:type keep_original: bool | None
|
|
448
338
|
"""
|
|
449
339
|
|
|
450
340
|
def keyconfig_remove(
|
|
@@ -452,33 +342,21 @@ def keyconfig_remove(
|
|
|
452
342
|
undo: bool | None = None,
|
|
453
343
|
/,
|
|
454
344
|
) -> None:
|
|
455
|
-
"""Remove key config
|
|
456
|
-
|
|
457
|
-
:type execution_context: int | str | None
|
|
458
|
-
:type undo: bool | None
|
|
459
|
-
"""
|
|
345
|
+
"""Remove key config"""
|
|
460
346
|
|
|
461
347
|
def keyconfig_test(
|
|
462
348
|
execution_context: int | str | None = None,
|
|
463
349
|
undo: bool | None = None,
|
|
464
350
|
/,
|
|
465
351
|
) -> None:
|
|
466
|
-
"""Test key configuration for conflicts
|
|
467
|
-
|
|
468
|
-
:type execution_context: int | str | None
|
|
469
|
-
:type undo: bool | None
|
|
470
|
-
"""
|
|
352
|
+
"""Test key configuration for conflicts"""
|
|
471
353
|
|
|
472
354
|
def keyitem_add(
|
|
473
355
|
execution_context: int | str | None = None,
|
|
474
356
|
undo: bool | None = None,
|
|
475
357
|
/,
|
|
476
358
|
) -> None:
|
|
477
|
-
"""Add key map item
|
|
478
|
-
|
|
479
|
-
:type execution_context: int | str | None
|
|
480
|
-
:type undo: bool | None
|
|
481
|
-
"""
|
|
359
|
+
"""Add key map item"""
|
|
482
360
|
|
|
483
361
|
def keyitem_remove(
|
|
484
362
|
execution_context: int | str | None = None,
|
|
@@ -489,10 +367,7 @@ def keyitem_remove(
|
|
|
489
367
|
) -> None:
|
|
490
368
|
"""Remove key map item
|
|
491
369
|
|
|
492
|
-
:type execution_context: int | str | None
|
|
493
|
-
:type undo: bool | None
|
|
494
370
|
:param item_id: Item Identifier, Identifier of the item to remove
|
|
495
|
-
:type item_id: int | None
|
|
496
371
|
"""
|
|
497
372
|
|
|
498
373
|
def keyitem_restore(
|
|
@@ -504,10 +379,7 @@ def keyitem_restore(
|
|
|
504
379
|
) -> None:
|
|
505
380
|
"""Restore key map item
|
|
506
381
|
|
|
507
|
-
:type execution_context: int | str | None
|
|
508
|
-
:type undo: bool | None
|
|
509
382
|
:param item_id: Item Identifier, Identifier of the item to restore
|
|
510
|
-
:type item_id: int | None
|
|
511
383
|
"""
|
|
512
384
|
|
|
513
385
|
def keymap_restore(
|
|
@@ -519,10 +391,7 @@ def keymap_restore(
|
|
|
519
391
|
) -> None:
|
|
520
392
|
"""Restore key map(s)
|
|
521
393
|
|
|
522
|
-
:type execution_context: int | str | None
|
|
523
|
-
:type undo: bool | None
|
|
524
394
|
:param all: All Keymaps, Restore all keymaps to default
|
|
525
|
-
:type all: bool | None
|
|
526
395
|
"""
|
|
527
396
|
|
|
528
397
|
def reset_default_theme(
|
|
@@ -530,11 +399,7 @@ def reset_default_theme(
|
|
|
530
399
|
undo: bool | None = None,
|
|
531
400
|
/,
|
|
532
401
|
) -> None:
|
|
533
|
-
"""Reset to the default theme colors
|
|
534
|
-
|
|
535
|
-
:type execution_context: int | str | None
|
|
536
|
-
:type undo: bool | None
|
|
537
|
-
"""
|
|
402
|
+
"""Reset to the default theme colors"""
|
|
538
403
|
|
|
539
404
|
def script_directory_add(
|
|
540
405
|
execution_context: int | str | None = None,
|
|
@@ -546,12 +411,8 @@ def script_directory_add(
|
|
|
546
411
|
) -> None:
|
|
547
412
|
"""Undocumented, consider contributing.
|
|
548
413
|
|
|
549
|
-
:type execution_context: int | str | None
|
|
550
|
-
:type undo: bool | None
|
|
551
414
|
:param directory: directory
|
|
552
|
-
:type directory: str
|
|
553
415
|
:param filter_folder: Filter Folders
|
|
554
|
-
:type filter_folder: bool | None
|
|
555
416
|
"""
|
|
556
417
|
|
|
557
418
|
def script_directory_remove(
|
|
@@ -563,10 +424,7 @@ def script_directory_remove(
|
|
|
563
424
|
) -> None:
|
|
564
425
|
"""Undocumented, consider contributing.
|
|
565
426
|
|
|
566
|
-
:type execution_context: int | str | None
|
|
567
|
-
:type undo: bool | None
|
|
568
427
|
:param index: Index, Index of the script directory to remove
|
|
569
|
-
:type index: int | None
|
|
570
428
|
"""
|
|
571
429
|
|
|
572
430
|
def studiolight_copy_settings(
|
|
@@ -578,10 +436,7 @@ def studiolight_copy_settings(
|
|
|
578
436
|
) -> None:
|
|
579
437
|
"""Copy Studio Light settings to the Studio Light editor
|
|
580
438
|
|
|
581
|
-
:type execution_context: int | str | None
|
|
582
|
-
:type undo: bool | None
|
|
583
439
|
:param index: index
|
|
584
|
-
:type index: int | None
|
|
585
440
|
"""
|
|
586
441
|
|
|
587
442
|
def studiolight_install(
|
|
@@ -598,16 +453,10 @@ def studiolight_install(
|
|
|
598
453
|
) -> None:
|
|
599
454
|
"""Install a user defined light
|
|
600
455
|
|
|
601
|
-
:type execution_context: int | str | None
|
|
602
|
-
:type undo: bool | None
|
|
603
456
|
:param files: File Path
|
|
604
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
605
457
|
:param directory: directory
|
|
606
|
-
:type directory: str
|
|
607
458
|
:param filter_folder: Filter Folders
|
|
608
|
-
:type filter_folder: bool | None
|
|
609
459
|
:param filter_glob: filter_glob
|
|
610
|
-
:type filter_glob: str
|
|
611
460
|
:param type: Type
|
|
612
461
|
|
|
613
462
|
MATCAP
|
|
@@ -618,7 +467,6 @@ def studiolight_install(
|
|
|
618
467
|
|
|
619
468
|
STUDIO
|
|
620
469
|
Studio -- Install custom Studio Lights.
|
|
621
|
-
:type type: typing.Literal['MATCAP','WORLD','STUDIO'] | None
|
|
622
470
|
"""
|
|
623
471
|
|
|
624
472
|
def studiolight_new(
|
|
@@ -630,10 +478,7 @@ def studiolight_new(
|
|
|
630
478
|
) -> None:
|
|
631
479
|
"""Save custom studio light from the studio light editor settings
|
|
632
480
|
|
|
633
|
-
:type execution_context: int | str | None
|
|
634
|
-
:type undo: bool | None
|
|
635
481
|
:param filename: Name
|
|
636
|
-
:type filename: str
|
|
637
482
|
"""
|
|
638
483
|
|
|
639
484
|
def studiolight_uninstall(
|
|
@@ -645,10 +490,7 @@ def studiolight_uninstall(
|
|
|
645
490
|
) -> None:
|
|
646
491
|
"""Delete Studio Light
|
|
647
492
|
|
|
648
|
-
:type execution_context: int | str | None
|
|
649
|
-
:type undo: bool | None
|
|
650
493
|
:param index: index
|
|
651
|
-
:type index: int | None
|
|
652
494
|
"""
|
|
653
495
|
|
|
654
496
|
def theme_install(
|
|
@@ -663,16 +505,10 @@ def theme_install(
|
|
|
663
505
|
) -> None:
|
|
664
506
|
"""Load and apply a Blender XML theme file
|
|
665
507
|
|
|
666
|
-
:type execution_context: int | str | None
|
|
667
|
-
:type undo: bool | None
|
|
668
508
|
:param overwrite: Overwrite, Remove existing theme file if exists
|
|
669
|
-
:type overwrite: bool | None
|
|
670
509
|
:param filepath: filepath
|
|
671
|
-
:type filepath: str
|
|
672
510
|
:param filter_folder: Filter folders
|
|
673
|
-
:type filter_folder: bool | None
|
|
674
511
|
:param filter_glob: filter_glob
|
|
675
|
-
:type filter_glob: str
|
|
676
512
|
"""
|
|
677
513
|
|
|
678
514
|
def unassociate_blend(
|
|
@@ -680,8 +516,4 @@ def unassociate_blend(
|
|
|
680
516
|
undo: bool | None = None,
|
|
681
517
|
/,
|
|
682
518
|
) -> None:
|
|
683
|
-
"""Remove this installations associations with .blend files
|
|
684
|
-
|
|
685
|
-
:type execution_context: int | str | None
|
|
686
|
-
:type undo: bool | None
|
|
687
|
-
"""
|
|
519
|
+
"""Remove this installations associations with .blend files"""
|