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/outliner/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def action_set(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Change the active action used
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param action: Action
|
|
19
|
-
:type action: str | None
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def animdata_operation(
|
|
@@ -31,8 +28,6 @@ def animdata_operation(
|
|
|
31
28
|
) -> None:
|
|
32
29
|
"""Undocumented, consider contributing.
|
|
33
30
|
|
|
34
|
-
:type execution_context: int | str | None
|
|
35
|
-
:type undo: bool | None
|
|
36
31
|
:param type: Animation Operation
|
|
37
32
|
|
|
38
33
|
CLEAR_ANIMDATA
|
|
@@ -49,7 +44,6 @@ def animdata_operation(
|
|
|
49
44
|
|
|
50
45
|
CLEAR_DRIVERS
|
|
51
46
|
Clear Drivers.
|
|
52
|
-
:type type: typing.Literal['CLEAR_ANIMDATA','SET_ACT','CLEAR_ACT','REFRESH_DRIVERS','CLEAR_DRIVERS'] | None
|
|
53
47
|
"""
|
|
54
48
|
|
|
55
49
|
def clear_filter(
|
|
@@ -57,11 +51,7 @@ def clear_filter(
|
|
|
57
51
|
undo: bool | None = None,
|
|
58
52
|
/,
|
|
59
53
|
) -> None:
|
|
60
|
-
"""Clear the search filter
|
|
61
|
-
|
|
62
|
-
:type execution_context: int | str | None
|
|
63
|
-
:type undo: bool | None
|
|
64
|
-
"""
|
|
54
|
+
"""Clear the search filter"""
|
|
65
55
|
|
|
66
56
|
def collection_color_tag_set(
|
|
67
57
|
execution_context: int | str | None = None,
|
|
@@ -72,10 +62,7 @@ def collection_color_tag_set(
|
|
|
72
62
|
) -> None:
|
|
73
63
|
"""Set a color tag for the selected collections
|
|
74
64
|
|
|
75
|
-
:type execution_context: int | str | None
|
|
76
|
-
:type undo: bool | None
|
|
77
65
|
:param color: Color Tag
|
|
78
|
-
:type color: bpy.stub_internal.rna_enums.CollectionColorItems | None
|
|
79
66
|
"""
|
|
80
67
|
|
|
81
68
|
def collection_disable(
|
|
@@ -83,187 +70,119 @@ def collection_disable(
|
|
|
83
70
|
undo: bool | None = None,
|
|
84
71
|
/,
|
|
85
72
|
) -> None:
|
|
86
|
-
"""Disable viewport display in the view layers
|
|
87
|
-
|
|
88
|
-
:type execution_context: int | str | None
|
|
89
|
-
:type undo: bool | None
|
|
90
|
-
"""
|
|
73
|
+
"""Disable viewport display in the view layers"""
|
|
91
74
|
|
|
92
75
|
def collection_disable_render(
|
|
93
76
|
execution_context: int | str | None = None,
|
|
94
77
|
undo: bool | None = None,
|
|
95
78
|
/,
|
|
96
79
|
) -> None:
|
|
97
|
-
"""Do not render this collection
|
|
98
|
-
|
|
99
|
-
:type execution_context: int | str | None
|
|
100
|
-
:type undo: bool | None
|
|
101
|
-
"""
|
|
80
|
+
"""Do not render this collection"""
|
|
102
81
|
|
|
103
82
|
def collection_drop(
|
|
104
83
|
execution_context: int | str | None = None,
|
|
105
84
|
undo: bool | None = None,
|
|
106
85
|
/,
|
|
107
86
|
) -> None:
|
|
108
|
-
"""Drag to move to collection in Outliner
|
|
109
|
-
|
|
110
|
-
:type execution_context: int | str | None
|
|
111
|
-
:type undo: bool | None
|
|
112
|
-
"""
|
|
87
|
+
"""Drag to move to collection in Outliner"""
|
|
113
88
|
|
|
114
89
|
def collection_duplicate(
|
|
115
90
|
execution_context: int | str | None = None,
|
|
116
91
|
undo: bool | None = None,
|
|
117
92
|
/,
|
|
118
93
|
) -> None:
|
|
119
|
-
"""Recursively duplicate the collection, all its children, objects and object data
|
|
120
|
-
|
|
121
|
-
:type execution_context: int | str | None
|
|
122
|
-
:type undo: bool | None
|
|
123
|
-
"""
|
|
94
|
+
"""Recursively duplicate the collection, all its children, objects and object data"""
|
|
124
95
|
|
|
125
96
|
def collection_duplicate_linked(
|
|
126
97
|
execution_context: int | str | None = None,
|
|
127
98
|
undo: bool | None = None,
|
|
128
99
|
/,
|
|
129
100
|
) -> None:
|
|
130
|
-
"""Recursively duplicate the collection, all its children and objects, with linked object data
|
|
131
|
-
|
|
132
|
-
:type execution_context: int | str | None
|
|
133
|
-
:type undo: bool | None
|
|
134
|
-
"""
|
|
101
|
+
"""Recursively duplicate the collection, all its children and objects, with linked object data"""
|
|
135
102
|
|
|
136
103
|
def collection_enable(
|
|
137
104
|
execution_context: int | str | None = None,
|
|
138
105
|
undo: bool | None = None,
|
|
139
106
|
/,
|
|
140
107
|
) -> None:
|
|
141
|
-
"""Enable viewport display in the view layers
|
|
142
|
-
|
|
143
|
-
:type execution_context: int | str | None
|
|
144
|
-
:type undo: bool | None
|
|
145
|
-
"""
|
|
108
|
+
"""Enable viewport display in the view layers"""
|
|
146
109
|
|
|
147
110
|
def collection_enable_render(
|
|
148
111
|
execution_context: int | str | None = None,
|
|
149
112
|
undo: bool | None = None,
|
|
150
113
|
/,
|
|
151
114
|
) -> None:
|
|
152
|
-
"""Render the collection
|
|
153
|
-
|
|
154
|
-
:type execution_context: int | str | None
|
|
155
|
-
:type undo: bool | None
|
|
156
|
-
"""
|
|
115
|
+
"""Render the collection"""
|
|
157
116
|
|
|
158
117
|
def collection_exclude_clear(
|
|
159
118
|
execution_context: int | str | None = None,
|
|
160
119
|
undo: bool | None = None,
|
|
161
120
|
/,
|
|
162
121
|
) -> None:
|
|
163
|
-
"""Include collection in the active view layer
|
|
164
|
-
|
|
165
|
-
:type execution_context: int | str | None
|
|
166
|
-
:type undo: bool | None
|
|
167
|
-
"""
|
|
122
|
+
"""Include collection in the active view layer"""
|
|
168
123
|
|
|
169
124
|
def collection_exclude_set(
|
|
170
125
|
execution_context: int | str | None = None,
|
|
171
126
|
undo: bool | None = None,
|
|
172
127
|
/,
|
|
173
128
|
) -> None:
|
|
174
|
-
"""Exclude collection from the active view layer
|
|
175
|
-
|
|
176
|
-
:type execution_context: int | str | None
|
|
177
|
-
:type undo: bool | None
|
|
178
|
-
"""
|
|
129
|
+
"""Exclude collection from the active view layer"""
|
|
179
130
|
|
|
180
131
|
def collection_hide(
|
|
181
132
|
execution_context: int | str | None = None,
|
|
182
133
|
undo: bool | None = None,
|
|
183
134
|
/,
|
|
184
135
|
) -> None:
|
|
185
|
-
"""Hide the collection in this view layer
|
|
186
|
-
|
|
187
|
-
:type execution_context: int | str | None
|
|
188
|
-
:type undo: bool | None
|
|
189
|
-
"""
|
|
136
|
+
"""Hide the collection in this view layer"""
|
|
190
137
|
|
|
191
138
|
def collection_hide_inside(
|
|
192
139
|
execution_context: int | str | None = None,
|
|
193
140
|
undo: bool | None = None,
|
|
194
141
|
/,
|
|
195
142
|
) -> None:
|
|
196
|
-
"""Hide all the objects and collections inside the collection
|
|
197
|
-
|
|
198
|
-
:type execution_context: int | str | None
|
|
199
|
-
:type undo: bool | None
|
|
200
|
-
"""
|
|
143
|
+
"""Hide all the objects and collections inside the collection"""
|
|
201
144
|
|
|
202
145
|
def collection_hierarchy_delete(
|
|
203
146
|
execution_context: int | str | None = None,
|
|
204
147
|
undo: bool | None = None,
|
|
205
148
|
/,
|
|
206
149
|
) -> None:
|
|
207
|
-
"""Delete selected collection hierarchies
|
|
208
|
-
|
|
209
|
-
:type execution_context: int | str | None
|
|
210
|
-
:type undo: bool | None
|
|
211
|
-
"""
|
|
150
|
+
"""Delete selected collection hierarchies"""
|
|
212
151
|
|
|
213
152
|
def collection_holdout_clear(
|
|
214
153
|
execution_context: int | str | None = None,
|
|
215
154
|
undo: bool | None = None,
|
|
216
155
|
/,
|
|
217
156
|
) -> None:
|
|
218
|
-
"""Clear masking of collection in the active view layer
|
|
219
|
-
|
|
220
|
-
:type execution_context: int | str | None
|
|
221
|
-
:type undo: bool | None
|
|
222
|
-
"""
|
|
157
|
+
"""Clear masking of collection in the active view layer"""
|
|
223
158
|
|
|
224
159
|
def collection_holdout_set(
|
|
225
160
|
execution_context: int | str | None = None,
|
|
226
161
|
undo: bool | None = None,
|
|
227
162
|
/,
|
|
228
163
|
) -> None:
|
|
229
|
-
"""Mask collection in the active view layer
|
|
230
|
-
|
|
231
|
-
:type execution_context: int | str | None
|
|
232
|
-
:type undo: bool | None
|
|
233
|
-
"""
|
|
164
|
+
"""Mask collection in the active view layer"""
|
|
234
165
|
|
|
235
166
|
def collection_indirect_only_clear(
|
|
236
167
|
execution_context: int | str | None = None,
|
|
237
168
|
undo: bool | None = None,
|
|
238
169
|
/,
|
|
239
170
|
) -> None:
|
|
240
|
-
"""Clear collection contributing only indirectly in the view layer
|
|
241
|
-
|
|
242
|
-
:type execution_context: int | str | None
|
|
243
|
-
:type undo: bool | None
|
|
244
|
-
"""
|
|
171
|
+
"""Clear collection contributing only indirectly in the view layer"""
|
|
245
172
|
|
|
246
173
|
def collection_indirect_only_set(
|
|
247
174
|
execution_context: int | str | None = None,
|
|
248
175
|
undo: bool | None = None,
|
|
249
176
|
/,
|
|
250
177
|
) -> None:
|
|
251
|
-
"""Set collection to only contribute indirectly (through shadows and reflections) in the view layer
|
|
252
|
-
|
|
253
|
-
:type execution_context: int | str | None
|
|
254
|
-
:type undo: bool | None
|
|
255
|
-
"""
|
|
178
|
+
"""Set collection to only contribute indirectly (through shadows and reflections) in the view layer"""
|
|
256
179
|
|
|
257
180
|
def collection_instance(
|
|
258
181
|
execution_context: int | str | None = None,
|
|
259
182
|
undo: bool | None = None,
|
|
260
183
|
/,
|
|
261
184
|
) -> None:
|
|
262
|
-
"""Instance selected collections to active scene
|
|
263
|
-
|
|
264
|
-
:type execution_context: int | str | None
|
|
265
|
-
:type undo: bool | None
|
|
266
|
-
"""
|
|
185
|
+
"""Instance selected collections to active scene"""
|
|
267
186
|
|
|
268
187
|
def collection_isolate(
|
|
269
188
|
execution_context: int | str | None = None,
|
|
@@ -274,10 +193,7 @@ def collection_isolate(
|
|
|
274
193
|
) -> None:
|
|
275
194
|
"""Hide all but this collection and its parents
|
|
276
195
|
|
|
277
|
-
:type execution_context: int | str | None
|
|
278
|
-
:type undo: bool | None
|
|
279
196
|
:param extend: Extend, Extend current visible collections
|
|
280
|
-
:type extend: bool | None
|
|
281
197
|
"""
|
|
282
198
|
|
|
283
199
|
def collection_link(
|
|
@@ -285,11 +201,7 @@ def collection_link(
|
|
|
285
201
|
undo: bool | None = None,
|
|
286
202
|
/,
|
|
287
203
|
) -> None:
|
|
288
|
-
"""Link selected collections to active scene
|
|
289
|
-
|
|
290
|
-
:type execution_context: int | str | None
|
|
291
|
-
:type undo: bool | None
|
|
292
|
-
"""
|
|
204
|
+
"""Link selected collections to active scene"""
|
|
293
205
|
|
|
294
206
|
def collection_new(
|
|
295
207
|
execution_context: int | str | None = None,
|
|
@@ -300,10 +212,7 @@ def collection_new(
|
|
|
300
212
|
) -> None:
|
|
301
213
|
"""Add a new collection inside selected collection
|
|
302
214
|
|
|
303
|
-
:type execution_context: int | str | None
|
|
304
|
-
:type undo: bool | None
|
|
305
215
|
:param nested: Nested, Add as child of selected collection
|
|
306
|
-
:type nested: bool | None
|
|
307
216
|
"""
|
|
308
217
|
|
|
309
218
|
def collection_objects_deselect(
|
|
@@ -311,44 +220,28 @@ def collection_objects_deselect(
|
|
|
311
220
|
undo: bool | None = None,
|
|
312
221
|
/,
|
|
313
222
|
) -> None:
|
|
314
|
-
"""Deselect objects in collection
|
|
315
|
-
|
|
316
|
-
:type execution_context: int | str | None
|
|
317
|
-
:type undo: bool | None
|
|
318
|
-
"""
|
|
223
|
+
"""Deselect objects in collection"""
|
|
319
224
|
|
|
320
225
|
def collection_objects_select(
|
|
321
226
|
execution_context: int | str | None = None,
|
|
322
227
|
undo: bool | None = None,
|
|
323
228
|
/,
|
|
324
229
|
) -> None:
|
|
325
|
-
"""Select objects in collection
|
|
326
|
-
|
|
327
|
-
:type execution_context: int | str | None
|
|
328
|
-
:type undo: bool | None
|
|
329
|
-
"""
|
|
230
|
+
"""Select objects in collection"""
|
|
330
231
|
|
|
331
232
|
def collection_show(
|
|
332
233
|
execution_context: int | str | None = None,
|
|
333
234
|
undo: bool | None = None,
|
|
334
235
|
/,
|
|
335
236
|
) -> None:
|
|
336
|
-
"""Show the collection in this view layer
|
|
337
|
-
|
|
338
|
-
:type execution_context: int | str | None
|
|
339
|
-
:type undo: bool | None
|
|
340
|
-
"""
|
|
237
|
+
"""Show the collection in this view layer"""
|
|
341
238
|
|
|
342
239
|
def collection_show_inside(
|
|
343
240
|
execution_context: int | str | None = None,
|
|
344
241
|
undo: bool | None = None,
|
|
345
242
|
/,
|
|
346
243
|
) -> None:
|
|
347
|
-
"""Show all the objects and collections inside the collection
|
|
348
|
-
|
|
349
|
-
:type execution_context: int | str | None
|
|
350
|
-
:type undo: bool | None
|
|
351
|
-
"""
|
|
244
|
+
"""Show all the objects and collections inside the collection"""
|
|
352
245
|
|
|
353
246
|
def constraint_operation(
|
|
354
247
|
execution_context: int | str | None = None,
|
|
@@ -359,10 +252,7 @@ def constraint_operation(
|
|
|
359
252
|
) -> None:
|
|
360
253
|
"""Undocumented, consider contributing.
|
|
361
254
|
|
|
362
|
-
:type execution_context: int | str | None
|
|
363
|
-
:type undo: bool | None
|
|
364
255
|
:param type: Constraint Operation
|
|
365
|
-
:type type: typing.Literal['ENABLE','DISABLE','DELETE'] | None
|
|
366
256
|
"""
|
|
367
257
|
|
|
368
258
|
def data_operation(
|
|
@@ -374,10 +264,7 @@ def data_operation(
|
|
|
374
264
|
) -> None:
|
|
375
265
|
"""Undocumented, consider contributing.
|
|
376
266
|
|
|
377
|
-
:type execution_context: int | str | None
|
|
378
|
-
:type undo: bool | None
|
|
379
267
|
:param type: Data Operation
|
|
380
|
-
:type type: str | None
|
|
381
268
|
"""
|
|
382
269
|
|
|
383
270
|
def datastack_drop(
|
|
@@ -385,11 +272,7 @@ def datastack_drop(
|
|
|
385
272
|
undo: bool | None = None,
|
|
386
273
|
/,
|
|
387
274
|
) -> None:
|
|
388
|
-
"""Copy or reorder modifiers, constraints, and effects
|
|
389
|
-
|
|
390
|
-
:type execution_context: int | str | None
|
|
391
|
-
:type undo: bool | None
|
|
392
|
-
"""
|
|
275
|
+
"""Copy or reorder modifiers, constraints, and effects"""
|
|
393
276
|
|
|
394
277
|
def delete(
|
|
395
278
|
execution_context: int | str | None = None,
|
|
@@ -400,10 +283,7 @@ def delete(
|
|
|
400
283
|
) -> None:
|
|
401
284
|
"""Delete selected objects and collections
|
|
402
285
|
|
|
403
|
-
:type execution_context: int | str | None
|
|
404
|
-
:type undo: bool | None
|
|
405
286
|
:param hierarchy: Hierarchy, Delete child objects and collections
|
|
406
|
-
:type hierarchy: bool | None
|
|
407
287
|
"""
|
|
408
288
|
|
|
409
289
|
def drivers_add_selected(
|
|
@@ -411,88 +291,56 @@ def drivers_add_selected(
|
|
|
411
291
|
undo: bool | None = None,
|
|
412
292
|
/,
|
|
413
293
|
) -> None:
|
|
414
|
-
"""Add drivers to selected items
|
|
415
|
-
|
|
416
|
-
:type execution_context: int | str | None
|
|
417
|
-
:type undo: bool | None
|
|
418
|
-
"""
|
|
294
|
+
"""Add drivers to selected items"""
|
|
419
295
|
|
|
420
296
|
def drivers_delete_selected(
|
|
421
297
|
execution_context: int | str | None = None,
|
|
422
298
|
undo: bool | None = None,
|
|
423
299
|
/,
|
|
424
300
|
) -> None:
|
|
425
|
-
"""Delete drivers assigned to selected items
|
|
426
|
-
|
|
427
|
-
:type execution_context: int | str | None
|
|
428
|
-
:type undo: bool | None
|
|
429
|
-
"""
|
|
301
|
+
"""Delete drivers assigned to selected items"""
|
|
430
302
|
|
|
431
303
|
def expanded_toggle(
|
|
432
304
|
execution_context: int | str | None = None,
|
|
433
305
|
undo: bool | None = None,
|
|
434
306
|
/,
|
|
435
307
|
) -> None:
|
|
436
|
-
"""Expand/Collapse all items
|
|
437
|
-
|
|
438
|
-
:type execution_context: int | str | None
|
|
439
|
-
:type undo: bool | None
|
|
440
|
-
"""
|
|
308
|
+
"""Expand/Collapse all items"""
|
|
441
309
|
|
|
442
310
|
def hide(
|
|
443
311
|
execution_context: int | str | None = None,
|
|
444
312
|
undo: bool | None = None,
|
|
445
313
|
/,
|
|
446
314
|
) -> None:
|
|
447
|
-
"""Hide selected objects and collections
|
|
448
|
-
|
|
449
|
-
:type execution_context: int | str | None
|
|
450
|
-
:type undo: bool | None
|
|
451
|
-
"""
|
|
315
|
+
"""Hide selected objects and collections"""
|
|
452
316
|
|
|
453
317
|
def highlight_update(
|
|
454
318
|
execution_context: int | str | None = None,
|
|
455
319
|
undo: bool | None = None,
|
|
456
320
|
/,
|
|
457
321
|
) -> None:
|
|
458
|
-
"""Update the item highlight based on the current mouse position
|
|
459
|
-
|
|
460
|
-
:type execution_context: int | str | None
|
|
461
|
-
:type undo: bool | None
|
|
462
|
-
"""
|
|
322
|
+
"""Update the item highlight based on the current mouse position"""
|
|
463
323
|
|
|
464
324
|
def id_copy(
|
|
465
325
|
execution_context: int | str | None = None,
|
|
466
326
|
undo: bool | None = None,
|
|
467
327
|
/,
|
|
468
328
|
) -> None:
|
|
469
|
-
"""Copy the selected data-blocks to the internal clipboard
|
|
470
|
-
|
|
471
|
-
:type execution_context: int | str | None
|
|
472
|
-
:type undo: bool | None
|
|
473
|
-
"""
|
|
329
|
+
"""Copy the selected data-blocks to the internal clipboard"""
|
|
474
330
|
|
|
475
331
|
def id_delete(
|
|
476
332
|
execution_context: int | str | None = None,
|
|
477
333
|
undo: bool | None = None,
|
|
478
334
|
/,
|
|
479
335
|
) -> None:
|
|
480
|
-
"""Delete the ID under cursor
|
|
481
|
-
|
|
482
|
-
:type execution_context: int | str | None
|
|
483
|
-
:type undo: bool | None
|
|
484
|
-
"""
|
|
336
|
+
"""Delete the ID under cursor"""
|
|
485
337
|
|
|
486
338
|
def id_linked_relocate(
|
|
487
339
|
execution_context: int | str | None = None,
|
|
488
340
|
undo: bool | None = None,
|
|
489
341
|
/,
|
|
490
342
|
) -> None:
|
|
491
|
-
"""Replace the active linked ID (and its dependencies if any) by another one, from the same or a different library
|
|
492
|
-
|
|
493
|
-
:type execution_context: int | str | None
|
|
494
|
-
:type undo: bool | None
|
|
495
|
-
"""
|
|
343
|
+
"""Replace the active linked ID (and its dependencies if any) by another one, from the same or a different library"""
|
|
496
344
|
|
|
497
345
|
def id_operation(
|
|
498
346
|
execution_context: int | str | None = None,
|
|
@@ -516,8 +364,6 @@ def id_operation(
|
|
|
516
364
|
) -> None:
|
|
517
365
|
"""General data-block management operations
|
|
518
366
|
|
|
519
|
-
:type execution_context: int | str | None
|
|
520
|
-
:type undo: bool | None
|
|
521
367
|
:param type: ID Data Operation
|
|
522
368
|
|
|
523
369
|
UNLINK
|
|
@@ -552,7 +398,6 @@ def id_operation(
|
|
|
552
398
|
|
|
553
399
|
SELECT_LINKED
|
|
554
400
|
Select Linked.
|
|
555
|
-
:type type: typing.Literal['UNLINK','LOCAL','SINGLE','DELETE','REMAP','COPY','PASTE','ADD_FAKE','CLEAR_FAKE','RENAME','SELECT_LINKED'] | None
|
|
556
401
|
"""
|
|
557
402
|
|
|
558
403
|
def id_paste(
|
|
@@ -560,11 +405,7 @@ def id_paste(
|
|
|
560
405
|
undo: bool | None = None,
|
|
561
406
|
/,
|
|
562
407
|
) -> None:
|
|
563
|
-
"""Paste data-blocks from the internal clipboard
|
|
564
|
-
|
|
565
|
-
:type execution_context: int | str | None
|
|
566
|
-
:type undo: bool | None
|
|
567
|
-
"""
|
|
408
|
+
"""Paste data-blocks from the internal clipboard"""
|
|
568
409
|
|
|
569
410
|
def id_remap(
|
|
570
411
|
execution_context: int | str | None = None,
|
|
@@ -577,14 +418,9 @@ def id_remap(
|
|
|
577
418
|
) -> None:
|
|
578
419
|
"""Undocumented, consider contributing.
|
|
579
420
|
|
|
580
|
-
:type execution_context: int | str | None
|
|
581
|
-
:type undo: bool | None
|
|
582
421
|
:param id_type: ID Type
|
|
583
|
-
:type id_type: bpy.stub_internal.rna_enums.IdTypeItems | None
|
|
584
422
|
:param old_id: Old ID, Old ID to replace
|
|
585
|
-
:type old_id: str | None
|
|
586
423
|
:param new_id: New ID, New ID to remap all selected IDs users to
|
|
587
|
-
:type new_id: str | None
|
|
588
424
|
"""
|
|
589
425
|
|
|
590
426
|
def item_activate(
|
|
@@ -599,16 +435,10 @@ def item_activate(
|
|
|
599
435
|
) -> None:
|
|
600
436
|
"""Handle mouse clicks to select and activate items
|
|
601
437
|
|
|
602
|
-
:type execution_context: int | str | None
|
|
603
|
-
:type undo: bool | None
|
|
604
438
|
:param extend: Extend, Extend selection for activation
|
|
605
|
-
:type extend: bool | None
|
|
606
439
|
:param extend_range: Extend Range, Select a range from active element
|
|
607
|
-
:type extend_range: bool | None
|
|
608
440
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
609
|
-
:type deselect_all: bool | None
|
|
610
441
|
:param recurse: Recurse, Select objects recursively from active element
|
|
611
|
-
:type recurse: bool | None
|
|
612
442
|
"""
|
|
613
443
|
|
|
614
444
|
def item_drag_drop(
|
|
@@ -616,11 +446,7 @@ def item_drag_drop(
|
|
|
616
446
|
undo: bool | None = None,
|
|
617
447
|
/,
|
|
618
448
|
) -> None:
|
|
619
|
-
"""Drag and drop element to another place
|
|
620
|
-
|
|
621
|
-
:type execution_context: int | str | None
|
|
622
|
-
:type undo: bool | None
|
|
623
|
-
"""
|
|
449
|
+
"""Drag and drop element to another place"""
|
|
624
450
|
|
|
625
451
|
def item_openclose(
|
|
626
452
|
execution_context: int | str | None = None,
|
|
@@ -631,10 +457,7 @@ def item_openclose(
|
|
|
631
457
|
) -> None:
|
|
632
458
|
"""Toggle whether item under cursor is enabled or closed
|
|
633
459
|
|
|
634
|
-
:type execution_context: int | str | None
|
|
635
|
-
:type undo: bool | None
|
|
636
460
|
:param all: All, Close or open all items
|
|
637
|
-
:type all: bool | None
|
|
638
461
|
"""
|
|
639
462
|
|
|
640
463
|
def item_rename(
|
|
@@ -646,10 +469,7 @@ def item_rename(
|
|
|
646
469
|
) -> None:
|
|
647
470
|
"""Rename the active element
|
|
648
471
|
|
|
649
|
-
:type execution_context: int | str | None
|
|
650
|
-
:type undo: bool | None
|
|
651
472
|
:param use_active: Use Active, Rename the active item, rather than the one the mouse is over
|
|
652
|
-
:type use_active: bool | None
|
|
653
473
|
"""
|
|
654
474
|
|
|
655
475
|
def keyingset_add_selected(
|
|
@@ -657,22 +477,14 @@ def keyingset_add_selected(
|
|
|
657
477
|
undo: bool | None = None,
|
|
658
478
|
/,
|
|
659
479
|
) -> None:
|
|
660
|
-
"""Add selected items (blue-gray rows) to active Keying Set
|
|
661
|
-
|
|
662
|
-
:type execution_context: int | str | None
|
|
663
|
-
:type undo: bool | None
|
|
664
|
-
"""
|
|
480
|
+
"""Add selected items (blue-gray rows) to active Keying Set"""
|
|
665
481
|
|
|
666
482
|
def keyingset_remove_selected(
|
|
667
483
|
execution_context: int | str | None = None,
|
|
668
484
|
undo: bool | None = None,
|
|
669
485
|
/,
|
|
670
486
|
) -> None:
|
|
671
|
-
"""Remove selected items (blue-gray rows) from active Keying Set
|
|
672
|
-
|
|
673
|
-
:type execution_context: int | str | None
|
|
674
|
-
:type undo: bool | None
|
|
675
|
-
"""
|
|
487
|
+
"""Remove selected items (blue-gray rows) from active Keying Set"""
|
|
676
488
|
|
|
677
489
|
def lib_operation(
|
|
678
490
|
execution_context: int | str | None = None,
|
|
@@ -683,8 +495,6 @@ def lib_operation(
|
|
|
683
495
|
) -> None:
|
|
684
496
|
"""Undocumented, consider contributing.
|
|
685
497
|
|
|
686
|
-
:type execution_context: int | str | None
|
|
687
|
-
:type undo: bool | None
|
|
688
498
|
:param type: Library Operation
|
|
689
499
|
|
|
690
500
|
DELETE
|
|
@@ -695,7 +505,6 @@ def lib_operation(
|
|
|
695
505
|
|
|
696
506
|
RELOAD
|
|
697
507
|
Reload -- Reload all data from this library.
|
|
698
|
-
:type type: typing.Literal['DELETE','RELOCATE','RELOAD'] | None
|
|
699
508
|
"""
|
|
700
509
|
|
|
701
510
|
def lib_relocate(
|
|
@@ -703,11 +512,7 @@ def lib_relocate(
|
|
|
703
512
|
undo: bool | None = None,
|
|
704
513
|
/,
|
|
705
514
|
) -> None:
|
|
706
|
-
"""Relocate the library under cursor
|
|
707
|
-
|
|
708
|
-
:type execution_context: int | str | None
|
|
709
|
-
:type undo: bool | None
|
|
710
|
-
"""
|
|
515
|
+
"""Relocate the library under cursor"""
|
|
711
516
|
|
|
712
517
|
def liboverride_operation(
|
|
713
518
|
execution_context: int | str | None = None,
|
|
@@ -725,8 +530,6 @@ def liboverride_operation(
|
|
|
725
530
|
) -> None:
|
|
726
531
|
"""Create, reset or clear library override hierarchies
|
|
727
532
|
|
|
728
|
-
:type execution_context: int | str | None
|
|
729
|
-
:type undo: bool | None
|
|
730
533
|
:param type: Library Override Operation
|
|
731
534
|
|
|
732
535
|
OVERRIDE_LIBRARY_CREATE_HIERARCHY
|
|
@@ -737,7 +540,6 @@ def liboverride_operation(
|
|
|
737
540
|
|
|
738
541
|
OVERRIDE_LIBRARY_CLEAR_SINGLE
|
|
739
542
|
Clear -- Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable.
|
|
740
|
-
:type type: typing.Literal['OVERRIDE_LIBRARY_CREATE_HIERARCHY','OVERRIDE_LIBRARY_RESET','OVERRIDE_LIBRARY_CLEAR_SINGLE'] | None
|
|
741
543
|
:param selection_set: Selection Set, Over which part of the tree items to apply the operation
|
|
742
544
|
|
|
743
545
|
SELECTED
|
|
@@ -748,7 +550,6 @@ def liboverride_operation(
|
|
|
748
550
|
|
|
749
551
|
SELECTED_AND_CONTENT
|
|
750
552
|
Selected & Content -- Apply the operation over selected data-blocks and all their dependencies.
|
|
751
|
-
:type selection_set: typing.Literal['SELECTED','CONTENT','SELECTED_AND_CONTENT'] | None
|
|
752
553
|
"""
|
|
753
554
|
|
|
754
555
|
def liboverride_troubleshoot_operation(
|
|
@@ -767,8 +568,6 @@ def liboverride_troubleshoot_operation(
|
|
|
767
568
|
) -> None:
|
|
768
569
|
"""Advanced operations over library override to help fix broken hierarchies
|
|
769
570
|
|
|
770
|
-
:type execution_context: int | str | None
|
|
771
|
-
:type undo: bool | None
|
|
772
571
|
:param type: Library Override Troubleshoot Operation
|
|
773
572
|
|
|
774
573
|
OVERRIDE_LIBRARY_RESYNC_HIERARCHY
|
|
@@ -779,7 +578,6 @@ def liboverride_troubleshoot_operation(
|
|
|
779
578
|
|
|
780
579
|
OVERRIDE_LIBRARY_DELETE_HIERARCHY
|
|
781
580
|
Delete -- Delete the selected local overrides (including their hierarchies of override dependencies) and relink their usages to the linked data-blocks.
|
|
782
|
-
:type type: typing.Literal['OVERRIDE_LIBRARY_RESYNC_HIERARCHY','OVERRIDE_LIBRARY_RESYNC_HIERARCHY_ENFORCE','OVERRIDE_LIBRARY_DELETE_HIERARCHY'] | None
|
|
783
581
|
:param selection_set: Selection Set, Over which part of the tree items to apply the operation
|
|
784
582
|
|
|
785
583
|
SELECTED
|
|
@@ -790,7 +588,6 @@ def liboverride_troubleshoot_operation(
|
|
|
790
588
|
|
|
791
589
|
SELECTED_AND_CONTENT
|
|
792
590
|
Selected & Content -- Apply the operation over selected data-blocks and all their dependencies.
|
|
793
|
-
:type selection_set: typing.Literal['SELECTED','CONTENT','SELECTED_AND_CONTENT'] | None
|
|
794
591
|
"""
|
|
795
592
|
|
|
796
593
|
def material_drop(
|
|
@@ -798,11 +595,7 @@ def material_drop(
|
|
|
798
595
|
undo: bool | None = None,
|
|
799
596
|
/,
|
|
800
597
|
) -> None:
|
|
801
|
-
"""Drag material to object in Outliner
|
|
802
|
-
|
|
803
|
-
:type execution_context: int | str | None
|
|
804
|
-
:type undo: bool | None
|
|
805
|
-
"""
|
|
598
|
+
"""Drag material to object in Outliner"""
|
|
806
599
|
|
|
807
600
|
def modifier_operation(
|
|
808
601
|
execution_context: int | str | None = None,
|
|
@@ -813,10 +606,7 @@ def modifier_operation(
|
|
|
813
606
|
) -> None:
|
|
814
607
|
"""Undocumented, consider contributing.
|
|
815
608
|
|
|
816
|
-
:type execution_context: int | str | None
|
|
817
|
-
:type undo: bool | None
|
|
818
609
|
:param type: Modifier Operation
|
|
819
|
-
:type type: typing.Literal['APPLY','DELETE','TOGVIS','TOGREN'] | None
|
|
820
610
|
"""
|
|
821
611
|
|
|
822
612
|
def object_operation(
|
|
@@ -829,8 +619,6 @@ def object_operation(
|
|
|
829
619
|
) -> None:
|
|
830
620
|
"""Undocumented, consider contributing.
|
|
831
621
|
|
|
832
|
-
:type execution_context: int | str | None
|
|
833
|
-
:type undo: bool | None
|
|
834
622
|
:param type: Object Operation
|
|
835
623
|
|
|
836
624
|
SELECT
|
|
@@ -847,7 +635,6 @@ def object_operation(
|
|
|
847
635
|
|
|
848
636
|
RENAME
|
|
849
637
|
Rename.
|
|
850
|
-
:type type: typing.Literal['SELECT','DESELECT','SELECT_HIERARCHY','REMAP','RENAME'] | None
|
|
851
638
|
"""
|
|
852
639
|
|
|
853
640
|
def operation(
|
|
@@ -855,22 +642,14 @@ def operation(
|
|
|
855
642
|
undo: bool | None = None,
|
|
856
643
|
/,
|
|
857
644
|
) -> None:
|
|
858
|
-
"""Context menu for item operations
|
|
859
|
-
|
|
860
|
-
:type execution_context: int | str | None
|
|
861
|
-
:type undo: bool | None
|
|
862
|
-
"""
|
|
645
|
+
"""Context menu for item operations"""
|
|
863
646
|
|
|
864
647
|
def orphans_manage(
|
|
865
648
|
execution_context: int | str | None = None,
|
|
866
649
|
undo: bool | None = None,
|
|
867
650
|
/,
|
|
868
651
|
) -> None:
|
|
869
|
-
"""Open a window to manage unused data
|
|
870
|
-
|
|
871
|
-
:type execution_context: int | str | None
|
|
872
|
-
:type undo: bool | None
|
|
873
|
-
"""
|
|
652
|
+
"""Open a window to manage unused data"""
|
|
874
653
|
|
|
875
654
|
def orphans_purge(
|
|
876
655
|
execution_context: int | str | None = None,
|
|
@@ -883,14 +662,9 @@ def orphans_purge(
|
|
|
883
662
|
) -> None:
|
|
884
663
|
"""Clear all orphaned data-blocks without any users from the file
|
|
885
664
|
|
|
886
|
-
:type execution_context: int | str | None
|
|
887
|
-
:type undo: bool | None
|
|
888
665
|
:param do_local_ids: Local Data-blocks, Include unused local data-blocks into deletion
|
|
889
|
-
:type do_local_ids: bool | None
|
|
890
666
|
:param do_linked_ids: Linked Data-blocks, Include unused linked data-blocks into deletion
|
|
891
|
-
:type do_linked_ids: bool | None
|
|
892
667
|
:param do_recursive: Recursive Delete, Recursively check for indirectly unused data-blocks, ensuring that no orphaned data-blocks remain after execution
|
|
893
|
-
:type do_recursive: bool | None
|
|
894
668
|
"""
|
|
895
669
|
|
|
896
670
|
def parent_clear(
|
|
@@ -898,33 +672,21 @@ def parent_clear(
|
|
|
898
672
|
undo: bool | None = None,
|
|
899
673
|
/,
|
|
900
674
|
) -> None:
|
|
901
|
-
"""Drag to clear parent in Outliner
|
|
902
|
-
|
|
903
|
-
:type execution_context: int | str | None
|
|
904
|
-
:type undo: bool | None
|
|
905
|
-
"""
|
|
675
|
+
"""Drag to clear parent in Outliner"""
|
|
906
676
|
|
|
907
677
|
def parent_drop(
|
|
908
678
|
execution_context: int | str | None = None,
|
|
909
679
|
undo: bool | None = None,
|
|
910
680
|
/,
|
|
911
681
|
) -> None:
|
|
912
|
-
"""Drag to parent in Outliner
|
|
913
|
-
|
|
914
|
-
:type execution_context: int | str | None
|
|
915
|
-
:type undo: bool | None
|
|
916
|
-
"""
|
|
682
|
+
"""Drag to parent in Outliner"""
|
|
917
683
|
|
|
918
684
|
def scene_drop(
|
|
919
685
|
execution_context: int | str | None = None,
|
|
920
686
|
undo: bool | None = None,
|
|
921
687
|
/,
|
|
922
688
|
) -> None:
|
|
923
|
-
"""Drag object to scene in Outliner
|
|
924
|
-
|
|
925
|
-
:type execution_context: int | str | None
|
|
926
|
-
:type undo: bool | None
|
|
927
|
-
"""
|
|
689
|
+
"""Drag object to scene in Outliner"""
|
|
928
690
|
|
|
929
691
|
def scene_operation(
|
|
930
692
|
execution_context: int | str | None = None,
|
|
@@ -935,10 +697,7 @@ def scene_operation(
|
|
|
935
697
|
) -> None:
|
|
936
698
|
"""Context menu for scene operations
|
|
937
699
|
|
|
938
|
-
:type execution_context: int | str | None
|
|
939
|
-
:type undo: bool | None
|
|
940
700
|
:param type: Scene Operation
|
|
941
|
-
:type type: typing.Literal['DELETE'] | None
|
|
942
701
|
"""
|
|
943
702
|
|
|
944
703
|
def scroll_page(
|
|
@@ -950,10 +709,7 @@ def scroll_page(
|
|
|
950
709
|
) -> None:
|
|
951
710
|
"""Scroll page up or down
|
|
952
711
|
|
|
953
|
-
:type execution_context: int | str | None
|
|
954
|
-
:type undo: bool | None
|
|
955
712
|
:param up: Up, Scroll up one page
|
|
956
|
-
:type up: bool | None
|
|
957
713
|
"""
|
|
958
714
|
|
|
959
715
|
def select_all(
|
|
@@ -965,8 +721,6 @@ def select_all(
|
|
|
965
721
|
) -> None:
|
|
966
722
|
"""Toggle the Outliner selection of items
|
|
967
723
|
|
|
968
|
-
:type execution_context: int | str | None
|
|
969
|
-
:type undo: bool | None
|
|
970
724
|
:param action: Action, Selection action to execute
|
|
971
725
|
|
|
972
726
|
TOGGLE
|
|
@@ -980,7 +734,6 @@ def select_all(
|
|
|
980
734
|
|
|
981
735
|
INVERT
|
|
982
736
|
Invert -- Invert selection of all elements.
|
|
983
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
984
737
|
"""
|
|
985
738
|
|
|
986
739
|
def select_box(
|
|
@@ -998,20 +751,12 @@ def select_box(
|
|
|
998
751
|
) -> None:
|
|
999
752
|
"""Use box selection to select tree elements
|
|
1000
753
|
|
|
1001
|
-
:type execution_context: int | str | None
|
|
1002
|
-
:type undo: bool | None
|
|
1003
754
|
:param tweak: Tweak, Tweak gesture from empty space for box selection
|
|
1004
|
-
:type tweak: bool | None
|
|
1005
755
|
:param xmin: X Min
|
|
1006
|
-
:type xmin: int | None
|
|
1007
756
|
:param xmax: X Max
|
|
1008
|
-
:type xmax: int | None
|
|
1009
757
|
:param ymin: Y Min
|
|
1010
|
-
:type ymin: int | None
|
|
1011
758
|
:param ymax: Y Max
|
|
1012
|
-
:type ymax: int | None
|
|
1013
759
|
:param wait_for_input: Wait for Input
|
|
1014
|
-
:type wait_for_input: bool | None
|
|
1015
760
|
:param mode: Mode
|
|
1016
761
|
|
|
1017
762
|
SET
|
|
@@ -1022,7 +767,6 @@ def select_box(
|
|
|
1022
767
|
|
|
1023
768
|
SUB
|
|
1024
769
|
Subtract -- Subtract existing selection.
|
|
1025
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1026
770
|
"""
|
|
1027
771
|
|
|
1028
772
|
def select_walk(
|
|
@@ -1036,14 +780,9 @@ def select_walk(
|
|
|
1036
780
|
) -> None:
|
|
1037
781
|
"""Use walk navigation to select tree elements
|
|
1038
782
|
|
|
1039
|
-
:type execution_context: int | str | None
|
|
1040
|
-
:type undo: bool | None
|
|
1041
783
|
:param direction: Walk Direction, Select/Deselect element in this direction
|
|
1042
|
-
:type direction: typing.Literal['UP','DOWN','LEFT','RIGHT'] | None
|
|
1043
784
|
:param extend: Extend, Extend selection on walk
|
|
1044
|
-
:type extend: bool | None
|
|
1045
785
|
:param toggle_all: Toggle All, Toggle open/close hierarchy
|
|
1046
|
-
:type toggle_all: bool | None
|
|
1047
786
|
"""
|
|
1048
787
|
|
|
1049
788
|
def show_active(
|
|
@@ -1051,22 +790,14 @@ def show_active(
|
|
|
1051
790
|
undo: bool | None = None,
|
|
1052
791
|
/,
|
|
1053
792
|
) -> None:
|
|
1054
|
-
"""Open up the tree and adjust the view so that the active object is shown centered
|
|
1055
|
-
|
|
1056
|
-
:type execution_context: int | str | None
|
|
1057
|
-
:type undo: bool | None
|
|
1058
|
-
"""
|
|
793
|
+
"""Open up the tree and adjust the view so that the active object is shown centered"""
|
|
1059
794
|
|
|
1060
795
|
def show_hierarchy(
|
|
1061
796
|
execution_context: int | str | None = None,
|
|
1062
797
|
undo: bool | None = None,
|
|
1063
798
|
/,
|
|
1064
799
|
) -> None:
|
|
1065
|
-
"""Open all object entries and close all others
|
|
1066
|
-
|
|
1067
|
-
:type execution_context: int | str | None
|
|
1068
|
-
:type undo: bool | None
|
|
1069
|
-
"""
|
|
800
|
+
"""Open all object entries and close all others"""
|
|
1070
801
|
|
|
1071
802
|
def show_one_level(
|
|
1072
803
|
execution_context: int | str | None = None,
|
|
@@ -1077,10 +808,7 @@ def show_one_level(
|
|
|
1077
808
|
) -> None:
|
|
1078
809
|
"""Expand/collapse all entries by one level
|
|
1079
810
|
|
|
1080
|
-
:type execution_context: int | str | None
|
|
1081
|
-
:type undo: bool | None
|
|
1082
811
|
:param open: Open, Expand all entries one level deep
|
|
1083
|
-
:type open: bool | None
|
|
1084
812
|
"""
|
|
1085
813
|
|
|
1086
814
|
def start_filter(
|
|
@@ -1088,19 +816,11 @@ def start_filter(
|
|
|
1088
816
|
undo: bool | None = None,
|
|
1089
817
|
/,
|
|
1090
818
|
) -> None:
|
|
1091
|
-
"""Start entering filter text
|
|
1092
|
-
|
|
1093
|
-
:type execution_context: int | str | None
|
|
1094
|
-
:type undo: bool | None
|
|
1095
|
-
"""
|
|
819
|
+
"""Start entering filter text"""
|
|
1096
820
|
|
|
1097
821
|
def unhide_all(
|
|
1098
822
|
execution_context: int | str | None = None,
|
|
1099
823
|
undo: bool | None = None,
|
|
1100
824
|
/,
|
|
1101
825
|
) -> None:
|
|
1102
|
-
"""Unhide all objects and collections
|
|
1103
|
-
|
|
1104
|
-
:type execution_context: int | str | None
|
|
1105
|
-
:type undo: bool | None
|
|
1106
|
-
"""
|
|
826
|
+
"""Unhide all objects and collections"""
|