fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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 +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- 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 -4
- bl_operators/node/__init__.pyi +51 -47
- 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 +0 -50
- 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 +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
- bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
- bl_ui/node_add_menu_shader/__init__.pyi +21 -39
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- 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 +0 -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 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -12
- 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 +0 -90
- 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 +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +29 -137
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- 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 +7 -41
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +294 -634
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +60 -59
- bpy/app/handlers/__init__.pyi +4 -0
- 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 +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- 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 +17 -166
- 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 +27 -217
- 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 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +61 -522
- 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 +2 -50
- 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 +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +306 -666
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +43 -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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +23 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -74
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +41 -312
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +92 -669
- 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 +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +116 -1316
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +65 -33
- bpy/types/__init__.pyi +21798 -58228
- 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 +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -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 +1 -7
- 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 +162 -230
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/__init__.pyi +16 -0
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +4 -24
- 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_latest-20250927.dist-info/RECORD +0 -373
- {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
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -13,11 +13,7 @@ def activate_viewer(
|
|
|
13
13
|
undo: bool | None = None,
|
|
14
14
|
/,
|
|
15
15
|
) -> None:
|
|
16
|
-
"""Activate selected viewer node in compositor and geometry nodes
|
|
17
|
-
|
|
18
|
-
:type execution_context: int | str | None
|
|
19
|
-
:type undo: bool | None
|
|
20
|
-
"""
|
|
16
|
+
"""Activate selected viewer node in compositor and geometry nodes"""
|
|
21
17
|
|
|
22
18
|
def add_closure_zone(
|
|
23
19
|
execution_context: int | str | None = None,
|
|
@@ -31,14 +27,9 @@ def add_closure_zone(
|
|
|
31
27
|
) -> None:
|
|
32
28
|
"""Add a Closure zone
|
|
33
29
|
|
|
34
|
-
:type execution_context: int | str | None
|
|
35
|
-
:type undo: bool | None
|
|
36
30
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
37
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
38
31
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
39
|
-
:type use_transform: bool | None
|
|
40
32
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
41
|
-
:type offset: collections.abc.Iterable[float] | None
|
|
42
33
|
"""
|
|
43
34
|
|
|
44
35
|
def add_collection(
|
|
@@ -51,12 +42,8 @@ def add_collection(
|
|
|
51
42
|
) -> None:
|
|
52
43
|
"""Add a collection info node to the current node editor
|
|
53
44
|
|
|
54
|
-
:type execution_context: int | str | None
|
|
55
|
-
:type undo: bool | None
|
|
56
45
|
:param name: Name, Name of the data-block to use by the operator
|
|
57
|
-
:type name: str
|
|
58
46
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
59
|
-
:type session_uid: int | None
|
|
60
47
|
"""
|
|
61
48
|
|
|
62
49
|
def add_color(
|
|
@@ -70,14 +57,9 @@ def add_color(
|
|
|
70
57
|
) -> None:
|
|
71
58
|
"""Add a color node to the current node editor
|
|
72
59
|
|
|
73
|
-
:type execution_context: int | str | None
|
|
74
|
-
:type undo: bool | None
|
|
75
60
|
:param color: Color, Source color
|
|
76
|
-
:type color: collections.abc.Iterable[float] | None
|
|
77
61
|
:param gamma: Gamma Corrected, The source color is gamma corrected
|
|
78
|
-
:type gamma: bool | None
|
|
79
62
|
:param has_alpha: Has Alpha, The source color contains an Alpha component
|
|
80
|
-
:type has_alpha: bool | None
|
|
81
63
|
"""
|
|
82
64
|
|
|
83
65
|
def add_empty_group(
|
|
@@ -91,12 +73,8 @@ def add_empty_group(
|
|
|
91
73
|
) -> None:
|
|
92
74
|
"""Add a group node with an empty group
|
|
93
75
|
|
|
94
|
-
:type execution_context: int | str | None
|
|
95
|
-
:type undo: bool | None
|
|
96
76
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
97
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
98
77
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
99
|
-
:type use_transform: bool | None
|
|
100
78
|
"""
|
|
101
79
|
|
|
102
80
|
def add_foreach_geometry_element_zone(
|
|
@@ -111,14 +89,9 @@ def add_foreach_geometry_element_zone(
|
|
|
111
89
|
) -> None:
|
|
112
90
|
"""Add a For Each Geometry Element zone that allows executing nodes e.g. for each vertex separately
|
|
113
91
|
|
|
114
|
-
:type execution_context: int | str | None
|
|
115
|
-
:type undo: bool | None
|
|
116
92
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
117
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
118
93
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
119
|
-
:type use_transform: bool | None
|
|
120
94
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
121
|
-
:type offset: collections.abc.Iterable[float] | None
|
|
122
95
|
"""
|
|
123
96
|
|
|
124
97
|
def add_group(
|
|
@@ -132,14 +105,9 @@ def add_group(
|
|
|
132
105
|
) -> None:
|
|
133
106
|
"""Add an existing node group to the current node editor
|
|
134
107
|
|
|
135
|
-
:type execution_context: int | str | None
|
|
136
|
-
:type undo: bool | None
|
|
137
108
|
:param name: Name, Name of the data-block to use by the operator
|
|
138
|
-
:type name: str
|
|
139
109
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
140
|
-
:type session_uid: int | None
|
|
141
110
|
:param show_datablock_in_node: Show the data-block selector in the node
|
|
142
|
-
:type show_datablock_in_node: bool | None
|
|
143
111
|
"""
|
|
144
112
|
|
|
145
113
|
def add_group_asset(
|
|
@@ -154,14 +122,9 @@ def add_group_asset(
|
|
|
154
122
|
) -> None:
|
|
155
123
|
"""Add a node group asset to the active node tree
|
|
156
124
|
|
|
157
|
-
:type execution_context: int | str | None
|
|
158
|
-
:type undo: bool | None
|
|
159
125
|
:param asset_library_type: Asset Library Type
|
|
160
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
161
126
|
:param asset_library_identifier: Asset Library Identifier
|
|
162
|
-
:type asset_library_identifier: str
|
|
163
127
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
164
|
-
:type relative_asset_identifier: str
|
|
165
128
|
"""
|
|
166
129
|
|
|
167
130
|
def add_group_input_node(
|
|
@@ -174,12 +137,8 @@ def add_group_input_node(
|
|
|
174
137
|
) -> None:
|
|
175
138
|
"""Add a Group Input node with selected sockets to the current node editor
|
|
176
139
|
|
|
177
|
-
:type execution_context: int | str | None
|
|
178
|
-
:type undo: bool | None
|
|
179
140
|
:param socket_identifier: Socket Identifier, Socket to include in the added group input/output node
|
|
180
|
-
:type socket_identifier: str
|
|
181
141
|
:param panel_identifier: Panel Identifier, Panel from which to add sockets to the added group input/output node
|
|
182
|
-
:type panel_identifier: int | None
|
|
183
142
|
"""
|
|
184
143
|
|
|
185
144
|
def add_image(
|
|
@@ -231,58 +190,31 @@ def add_image(
|
|
|
231
190
|
) -> None:
|
|
232
191
|
"""Add a image/movie file as node to the current node editor
|
|
233
192
|
|
|
234
|
-
:type execution_context: int | str | None
|
|
235
|
-
:type undo: bool | None
|
|
236
193
|
:param filepath: File Path, Path to file
|
|
237
|
-
:type filepath: str
|
|
238
194
|
:param directory: Directory, Directory of the file
|
|
239
|
-
:type directory: str
|
|
240
195
|
:param files: Files
|
|
241
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
242
196
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
243
|
-
:type hide_props_region: bool | None
|
|
244
197
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
245
|
-
:type check_existing: bool | None
|
|
246
198
|
:param filter_blender: Filter .blend files
|
|
247
|
-
:type filter_blender: bool | None
|
|
248
199
|
:param filter_backup: Filter .blend files
|
|
249
|
-
:type filter_backup: bool | None
|
|
250
200
|
:param filter_image: Filter image files
|
|
251
|
-
:type filter_image: bool | None
|
|
252
201
|
:param filter_movie: Filter movie files
|
|
253
|
-
:type filter_movie: bool | None
|
|
254
202
|
:param filter_python: Filter Python files
|
|
255
|
-
:type filter_python: bool | None
|
|
256
203
|
:param filter_font: Filter font files
|
|
257
|
-
:type filter_font: bool | None
|
|
258
204
|
:param filter_sound: Filter sound files
|
|
259
|
-
:type filter_sound: bool | None
|
|
260
205
|
:param filter_text: Filter text files
|
|
261
|
-
:type filter_text: bool | None
|
|
262
206
|
:param filter_archive: Filter archive files
|
|
263
|
-
:type filter_archive: bool | None
|
|
264
207
|
:param filter_btx: Filter btx files
|
|
265
|
-
:type filter_btx: bool | None
|
|
266
208
|
:param filter_alembic: Filter Alembic files
|
|
267
|
-
:type filter_alembic: bool | None
|
|
268
209
|
:param filter_usd: Filter USD files
|
|
269
|
-
:type filter_usd: bool | None
|
|
270
210
|
:param filter_obj: Filter OBJ files
|
|
271
|
-
:type filter_obj: bool | None
|
|
272
211
|
:param filter_volume: Filter OpenVDB volume files
|
|
273
|
-
:type filter_volume: bool | None
|
|
274
212
|
:param filter_folder: Filter folders
|
|
275
|
-
:type filter_folder: bool | None
|
|
276
213
|
:param filter_blenlib: Filter Blender IDs
|
|
277
|
-
:type filter_blenlib: bool | None
|
|
278
214
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
279
|
-
:type filemode: int | None
|
|
280
215
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
281
|
-
:type relative_path: bool | None
|
|
282
216
|
:param show_multiview: Enable Multi-View
|
|
283
|
-
:type show_multiview: bool | None
|
|
284
217
|
:param use_multiview: Use Multi-View
|
|
285
|
-
:type use_multiview: bool | None
|
|
286
218
|
:param display_type: Display Type
|
|
287
219
|
|
|
288
220
|
DEFAULT
|
|
@@ -296,7 +228,6 @@ def add_image(
|
|
|
296
228
|
|
|
297
229
|
THUMBNAIL
|
|
298
230
|
Thumbnails -- Display files as thumbnails.
|
|
299
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
300
231
|
:param sort_method: File sorting mode
|
|
301
232
|
|
|
302
233
|
DEFAULT
|
|
@@ -316,11 +247,8 @@ def add_image(
|
|
|
316
247
|
|
|
317
248
|
ASSET_CATALOG
|
|
318
249
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
319
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
320
250
|
:param name: Name, Name of the data-block to use by the operator
|
|
321
|
-
:type name: str
|
|
322
251
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
323
|
-
:type session_uid: int | None
|
|
324
252
|
"""
|
|
325
253
|
|
|
326
254
|
def add_import_node(
|
|
@@ -334,12 +262,8 @@ def add_import_node(
|
|
|
334
262
|
) -> None:
|
|
335
263
|
"""Add an import node to the node tree
|
|
336
264
|
|
|
337
|
-
:type execution_context: int | str | None
|
|
338
|
-
:type undo: bool | None
|
|
339
265
|
:param directory: Directory, Directory of the file
|
|
340
|
-
:type directory: str
|
|
341
266
|
:param files: Files
|
|
342
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
343
267
|
"""
|
|
344
268
|
|
|
345
269
|
def add_mask(
|
|
@@ -352,12 +276,8 @@ def add_mask(
|
|
|
352
276
|
) -> None:
|
|
353
277
|
"""Add a mask node to the current node editor
|
|
354
278
|
|
|
355
|
-
:type execution_context: int | str | None
|
|
356
|
-
:type undo: bool | None
|
|
357
279
|
:param name: Name, Name of the data-block to use by the operator
|
|
358
|
-
:type name: str
|
|
359
280
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
360
|
-
:type session_uid: int | None
|
|
361
281
|
"""
|
|
362
282
|
|
|
363
283
|
def add_material(
|
|
@@ -370,12 +290,8 @@ def add_material(
|
|
|
370
290
|
) -> None:
|
|
371
291
|
"""Add a material node to the current node editor
|
|
372
292
|
|
|
373
|
-
:type execution_context: int | str | None
|
|
374
|
-
:type undo: bool | None
|
|
375
293
|
:param name: Name, Name of the data-block to use by the operator
|
|
376
|
-
:type name: str
|
|
377
294
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
378
|
-
:type session_uid: int | None
|
|
379
295
|
"""
|
|
380
296
|
|
|
381
297
|
def add_node(
|
|
@@ -391,16 +307,10 @@ def add_node(
|
|
|
391
307
|
) -> None:
|
|
392
308
|
"""Add a node to the active tree
|
|
393
309
|
|
|
394
|
-
:type execution_context: int | str | None
|
|
395
|
-
:type undo: bool | None
|
|
396
310
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
397
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
398
311
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
399
|
-
:type use_transform: bool | None
|
|
400
312
|
:param type: Node Type, Node type
|
|
401
|
-
:type type: str
|
|
402
313
|
:param visible_output: Output Name, If provided, all outputs that are named differently will be hidden
|
|
403
|
-
:type visible_output: str
|
|
404
314
|
"""
|
|
405
315
|
|
|
406
316
|
def add_object(
|
|
@@ -413,12 +323,8 @@ def add_object(
|
|
|
413
323
|
) -> None:
|
|
414
324
|
"""Add an object info node to the current node editor
|
|
415
325
|
|
|
416
|
-
:type execution_context: int | str | None
|
|
417
|
-
:type undo: bool | None
|
|
418
326
|
:param name: Name, Name of the data-block to use by the operator
|
|
419
|
-
:type name: str
|
|
420
327
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
421
|
-
:type session_uid: int | None
|
|
422
328
|
"""
|
|
423
329
|
|
|
424
330
|
def add_repeat_zone(
|
|
@@ -433,14 +339,9 @@ def add_repeat_zone(
|
|
|
433
339
|
) -> None:
|
|
434
340
|
"""Add a repeat zone that allows executing nodes a dynamic number of times
|
|
435
341
|
|
|
436
|
-
:type execution_context: int | str | None
|
|
437
|
-
:type undo: bool | None
|
|
438
342
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
439
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
440
343
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
441
|
-
:type use_transform: bool | None
|
|
442
344
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
443
|
-
:type offset: collections.abc.Iterable[float] | None
|
|
444
345
|
"""
|
|
445
346
|
|
|
446
347
|
def add_reroute(
|
|
@@ -453,12 +354,8 @@ def add_reroute(
|
|
|
453
354
|
) -> None:
|
|
454
355
|
"""Add a reroute node
|
|
455
356
|
|
|
456
|
-
:type execution_context: int | str | None
|
|
457
|
-
:type undo: bool | None
|
|
458
357
|
:param path: Path
|
|
459
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
460
358
|
:param cursor: Cursor
|
|
461
|
-
:type cursor: int | None
|
|
462
359
|
"""
|
|
463
360
|
|
|
464
361
|
def add_simulation_zone(
|
|
@@ -473,14 +370,9 @@ def add_simulation_zone(
|
|
|
473
370
|
) -> None:
|
|
474
371
|
"""Add simulation zone input and output nodes to the active tree
|
|
475
372
|
|
|
476
|
-
:type execution_context: int | str | None
|
|
477
|
-
:type undo: bool | None
|
|
478
373
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
479
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
480
374
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
481
|
-
:type use_transform: bool | None
|
|
482
375
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
483
|
-
:type offset: collections.abc.Iterable[float] | None
|
|
484
376
|
"""
|
|
485
377
|
|
|
486
378
|
def add_zone(
|
|
@@ -498,20 +390,12 @@ def add_zone(
|
|
|
498
390
|
) -> None:
|
|
499
391
|
"""Undocumented, consider contributing.
|
|
500
392
|
|
|
501
|
-
:type execution_context: int | str | None
|
|
502
|
-
:type undo: bool | None
|
|
503
393
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
504
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
505
394
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
506
|
-
:type use_transform: bool | None
|
|
507
395
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
508
|
-
:
|
|
509
|
-
:param
|
|
510
|
-
:type input_node_type: str
|
|
511
|
-
:param output_node_type: Output Node, Specifies the output node used the created zone
|
|
512
|
-
:type output_node_type: str
|
|
396
|
+
:param input_node_type: Input Node, Specifies the input node used by the created zone
|
|
397
|
+
:param output_node_type: Output Node, Specifies the output node used by the created zone
|
|
513
398
|
:param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
|
|
514
|
-
:type add_default_geometry_link: bool | None
|
|
515
399
|
"""
|
|
516
400
|
|
|
517
401
|
def attach(
|
|
@@ -519,44 +403,28 @@ def attach(
|
|
|
519
403
|
undo: bool | None = None,
|
|
520
404
|
/,
|
|
521
405
|
) -> None:
|
|
522
|
-
"""Attach active node to a frame
|
|
523
|
-
|
|
524
|
-
:type execution_context: int | str | None
|
|
525
|
-
:type undo: bool | None
|
|
526
|
-
"""
|
|
406
|
+
"""Attach active node to a frame"""
|
|
527
407
|
|
|
528
408
|
def backimage_fit(
|
|
529
409
|
execution_context: int | str | None = None,
|
|
530
410
|
undo: bool | None = None,
|
|
531
411
|
/,
|
|
532
412
|
) -> None:
|
|
533
|
-
"""Fit the background image to the view
|
|
534
|
-
|
|
535
|
-
:type execution_context: int | str | None
|
|
536
|
-
:type undo: bool | None
|
|
537
|
-
"""
|
|
413
|
+
"""Fit the background image to the view"""
|
|
538
414
|
|
|
539
415
|
def backimage_move(
|
|
540
416
|
execution_context: int | str | None = None,
|
|
541
417
|
undo: bool | None = None,
|
|
542
418
|
/,
|
|
543
419
|
) -> None:
|
|
544
|
-
"""Move node backdrop
|
|
545
|
-
|
|
546
|
-
:type execution_context: int | str | None
|
|
547
|
-
:type undo: bool | None
|
|
548
|
-
"""
|
|
420
|
+
"""Move node backdrop"""
|
|
549
421
|
|
|
550
422
|
def backimage_sample(
|
|
551
423
|
execution_context: int | str | None = None,
|
|
552
424
|
undo: bool | None = None,
|
|
553
425
|
/,
|
|
554
426
|
) -> None:
|
|
555
|
-
"""Use mouse to sample background image
|
|
556
|
-
|
|
557
|
-
:type execution_context: int | str | None
|
|
558
|
-
:type undo: bool | None
|
|
559
|
-
"""
|
|
427
|
+
"""Use mouse to sample background image"""
|
|
560
428
|
|
|
561
429
|
def backimage_zoom(
|
|
562
430
|
execution_context: int | str | None = None,
|
|
@@ -567,21 +435,19 @@ def backimage_zoom(
|
|
|
567
435
|
) -> None:
|
|
568
436
|
"""Zoom in/out the background image
|
|
569
437
|
|
|
570
|
-
:type execution_context: int | str | None
|
|
571
|
-
:type undo: bool | None
|
|
572
438
|
:param factor: Factor
|
|
573
|
-
:type factor: float | None
|
|
574
439
|
"""
|
|
575
440
|
|
|
576
441
|
def bake_node_item_add(
|
|
577
442
|
execution_context: int | str | None = None,
|
|
578
443
|
undo: bool | None = None,
|
|
579
444
|
/,
|
|
445
|
+
*,
|
|
446
|
+
node_identifier: int | None = 0,
|
|
580
447
|
) -> None:
|
|
581
448
|
"""Add item below active item
|
|
582
449
|
|
|
583
|
-
:
|
|
584
|
-
:type undo: bool | None
|
|
450
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
585
451
|
"""
|
|
586
452
|
|
|
587
453
|
def bake_node_item_move(
|
|
@@ -590,35 +456,36 @@ def bake_node_item_move(
|
|
|
590
456
|
/,
|
|
591
457
|
*,
|
|
592
458
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
459
|
+
node_identifier: int | None = 0,
|
|
593
460
|
) -> None:
|
|
594
461
|
"""Move active item
|
|
595
462
|
|
|
596
|
-
:type execution_context: int | str | None
|
|
597
|
-
:type undo: bool | None
|
|
598
463
|
:param direction: Direction, Move direction
|
|
599
|
-
:
|
|
464
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
600
465
|
"""
|
|
601
466
|
|
|
602
467
|
def bake_node_item_remove(
|
|
603
468
|
execution_context: int | str | None = None,
|
|
604
469
|
undo: bool | None = None,
|
|
605
470
|
/,
|
|
471
|
+
*,
|
|
472
|
+
node_identifier: int | None = 0,
|
|
606
473
|
) -> None:
|
|
607
474
|
"""Remove active item
|
|
608
475
|
|
|
609
|
-
:
|
|
610
|
-
:type undo: bool | None
|
|
476
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
611
477
|
"""
|
|
612
478
|
|
|
613
479
|
def capture_attribute_item_add(
|
|
614
480
|
execution_context: int | str | None = None,
|
|
615
481
|
undo: bool | None = None,
|
|
616
482
|
/,
|
|
483
|
+
*,
|
|
484
|
+
node_identifier: int | None = 0,
|
|
617
485
|
) -> None:
|
|
618
486
|
"""Add item below active item
|
|
619
487
|
|
|
620
|
-
:
|
|
621
|
-
:type undo: bool | None
|
|
488
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
622
489
|
"""
|
|
623
490
|
|
|
624
491
|
def capture_attribute_item_move(
|
|
@@ -627,24 +494,24 @@ def capture_attribute_item_move(
|
|
|
627
494
|
/,
|
|
628
495
|
*,
|
|
629
496
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
497
|
+
node_identifier: int | None = 0,
|
|
630
498
|
) -> None:
|
|
631
499
|
"""Move active item
|
|
632
500
|
|
|
633
|
-
:type execution_context: int | str | None
|
|
634
|
-
:type undo: bool | None
|
|
635
501
|
:param direction: Direction, Move direction
|
|
636
|
-
:
|
|
502
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
637
503
|
"""
|
|
638
504
|
|
|
639
505
|
def capture_attribute_item_remove(
|
|
640
506
|
execution_context: int | str | None = None,
|
|
641
507
|
undo: bool | None = None,
|
|
642
508
|
/,
|
|
509
|
+
*,
|
|
510
|
+
node_identifier: int | None = 0,
|
|
643
511
|
) -> None:
|
|
644
512
|
"""Remove active item
|
|
645
513
|
|
|
646
|
-
:
|
|
647
|
-
:type undo: bool | None
|
|
514
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
648
515
|
"""
|
|
649
516
|
|
|
650
517
|
def clear_viewer_border(
|
|
@@ -652,22 +519,14 @@ def clear_viewer_border(
|
|
|
652
519
|
undo: bool | None = None,
|
|
653
520
|
/,
|
|
654
521
|
) -> None:
|
|
655
|
-
"""Clear the boundaries for viewer operations
|
|
656
|
-
|
|
657
|
-
:type execution_context: int | str | None
|
|
658
|
-
:type undo: bool | None
|
|
659
|
-
"""
|
|
522
|
+
"""Clear the boundaries for viewer operations"""
|
|
660
523
|
|
|
661
524
|
def clipboard_copy(
|
|
662
525
|
execution_context: int | str | None = None,
|
|
663
526
|
undo: bool | None = None,
|
|
664
527
|
/,
|
|
665
528
|
) -> None:
|
|
666
|
-
"""Copy the selected nodes to the internal clipboard
|
|
667
|
-
|
|
668
|
-
:type execution_context: int | str | None
|
|
669
|
-
:type undo: bool | None
|
|
670
|
-
"""
|
|
529
|
+
"""Copy the selected nodes to the internal clipboard"""
|
|
671
530
|
|
|
672
531
|
def clipboard_paste(
|
|
673
532
|
execution_context: int | str | None = None,
|
|
@@ -678,21 +537,19 @@ def clipboard_paste(
|
|
|
678
537
|
) -> None:
|
|
679
538
|
"""Paste nodes from the internal clipboard to the active node tree
|
|
680
539
|
|
|
681
|
-
:type execution_context: int | str | None
|
|
682
|
-
:type undo: bool | None
|
|
683
540
|
:param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
|
|
684
|
-
:type offset: collections.abc.Iterable[float] | None
|
|
685
541
|
"""
|
|
686
542
|
|
|
687
543
|
def closure_input_item_add(
|
|
688
544
|
execution_context: int | str | None = None,
|
|
689
545
|
undo: bool | None = None,
|
|
690
546
|
/,
|
|
547
|
+
*,
|
|
548
|
+
node_identifier: int | None = 0,
|
|
691
549
|
) -> None:
|
|
692
550
|
"""Add item below active item
|
|
693
551
|
|
|
694
|
-
:
|
|
695
|
-
:type undo: bool | None
|
|
552
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
696
553
|
"""
|
|
697
554
|
|
|
698
555
|
def closure_input_item_move(
|
|
@@ -701,35 +558,36 @@ def closure_input_item_move(
|
|
|
701
558
|
/,
|
|
702
559
|
*,
|
|
703
560
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
561
|
+
node_identifier: int | None = 0,
|
|
704
562
|
) -> None:
|
|
705
563
|
"""Move active item
|
|
706
564
|
|
|
707
|
-
:type execution_context: int | str | None
|
|
708
|
-
:type undo: bool | None
|
|
709
565
|
:param direction: Direction, Move direction
|
|
710
|
-
:
|
|
566
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
711
567
|
"""
|
|
712
568
|
|
|
713
569
|
def closure_input_item_remove(
|
|
714
570
|
execution_context: int | str | None = None,
|
|
715
571
|
undo: bool | None = None,
|
|
716
572
|
/,
|
|
573
|
+
*,
|
|
574
|
+
node_identifier: int | None = 0,
|
|
717
575
|
) -> None:
|
|
718
576
|
"""Remove active item
|
|
719
577
|
|
|
720
|
-
:
|
|
721
|
-
:type undo: bool | None
|
|
578
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
722
579
|
"""
|
|
723
580
|
|
|
724
581
|
def closure_output_item_add(
|
|
725
582
|
execution_context: int | str | None = None,
|
|
726
583
|
undo: bool | None = None,
|
|
727
584
|
/,
|
|
585
|
+
*,
|
|
586
|
+
node_identifier: int | None = 0,
|
|
728
587
|
) -> None:
|
|
729
588
|
"""Add item below active item
|
|
730
589
|
|
|
731
|
-
:
|
|
732
|
-
:type undo: bool | None
|
|
590
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
733
591
|
"""
|
|
734
592
|
|
|
735
593
|
def closure_output_item_move(
|
|
@@ -738,24 +596,24 @@ def closure_output_item_move(
|
|
|
738
596
|
/,
|
|
739
597
|
*,
|
|
740
598
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
599
|
+
node_identifier: int | None = 0,
|
|
741
600
|
) -> None:
|
|
742
601
|
"""Move active item
|
|
743
602
|
|
|
744
|
-
:type execution_context: int | str | None
|
|
745
|
-
:type undo: bool | None
|
|
746
603
|
:param direction: Direction, Move direction
|
|
747
|
-
:
|
|
604
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
748
605
|
"""
|
|
749
606
|
|
|
750
607
|
def closure_output_item_remove(
|
|
751
608
|
execution_context: int | str | None = None,
|
|
752
609
|
undo: bool | None = None,
|
|
753
610
|
/,
|
|
611
|
+
*,
|
|
612
|
+
node_identifier: int | None = 0,
|
|
754
613
|
) -> None:
|
|
755
614
|
"""Remove active item
|
|
756
615
|
|
|
757
|
-
:
|
|
758
|
-
:type undo: bool | None
|
|
616
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
759
617
|
"""
|
|
760
618
|
|
|
761
619
|
def collapse_hide_unused_toggle(
|
|
@@ -763,21 +621,18 @@ def collapse_hide_unused_toggle(
|
|
|
763
621
|
undo: bool | None = None,
|
|
764
622
|
/,
|
|
765
623
|
) -> None:
|
|
766
|
-
"""Toggle collapsed nodes and hide unused sockets
|
|
767
|
-
|
|
768
|
-
:type execution_context: int | str | None
|
|
769
|
-
:type undo: bool | None
|
|
770
|
-
"""
|
|
624
|
+
"""Toggle collapsed nodes and hide unused sockets"""
|
|
771
625
|
|
|
772
626
|
def combine_bundle_item_add(
|
|
773
627
|
execution_context: int | str | None = None,
|
|
774
628
|
undo: bool | None = None,
|
|
775
629
|
/,
|
|
630
|
+
*,
|
|
631
|
+
node_identifier: int | None = 0,
|
|
776
632
|
) -> None:
|
|
777
633
|
"""Add item below active item
|
|
778
634
|
|
|
779
|
-
:
|
|
780
|
-
:type undo: bool | None
|
|
635
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
781
636
|
"""
|
|
782
637
|
|
|
783
638
|
def combine_bundle_item_move(
|
|
@@ -786,24 +641,24 @@ def combine_bundle_item_move(
|
|
|
786
641
|
/,
|
|
787
642
|
*,
|
|
788
643
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
644
|
+
node_identifier: int | None = 0,
|
|
789
645
|
) -> None:
|
|
790
646
|
"""Move active item
|
|
791
647
|
|
|
792
|
-
:type execution_context: int | str | None
|
|
793
|
-
:type undo: bool | None
|
|
794
648
|
:param direction: Direction, Move direction
|
|
795
|
-
:
|
|
649
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
796
650
|
"""
|
|
797
651
|
|
|
798
652
|
def combine_bundle_item_remove(
|
|
799
653
|
execution_context: int | str | None = None,
|
|
800
654
|
undo: bool | None = None,
|
|
801
655
|
/,
|
|
656
|
+
*,
|
|
657
|
+
node_identifier: int | None = 0,
|
|
802
658
|
) -> None:
|
|
803
659
|
"""Remove active item
|
|
804
660
|
|
|
805
|
-
:
|
|
806
|
-
:type undo: bool | None
|
|
661
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
807
662
|
"""
|
|
808
663
|
|
|
809
664
|
def connect_to_output(
|
|
@@ -815,10 +670,7 @@ def connect_to_output(
|
|
|
815
670
|
) -> None:
|
|
816
671
|
"""Connect active node to the active output node of the node tree
|
|
817
672
|
|
|
818
|
-
:type execution_context: int | str | None
|
|
819
|
-
:type undo: bool | None
|
|
820
673
|
:param run_in_geometry_nodes: Run in Geometry Nodes Editor
|
|
821
|
-
:type run_in_geometry_nodes: bool | None
|
|
822
674
|
"""
|
|
823
675
|
|
|
824
676
|
def cryptomatte_layer_add(
|
|
@@ -826,77 +678,49 @@ def cryptomatte_layer_add(
|
|
|
826
678
|
undo: bool | None = None,
|
|
827
679
|
/,
|
|
828
680
|
) -> None:
|
|
829
|
-
"""Add a new input layer to a Cryptomatte node
|
|
830
|
-
|
|
831
|
-
:type execution_context: int | str | None
|
|
832
|
-
:type undo: bool | None
|
|
833
|
-
"""
|
|
681
|
+
"""Add a new input layer to a Cryptomatte node"""
|
|
834
682
|
|
|
835
683
|
def cryptomatte_layer_remove(
|
|
836
684
|
execution_context: int | str | None = None,
|
|
837
685
|
undo: bool | None = None,
|
|
838
686
|
/,
|
|
839
687
|
) -> None:
|
|
840
|
-
"""Remove layer from a Cryptomatte node
|
|
841
|
-
|
|
842
|
-
:type execution_context: int | str | None
|
|
843
|
-
:type undo: bool | None
|
|
844
|
-
"""
|
|
688
|
+
"""Remove layer from a Cryptomatte node"""
|
|
845
689
|
|
|
846
690
|
def deactivate_viewer(
|
|
847
691
|
execution_context: int | str | None = None,
|
|
848
692
|
undo: bool | None = None,
|
|
849
693
|
/,
|
|
850
694
|
) -> None:
|
|
851
|
-
"""Deactivate selected viewer node in geometry nodes
|
|
852
|
-
|
|
853
|
-
:type execution_context: int | str | None
|
|
854
|
-
:type undo: bool | None
|
|
855
|
-
"""
|
|
695
|
+
"""Deactivate selected viewer node in geometry nodes"""
|
|
856
696
|
|
|
857
697
|
def default_group_width_set(
|
|
858
698
|
execution_context: int | str | None = None,
|
|
859
699
|
undo: bool | None = None,
|
|
860
700
|
/,
|
|
861
701
|
) -> None:
|
|
862
|
-
"""Set the width based on the parent group node in the current context
|
|
863
|
-
|
|
864
|
-
:type execution_context: int | str | None
|
|
865
|
-
:type undo: bool | None
|
|
866
|
-
"""
|
|
702
|
+
"""Set the width based on the parent group node in the current context"""
|
|
867
703
|
|
|
868
704
|
def delete(
|
|
869
705
|
execution_context: int | str | None = None,
|
|
870
706
|
undo: bool | None = None,
|
|
871
707
|
/,
|
|
872
708
|
) -> None:
|
|
873
|
-
"""Remove selected nodes
|
|
874
|
-
|
|
875
|
-
:type execution_context: int | str | None
|
|
876
|
-
:type undo: bool | None
|
|
877
|
-
"""
|
|
709
|
+
"""Remove selected nodes"""
|
|
878
710
|
|
|
879
711
|
def delete_reconnect(
|
|
880
712
|
execution_context: int | str | None = None,
|
|
881
713
|
undo: bool | None = None,
|
|
882
714
|
/,
|
|
883
715
|
) -> None:
|
|
884
|
-
"""Remove nodes and reconnect nodes as if deletion was muted
|
|
885
|
-
|
|
886
|
-
:type execution_context: int | str | None
|
|
887
|
-
:type undo: bool | None
|
|
888
|
-
"""
|
|
716
|
+
"""Remove nodes and reconnect nodes as if deletion was muted"""
|
|
889
717
|
|
|
890
718
|
def detach(
|
|
891
719
|
execution_context: int | str | None = None,
|
|
892
720
|
undo: bool | None = None,
|
|
893
721
|
/,
|
|
894
722
|
) -> None:
|
|
895
|
-
"""Detach selected nodes from parents
|
|
896
|
-
|
|
897
|
-
:type execution_context: int | str | None
|
|
898
|
-
:type undo: bool | None
|
|
899
|
-
"""
|
|
723
|
+
"""Detach selected nodes from parents"""
|
|
900
724
|
|
|
901
725
|
def detach_translate_attach(
|
|
902
726
|
execution_context: int | str | None = None,
|
|
@@ -909,14 +733,9 @@ def detach_translate_attach(
|
|
|
909
733
|
) -> None:
|
|
910
734
|
"""Detach nodes, move and attach to frame
|
|
911
735
|
|
|
912
|
-
:type execution_context: int | str | None
|
|
913
|
-
:type undo: bool | None
|
|
914
736
|
:param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
|
|
915
|
-
:type NODE_OT_detach: detach | None
|
|
916
737
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
917
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
918
738
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
919
|
-
:type NODE_OT_attach: attach | None
|
|
920
739
|
"""
|
|
921
740
|
|
|
922
741
|
def duplicate(
|
|
@@ -929,14 +748,24 @@ def duplicate(
|
|
|
929
748
|
) -> None:
|
|
930
749
|
"""Duplicate selected nodes
|
|
931
750
|
|
|
932
|
-
:type execution_context: int | str | None
|
|
933
|
-
:type undo: bool | None
|
|
934
751
|
:param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
|
|
935
|
-
:type keep_inputs: bool | None
|
|
936
752
|
:param linked: Linked, Duplicate node but not node trees, linking to the original data
|
|
937
|
-
:type linked: bool | None
|
|
938
753
|
"""
|
|
939
754
|
|
|
755
|
+
def duplicate_compositing_modifier_node_group(
|
|
756
|
+
execution_context: int | str | None = None,
|
|
757
|
+
undo: bool | None = None,
|
|
758
|
+
/,
|
|
759
|
+
) -> None:
|
|
760
|
+
"""Duplicate the currently assigned compositing node group."""
|
|
761
|
+
|
|
762
|
+
def duplicate_compositing_node_group(
|
|
763
|
+
execution_context: int | str | None = None,
|
|
764
|
+
undo: bool | None = None,
|
|
765
|
+
/,
|
|
766
|
+
) -> None:
|
|
767
|
+
"""Duplicate the currently assigned compositing node group."""
|
|
768
|
+
|
|
940
769
|
def duplicate_move(
|
|
941
770
|
execution_context: int | str | None = None,
|
|
942
771
|
undo: bool | None = None,
|
|
@@ -947,12 +776,8 @@ def duplicate_move(
|
|
|
947
776
|
) -> None:
|
|
948
777
|
"""Duplicate selected nodes and move them
|
|
949
778
|
|
|
950
|
-
:type execution_context: int | str | None
|
|
951
|
-
:type undo: bool | None
|
|
952
779
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
953
|
-
:type NODE_OT_duplicate: duplicate | None
|
|
954
780
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
955
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
956
781
|
"""
|
|
957
782
|
|
|
958
783
|
def duplicate_move_keep_inputs(
|
|
@@ -965,12 +790,8 @@ def duplicate_move_keep_inputs(
|
|
|
965
790
|
) -> None:
|
|
966
791
|
"""Duplicate selected nodes keeping input links and move them
|
|
967
792
|
|
|
968
|
-
:type execution_context: int | str | None
|
|
969
|
-
:type undo: bool | None
|
|
970
793
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
971
|
-
:type NODE_OT_duplicate: duplicate | None
|
|
972
794
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
973
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
974
795
|
"""
|
|
975
796
|
|
|
976
797
|
def duplicate_move_linked(
|
|
@@ -983,23 +804,20 @@ def duplicate_move_linked(
|
|
|
983
804
|
) -> None:
|
|
984
805
|
"""Duplicate selected nodes, but not their node trees, and move them
|
|
985
806
|
|
|
986
|
-
:type execution_context: int | str | None
|
|
987
|
-
:type undo: bool | None
|
|
988
807
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
989
|
-
:type NODE_OT_duplicate: duplicate | None
|
|
990
808
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
991
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
992
809
|
"""
|
|
993
810
|
|
|
994
811
|
def enum_definition_item_add(
|
|
995
812
|
execution_context: int | str | None = None,
|
|
996
813
|
undo: bool | None = None,
|
|
997
814
|
/,
|
|
815
|
+
*,
|
|
816
|
+
node_identifier: int | None = 0,
|
|
998
817
|
) -> None:
|
|
999
818
|
"""Add item below active item
|
|
1000
819
|
|
|
1001
|
-
:
|
|
1002
|
-
:type undo: bool | None
|
|
820
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1003
821
|
"""
|
|
1004
822
|
|
|
1005
823
|
def enum_definition_item_move(
|
|
@@ -1008,35 +826,36 @@ def enum_definition_item_move(
|
|
|
1008
826
|
/,
|
|
1009
827
|
*,
|
|
1010
828
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
829
|
+
node_identifier: int | None = 0,
|
|
1011
830
|
) -> None:
|
|
1012
831
|
"""Move active item
|
|
1013
832
|
|
|
1014
|
-
:type execution_context: int | str | None
|
|
1015
|
-
:type undo: bool | None
|
|
1016
833
|
:param direction: Direction, Move direction
|
|
1017
|
-
:
|
|
834
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1018
835
|
"""
|
|
1019
836
|
|
|
1020
837
|
def enum_definition_item_remove(
|
|
1021
838
|
execution_context: int | str | None = None,
|
|
1022
839
|
undo: bool | None = None,
|
|
1023
840
|
/,
|
|
841
|
+
*,
|
|
842
|
+
node_identifier: int | None = 0,
|
|
1024
843
|
) -> None:
|
|
1025
844
|
"""Remove active item
|
|
1026
845
|
|
|
1027
|
-
:
|
|
1028
|
-
:type undo: bool | None
|
|
846
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1029
847
|
"""
|
|
1030
848
|
|
|
1031
849
|
def evaluate_closure_input_item_add(
|
|
1032
850
|
execution_context: int | str | None = None,
|
|
1033
851
|
undo: bool | None = None,
|
|
1034
852
|
/,
|
|
853
|
+
*,
|
|
854
|
+
node_identifier: int | None = 0,
|
|
1035
855
|
) -> None:
|
|
1036
856
|
"""Add item below active item
|
|
1037
857
|
|
|
1038
|
-
:
|
|
1039
|
-
:type undo: bool | None
|
|
858
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1040
859
|
"""
|
|
1041
860
|
|
|
1042
861
|
def evaluate_closure_input_item_move(
|
|
@@ -1045,35 +864,36 @@ def evaluate_closure_input_item_move(
|
|
|
1045
864
|
/,
|
|
1046
865
|
*,
|
|
1047
866
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
867
|
+
node_identifier: int | None = 0,
|
|
1048
868
|
) -> None:
|
|
1049
869
|
"""Move active item
|
|
1050
870
|
|
|
1051
|
-
:type execution_context: int | str | None
|
|
1052
|
-
:type undo: bool | None
|
|
1053
871
|
:param direction: Direction, Move direction
|
|
1054
|
-
:
|
|
872
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1055
873
|
"""
|
|
1056
874
|
|
|
1057
875
|
def evaluate_closure_input_item_remove(
|
|
1058
876
|
execution_context: int | str | None = None,
|
|
1059
877
|
undo: bool | None = None,
|
|
1060
878
|
/,
|
|
879
|
+
*,
|
|
880
|
+
node_identifier: int | None = 0,
|
|
1061
881
|
) -> None:
|
|
1062
882
|
"""Remove active item
|
|
1063
883
|
|
|
1064
|
-
:
|
|
1065
|
-
:type undo: bool | None
|
|
884
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1066
885
|
"""
|
|
1067
886
|
|
|
1068
887
|
def evaluate_closure_output_item_add(
|
|
1069
888
|
execution_context: int | str | None = None,
|
|
1070
889
|
undo: bool | None = None,
|
|
1071
890
|
/,
|
|
891
|
+
*,
|
|
892
|
+
node_identifier: int | None = 0,
|
|
1072
893
|
) -> None:
|
|
1073
894
|
"""Add item below active item
|
|
1074
895
|
|
|
1075
|
-
:
|
|
1076
|
-
:type undo: bool | None
|
|
896
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1077
897
|
"""
|
|
1078
898
|
|
|
1079
899
|
def evaluate_closure_output_item_move(
|
|
@@ -1082,35 +902,112 @@ def evaluate_closure_output_item_move(
|
|
|
1082
902
|
/,
|
|
1083
903
|
*,
|
|
1084
904
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
905
|
+
node_identifier: int | None = 0,
|
|
1085
906
|
) -> None:
|
|
1086
907
|
"""Move active item
|
|
1087
908
|
|
|
1088
|
-
:type execution_context: int | str | None
|
|
1089
|
-
:type undo: bool | None
|
|
1090
909
|
:param direction: Direction, Move direction
|
|
1091
|
-
:
|
|
910
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1092
911
|
"""
|
|
1093
912
|
|
|
1094
913
|
def evaluate_closure_output_item_remove(
|
|
1095
914
|
execution_context: int | str | None = None,
|
|
1096
915
|
undo: bool | None = None,
|
|
1097
916
|
/,
|
|
917
|
+
*,
|
|
918
|
+
node_identifier: int | None = 0,
|
|
919
|
+
) -> None:
|
|
920
|
+
"""Remove active item
|
|
921
|
+
|
|
922
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
923
|
+
"""
|
|
924
|
+
|
|
925
|
+
def field_to_grid_item_add(
|
|
926
|
+
execution_context: int | str | None = None,
|
|
927
|
+
undo: bool | None = None,
|
|
928
|
+
/,
|
|
929
|
+
*,
|
|
930
|
+
node_identifier: int | None = 0,
|
|
931
|
+
) -> None:
|
|
932
|
+
"""Add item below active item
|
|
933
|
+
|
|
934
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
935
|
+
"""
|
|
936
|
+
|
|
937
|
+
def field_to_grid_item_move(
|
|
938
|
+
execution_context: int | str | None = None,
|
|
939
|
+
undo: bool | None = None,
|
|
940
|
+
/,
|
|
941
|
+
*,
|
|
942
|
+
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
943
|
+
node_identifier: int | None = 0,
|
|
944
|
+
) -> None:
|
|
945
|
+
"""Move active item
|
|
946
|
+
|
|
947
|
+
:param direction: Direction, Move direction
|
|
948
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
949
|
+
"""
|
|
950
|
+
|
|
951
|
+
def field_to_grid_item_remove(
|
|
952
|
+
execution_context: int | str | None = None,
|
|
953
|
+
undo: bool | None = None,
|
|
954
|
+
/,
|
|
955
|
+
*,
|
|
956
|
+
node_identifier: int | None = 0,
|
|
1098
957
|
) -> None:
|
|
1099
958
|
"""Remove active item
|
|
1100
959
|
|
|
1101
|
-
:
|
|
1102
|
-
|
|
960
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
961
|
+
"""
|
|
962
|
+
|
|
963
|
+
def field_to_list_item_add(
|
|
964
|
+
execution_context: int | str | None = None,
|
|
965
|
+
undo: bool | None = None,
|
|
966
|
+
/,
|
|
967
|
+
*,
|
|
968
|
+
node_identifier: int | None = 0,
|
|
969
|
+
) -> None:
|
|
970
|
+
"""Add item below active item
|
|
971
|
+
|
|
972
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
973
|
+
"""
|
|
974
|
+
|
|
975
|
+
def field_to_list_item_move(
|
|
976
|
+
execution_context: int | str | None = None,
|
|
977
|
+
undo: bool | None = None,
|
|
978
|
+
/,
|
|
979
|
+
*,
|
|
980
|
+
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
981
|
+
node_identifier: int | None = 0,
|
|
982
|
+
) -> None:
|
|
983
|
+
"""Move active item
|
|
984
|
+
|
|
985
|
+
:param direction: Direction, Move direction
|
|
986
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
987
|
+
"""
|
|
988
|
+
|
|
989
|
+
def field_to_list_item_remove(
|
|
990
|
+
execution_context: int | str | None = None,
|
|
991
|
+
undo: bool | None = None,
|
|
992
|
+
/,
|
|
993
|
+
*,
|
|
994
|
+
node_identifier: int | None = 0,
|
|
995
|
+
) -> None:
|
|
996
|
+
"""Remove active item
|
|
997
|
+
|
|
998
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1103
999
|
"""
|
|
1104
1000
|
|
|
1105
1001
|
def file_output_item_add(
|
|
1106
1002
|
execution_context: int | str | None = None,
|
|
1107
1003
|
undo: bool | None = None,
|
|
1108
1004
|
/,
|
|
1005
|
+
*,
|
|
1006
|
+
node_identifier: int | None = 0,
|
|
1109
1007
|
) -> None:
|
|
1110
1008
|
"""Add item below active item
|
|
1111
1009
|
|
|
1112
|
-
:
|
|
1113
|
-
:type undo: bool | None
|
|
1010
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1114
1011
|
"""
|
|
1115
1012
|
|
|
1116
1013
|
def file_output_item_move(
|
|
@@ -1119,24 +1016,24 @@ def file_output_item_move(
|
|
|
1119
1016
|
/,
|
|
1120
1017
|
*,
|
|
1121
1018
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1019
|
+
node_identifier: int | None = 0,
|
|
1122
1020
|
) -> None:
|
|
1123
1021
|
"""Move active item
|
|
1124
1022
|
|
|
1125
|
-
:type execution_context: int | str | None
|
|
1126
|
-
:type undo: bool | None
|
|
1127
1023
|
:param direction: Direction, Move direction
|
|
1128
|
-
:
|
|
1024
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1129
1025
|
"""
|
|
1130
1026
|
|
|
1131
1027
|
def file_output_item_remove(
|
|
1132
1028
|
execution_context: int | str | None = None,
|
|
1133
1029
|
undo: bool | None = None,
|
|
1134
1030
|
/,
|
|
1031
|
+
*,
|
|
1032
|
+
node_identifier: int | None = 0,
|
|
1135
1033
|
) -> None:
|
|
1136
1034
|
"""Remove active item
|
|
1137
1035
|
|
|
1138
|
-
:
|
|
1139
|
-
:type undo: bool | None
|
|
1036
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1140
1037
|
"""
|
|
1141
1038
|
|
|
1142
1039
|
def find_node(
|
|
@@ -1144,21 +1041,18 @@ def find_node(
|
|
|
1144
1041
|
undo: bool | None = None,
|
|
1145
1042
|
/,
|
|
1146
1043
|
) -> None:
|
|
1147
|
-
"""Search for a node by name and focus and select it
|
|
1148
|
-
|
|
1149
|
-
:type execution_context: int | str | None
|
|
1150
|
-
:type undo: bool | None
|
|
1151
|
-
"""
|
|
1044
|
+
"""Search for a node by name and focus and select it"""
|
|
1152
1045
|
|
|
1153
1046
|
def foreach_geometry_element_zone_generation_item_add(
|
|
1154
1047
|
execution_context: int | str | None = None,
|
|
1155
1048
|
undo: bool | None = None,
|
|
1156
1049
|
/,
|
|
1050
|
+
*,
|
|
1051
|
+
node_identifier: int | None = 0,
|
|
1157
1052
|
) -> None:
|
|
1158
1053
|
"""Add item below active item
|
|
1159
1054
|
|
|
1160
|
-
:
|
|
1161
|
-
:type undo: bool | None
|
|
1055
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1162
1056
|
"""
|
|
1163
1057
|
|
|
1164
1058
|
def foreach_geometry_element_zone_generation_item_move(
|
|
@@ -1167,35 +1061,36 @@ def foreach_geometry_element_zone_generation_item_move(
|
|
|
1167
1061
|
/,
|
|
1168
1062
|
*,
|
|
1169
1063
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1064
|
+
node_identifier: int | None = 0,
|
|
1170
1065
|
) -> None:
|
|
1171
1066
|
"""Move active item
|
|
1172
1067
|
|
|
1173
|
-
:type execution_context: int | str | None
|
|
1174
|
-
:type undo: bool | None
|
|
1175
1068
|
:param direction: Direction, Move direction
|
|
1176
|
-
:
|
|
1069
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1177
1070
|
"""
|
|
1178
1071
|
|
|
1179
1072
|
def foreach_geometry_element_zone_generation_item_remove(
|
|
1180
1073
|
execution_context: int | str | None = None,
|
|
1181
1074
|
undo: bool | None = None,
|
|
1182
1075
|
/,
|
|
1076
|
+
*,
|
|
1077
|
+
node_identifier: int | None = 0,
|
|
1183
1078
|
) -> None:
|
|
1184
1079
|
"""Remove active item
|
|
1185
1080
|
|
|
1186
|
-
:
|
|
1187
|
-
:type undo: bool | None
|
|
1081
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1188
1082
|
"""
|
|
1189
1083
|
|
|
1190
1084
|
def foreach_geometry_element_zone_input_item_add(
|
|
1191
1085
|
execution_context: int | str | None = None,
|
|
1192
1086
|
undo: bool | None = None,
|
|
1193
1087
|
/,
|
|
1088
|
+
*,
|
|
1089
|
+
node_identifier: int | None = 0,
|
|
1194
1090
|
) -> None:
|
|
1195
1091
|
"""Add item below active item
|
|
1196
1092
|
|
|
1197
|
-
:
|
|
1198
|
-
:type undo: bool | None
|
|
1093
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1199
1094
|
"""
|
|
1200
1095
|
|
|
1201
1096
|
def foreach_geometry_element_zone_input_item_move(
|
|
@@ -1204,35 +1099,36 @@ def foreach_geometry_element_zone_input_item_move(
|
|
|
1204
1099
|
/,
|
|
1205
1100
|
*,
|
|
1206
1101
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1102
|
+
node_identifier: int | None = 0,
|
|
1207
1103
|
) -> None:
|
|
1208
1104
|
"""Move active item
|
|
1209
1105
|
|
|
1210
|
-
:type execution_context: int | str | None
|
|
1211
|
-
:type undo: bool | None
|
|
1212
1106
|
:param direction: Direction, Move direction
|
|
1213
|
-
:
|
|
1107
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1214
1108
|
"""
|
|
1215
1109
|
|
|
1216
1110
|
def foreach_geometry_element_zone_input_item_remove(
|
|
1217
1111
|
execution_context: int | str | None = None,
|
|
1218
1112
|
undo: bool | None = None,
|
|
1219
1113
|
/,
|
|
1114
|
+
*,
|
|
1115
|
+
node_identifier: int | None = 0,
|
|
1220
1116
|
) -> None:
|
|
1221
1117
|
"""Remove active item
|
|
1222
1118
|
|
|
1223
|
-
:
|
|
1224
|
-
:type undo: bool | None
|
|
1119
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1225
1120
|
"""
|
|
1226
1121
|
|
|
1227
1122
|
def foreach_geometry_element_zone_main_item_add(
|
|
1228
1123
|
execution_context: int | str | None = None,
|
|
1229
1124
|
undo: bool | None = None,
|
|
1230
1125
|
/,
|
|
1126
|
+
*,
|
|
1127
|
+
node_identifier: int | None = 0,
|
|
1231
1128
|
) -> None:
|
|
1232
1129
|
"""Add item below active item
|
|
1233
1130
|
|
|
1234
|
-
:
|
|
1235
|
-
:type undo: bool | None
|
|
1131
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1236
1132
|
"""
|
|
1237
1133
|
|
|
1238
1134
|
def foreach_geometry_element_zone_main_item_move(
|
|
@@ -1241,35 +1137,36 @@ def foreach_geometry_element_zone_main_item_move(
|
|
|
1241
1137
|
/,
|
|
1242
1138
|
*,
|
|
1243
1139
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1140
|
+
node_identifier: int | None = 0,
|
|
1244
1141
|
) -> None:
|
|
1245
1142
|
"""Move active item
|
|
1246
1143
|
|
|
1247
|
-
:type execution_context: int | str | None
|
|
1248
|
-
:type undo: bool | None
|
|
1249
1144
|
:param direction: Direction, Move direction
|
|
1250
|
-
:
|
|
1145
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1251
1146
|
"""
|
|
1252
1147
|
|
|
1253
1148
|
def foreach_geometry_element_zone_main_item_remove(
|
|
1254
1149
|
execution_context: int | str | None = None,
|
|
1255
1150
|
undo: bool | None = None,
|
|
1256
1151
|
/,
|
|
1152
|
+
*,
|
|
1153
|
+
node_identifier: int | None = 0,
|
|
1257
1154
|
) -> None:
|
|
1258
1155
|
"""Remove active item
|
|
1259
1156
|
|
|
1260
|
-
:
|
|
1261
|
-
:type undo: bool | None
|
|
1157
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1262
1158
|
"""
|
|
1263
1159
|
|
|
1264
1160
|
def format_string_item_add(
|
|
1265
1161
|
execution_context: int | str | None = None,
|
|
1266
1162
|
undo: bool | None = None,
|
|
1267
1163
|
/,
|
|
1164
|
+
*,
|
|
1165
|
+
node_identifier: int | None = 0,
|
|
1268
1166
|
) -> None:
|
|
1269
1167
|
"""Add item below active item
|
|
1270
1168
|
|
|
1271
|
-
:
|
|
1272
|
-
:type undo: bool | None
|
|
1169
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1273
1170
|
"""
|
|
1274
1171
|
|
|
1275
1172
|
def format_string_item_move(
|
|
@@ -1278,35 +1175,36 @@ def format_string_item_move(
|
|
|
1278
1175
|
/,
|
|
1279
1176
|
*,
|
|
1280
1177
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1178
|
+
node_identifier: int | None = 0,
|
|
1281
1179
|
) -> None:
|
|
1282
1180
|
"""Move active item
|
|
1283
1181
|
|
|
1284
|
-
:type execution_context: int | str | None
|
|
1285
|
-
:type undo: bool | None
|
|
1286
1182
|
:param direction: Direction, Move direction
|
|
1287
|
-
:
|
|
1183
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1288
1184
|
"""
|
|
1289
1185
|
|
|
1290
1186
|
def format_string_item_remove(
|
|
1291
1187
|
execution_context: int | str | None = None,
|
|
1292
1188
|
undo: bool | None = None,
|
|
1293
1189
|
/,
|
|
1190
|
+
*,
|
|
1191
|
+
node_identifier: int | None = 0,
|
|
1294
1192
|
) -> None:
|
|
1295
1193
|
"""Remove active item
|
|
1296
1194
|
|
|
1297
|
-
:
|
|
1298
|
-
:type undo: bool | None
|
|
1195
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1299
1196
|
"""
|
|
1300
1197
|
|
|
1301
1198
|
def geometry_nodes_viewer_item_add(
|
|
1302
1199
|
execution_context: int | str | None = None,
|
|
1303
1200
|
undo: bool | None = None,
|
|
1304
1201
|
/,
|
|
1202
|
+
*,
|
|
1203
|
+
node_identifier: int | None = 0,
|
|
1305
1204
|
) -> None:
|
|
1306
1205
|
"""Add item below active item
|
|
1307
1206
|
|
|
1308
|
-
:
|
|
1309
|
-
:type undo: bool | None
|
|
1207
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1310
1208
|
"""
|
|
1311
1209
|
|
|
1312
1210
|
def geometry_nodes_viewer_item_move(
|
|
@@ -1315,24 +1213,24 @@ def geometry_nodes_viewer_item_move(
|
|
|
1315
1213
|
/,
|
|
1316
1214
|
*,
|
|
1317
1215
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1216
|
+
node_identifier: int | None = 0,
|
|
1318
1217
|
) -> None:
|
|
1319
1218
|
"""Move active item
|
|
1320
1219
|
|
|
1321
|
-
:type execution_context: int | str | None
|
|
1322
|
-
:type undo: bool | None
|
|
1323
1220
|
:param direction: Direction, Move direction
|
|
1324
|
-
:
|
|
1221
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1325
1222
|
"""
|
|
1326
1223
|
|
|
1327
1224
|
def geometry_nodes_viewer_item_remove(
|
|
1328
1225
|
execution_context: int | str | None = None,
|
|
1329
1226
|
undo: bool | None = None,
|
|
1330
1227
|
/,
|
|
1228
|
+
*,
|
|
1229
|
+
node_identifier: int | None = 0,
|
|
1331
1230
|
) -> None:
|
|
1332
1231
|
"""Remove active item
|
|
1333
1232
|
|
|
1334
|
-
:
|
|
1335
|
-
:type undo: bool | None
|
|
1233
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1336
1234
|
"""
|
|
1337
1235
|
|
|
1338
1236
|
def gltf_settings_node_operator(
|
|
@@ -1340,11 +1238,7 @@ def gltf_settings_node_operator(
|
|
|
1340
1238
|
undo: bool | None = None,
|
|
1341
1239
|
/,
|
|
1342
1240
|
) -> None:
|
|
1343
|
-
"""Add a node to the active tree for glTF export
|
|
1344
|
-
|
|
1345
|
-
:type execution_context: int | str | None
|
|
1346
|
-
:type undo: bool | None
|
|
1347
|
-
"""
|
|
1241
|
+
"""Add a node to the active tree for glTF export"""
|
|
1348
1242
|
|
|
1349
1243
|
def group_edit(
|
|
1350
1244
|
execution_context: int | str | None = None,
|
|
@@ -1355,33 +1249,29 @@ def group_edit(
|
|
|
1355
1249
|
) -> None:
|
|
1356
1250
|
"""Edit node group
|
|
1357
1251
|
|
|
1358
|
-
:type execution_context: int | str | None
|
|
1359
|
-
:type undo: bool | None
|
|
1360
1252
|
:param exit: Exit
|
|
1361
|
-
:type exit: bool | None
|
|
1362
1253
|
"""
|
|
1363
1254
|
|
|
1364
|
-
def
|
|
1255
|
+
def group_enter_exit(
|
|
1365
1256
|
execution_context: int | str | None = None,
|
|
1366
1257
|
undo: bool | None = None,
|
|
1367
1258
|
/,
|
|
1368
1259
|
) -> None:
|
|
1369
|
-
"""
|
|
1260
|
+
"""Enter or exit node group based on cursor location"""
|
|
1370
1261
|
|
|
1371
|
-
|
|
1372
|
-
:
|
|
1373
|
-
|
|
1262
|
+
def group_insert(
|
|
1263
|
+
execution_context: int | str | None = None,
|
|
1264
|
+
undo: bool | None = None,
|
|
1265
|
+
/,
|
|
1266
|
+
) -> None:
|
|
1267
|
+
"""Insert selected nodes into a node group"""
|
|
1374
1268
|
|
|
1375
1269
|
def group_make(
|
|
1376
1270
|
execution_context: int | str | None = None,
|
|
1377
1271
|
undo: bool | None = None,
|
|
1378
1272
|
/,
|
|
1379
1273
|
) -> None:
|
|
1380
|
-
"""Make group from selected nodes
|
|
1381
|
-
|
|
1382
|
-
:type execution_context: int | str | None
|
|
1383
|
-
:type undo: bool | None
|
|
1384
|
-
"""
|
|
1274
|
+
"""Make group from selected nodes"""
|
|
1385
1275
|
|
|
1386
1276
|
def group_separate(
|
|
1387
1277
|
execution_context: int | str | None = None,
|
|
@@ -1392,8 +1282,6 @@ def group_separate(
|
|
|
1392
1282
|
) -> None:
|
|
1393
1283
|
"""Separate selected nodes from the node group
|
|
1394
1284
|
|
|
1395
|
-
:type execution_context: int | str | None
|
|
1396
|
-
:type undo: bool | None
|
|
1397
1285
|
:param type: Type
|
|
1398
1286
|
|
|
1399
1287
|
COPY
|
|
@@ -1401,7 +1289,6 @@ def group_separate(
|
|
|
1401
1289
|
|
|
1402
1290
|
MOVE
|
|
1403
1291
|
Move -- Move to parent node tree, remove from group.
|
|
1404
|
-
:type type: typing.Literal['COPY','MOVE'] | None
|
|
1405
1292
|
"""
|
|
1406
1293
|
|
|
1407
1294
|
def group_ungroup(
|
|
@@ -1409,43 +1296,32 @@ def group_ungroup(
|
|
|
1409
1296
|
undo: bool | None = None,
|
|
1410
1297
|
/,
|
|
1411
1298
|
) -> None:
|
|
1412
|
-
"""Ungroup selected nodes
|
|
1413
|
-
|
|
1414
|
-
:type execution_context: int | str | None
|
|
1415
|
-
:type undo: bool | None
|
|
1416
|
-
"""
|
|
1299
|
+
"""Ungroup selected nodes"""
|
|
1417
1300
|
|
|
1418
1301
|
def hide_socket_toggle(
|
|
1419
1302
|
execution_context: int | str | None = None,
|
|
1420
1303
|
undo: bool | None = None,
|
|
1421
1304
|
/,
|
|
1422
1305
|
) -> None:
|
|
1423
|
-
"""Toggle unused node socket display
|
|
1424
|
-
|
|
1425
|
-
:type execution_context: int | str | None
|
|
1426
|
-
:type undo: bool | None
|
|
1427
|
-
"""
|
|
1306
|
+
"""Toggle unused node socket display"""
|
|
1428
1307
|
|
|
1429
1308
|
def hide_toggle(
|
|
1430
1309
|
execution_context: int | str | None = None,
|
|
1431
1310
|
undo: bool | None = None,
|
|
1432
1311
|
/,
|
|
1433
1312
|
) -> None:
|
|
1434
|
-
"""Toggle collapsing of selected nodes
|
|
1435
|
-
|
|
1436
|
-
:type execution_context: int | str | None
|
|
1437
|
-
:type undo: bool | None
|
|
1438
|
-
"""
|
|
1313
|
+
"""Toggle collapsing of selected nodes"""
|
|
1439
1314
|
|
|
1440
1315
|
def index_switch_item_add(
|
|
1441
1316
|
execution_context: int | str | None = None,
|
|
1442
1317
|
undo: bool | None = None,
|
|
1443
1318
|
/,
|
|
1319
|
+
*,
|
|
1320
|
+
node_identifier: int | None = 0,
|
|
1444
1321
|
) -> None:
|
|
1445
|
-
"""Add
|
|
1322
|
+
"""Add an item to the index switch
|
|
1446
1323
|
|
|
1447
|
-
:
|
|
1448
|
-
:type undo: bool | None
|
|
1324
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1449
1325
|
"""
|
|
1450
1326
|
|
|
1451
1327
|
def index_switch_item_remove(
|
|
@@ -1457,10 +1333,7 @@ def index_switch_item_remove(
|
|
|
1457
1333
|
) -> None:
|
|
1458
1334
|
"""Remove an item from the index switch
|
|
1459
1335
|
|
|
1460
|
-
:type execution_context: int | str | None
|
|
1461
|
-
:type undo: bool | None
|
|
1462
1336
|
:param index: Index, Index to remove
|
|
1463
|
-
:type index: int | None
|
|
1464
1337
|
"""
|
|
1465
1338
|
|
|
1466
1339
|
def insert_offset(
|
|
@@ -1468,81 +1341,61 @@ def insert_offset(
|
|
|
1468
1341
|
undo: bool | None = None,
|
|
1469
1342
|
/,
|
|
1470
1343
|
) -> None:
|
|
1471
|
-
"""Automatically offset nodes on insertion
|
|
1472
|
-
|
|
1473
|
-
:type execution_context: int | str | None
|
|
1474
|
-
:type undo: bool | None
|
|
1475
|
-
"""
|
|
1344
|
+
"""Automatically offset nodes on insertion"""
|
|
1476
1345
|
|
|
1477
1346
|
def interface_item_duplicate(
|
|
1478
1347
|
execution_context: int | str | None = None,
|
|
1479
1348
|
undo: bool | None = None,
|
|
1480
1349
|
/,
|
|
1481
1350
|
) -> None:
|
|
1482
|
-
"""Add a copy of the active item to the interface
|
|
1483
|
-
|
|
1484
|
-
:type execution_context: int | str | None
|
|
1485
|
-
:type undo: bool | None
|
|
1486
|
-
"""
|
|
1351
|
+
"""Add a copy of the active item to the interface"""
|
|
1487
1352
|
|
|
1488
1353
|
def interface_item_make_panel_toggle(
|
|
1489
1354
|
execution_context: int | str | None = None,
|
|
1490
1355
|
undo: bool | None = None,
|
|
1491
1356
|
/,
|
|
1492
1357
|
) -> None:
|
|
1493
|
-
"""Make the active boolean socket a toggle for its parent panel
|
|
1494
|
-
|
|
1495
|
-
:type execution_context: int | str | None
|
|
1496
|
-
:type undo: bool | None
|
|
1497
|
-
"""
|
|
1358
|
+
"""Make the active boolean socket a toggle for its parent panel"""
|
|
1498
1359
|
|
|
1499
1360
|
def interface_item_new(
|
|
1500
1361
|
execution_context: int | str | None = None,
|
|
1501
1362
|
undo: bool | None = None,
|
|
1502
1363
|
/,
|
|
1503
1364
|
*,
|
|
1504
|
-
item_type:
|
|
1365
|
+
item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
|
|
1505
1366
|
) -> None:
|
|
1506
1367
|
"""Add a new item to the interface
|
|
1507
1368
|
|
|
1508
|
-
:type execution_context: int | str | None
|
|
1509
|
-
:type undo: bool | None
|
|
1510
1369
|
:param item_type: Item Type, Type of the item to create
|
|
1511
|
-
:type item_type: str | None
|
|
1512
1370
|
"""
|
|
1513
1371
|
|
|
1514
|
-
def
|
|
1372
|
+
def interface_item_new_panel_toggle(
|
|
1515
1373
|
execution_context: int | str | None = None,
|
|
1516
1374
|
undo: bool | None = None,
|
|
1517
1375
|
/,
|
|
1518
1376
|
) -> None:
|
|
1519
|
-
"""
|
|
1377
|
+
"""Add a checkbox to the currently selected panel"""
|
|
1520
1378
|
|
|
1521
|
-
|
|
1522
|
-
:
|
|
1523
|
-
|
|
1379
|
+
def interface_item_remove(
|
|
1380
|
+
execution_context: int | str | None = None,
|
|
1381
|
+
undo: bool | None = None,
|
|
1382
|
+
/,
|
|
1383
|
+
) -> None:
|
|
1384
|
+
"""Remove selected items from the interface"""
|
|
1524
1385
|
|
|
1525
1386
|
def interface_item_unlink_panel_toggle(
|
|
1526
1387
|
execution_context: int | str | None = None,
|
|
1527
1388
|
undo: bool | None = None,
|
|
1528
1389
|
/,
|
|
1529
1390
|
) -> None:
|
|
1530
|
-
"""Make the panel toggle a stand-alone socket
|
|
1531
|
-
|
|
1532
|
-
:type execution_context: int | str | None
|
|
1533
|
-
:type undo: bool | None
|
|
1534
|
-
"""
|
|
1391
|
+
"""Make the panel toggle a stand-alone socket"""
|
|
1535
1392
|
|
|
1536
1393
|
def join(
|
|
1537
1394
|
execution_context: int | str | None = None,
|
|
1538
1395
|
undo: bool | None = None,
|
|
1539
1396
|
/,
|
|
1540
1397
|
) -> None:
|
|
1541
|
-
"""Attach selected nodes to a new common frame
|
|
1542
|
-
|
|
1543
|
-
:type execution_context: int | str | None
|
|
1544
|
-
:type undo: bool | None
|
|
1545
|
-
"""
|
|
1398
|
+
"""Attach selected nodes to a new common frame"""
|
|
1546
1399
|
|
|
1547
1400
|
def join_named(
|
|
1548
1401
|
execution_context: int | str | None = None,
|
|
@@ -1554,14 +1407,17 @@ def join_named(
|
|
|
1554
1407
|
) -> None:
|
|
1555
1408
|
"""Create a new frame node around the selected nodes and name it immediately
|
|
1556
1409
|
|
|
1557
|
-
:
|
|
1558
|
-
:type undo: bool | None
|
|
1559
|
-
:param NODE_OT_join: Join Nodes, Attach selected nodes to a new common frame
|
|
1560
|
-
:type NODE_OT_join: join | None
|
|
1410
|
+
:param NODE_OT_join: Join Nodes in Frame, Attach selected nodes to a new common frame
|
|
1561
1411
|
:param WM_OT_call_panel: Call Panel, Open a predefined panel
|
|
1562
|
-
:type WM_OT_call_panel: bpy.ops.wm.call_panel | None
|
|
1563
1412
|
"""
|
|
1564
1413
|
|
|
1414
|
+
def join_nodes(
|
|
1415
|
+
execution_context: int | str | None = None,
|
|
1416
|
+
undo: bool | None = None,
|
|
1417
|
+
/,
|
|
1418
|
+
) -> None:
|
|
1419
|
+
"""Merge selected group input nodes into one if possible"""
|
|
1420
|
+
|
|
1565
1421
|
def link(
|
|
1566
1422
|
execution_context: int | str | None = None,
|
|
1567
1423
|
undo: bool | None = None,
|
|
@@ -1578,24 +1434,14 @@ def link(
|
|
|
1578
1434
|
) -> None:
|
|
1579
1435
|
"""Use the mouse to create a link between two nodes
|
|
1580
1436
|
|
|
1581
|
-
:type execution_context: int | str | None
|
|
1582
|
-
:type undo: bool | None
|
|
1583
1437
|
:param detach: Detach, Detach and redirect existing links
|
|
1584
|
-
:type detach: bool | None
|
|
1585
1438
|
:param drag_start: Drag Start, The position of the mouse cursor at the start of the operation
|
|
1586
|
-
:type drag_start: collections.abc.Iterable[float] | None
|
|
1587
1439
|
:param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
|
|
1588
|
-
:type inside_padding: float | None
|
|
1589
1440
|
:param outside_padding: Outside Padding, Outside distance in UI units from the edge of the region at which to stop panning
|
|
1590
|
-
:type outside_padding: float | None
|
|
1591
1441
|
:param speed_ramp: Speed Ramp, Width of the zone in UI units where speed increases with distance from the edge
|
|
1592
|
-
:type speed_ramp: float | None
|
|
1593
1442
|
:param max_speed: Max Speed, Maximum speed in UI units per second
|
|
1594
|
-
:type max_speed: float | None
|
|
1595
1443
|
:param delay: Delay, Delay in seconds before maximum speed is reached
|
|
1596
|
-
:type delay: float | None
|
|
1597
1444
|
:param zoom_influence: Zoom Influence, Influence of the zoom factor on scroll speed
|
|
1598
|
-
:type zoom_influence: float | None
|
|
1599
1445
|
"""
|
|
1600
1446
|
|
|
1601
1447
|
def link_make(
|
|
@@ -1607,10 +1453,7 @@ def link_make(
|
|
|
1607
1453
|
) -> None:
|
|
1608
1454
|
"""Make a link between selected output and input sockets
|
|
1609
1455
|
|
|
1610
|
-
:type execution_context: int | str | None
|
|
1611
|
-
:type undo: bool | None
|
|
1612
1456
|
:param replace: Replace, Replace socket connections with the new links
|
|
1613
|
-
:type replace: bool | None
|
|
1614
1457
|
"""
|
|
1615
1458
|
|
|
1616
1459
|
def link_viewer(
|
|
@@ -1618,11 +1461,7 @@ def link_viewer(
|
|
|
1618
1461
|
undo: bool | None = None,
|
|
1619
1462
|
/,
|
|
1620
1463
|
) -> None:
|
|
1621
|
-
"""Link to viewer node
|
|
1622
|
-
|
|
1623
|
-
:type execution_context: int | str | None
|
|
1624
|
-
:type undo: bool | None
|
|
1625
|
-
"""
|
|
1464
|
+
"""Link to viewer node"""
|
|
1626
1465
|
|
|
1627
1466
|
def links_cut(
|
|
1628
1467
|
execution_context: int | str | None = None,
|
|
@@ -1634,12 +1473,8 @@ def links_cut(
|
|
|
1634
1473
|
) -> None:
|
|
1635
1474
|
"""Use the mouse to cut (remove) some links
|
|
1636
1475
|
|
|
1637
|
-
:type execution_context: int | str | None
|
|
1638
|
-
:type undo: bool | None
|
|
1639
1476
|
:param path: Path
|
|
1640
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1641
1477
|
:param cursor: Cursor
|
|
1642
|
-
:type cursor: int | None
|
|
1643
1478
|
"""
|
|
1644
1479
|
|
|
1645
1480
|
def links_detach(
|
|
@@ -1647,11 +1482,7 @@ def links_detach(
|
|
|
1647
1482
|
undo: bool | None = None,
|
|
1648
1483
|
/,
|
|
1649
1484
|
) -> None:
|
|
1650
|
-
"""Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1651
|
-
|
|
1652
|
-
:type execution_context: int | str | None
|
|
1653
|
-
:type undo: bool | None
|
|
1654
|
-
"""
|
|
1485
|
+
"""Remove all links to selected nodes, and try to connect neighbor nodes together"""
|
|
1655
1486
|
|
|
1656
1487
|
def links_mute(
|
|
1657
1488
|
execution_context: int | str | None = None,
|
|
@@ -1663,12 +1494,8 @@ def links_mute(
|
|
|
1663
1494
|
) -> None:
|
|
1664
1495
|
"""Use the mouse to mute links
|
|
1665
1496
|
|
|
1666
|
-
:type execution_context: int | str | None
|
|
1667
|
-
:type undo: bool | None
|
|
1668
1497
|
:param path: Path
|
|
1669
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1670
1498
|
:param cursor: Cursor
|
|
1671
|
-
:type cursor: int | None
|
|
1672
1499
|
"""
|
|
1673
1500
|
|
|
1674
1501
|
def move_detach_links(
|
|
@@ -1681,12 +1508,8 @@ def move_detach_links(
|
|
|
1681
1508
|
) -> None:
|
|
1682
1509
|
"""Move a node to detach links
|
|
1683
1510
|
|
|
1684
|
-
:type execution_context: int | str | None
|
|
1685
|
-
:type undo: bool | None
|
|
1686
1511
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1687
|
-
:type NODE_OT_links_detach: links_detach | None
|
|
1688
1512
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1689
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1690
1513
|
"""
|
|
1691
1514
|
|
|
1692
1515
|
def move_detach_links_release(
|
|
@@ -1699,12 +1522,8 @@ def move_detach_links_release(
|
|
|
1699
1522
|
) -> None:
|
|
1700
1523
|
"""Move a node to detach links
|
|
1701
1524
|
|
|
1702
|
-
:type execution_context: int | str | None
|
|
1703
|
-
:type undo: bool | None
|
|
1704
1525
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1705
|
-
:type NODE_OT_links_detach: links_detach | None
|
|
1706
1526
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
1707
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
1708
1527
|
"""
|
|
1709
1528
|
|
|
1710
1529
|
def mute_toggle(
|
|
@@ -1712,25 +1531,18 @@ def mute_toggle(
|
|
|
1712
1531
|
undo: bool | None = None,
|
|
1713
1532
|
/,
|
|
1714
1533
|
) -> None:
|
|
1715
|
-
"""Toggle muting of selected nodes
|
|
1716
|
-
|
|
1717
|
-
:type execution_context: int | str | None
|
|
1718
|
-
:type undo: bool | None
|
|
1719
|
-
"""
|
|
1534
|
+
"""Toggle muting of selected nodes"""
|
|
1720
1535
|
|
|
1721
1536
|
def new_compositing_node_group(
|
|
1722
1537
|
execution_context: int | str | None = None,
|
|
1723
1538
|
undo: bool | None = None,
|
|
1724
1539
|
/,
|
|
1725
1540
|
*,
|
|
1726
|
-
name: str = "
|
|
1541
|
+
name: str = "",
|
|
1727
1542
|
) -> None:
|
|
1728
1543
|
"""Create a new compositing node group and initialize it with default nodes
|
|
1729
1544
|
|
|
1730
|
-
:type execution_context: int | str | None
|
|
1731
|
-
:type undo: bool | None
|
|
1732
1545
|
:param name: Name
|
|
1733
|
-
:type name: str
|
|
1734
1546
|
"""
|
|
1735
1547
|
|
|
1736
1548
|
def new_compositor_sequencer_node_group(
|
|
@@ -1742,10 +1554,7 @@ def new_compositor_sequencer_node_group(
|
|
|
1742
1554
|
) -> None:
|
|
1743
1555
|
"""Create a new compositor node group for sequencer
|
|
1744
1556
|
|
|
1745
|
-
:type execution_context: int | str | None
|
|
1746
|
-
:type undo: bool | None
|
|
1747
1557
|
:param name: Name
|
|
1748
|
-
:type name: str
|
|
1749
1558
|
"""
|
|
1750
1559
|
|
|
1751
1560
|
def new_geometry_node_group_assign(
|
|
@@ -1753,33 +1562,21 @@ def new_geometry_node_group_assign(
|
|
|
1753
1562
|
undo: bool | None = None,
|
|
1754
1563
|
/,
|
|
1755
1564
|
) -> None:
|
|
1756
|
-
"""Create a new geometry node group and assign it to the active modifier
|
|
1757
|
-
|
|
1758
|
-
:type execution_context: int | str | None
|
|
1759
|
-
:type undo: bool | None
|
|
1760
|
-
"""
|
|
1565
|
+
"""Create a new geometry node group and assign it to the active modifier"""
|
|
1761
1566
|
|
|
1762
1567
|
def new_geometry_node_group_tool(
|
|
1763
1568
|
execution_context: int | str | None = None,
|
|
1764
1569
|
undo: bool | None = None,
|
|
1765
1570
|
/,
|
|
1766
1571
|
) -> None:
|
|
1767
|
-
"""Create a new geometry node group for a tool
|
|
1768
|
-
|
|
1769
|
-
:type execution_context: int | str | None
|
|
1770
|
-
:type undo: bool | None
|
|
1771
|
-
"""
|
|
1572
|
+
"""Create a new geometry node group for a tool"""
|
|
1772
1573
|
|
|
1773
1574
|
def new_geometry_nodes_modifier(
|
|
1774
1575
|
execution_context: int | str | None = None,
|
|
1775
1576
|
undo: bool | None = None,
|
|
1776
1577
|
/,
|
|
1777
1578
|
) -> None:
|
|
1778
|
-
"""Create a new modifier with a new geometry node group
|
|
1779
|
-
|
|
1780
|
-
:type execution_context: int | str | None
|
|
1781
|
-
:type undo: bool | None
|
|
1782
|
-
"""
|
|
1579
|
+
"""Create a new modifier with a new geometry node group"""
|
|
1783
1580
|
|
|
1784
1581
|
def new_node_tree(
|
|
1785
1582
|
execution_context: int | str | None = None,
|
|
@@ -1791,12 +1588,8 @@ def new_node_tree(
|
|
|
1791
1588
|
) -> None:
|
|
1792
1589
|
"""Create a new node tree
|
|
1793
1590
|
|
|
1794
|
-
:type execution_context: int | str | None
|
|
1795
|
-
:type undo: bool | None
|
|
1796
1591
|
:param type: Tree Type
|
|
1797
|
-
:type type: str | None
|
|
1798
1592
|
:param name: Name
|
|
1799
|
-
:type name: str
|
|
1800
1593
|
"""
|
|
1801
1594
|
|
|
1802
1595
|
def node_color_preset_add(
|
|
@@ -1810,14 +1603,9 @@ def node_color_preset_add(
|
|
|
1810
1603
|
) -> None:
|
|
1811
1604
|
"""Add or remove a Node Color Preset
|
|
1812
1605
|
|
|
1813
|
-
:type execution_context: int | str | None
|
|
1814
|
-
:type undo: bool | None
|
|
1815
1606
|
:param name: Name, Name of the preset, used to make the path name
|
|
1816
|
-
:type name: str
|
|
1817
1607
|
:param remove_name: remove_name
|
|
1818
|
-
:type remove_name: bool | None
|
|
1819
1608
|
:param remove_active: remove_active
|
|
1820
|
-
:type remove_active: bool | None
|
|
1821
1609
|
"""
|
|
1822
1610
|
|
|
1823
1611
|
def node_copy_color(
|
|
@@ -1825,76 +1613,53 @@ def node_copy_color(
|
|
|
1825
1613
|
undo: bool | None = None,
|
|
1826
1614
|
/,
|
|
1827
1615
|
) -> None:
|
|
1828
|
-
"""Copy color to all selected nodes
|
|
1829
|
-
|
|
1830
|
-
:type execution_context: int | str | None
|
|
1831
|
-
:type undo: bool | None
|
|
1832
|
-
"""
|
|
1616
|
+
"""Copy color to all selected nodes"""
|
|
1833
1617
|
|
|
1834
1618
|
def options_toggle(
|
|
1835
1619
|
execution_context: int | str | None = None,
|
|
1836
1620
|
undo: bool | None = None,
|
|
1837
1621
|
/,
|
|
1838
1622
|
) -> None:
|
|
1839
|
-
"""Toggle option buttons display for selected nodes
|
|
1840
|
-
|
|
1841
|
-
:type execution_context: int | str | None
|
|
1842
|
-
:type undo: bool | None
|
|
1843
|
-
"""
|
|
1623
|
+
"""Toggle option buttons display for selected nodes"""
|
|
1844
1624
|
|
|
1845
1625
|
def parent_set(
|
|
1846
1626
|
execution_context: int | str | None = None,
|
|
1847
1627
|
undo: bool | None = None,
|
|
1848
1628
|
/,
|
|
1849
1629
|
) -> None:
|
|
1850
|
-
"""Attach selected nodes
|
|
1851
|
-
|
|
1852
|
-
:type execution_context: int | str | None
|
|
1853
|
-
:type undo: bool | None
|
|
1854
|
-
"""
|
|
1630
|
+
"""Attach selected nodes"""
|
|
1855
1631
|
|
|
1856
1632
|
def preview_toggle(
|
|
1857
1633
|
execution_context: int | str | None = None,
|
|
1858
1634
|
undo: bool | None = None,
|
|
1859
1635
|
/,
|
|
1860
1636
|
) -> None:
|
|
1861
|
-
"""Toggle preview display for selected nodes
|
|
1862
|
-
|
|
1863
|
-
:type execution_context: int | str | None
|
|
1864
|
-
:type undo: bool | None
|
|
1865
|
-
"""
|
|
1637
|
+
"""Toggle preview display for selected nodes"""
|
|
1866
1638
|
|
|
1867
1639
|
def read_viewlayers(
|
|
1868
1640
|
execution_context: int | str | None = None,
|
|
1869
1641
|
undo: bool | None = None,
|
|
1870
1642
|
/,
|
|
1871
1643
|
) -> None:
|
|
1872
|
-
"""Read all render layers of all used scenes
|
|
1873
|
-
|
|
1874
|
-
:type execution_context: int | str | None
|
|
1875
|
-
:type undo: bool | None
|
|
1876
|
-
"""
|
|
1644
|
+
"""Read all render layers of all used scenes"""
|
|
1877
1645
|
|
|
1878
1646
|
def render_changed(
|
|
1879
1647
|
execution_context: int | str | None = None,
|
|
1880
1648
|
undo: bool | None = None,
|
|
1881
1649
|
/,
|
|
1882
1650
|
) -> None:
|
|
1883
|
-
"""Render current scene, when input nodes layer has been changed
|
|
1884
|
-
|
|
1885
|
-
:type execution_context: int | str | None
|
|
1886
|
-
:type undo: bool | None
|
|
1887
|
-
"""
|
|
1651
|
+
"""Render current scene, when input nodes layer has been changed"""
|
|
1888
1652
|
|
|
1889
1653
|
def repeat_zone_item_add(
|
|
1890
1654
|
execution_context: int | str | None = None,
|
|
1891
1655
|
undo: bool | None = None,
|
|
1892
1656
|
/,
|
|
1657
|
+
*,
|
|
1658
|
+
node_identifier: int | None = 0,
|
|
1893
1659
|
) -> None:
|
|
1894
1660
|
"""Add item below active item
|
|
1895
1661
|
|
|
1896
|
-
:
|
|
1897
|
-
:type undo: bool | None
|
|
1662
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1898
1663
|
"""
|
|
1899
1664
|
|
|
1900
1665
|
def repeat_zone_item_move(
|
|
@@ -1903,24 +1668,24 @@ def repeat_zone_item_move(
|
|
|
1903
1668
|
/,
|
|
1904
1669
|
*,
|
|
1905
1670
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1671
|
+
node_identifier: int | None = 0,
|
|
1906
1672
|
) -> None:
|
|
1907
1673
|
"""Move active item
|
|
1908
1674
|
|
|
1909
|
-
:type execution_context: int | str | None
|
|
1910
|
-
:type undo: bool | None
|
|
1911
1675
|
:param direction: Direction, Move direction
|
|
1912
|
-
:
|
|
1676
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1913
1677
|
"""
|
|
1914
1678
|
|
|
1915
1679
|
def repeat_zone_item_remove(
|
|
1916
1680
|
execution_context: int | str | None = None,
|
|
1917
1681
|
undo: bool | None = None,
|
|
1918
1682
|
/,
|
|
1683
|
+
*,
|
|
1684
|
+
node_identifier: int | None = 0,
|
|
1919
1685
|
) -> None:
|
|
1920
1686
|
"""Remove active item
|
|
1921
1687
|
|
|
1922
|
-
:
|
|
1923
|
-
:type undo: bool | None
|
|
1688
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1924
1689
|
"""
|
|
1925
1690
|
|
|
1926
1691
|
def resize(
|
|
@@ -1928,11 +1693,7 @@ def resize(
|
|
|
1928
1693
|
undo: bool | None = None,
|
|
1929
1694
|
/,
|
|
1930
1695
|
) -> None:
|
|
1931
|
-
"""Resize a node
|
|
1932
|
-
|
|
1933
|
-
:type execution_context: int | str | None
|
|
1934
|
-
:type undo: bool | None
|
|
1935
|
-
"""
|
|
1696
|
+
"""Resize a node"""
|
|
1936
1697
|
|
|
1937
1698
|
def select(
|
|
1938
1699
|
execution_context: int | str | None = None,
|
|
@@ -1950,24 +1711,14 @@ def select(
|
|
|
1950
1711
|
) -> None:
|
|
1951
1712
|
"""Select the node under the cursor
|
|
1952
1713
|
|
|
1953
|
-
:type execution_context: int | str | None
|
|
1954
|
-
:type undo: bool | None
|
|
1955
1714
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1956
|
-
:type extend: bool | None
|
|
1957
1715
|
:param deselect: Deselect, Remove from selection
|
|
1958
|
-
:type deselect: bool | None
|
|
1959
1716
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1960
|
-
:type toggle: bool | None
|
|
1961
1717
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1962
|
-
:type deselect_all: bool | None
|
|
1963
1718
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1964
|
-
:type select_passthrough: bool | None
|
|
1965
1719
|
:param location: Location, Mouse location
|
|
1966
|
-
:type location: collections.abc.Iterable[int] | None
|
|
1967
1720
|
:param socket_select: Socket Select
|
|
1968
|
-
:type socket_select: bool | None
|
|
1969
1721
|
:param clear_viewer: Clear Viewer, Deactivate geometry nodes viewer when clicking in empty space
|
|
1970
|
-
:type clear_viewer: bool | None
|
|
1971
1722
|
"""
|
|
1972
1723
|
|
|
1973
1724
|
def select_all(
|
|
@@ -1979,8 +1730,6 @@ def select_all(
|
|
|
1979
1730
|
) -> None:
|
|
1980
1731
|
"""(De)select all nodes
|
|
1981
1732
|
|
|
1982
|
-
:type execution_context: int | str | None
|
|
1983
|
-
:type undo: bool | None
|
|
1984
1733
|
:param action: Action, Selection action to execute
|
|
1985
1734
|
|
|
1986
1735
|
TOGGLE
|
|
@@ -1994,7 +1743,6 @@ def select_all(
|
|
|
1994
1743
|
|
|
1995
1744
|
INVERT
|
|
1996
1745
|
Invert -- Invert selection of all elements.
|
|
1997
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
1998
1746
|
"""
|
|
1999
1747
|
|
|
2000
1748
|
def select_box(
|
|
@@ -2012,20 +1760,12 @@ def select_box(
|
|
|
2012
1760
|
) -> None:
|
|
2013
1761
|
"""Use box selection to select nodes
|
|
2014
1762
|
|
|
2015
|
-
:type execution_context: int | str | None
|
|
2016
|
-
:type undo: bool | None
|
|
2017
1763
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
2018
|
-
:type tweak: bool | None
|
|
2019
1764
|
:param xmin: X Min
|
|
2020
|
-
:type xmin: int | None
|
|
2021
1765
|
:param xmax: X Max
|
|
2022
|
-
:type xmax: int | None
|
|
2023
1766
|
:param ymin: Y Min
|
|
2024
|
-
:type ymin: int | None
|
|
2025
1767
|
:param ymax: Y Max
|
|
2026
|
-
:type ymax: int | None
|
|
2027
1768
|
:param wait_for_input: Wait for Input
|
|
2028
|
-
:type wait_for_input: bool | None
|
|
2029
1769
|
:param mode: Mode
|
|
2030
1770
|
|
|
2031
1771
|
SET
|
|
@@ -2036,7 +1776,6 @@ def select_box(
|
|
|
2036
1776
|
|
|
2037
1777
|
SUB
|
|
2038
1778
|
Subtract -- Subtract existing selection.
|
|
2039
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
2040
1779
|
"""
|
|
2041
1780
|
|
|
2042
1781
|
def select_circle(
|
|
@@ -2052,16 +1791,10 @@ def select_circle(
|
|
|
2052
1791
|
) -> None:
|
|
2053
1792
|
"""Use circle selection to select nodes
|
|
2054
1793
|
|
|
2055
|
-
:type execution_context: int | str | None
|
|
2056
|
-
:type undo: bool | None
|
|
2057
1794
|
:param x: X
|
|
2058
|
-
:type x: int | None
|
|
2059
1795
|
:param y: Y
|
|
2060
|
-
:type y: int | None
|
|
2061
1796
|
:param radius: Radius
|
|
2062
|
-
:type radius: int | None
|
|
2063
1797
|
:param wait_for_input: Wait for Input
|
|
2064
|
-
:type wait_for_input: bool | None
|
|
2065
1798
|
:param mode: Mode
|
|
2066
1799
|
|
|
2067
1800
|
SET
|
|
@@ -2072,7 +1805,6 @@ def select_circle(
|
|
|
2072
1805
|
|
|
2073
1806
|
SUB
|
|
2074
1807
|
Subtract -- Subtract existing selection.
|
|
2075
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
2076
1808
|
"""
|
|
2077
1809
|
|
|
2078
1810
|
def select_grouped(
|
|
@@ -2085,12 +1817,8 @@ def select_grouped(
|
|
|
2085
1817
|
) -> None:
|
|
2086
1818
|
"""Select nodes with similar properties
|
|
2087
1819
|
|
|
2088
|
-
:type execution_context: int | str | None
|
|
2089
|
-
:type undo: bool | None
|
|
2090
1820
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
2091
|
-
:type extend: bool | None
|
|
2092
1821
|
:param type: Type
|
|
2093
|
-
:type type: typing.Literal['TYPE','COLOR','PREFIX','SUFFIX'] | None
|
|
2094
1822
|
"""
|
|
2095
1823
|
|
|
2096
1824
|
def select_lasso(
|
|
@@ -2107,18 +1835,11 @@ def select_lasso(
|
|
|
2107
1835
|
) -> None:
|
|
2108
1836
|
"""Select nodes using lasso selection
|
|
2109
1837
|
|
|
2110
|
-
:type execution_context: int | str | None
|
|
2111
|
-
:type undo: bool | None
|
|
2112
1838
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
2113
|
-
:type tweak: bool | None
|
|
2114
1839
|
:param path: Path
|
|
2115
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
2116
1840
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
2117
|
-
:type use_smooth_stroke: bool | None
|
|
2118
1841
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
2119
|
-
:type smooth_stroke_factor: float | None
|
|
2120
1842
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
2121
|
-
:type smooth_stroke_radius: int | None
|
|
2122
1843
|
:param mode: Mode
|
|
2123
1844
|
|
|
2124
1845
|
SET
|
|
@@ -2129,7 +1850,6 @@ def select_lasso(
|
|
|
2129
1850
|
|
|
2130
1851
|
SUB
|
|
2131
1852
|
Subtract -- Subtract existing selection.
|
|
2132
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
2133
1853
|
"""
|
|
2134
1854
|
|
|
2135
1855
|
def select_link_viewer(
|
|
@@ -2142,12 +1862,8 @@ def select_link_viewer(
|
|
|
2142
1862
|
) -> None:
|
|
2143
1863
|
"""Select node and link it to a viewer node
|
|
2144
1864
|
|
|
2145
|
-
:type execution_context: int | str | None
|
|
2146
|
-
:type undo: bool | None
|
|
2147
1865
|
:param NODE_OT_select: Select, Select the node under the cursor
|
|
2148
|
-
:type NODE_OT_select: select | None
|
|
2149
1866
|
:param NODE_OT_link_viewer: Link to Viewer Node, Link to viewer node
|
|
2150
|
-
:type NODE_OT_link_viewer: link_viewer | None
|
|
2151
1867
|
"""
|
|
2152
1868
|
|
|
2153
1869
|
def select_linked_from(
|
|
@@ -2155,22 +1871,14 @@ def select_linked_from(
|
|
|
2155
1871
|
undo: bool | None = None,
|
|
2156
1872
|
/,
|
|
2157
1873
|
) -> None:
|
|
2158
|
-
"""Select nodes linked from the selected ones
|
|
2159
|
-
|
|
2160
|
-
:type execution_context: int | str | None
|
|
2161
|
-
:type undo: bool | None
|
|
2162
|
-
"""
|
|
1874
|
+
"""Select nodes linked from the selected ones"""
|
|
2163
1875
|
|
|
2164
1876
|
def select_linked_to(
|
|
2165
1877
|
execution_context: int | str | None = None,
|
|
2166
1878
|
undo: bool | None = None,
|
|
2167
1879
|
/,
|
|
2168
1880
|
) -> None:
|
|
2169
|
-
"""Select nodes linked to the selected ones
|
|
2170
|
-
|
|
2171
|
-
:type execution_context: int | str | None
|
|
2172
|
-
:type undo: bool | None
|
|
2173
|
-
"""
|
|
1881
|
+
"""Select nodes linked to the selected ones"""
|
|
2174
1882
|
|
|
2175
1883
|
def select_same_type_step(
|
|
2176
1884
|
execution_context: int | str | None = None,
|
|
@@ -2181,21 +1889,19 @@ def select_same_type_step(
|
|
|
2181
1889
|
) -> None:
|
|
2182
1890
|
"""Activate and view same node type, step by step
|
|
2183
1891
|
|
|
2184
|
-
:type execution_context: int | str | None
|
|
2185
|
-
:type undo: bool | None
|
|
2186
1892
|
:param prev: Previous
|
|
2187
|
-
:type prev: bool | None
|
|
2188
1893
|
"""
|
|
2189
1894
|
|
|
2190
1895
|
def separate_bundle_item_add(
|
|
2191
1896
|
execution_context: int | str | None = None,
|
|
2192
1897
|
undo: bool | None = None,
|
|
2193
1898
|
/,
|
|
1899
|
+
*,
|
|
1900
|
+
node_identifier: int | None = 0,
|
|
2194
1901
|
) -> None:
|
|
2195
1902
|
"""Add item below active item
|
|
2196
1903
|
|
|
2197
|
-
:
|
|
2198
|
-
:type undo: bool | None
|
|
1904
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2199
1905
|
"""
|
|
2200
1906
|
|
|
2201
1907
|
def separate_bundle_item_move(
|
|
@@ -2204,24 +1910,24 @@ def separate_bundle_item_move(
|
|
|
2204
1910
|
/,
|
|
2205
1911
|
*,
|
|
2206
1912
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1913
|
+
node_identifier: int | None = 0,
|
|
2207
1914
|
) -> None:
|
|
2208
1915
|
"""Move active item
|
|
2209
1916
|
|
|
2210
|
-
:type execution_context: int | str | None
|
|
2211
|
-
:type undo: bool | None
|
|
2212
1917
|
:param direction: Direction, Move direction
|
|
2213
|
-
:
|
|
1918
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2214
1919
|
"""
|
|
2215
1920
|
|
|
2216
1921
|
def separate_bundle_item_remove(
|
|
2217
1922
|
execution_context: int | str | None = None,
|
|
2218
1923
|
undo: bool | None = None,
|
|
2219
1924
|
/,
|
|
1925
|
+
*,
|
|
1926
|
+
node_identifier: int | None = 0,
|
|
2220
1927
|
) -> None:
|
|
2221
1928
|
"""Remove active item
|
|
2222
1929
|
|
|
2223
|
-
:
|
|
2224
|
-
:type undo: bool | None
|
|
1930
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2225
1931
|
"""
|
|
2226
1932
|
|
|
2227
1933
|
def shader_script_update(
|
|
@@ -2229,21 +1935,18 @@ def shader_script_update(
|
|
|
2229
1935
|
undo: bool | None = None,
|
|
2230
1936
|
/,
|
|
2231
1937
|
) -> None:
|
|
2232
|
-
"""Update shader script node with new sockets and options from the script
|
|
2233
|
-
|
|
2234
|
-
:type execution_context: int | str | None
|
|
2235
|
-
:type undo: bool | None
|
|
2236
|
-
"""
|
|
1938
|
+
"""Update shader script node with new sockets and options from the script"""
|
|
2237
1939
|
|
|
2238
1940
|
def simulation_zone_item_add(
|
|
2239
1941
|
execution_context: int | str | None = None,
|
|
2240
1942
|
undo: bool | None = None,
|
|
2241
1943
|
/,
|
|
1944
|
+
*,
|
|
1945
|
+
node_identifier: int | None = 0,
|
|
2242
1946
|
) -> None:
|
|
2243
1947
|
"""Add item below active item
|
|
2244
1948
|
|
|
2245
|
-
:
|
|
2246
|
-
:type undo: bool | None
|
|
1949
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2247
1950
|
"""
|
|
2248
1951
|
|
|
2249
1952
|
def simulation_zone_item_move(
|
|
@@ -2252,24 +1955,24 @@ def simulation_zone_item_move(
|
|
|
2252
1955
|
/,
|
|
2253
1956
|
*,
|
|
2254
1957
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1958
|
+
node_identifier: int | None = 0,
|
|
2255
1959
|
) -> None:
|
|
2256
1960
|
"""Move active item
|
|
2257
1961
|
|
|
2258
|
-
:type execution_context: int | str | None
|
|
2259
|
-
:type undo: bool | None
|
|
2260
1962
|
:param direction: Direction, Move direction
|
|
2261
|
-
:
|
|
1963
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2262
1964
|
"""
|
|
2263
1965
|
|
|
2264
1966
|
def simulation_zone_item_remove(
|
|
2265
1967
|
execution_context: int | str | None = None,
|
|
2266
1968
|
undo: bool | None = None,
|
|
2267
1969
|
/,
|
|
1970
|
+
*,
|
|
1971
|
+
node_identifier: int | None = 0,
|
|
2268
1972
|
) -> None:
|
|
2269
1973
|
"""Remove active item
|
|
2270
1974
|
|
|
2271
|
-
:
|
|
2272
|
-
:type undo: bool | None
|
|
1975
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2273
1976
|
"""
|
|
2274
1977
|
|
|
2275
1978
|
def sockets_sync(
|
|
@@ -2281,10 +1984,7 @@ def sockets_sync(
|
|
|
2281
1984
|
) -> None:
|
|
2282
1985
|
"""Update sockets to match what is actually used
|
|
2283
1986
|
|
|
2284
|
-
:type execution_context: int | str | None
|
|
2285
|
-
:type undo: bool | None
|
|
2286
1987
|
:param node_name: Node Name
|
|
2287
|
-
:type node_name: str
|
|
2288
1988
|
"""
|
|
2289
1989
|
|
|
2290
1990
|
def swap_empty_group(
|
|
@@ -2297,10 +1997,7 @@ def swap_empty_group(
|
|
|
2297
1997
|
) -> None:
|
|
2298
1998
|
"""Replace active node with an empty group
|
|
2299
1999
|
|
|
2300
|
-
:type execution_context: int | str | None
|
|
2301
|
-
:type undo: bool | None
|
|
2302
2000
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
2303
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
2304
2001
|
"""
|
|
2305
2002
|
|
|
2306
2003
|
def swap_group_asset(
|
|
@@ -2315,14 +2012,9 @@ def swap_group_asset(
|
|
|
2315
2012
|
) -> None:
|
|
2316
2013
|
"""Swap selected nodes with the specified node group asset
|
|
2317
2014
|
|
|
2318
|
-
:type execution_context: int | str | None
|
|
2319
|
-
:type undo: bool | None
|
|
2320
2015
|
:param asset_library_type: Asset Library Type
|
|
2321
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
2322
2016
|
:param asset_library_identifier: Asset Library Identifier
|
|
2323
|
-
:type asset_library_identifier: str
|
|
2324
2017
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
2325
|
-
:type relative_asset_identifier: str
|
|
2326
2018
|
"""
|
|
2327
2019
|
|
|
2328
2020
|
def swap_node(
|
|
@@ -2337,14 +2029,9 @@ def swap_node(
|
|
|
2337
2029
|
) -> None:
|
|
2338
2030
|
"""Replace the selected nodes with the specified type
|
|
2339
2031
|
|
|
2340
|
-
:type execution_context: int | str | None
|
|
2341
|
-
:type undo: bool | None
|
|
2342
2032
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
2343
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
2344
2033
|
:param type: Node Type, Node type
|
|
2345
|
-
:type type: str
|
|
2346
2034
|
:param visible_output: Output Name, If provided, all outputs that are named differently will be hidden
|
|
2347
|
-
:type visible_output: str
|
|
2348
2035
|
"""
|
|
2349
2036
|
|
|
2350
2037
|
def swap_zone(
|
|
@@ -2361,18 +2048,11 @@ def swap_zone(
|
|
|
2361
2048
|
) -> None:
|
|
2362
2049
|
"""Undocumented, consider contributing.
|
|
2363
2050
|
|
|
2364
|
-
:type execution_context: int | str | None
|
|
2365
|
-
:type undo: bool | None
|
|
2366
2051
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
2367
|
-
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] | None
|
|
2368
2052
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
2369
|
-
:
|
|
2370
|
-
:param
|
|
2371
|
-
:type input_node_type: str
|
|
2372
|
-
:param output_node_type: Output Node, Specifies the output node used the created zone
|
|
2373
|
-
:type output_node_type: str
|
|
2053
|
+
:param input_node_type: Input Node, Specifies the input node used by the created zone
|
|
2054
|
+
:param output_node_type: Output Node, Specifies the output node used by the created zone
|
|
2374
2055
|
:param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
|
|
2375
|
-
:type add_default_geometry_link: bool | None
|
|
2376
2056
|
"""
|
|
2377
2057
|
|
|
2378
2058
|
def test_inlining_shader_nodes(
|
|
@@ -2380,22 +2060,14 @@ def test_inlining_shader_nodes(
|
|
|
2380
2060
|
undo: bool | None = None,
|
|
2381
2061
|
/,
|
|
2382
2062
|
) -> None:
|
|
2383
|
-
"""Create a new inlined shader node tree as is consumed by renderers
|
|
2384
|
-
|
|
2385
|
-
:type execution_context: int | str | None
|
|
2386
|
-
:type undo: bool | None
|
|
2387
|
-
"""
|
|
2063
|
+
"""Create a new inlined shader node tree as is consumed by renderers"""
|
|
2388
2064
|
|
|
2389
2065
|
def toggle_viewer(
|
|
2390
2066
|
execution_context: int | str | None = None,
|
|
2391
2067
|
undo: bool | None = None,
|
|
2392
2068
|
/,
|
|
2393
2069
|
) -> None:
|
|
2394
|
-
"""Toggle selected viewer node in compositor and geometry nodes
|
|
2395
|
-
|
|
2396
|
-
:type execution_context: int | str | None
|
|
2397
|
-
:type undo: bool | None
|
|
2398
|
-
"""
|
|
2070
|
+
"""Toggle selected viewer node in compositor and geometry nodes"""
|
|
2399
2071
|
|
|
2400
2072
|
def translate_attach(
|
|
2401
2073
|
execution_context: int | str | None = None,
|
|
@@ -2407,12 +2079,8 @@ def translate_attach(
|
|
|
2407
2079
|
) -> None:
|
|
2408
2080
|
"""Move nodes and attach to frame
|
|
2409
2081
|
|
|
2410
|
-
:type execution_context: int | str | None
|
|
2411
|
-
:type undo: bool | None
|
|
2412
2082
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2413
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2414
2083
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
2415
|
-
:type NODE_OT_attach: attach | None
|
|
2416
2084
|
"""
|
|
2417
2085
|
|
|
2418
2086
|
def translate_attach_remove_on_cancel(
|
|
@@ -2425,12 +2093,8 @@ def translate_attach_remove_on_cancel(
|
|
|
2425
2093
|
) -> None:
|
|
2426
2094
|
"""Move nodes and attach to frame
|
|
2427
2095
|
|
|
2428
|
-
:type execution_context: int | str | None
|
|
2429
|
-
:type undo: bool | None
|
|
2430
2096
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2431
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2432
2097
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
2433
|
-
:type NODE_OT_attach: attach | None
|
|
2434
2098
|
"""
|
|
2435
2099
|
|
|
2436
2100
|
def tree_path_parent(
|
|
@@ -2442,10 +2106,7 @@ def tree_path_parent(
|
|
|
2442
2106
|
) -> None:
|
|
2443
2107
|
"""Go to parent node tree
|
|
2444
2108
|
|
|
2445
|
-
:type execution_context: int | str | None
|
|
2446
|
-
:type undo: bool | None
|
|
2447
2109
|
:param parent_tree_index: Parent Index, Parent index in context path
|
|
2448
|
-
:type parent_tree_index: int | None
|
|
2449
2110
|
"""
|
|
2450
2111
|
|
|
2451
2112
|
def view_all(
|
|
@@ -2453,22 +2114,14 @@ def view_all(
|
|
|
2453
2114
|
undo: bool | None = None,
|
|
2454
2115
|
/,
|
|
2455
2116
|
) -> None:
|
|
2456
|
-
"""Resize view so you can see all nodes
|
|
2457
|
-
|
|
2458
|
-
:type execution_context: int | str | None
|
|
2459
|
-
:type undo: bool | None
|
|
2460
|
-
"""
|
|
2117
|
+
"""Resize view so you can see all nodes"""
|
|
2461
2118
|
|
|
2462
2119
|
def view_selected(
|
|
2463
2120
|
execution_context: int | str | None = None,
|
|
2464
2121
|
undo: bool | None = None,
|
|
2465
2122
|
/,
|
|
2466
2123
|
) -> None:
|
|
2467
|
-
"""Resize view so you can see selected nodes
|
|
2468
|
-
|
|
2469
|
-
:type execution_context: int | str | None
|
|
2470
|
-
:type undo: bool | None
|
|
2471
|
-
"""
|
|
2124
|
+
"""Resize view so you can see selected nodes"""
|
|
2472
2125
|
|
|
2473
2126
|
def viewer_border(
|
|
2474
2127
|
execution_context: int | str | None = None,
|
|
@@ -2483,18 +2136,11 @@ def viewer_border(
|
|
|
2483
2136
|
) -> None:
|
|
2484
2137
|
"""Set the boundaries for viewer operations
|
|
2485
2138
|
|
|
2486
|
-
:type execution_context: int | str | None
|
|
2487
|
-
:type undo: bool | None
|
|
2488
2139
|
:param xmin: X Min
|
|
2489
|
-
:type xmin: int | None
|
|
2490
2140
|
:param xmax: X Max
|
|
2491
|
-
:type xmax: int | None
|
|
2492
2141
|
:param ymin: Y Min
|
|
2493
|
-
:type ymin: int | None
|
|
2494
2142
|
:param ymax: Y Max
|
|
2495
|
-
:type ymax: int | None
|
|
2496
2143
|
:param wait_for_input: Wait for Input
|
|
2497
|
-
:type wait_for_input: bool | None
|
|
2498
2144
|
"""
|
|
2499
2145
|
|
|
2500
2146
|
def viewer_shortcut_get(
|
|
@@ -2506,10 +2152,7 @@ def viewer_shortcut_get(
|
|
|
2506
2152
|
) -> None:
|
|
2507
2153
|
"""Toggle a specific viewer node using 1,2,..,9 keys
|
|
2508
2154
|
|
|
2509
|
-
:type execution_context: int | str | None
|
|
2510
|
-
:type undo: bool | None
|
|
2511
2155
|
:param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
|
|
2512
|
-
:type viewer_index: int | None
|
|
2513
2156
|
"""
|
|
2514
2157
|
|
|
2515
2158
|
def viewer_shortcut_set(
|
|
@@ -2521,8 +2164,5 @@ def viewer_shortcut_set(
|
|
|
2521
2164
|
) -> None:
|
|
2522
2165
|
"""Create a viewer shortcut for the selected node by pressing ctrl+1,2,..9
|
|
2523
2166
|
|
|
2524
|
-
:type execution_context: int | str | None
|
|
2525
|
-
:type undo: bool | None
|
|
2526
2167
|
:param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
|
|
2527
|
-
:type viewer_index: int | None
|
|
2528
2168
|
"""
|