fake-bpy-module 20250828__py3-none-any.whl → 20260118__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -13,32 +13,23 @@ 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,
|
|
24
20
|
undo: bool | None = None,
|
|
25
21
|
/,
|
|
26
22
|
*,
|
|
27
|
-
use_transform: bool | None = False,
|
|
28
23
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
29
24
|
| None = None,
|
|
25
|
+
use_transform: bool | None = False,
|
|
30
26
|
offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
|
|
31
27
|
) -> None:
|
|
32
28
|
"""Add a Closure zone
|
|
33
29
|
|
|
34
|
-
:type execution_context: int | str | None
|
|
35
|
-
:type undo: bool | None
|
|
36
|
-
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
37
|
-
:type use_transform: bool | None
|
|
38
30
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
39
|
-
:
|
|
31
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
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(
|
|
@@ -85,18 +67,14 @@ def add_empty_group(
|
|
|
85
67
|
undo: bool | None = None,
|
|
86
68
|
/,
|
|
87
69
|
*,
|
|
88
|
-
use_transform: bool | None = False,
|
|
89
70
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
90
71
|
| None = None,
|
|
72
|
+
use_transform: bool | None = False,
|
|
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
|
-
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
97
|
-
:type use_transform: bool | None
|
|
98
76
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
99
|
-
:
|
|
77
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
100
78
|
"""
|
|
101
79
|
|
|
102
80
|
def add_foreach_geometry_element_zone(
|
|
@@ -104,21 +82,16 @@ def add_foreach_geometry_element_zone(
|
|
|
104
82
|
undo: bool | None = None,
|
|
105
83
|
/,
|
|
106
84
|
*,
|
|
107
|
-
use_transform: bool | None = False,
|
|
108
85
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
109
86
|
| None = None,
|
|
87
|
+
use_transform: bool | None = False,
|
|
110
88
|
offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
|
|
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
|
-
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
117
|
-
:type use_transform: bool | None
|
|
118
92
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
119
|
-
:
|
|
93
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
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(
|
|
@@ -383,24 +299,18 @@ def add_node(
|
|
|
383
299
|
undo: bool | None = None,
|
|
384
300
|
/,
|
|
385
301
|
*,
|
|
386
|
-
use_transform: bool | None = False,
|
|
387
302
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
388
303
|
| None = None,
|
|
304
|
+
use_transform: bool | None = False,
|
|
389
305
|
type: str = "",
|
|
390
306
|
visible_output: str = "",
|
|
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
|
-
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
397
|
-
:type use_transform: bool | None
|
|
398
310
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
399
|
-
:
|
|
311
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
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(
|
|
@@ -426,21 +332,16 @@ def add_repeat_zone(
|
|
|
426
332
|
undo: bool | None = None,
|
|
427
333
|
/,
|
|
428
334
|
*,
|
|
429
|
-
use_transform: bool | None = False,
|
|
430
335
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
431
336
|
| None = None,
|
|
337
|
+
use_transform: bool | None = False,
|
|
432
338
|
offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
|
|
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
|
-
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
439
|
-
:type use_transform: bool | None
|
|
440
342
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
441
|
-
:
|
|
343
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
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(
|
|
@@ -466,66 +363,68 @@ def add_simulation_zone(
|
|
|
466
363
|
undo: bool | None = None,
|
|
467
364
|
/,
|
|
468
365
|
*,
|
|
469
|
-
use_transform: bool | None = False,
|
|
470
366
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
471
367
|
| None = None,
|
|
368
|
+
use_transform: bool | None = False,
|
|
472
369
|
offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
|
|
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
|
-
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
479
|
-
:type use_transform: bool | None
|
|
480
373
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
481
|
-
:
|
|
374
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
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
|
-
def
|
|
378
|
+
def add_zone(
|
|
487
379
|
execution_context: int | str | None = None,
|
|
488
380
|
undo: bool | None = None,
|
|
489
381
|
/,
|
|
382
|
+
*,
|
|
383
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
384
|
+
| None = None,
|
|
385
|
+
use_transform: bool | None = False,
|
|
386
|
+
offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
|
|
387
|
+
input_node_type: str = "",
|
|
388
|
+
output_node_type: str = "",
|
|
389
|
+
add_default_geometry_link: bool | None = False,
|
|
490
390
|
) -> None:
|
|
491
|
-
"""
|
|
391
|
+
"""Undocumented, consider contributing.
|
|
492
392
|
|
|
493
|
-
:
|
|
494
|
-
:
|
|
393
|
+
:param settings: Settings, Settings to be applied on the newly created node
|
|
394
|
+
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
395
|
+
:param offset: Offset, Offset of nodes from the cursor when added
|
|
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
|
|
398
|
+
:param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
|
|
495
399
|
"""
|
|
496
400
|
|
|
497
|
-
def
|
|
401
|
+
def attach(
|
|
498
402
|
execution_context: int | str | None = None,
|
|
499
403
|
undo: bool | None = None,
|
|
500
404
|
/,
|
|
501
405
|
) -> None:
|
|
502
|
-
"""
|
|
406
|
+
"""Attach active node to a frame"""
|
|
503
407
|
|
|
504
|
-
|
|
505
|
-
:
|
|
506
|
-
|
|
408
|
+
def backimage_fit(
|
|
409
|
+
execution_context: int | str | None = None,
|
|
410
|
+
undo: bool | None = None,
|
|
411
|
+
/,
|
|
412
|
+
) -> None:
|
|
413
|
+
"""Fit the background image to the view"""
|
|
507
414
|
|
|
508
415
|
def backimage_move(
|
|
509
416
|
execution_context: int | str | None = None,
|
|
510
417
|
undo: bool | None = None,
|
|
511
418
|
/,
|
|
512
419
|
) -> None:
|
|
513
|
-
"""Move node backdrop
|
|
514
|
-
|
|
515
|
-
:type execution_context: int | str | None
|
|
516
|
-
:type undo: bool | None
|
|
517
|
-
"""
|
|
420
|
+
"""Move node backdrop"""
|
|
518
421
|
|
|
519
422
|
def backimage_sample(
|
|
520
423
|
execution_context: int | str | None = None,
|
|
521
424
|
undo: bool | None = None,
|
|
522
425
|
/,
|
|
523
426
|
) -> None:
|
|
524
|
-
"""Use mouse to sample background image
|
|
525
|
-
|
|
526
|
-
:type execution_context: int | str | None
|
|
527
|
-
:type undo: bool | None
|
|
528
|
-
"""
|
|
427
|
+
"""Use mouse to sample background image"""
|
|
529
428
|
|
|
530
429
|
def backimage_zoom(
|
|
531
430
|
execution_context: int | str | None = None,
|
|
@@ -536,21 +435,19 @@ def backimage_zoom(
|
|
|
536
435
|
) -> None:
|
|
537
436
|
"""Zoom in/out the background image
|
|
538
437
|
|
|
539
|
-
:type execution_context: int | str | None
|
|
540
|
-
:type undo: bool | None
|
|
541
438
|
:param factor: Factor
|
|
542
|
-
:type factor: float | None
|
|
543
439
|
"""
|
|
544
440
|
|
|
545
441
|
def bake_node_item_add(
|
|
546
442
|
execution_context: int | str | None = None,
|
|
547
443
|
undo: bool | None = None,
|
|
548
444
|
/,
|
|
445
|
+
*,
|
|
446
|
+
node_identifier: int | None = 0,
|
|
549
447
|
) -> None:
|
|
550
448
|
"""Add item below active item
|
|
551
449
|
|
|
552
|
-
:
|
|
553
|
-
:type undo: bool | None
|
|
450
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
554
451
|
"""
|
|
555
452
|
|
|
556
453
|
def bake_node_item_move(
|
|
@@ -559,35 +456,36 @@ def bake_node_item_move(
|
|
|
559
456
|
/,
|
|
560
457
|
*,
|
|
561
458
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
459
|
+
node_identifier: int | None = 0,
|
|
562
460
|
) -> None:
|
|
563
461
|
"""Move active item
|
|
564
462
|
|
|
565
|
-
:type execution_context: int | str | None
|
|
566
|
-
:type undo: bool | None
|
|
567
463
|
:param direction: Direction, Move direction
|
|
568
|
-
:
|
|
464
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
569
465
|
"""
|
|
570
466
|
|
|
571
467
|
def bake_node_item_remove(
|
|
572
468
|
execution_context: int | str | None = None,
|
|
573
469
|
undo: bool | None = None,
|
|
574
470
|
/,
|
|
471
|
+
*,
|
|
472
|
+
node_identifier: int | None = 0,
|
|
575
473
|
) -> None:
|
|
576
474
|
"""Remove active item
|
|
577
475
|
|
|
578
|
-
:
|
|
579
|
-
:type undo: bool | None
|
|
476
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
580
477
|
"""
|
|
581
478
|
|
|
582
479
|
def capture_attribute_item_add(
|
|
583
480
|
execution_context: int | str | None = None,
|
|
584
481
|
undo: bool | None = None,
|
|
585
482
|
/,
|
|
483
|
+
*,
|
|
484
|
+
node_identifier: int | None = 0,
|
|
586
485
|
) -> None:
|
|
587
486
|
"""Add item below active item
|
|
588
487
|
|
|
589
|
-
:
|
|
590
|
-
:type undo: bool | None
|
|
488
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
591
489
|
"""
|
|
592
490
|
|
|
593
491
|
def capture_attribute_item_move(
|
|
@@ -596,24 +494,24 @@ def capture_attribute_item_move(
|
|
|
596
494
|
/,
|
|
597
495
|
*,
|
|
598
496
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
497
|
+
node_identifier: int | None = 0,
|
|
599
498
|
) -> None:
|
|
600
499
|
"""Move active item
|
|
601
500
|
|
|
602
|
-
:type execution_context: int | str | None
|
|
603
|
-
:type undo: bool | None
|
|
604
501
|
:param direction: Direction, Move direction
|
|
605
|
-
:
|
|
502
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
606
503
|
"""
|
|
607
504
|
|
|
608
505
|
def capture_attribute_item_remove(
|
|
609
506
|
execution_context: int | str | None = None,
|
|
610
507
|
undo: bool | None = None,
|
|
611
508
|
/,
|
|
509
|
+
*,
|
|
510
|
+
node_identifier: int | None = 0,
|
|
612
511
|
) -> None:
|
|
613
512
|
"""Remove active item
|
|
614
513
|
|
|
615
|
-
:
|
|
616
|
-
:type undo: bool | None
|
|
514
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
617
515
|
"""
|
|
618
516
|
|
|
619
517
|
def clear_viewer_border(
|
|
@@ -621,22 +519,14 @@ def clear_viewer_border(
|
|
|
621
519
|
undo: bool | None = None,
|
|
622
520
|
/,
|
|
623
521
|
) -> None:
|
|
624
|
-
"""Clear the boundaries for viewer operations
|
|
625
|
-
|
|
626
|
-
:type execution_context: int | str | None
|
|
627
|
-
:type undo: bool | None
|
|
628
|
-
"""
|
|
522
|
+
"""Clear the boundaries for viewer operations"""
|
|
629
523
|
|
|
630
524
|
def clipboard_copy(
|
|
631
525
|
execution_context: int | str | None = None,
|
|
632
526
|
undo: bool | None = None,
|
|
633
527
|
/,
|
|
634
528
|
) -> None:
|
|
635
|
-
"""Copy the selected nodes to the internal clipboard
|
|
636
|
-
|
|
637
|
-
:type execution_context: int | str | None
|
|
638
|
-
:type undo: bool | None
|
|
639
|
-
"""
|
|
529
|
+
"""Copy the selected nodes to the internal clipboard"""
|
|
640
530
|
|
|
641
531
|
def clipboard_paste(
|
|
642
532
|
execution_context: int | str | None = None,
|
|
@@ -647,21 +537,19 @@ def clipboard_paste(
|
|
|
647
537
|
) -> None:
|
|
648
538
|
"""Paste nodes from the internal clipboard to the active node tree
|
|
649
539
|
|
|
650
|
-
:type execution_context: int | str | None
|
|
651
|
-
:type undo: bool | None
|
|
652
540
|
:param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
|
|
653
|
-
:type offset: collections.abc.Iterable[float] | None
|
|
654
541
|
"""
|
|
655
542
|
|
|
656
543
|
def closure_input_item_add(
|
|
657
544
|
execution_context: int | str | None = None,
|
|
658
545
|
undo: bool | None = None,
|
|
659
546
|
/,
|
|
547
|
+
*,
|
|
548
|
+
node_identifier: int | None = 0,
|
|
660
549
|
) -> None:
|
|
661
550
|
"""Add item below active item
|
|
662
551
|
|
|
663
|
-
:
|
|
664
|
-
:type undo: bool | None
|
|
552
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
665
553
|
"""
|
|
666
554
|
|
|
667
555
|
def closure_input_item_move(
|
|
@@ -670,35 +558,36 @@ def closure_input_item_move(
|
|
|
670
558
|
/,
|
|
671
559
|
*,
|
|
672
560
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
561
|
+
node_identifier: int | None = 0,
|
|
673
562
|
) -> None:
|
|
674
563
|
"""Move active item
|
|
675
564
|
|
|
676
|
-
:type execution_context: int | str | None
|
|
677
|
-
:type undo: bool | None
|
|
678
565
|
:param direction: Direction, Move direction
|
|
679
|
-
:
|
|
566
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
680
567
|
"""
|
|
681
568
|
|
|
682
569
|
def closure_input_item_remove(
|
|
683
570
|
execution_context: int | str | None = None,
|
|
684
571
|
undo: bool | None = None,
|
|
685
572
|
/,
|
|
573
|
+
*,
|
|
574
|
+
node_identifier: int | None = 0,
|
|
686
575
|
) -> None:
|
|
687
576
|
"""Remove active item
|
|
688
577
|
|
|
689
|
-
:
|
|
690
|
-
:type undo: bool | None
|
|
578
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
691
579
|
"""
|
|
692
580
|
|
|
693
581
|
def closure_output_item_add(
|
|
694
582
|
execution_context: int | str | None = None,
|
|
695
583
|
undo: bool | None = None,
|
|
696
584
|
/,
|
|
585
|
+
*,
|
|
586
|
+
node_identifier: int | None = 0,
|
|
697
587
|
) -> None:
|
|
698
588
|
"""Add item below active item
|
|
699
589
|
|
|
700
|
-
:
|
|
701
|
-
:type undo: bool | None
|
|
590
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
702
591
|
"""
|
|
703
592
|
|
|
704
593
|
def closure_output_item_move(
|
|
@@ -707,24 +596,24 @@ def closure_output_item_move(
|
|
|
707
596
|
/,
|
|
708
597
|
*,
|
|
709
598
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
599
|
+
node_identifier: int | None = 0,
|
|
710
600
|
) -> None:
|
|
711
601
|
"""Move active item
|
|
712
602
|
|
|
713
|
-
:type execution_context: int | str | None
|
|
714
|
-
:type undo: bool | None
|
|
715
603
|
:param direction: Direction, Move direction
|
|
716
|
-
:
|
|
604
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
717
605
|
"""
|
|
718
606
|
|
|
719
607
|
def closure_output_item_remove(
|
|
720
608
|
execution_context: int | str | None = None,
|
|
721
609
|
undo: bool | None = None,
|
|
722
610
|
/,
|
|
611
|
+
*,
|
|
612
|
+
node_identifier: int | None = 0,
|
|
723
613
|
) -> None:
|
|
724
614
|
"""Remove active item
|
|
725
615
|
|
|
726
|
-
:
|
|
727
|
-
:type undo: bool | None
|
|
616
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
728
617
|
"""
|
|
729
618
|
|
|
730
619
|
def collapse_hide_unused_toggle(
|
|
@@ -732,21 +621,18 @@ def collapse_hide_unused_toggle(
|
|
|
732
621
|
undo: bool | None = None,
|
|
733
622
|
/,
|
|
734
623
|
) -> None:
|
|
735
|
-
"""Toggle collapsed nodes and hide unused sockets
|
|
736
|
-
|
|
737
|
-
:type execution_context: int | str | None
|
|
738
|
-
:type undo: bool | None
|
|
739
|
-
"""
|
|
624
|
+
"""Toggle collapsed nodes and hide unused sockets"""
|
|
740
625
|
|
|
741
626
|
def combine_bundle_item_add(
|
|
742
627
|
execution_context: int | str | None = None,
|
|
743
628
|
undo: bool | None = None,
|
|
744
629
|
/,
|
|
630
|
+
*,
|
|
631
|
+
node_identifier: int | None = 0,
|
|
745
632
|
) -> None:
|
|
746
633
|
"""Add item below active item
|
|
747
634
|
|
|
748
|
-
:
|
|
749
|
-
:type undo: bool | None
|
|
635
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
750
636
|
"""
|
|
751
637
|
|
|
752
638
|
def combine_bundle_item_move(
|
|
@@ -755,24 +641,24 @@ def combine_bundle_item_move(
|
|
|
755
641
|
/,
|
|
756
642
|
*,
|
|
757
643
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
644
|
+
node_identifier: int | None = 0,
|
|
758
645
|
) -> None:
|
|
759
646
|
"""Move active item
|
|
760
647
|
|
|
761
|
-
:type execution_context: int | str | None
|
|
762
|
-
:type undo: bool | None
|
|
763
648
|
:param direction: Direction, Move direction
|
|
764
|
-
:
|
|
649
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
765
650
|
"""
|
|
766
651
|
|
|
767
652
|
def combine_bundle_item_remove(
|
|
768
653
|
execution_context: int | str | None = None,
|
|
769
654
|
undo: bool | None = None,
|
|
770
655
|
/,
|
|
656
|
+
*,
|
|
657
|
+
node_identifier: int | None = 0,
|
|
771
658
|
) -> None:
|
|
772
659
|
"""Remove active item
|
|
773
660
|
|
|
774
|
-
:
|
|
775
|
-
:type undo: bool | None
|
|
661
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
776
662
|
"""
|
|
777
663
|
|
|
778
664
|
def connect_to_output(
|
|
@@ -784,10 +670,7 @@ def connect_to_output(
|
|
|
784
670
|
) -> None:
|
|
785
671
|
"""Connect active node to the active output node of the node tree
|
|
786
672
|
|
|
787
|
-
:type execution_context: int | str | None
|
|
788
|
-
:type undo: bool | None
|
|
789
673
|
:param run_in_geometry_nodes: Run in Geometry Nodes Editor
|
|
790
|
-
:type run_in_geometry_nodes: bool | None
|
|
791
674
|
"""
|
|
792
675
|
|
|
793
676
|
def cryptomatte_layer_add(
|
|
@@ -795,77 +678,49 @@ def cryptomatte_layer_add(
|
|
|
795
678
|
undo: bool | None = None,
|
|
796
679
|
/,
|
|
797
680
|
) -> None:
|
|
798
|
-
"""Add a new input layer to a Cryptomatte node
|
|
799
|
-
|
|
800
|
-
:type execution_context: int | str | None
|
|
801
|
-
:type undo: bool | None
|
|
802
|
-
"""
|
|
681
|
+
"""Add a new input layer to a Cryptomatte node"""
|
|
803
682
|
|
|
804
683
|
def cryptomatte_layer_remove(
|
|
805
684
|
execution_context: int | str | None = None,
|
|
806
685
|
undo: bool | None = None,
|
|
807
686
|
/,
|
|
808
687
|
) -> None:
|
|
809
|
-
"""Remove layer from a Cryptomatte node
|
|
810
|
-
|
|
811
|
-
:type execution_context: int | str | None
|
|
812
|
-
:type undo: bool | None
|
|
813
|
-
"""
|
|
688
|
+
"""Remove layer from a Cryptomatte node"""
|
|
814
689
|
|
|
815
690
|
def deactivate_viewer(
|
|
816
691
|
execution_context: int | str | None = None,
|
|
817
692
|
undo: bool | None = None,
|
|
818
693
|
/,
|
|
819
694
|
) -> None:
|
|
820
|
-
"""Deactivate selected viewer node in geometry nodes
|
|
821
|
-
|
|
822
|
-
:type execution_context: int | str | None
|
|
823
|
-
:type undo: bool | None
|
|
824
|
-
"""
|
|
695
|
+
"""Deactivate selected viewer node in geometry nodes"""
|
|
825
696
|
|
|
826
697
|
def default_group_width_set(
|
|
827
698
|
execution_context: int | str | None = None,
|
|
828
699
|
undo: bool | None = None,
|
|
829
700
|
/,
|
|
830
701
|
) -> None:
|
|
831
|
-
"""Set the width based on the parent group node in the current context
|
|
832
|
-
|
|
833
|
-
:type execution_context: int | str | None
|
|
834
|
-
:type undo: bool | None
|
|
835
|
-
"""
|
|
702
|
+
"""Set the width based on the parent group node in the current context"""
|
|
836
703
|
|
|
837
704
|
def delete(
|
|
838
705
|
execution_context: int | str | None = None,
|
|
839
706
|
undo: bool | None = None,
|
|
840
707
|
/,
|
|
841
708
|
) -> None:
|
|
842
|
-
"""Remove selected nodes
|
|
843
|
-
|
|
844
|
-
:type execution_context: int | str | None
|
|
845
|
-
:type undo: bool | None
|
|
846
|
-
"""
|
|
709
|
+
"""Remove selected nodes"""
|
|
847
710
|
|
|
848
711
|
def delete_reconnect(
|
|
849
712
|
execution_context: int | str | None = None,
|
|
850
713
|
undo: bool | None = None,
|
|
851
714
|
/,
|
|
852
715
|
) -> None:
|
|
853
|
-
"""Remove nodes and reconnect nodes as if deletion was muted
|
|
854
|
-
|
|
855
|
-
:type execution_context: int | str | None
|
|
856
|
-
:type undo: bool | None
|
|
857
|
-
"""
|
|
716
|
+
"""Remove nodes and reconnect nodes as if deletion was muted"""
|
|
858
717
|
|
|
859
718
|
def detach(
|
|
860
719
|
execution_context: int | str | None = None,
|
|
861
720
|
undo: bool | None = None,
|
|
862
721
|
/,
|
|
863
722
|
) -> None:
|
|
864
|
-
"""Detach selected nodes from parents
|
|
865
|
-
|
|
866
|
-
:type execution_context: int | str | None
|
|
867
|
-
:type undo: bool | None
|
|
868
|
-
"""
|
|
723
|
+
"""Detach selected nodes from parents"""
|
|
869
724
|
|
|
870
725
|
def detach_translate_attach(
|
|
871
726
|
execution_context: int | str | None = None,
|
|
@@ -878,14 +733,9 @@ def detach_translate_attach(
|
|
|
878
733
|
) -> None:
|
|
879
734
|
"""Detach nodes, move and attach to frame
|
|
880
735
|
|
|
881
|
-
:type execution_context: int | str | None
|
|
882
|
-
:type undo: bool | None
|
|
883
736
|
:param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
|
|
884
|
-
:type NODE_OT_detach: detach | None
|
|
885
737
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
886
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
887
738
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
888
|
-
:type NODE_OT_attach: attach | None
|
|
889
739
|
"""
|
|
890
740
|
|
|
891
741
|
def duplicate(
|
|
@@ -898,14 +748,24 @@ def duplicate(
|
|
|
898
748
|
) -> None:
|
|
899
749
|
"""Duplicate selected nodes
|
|
900
750
|
|
|
901
|
-
:type execution_context: int | str | None
|
|
902
|
-
:type undo: bool | None
|
|
903
751
|
:param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
|
|
904
|
-
:type keep_inputs: bool | None
|
|
905
752
|
:param linked: Linked, Duplicate node but not node trees, linking to the original data
|
|
906
|
-
:type linked: bool | None
|
|
907
753
|
"""
|
|
908
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
|
+
|
|
909
769
|
def duplicate_move(
|
|
910
770
|
execution_context: int | str | None = None,
|
|
911
771
|
undo: bool | None = None,
|
|
@@ -916,12 +776,8 @@ def duplicate_move(
|
|
|
916
776
|
) -> None:
|
|
917
777
|
"""Duplicate selected nodes and move them
|
|
918
778
|
|
|
919
|
-
:type execution_context: int | str | None
|
|
920
|
-
:type undo: bool | None
|
|
921
779
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
922
|
-
:type NODE_OT_duplicate: duplicate | None
|
|
923
780
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
924
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
925
781
|
"""
|
|
926
782
|
|
|
927
783
|
def duplicate_move_keep_inputs(
|
|
@@ -934,12 +790,8 @@ def duplicate_move_keep_inputs(
|
|
|
934
790
|
) -> None:
|
|
935
791
|
"""Duplicate selected nodes keeping input links and move them
|
|
936
792
|
|
|
937
|
-
:type execution_context: int | str | None
|
|
938
|
-
:type undo: bool | None
|
|
939
793
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
940
|
-
:type NODE_OT_duplicate: duplicate | None
|
|
941
794
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
942
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
943
795
|
"""
|
|
944
796
|
|
|
945
797
|
def duplicate_move_linked(
|
|
@@ -952,23 +804,20 @@ def duplicate_move_linked(
|
|
|
952
804
|
) -> None:
|
|
953
805
|
"""Duplicate selected nodes, but not their node trees, and move them
|
|
954
806
|
|
|
955
|
-
:type execution_context: int | str | None
|
|
956
|
-
:type undo: bool | None
|
|
957
807
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
958
|
-
:type NODE_OT_duplicate: duplicate | None
|
|
959
808
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
960
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
961
809
|
"""
|
|
962
810
|
|
|
963
811
|
def enum_definition_item_add(
|
|
964
812
|
execution_context: int | str | None = None,
|
|
965
813
|
undo: bool | None = None,
|
|
966
814
|
/,
|
|
815
|
+
*,
|
|
816
|
+
node_identifier: int | None = 0,
|
|
967
817
|
) -> None:
|
|
968
818
|
"""Add item below active item
|
|
969
819
|
|
|
970
|
-
:
|
|
971
|
-
:type undo: bool | None
|
|
820
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
972
821
|
"""
|
|
973
822
|
|
|
974
823
|
def enum_definition_item_move(
|
|
@@ -977,35 +826,36 @@ def enum_definition_item_move(
|
|
|
977
826
|
/,
|
|
978
827
|
*,
|
|
979
828
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
829
|
+
node_identifier: int | None = 0,
|
|
980
830
|
) -> None:
|
|
981
831
|
"""Move active item
|
|
982
832
|
|
|
983
|
-
:type execution_context: int | str | None
|
|
984
|
-
:type undo: bool | None
|
|
985
833
|
:param direction: Direction, Move direction
|
|
986
|
-
:
|
|
834
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
987
835
|
"""
|
|
988
836
|
|
|
989
837
|
def enum_definition_item_remove(
|
|
990
838
|
execution_context: int | str | None = None,
|
|
991
839
|
undo: bool | None = None,
|
|
992
840
|
/,
|
|
841
|
+
*,
|
|
842
|
+
node_identifier: int | None = 0,
|
|
993
843
|
) -> None:
|
|
994
844
|
"""Remove active item
|
|
995
845
|
|
|
996
|
-
:
|
|
997
|
-
:type undo: bool | None
|
|
846
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
998
847
|
"""
|
|
999
848
|
|
|
1000
849
|
def evaluate_closure_input_item_add(
|
|
1001
850
|
execution_context: int | str | None = None,
|
|
1002
851
|
undo: bool | None = None,
|
|
1003
852
|
/,
|
|
853
|
+
*,
|
|
854
|
+
node_identifier: int | None = 0,
|
|
1004
855
|
) -> None:
|
|
1005
856
|
"""Add item below active item
|
|
1006
857
|
|
|
1007
|
-
:
|
|
1008
|
-
:type undo: bool | None
|
|
858
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1009
859
|
"""
|
|
1010
860
|
|
|
1011
861
|
def evaluate_closure_input_item_move(
|
|
@@ -1014,35 +864,36 @@ def evaluate_closure_input_item_move(
|
|
|
1014
864
|
/,
|
|
1015
865
|
*,
|
|
1016
866
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
867
|
+
node_identifier: int | None = 0,
|
|
1017
868
|
) -> None:
|
|
1018
869
|
"""Move active item
|
|
1019
870
|
|
|
1020
|
-
:type execution_context: int | str | None
|
|
1021
|
-
:type undo: bool | None
|
|
1022
871
|
:param direction: Direction, Move direction
|
|
1023
|
-
:
|
|
872
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1024
873
|
"""
|
|
1025
874
|
|
|
1026
875
|
def evaluate_closure_input_item_remove(
|
|
1027
876
|
execution_context: int | str | None = None,
|
|
1028
877
|
undo: bool | None = None,
|
|
1029
878
|
/,
|
|
879
|
+
*,
|
|
880
|
+
node_identifier: int | None = 0,
|
|
1030
881
|
) -> None:
|
|
1031
882
|
"""Remove active item
|
|
1032
883
|
|
|
1033
|
-
:
|
|
1034
|
-
:type undo: bool | None
|
|
884
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1035
885
|
"""
|
|
1036
886
|
|
|
1037
887
|
def evaluate_closure_output_item_add(
|
|
1038
888
|
execution_context: int | str | None = None,
|
|
1039
889
|
undo: bool | None = None,
|
|
1040
890
|
/,
|
|
891
|
+
*,
|
|
892
|
+
node_identifier: int | None = 0,
|
|
1041
893
|
) -> None:
|
|
1042
894
|
"""Add item below active item
|
|
1043
895
|
|
|
1044
|
-
:
|
|
1045
|
-
:type undo: bool | None
|
|
896
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1046
897
|
"""
|
|
1047
898
|
|
|
1048
899
|
def evaluate_closure_output_item_move(
|
|
@@ -1051,35 +902,74 @@ def evaluate_closure_output_item_move(
|
|
|
1051
902
|
/,
|
|
1052
903
|
*,
|
|
1053
904
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
905
|
+
node_identifier: int | None = 0,
|
|
1054
906
|
) -> None:
|
|
1055
907
|
"""Move active item
|
|
1056
908
|
|
|
1057
|
-
:type execution_context: int | str | None
|
|
1058
|
-
:type undo: bool | None
|
|
1059
909
|
:param direction: Direction, Move direction
|
|
1060
|
-
:
|
|
910
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1061
911
|
"""
|
|
1062
912
|
|
|
1063
913
|
def evaluate_closure_output_item_remove(
|
|
1064
914
|
execution_context: int | str | None = None,
|
|
1065
915
|
undo: bool | None = None,
|
|
1066
916
|
/,
|
|
917
|
+
*,
|
|
918
|
+
node_identifier: int | None = 0,
|
|
1067
919
|
) -> None:
|
|
1068
920
|
"""Remove active item
|
|
1069
921
|
|
|
1070
|
-
:
|
|
1071
|
-
|
|
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,
|
|
957
|
+
) -> None:
|
|
958
|
+
"""Remove active item
|
|
959
|
+
|
|
960
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1072
961
|
"""
|
|
1073
962
|
|
|
1074
963
|
def file_output_item_add(
|
|
1075
964
|
execution_context: int | str | None = None,
|
|
1076
965
|
undo: bool | None = None,
|
|
1077
966
|
/,
|
|
967
|
+
*,
|
|
968
|
+
node_identifier: int | None = 0,
|
|
1078
969
|
) -> None:
|
|
1079
970
|
"""Add item below active item
|
|
1080
971
|
|
|
1081
|
-
:
|
|
1082
|
-
:type undo: bool | None
|
|
972
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1083
973
|
"""
|
|
1084
974
|
|
|
1085
975
|
def file_output_item_move(
|
|
@@ -1088,24 +978,24 @@ def file_output_item_move(
|
|
|
1088
978
|
/,
|
|
1089
979
|
*,
|
|
1090
980
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
981
|
+
node_identifier: int | None = 0,
|
|
1091
982
|
) -> None:
|
|
1092
983
|
"""Move active item
|
|
1093
984
|
|
|
1094
|
-
:type execution_context: int | str | None
|
|
1095
|
-
:type undo: bool | None
|
|
1096
985
|
:param direction: Direction, Move direction
|
|
1097
|
-
:
|
|
986
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1098
987
|
"""
|
|
1099
988
|
|
|
1100
989
|
def file_output_item_remove(
|
|
1101
990
|
execution_context: int | str | None = None,
|
|
1102
991
|
undo: bool | None = None,
|
|
1103
992
|
/,
|
|
993
|
+
*,
|
|
994
|
+
node_identifier: int | None = 0,
|
|
1104
995
|
) -> None:
|
|
1105
996
|
"""Remove active item
|
|
1106
997
|
|
|
1107
|
-
:
|
|
1108
|
-
:type undo: bool | None
|
|
998
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1109
999
|
"""
|
|
1110
1000
|
|
|
1111
1001
|
def find_node(
|
|
@@ -1113,21 +1003,18 @@ def find_node(
|
|
|
1113
1003
|
undo: bool | None = None,
|
|
1114
1004
|
/,
|
|
1115
1005
|
) -> None:
|
|
1116
|
-
"""Search for a node by name and focus and select it
|
|
1117
|
-
|
|
1118
|
-
:type execution_context: int | str | None
|
|
1119
|
-
:type undo: bool | None
|
|
1120
|
-
"""
|
|
1006
|
+
"""Search for a node by name and focus and select it"""
|
|
1121
1007
|
|
|
1122
1008
|
def foreach_geometry_element_zone_generation_item_add(
|
|
1123
1009
|
execution_context: int | str | None = None,
|
|
1124
1010
|
undo: bool | None = None,
|
|
1125
1011
|
/,
|
|
1012
|
+
*,
|
|
1013
|
+
node_identifier: int | None = 0,
|
|
1126
1014
|
) -> None:
|
|
1127
1015
|
"""Add item below active item
|
|
1128
1016
|
|
|
1129
|
-
:
|
|
1130
|
-
:type undo: bool | None
|
|
1017
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1131
1018
|
"""
|
|
1132
1019
|
|
|
1133
1020
|
def foreach_geometry_element_zone_generation_item_move(
|
|
@@ -1136,35 +1023,36 @@ def foreach_geometry_element_zone_generation_item_move(
|
|
|
1136
1023
|
/,
|
|
1137
1024
|
*,
|
|
1138
1025
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1026
|
+
node_identifier: int | None = 0,
|
|
1139
1027
|
) -> None:
|
|
1140
1028
|
"""Move active item
|
|
1141
1029
|
|
|
1142
|
-
:type execution_context: int | str | None
|
|
1143
|
-
:type undo: bool | None
|
|
1144
1030
|
:param direction: Direction, Move direction
|
|
1145
|
-
:
|
|
1031
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1146
1032
|
"""
|
|
1147
1033
|
|
|
1148
1034
|
def foreach_geometry_element_zone_generation_item_remove(
|
|
1149
1035
|
execution_context: int | str | None = None,
|
|
1150
1036
|
undo: bool | None = None,
|
|
1151
1037
|
/,
|
|
1038
|
+
*,
|
|
1039
|
+
node_identifier: int | None = 0,
|
|
1152
1040
|
) -> None:
|
|
1153
1041
|
"""Remove active item
|
|
1154
1042
|
|
|
1155
|
-
:
|
|
1156
|
-
:type undo: bool | None
|
|
1043
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1157
1044
|
"""
|
|
1158
1045
|
|
|
1159
1046
|
def foreach_geometry_element_zone_input_item_add(
|
|
1160
1047
|
execution_context: int | str | None = None,
|
|
1161
1048
|
undo: bool | None = None,
|
|
1162
1049
|
/,
|
|
1050
|
+
*,
|
|
1051
|
+
node_identifier: int | None = 0,
|
|
1163
1052
|
) -> None:
|
|
1164
1053
|
"""Add item below active item
|
|
1165
1054
|
|
|
1166
|
-
:
|
|
1167
|
-
:type undo: bool | None
|
|
1055
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1168
1056
|
"""
|
|
1169
1057
|
|
|
1170
1058
|
def foreach_geometry_element_zone_input_item_move(
|
|
@@ -1173,35 +1061,36 @@ def foreach_geometry_element_zone_input_item_move(
|
|
|
1173
1061
|
/,
|
|
1174
1062
|
*,
|
|
1175
1063
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1064
|
+
node_identifier: int | None = 0,
|
|
1176
1065
|
) -> None:
|
|
1177
1066
|
"""Move active item
|
|
1178
1067
|
|
|
1179
|
-
:type execution_context: int | str | None
|
|
1180
|
-
:type undo: bool | None
|
|
1181
1068
|
:param direction: Direction, Move direction
|
|
1182
|
-
:
|
|
1069
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1183
1070
|
"""
|
|
1184
1071
|
|
|
1185
1072
|
def foreach_geometry_element_zone_input_item_remove(
|
|
1186
1073
|
execution_context: int | str | None = None,
|
|
1187
1074
|
undo: bool | None = None,
|
|
1188
1075
|
/,
|
|
1076
|
+
*,
|
|
1077
|
+
node_identifier: int | None = 0,
|
|
1189
1078
|
) -> None:
|
|
1190
1079
|
"""Remove active item
|
|
1191
1080
|
|
|
1192
|
-
:
|
|
1193
|
-
:type undo: bool | None
|
|
1081
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1194
1082
|
"""
|
|
1195
1083
|
|
|
1196
1084
|
def foreach_geometry_element_zone_main_item_add(
|
|
1197
1085
|
execution_context: int | str | None = None,
|
|
1198
1086
|
undo: bool | None = None,
|
|
1199
1087
|
/,
|
|
1088
|
+
*,
|
|
1089
|
+
node_identifier: int | None = 0,
|
|
1200
1090
|
) -> None:
|
|
1201
1091
|
"""Add item below active item
|
|
1202
1092
|
|
|
1203
|
-
:
|
|
1204
|
-
:type undo: bool | None
|
|
1093
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1205
1094
|
"""
|
|
1206
1095
|
|
|
1207
1096
|
def foreach_geometry_element_zone_main_item_move(
|
|
@@ -1210,35 +1099,36 @@ def foreach_geometry_element_zone_main_item_move(
|
|
|
1210
1099
|
/,
|
|
1211
1100
|
*,
|
|
1212
1101
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1102
|
+
node_identifier: int | None = 0,
|
|
1213
1103
|
) -> None:
|
|
1214
1104
|
"""Move active item
|
|
1215
1105
|
|
|
1216
|
-
:type execution_context: int | str | None
|
|
1217
|
-
:type undo: bool | None
|
|
1218
1106
|
:param direction: Direction, Move direction
|
|
1219
|
-
:
|
|
1107
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1220
1108
|
"""
|
|
1221
1109
|
|
|
1222
1110
|
def foreach_geometry_element_zone_main_item_remove(
|
|
1223
1111
|
execution_context: int | str | None = None,
|
|
1224
1112
|
undo: bool | None = None,
|
|
1225
1113
|
/,
|
|
1114
|
+
*,
|
|
1115
|
+
node_identifier: int | None = 0,
|
|
1226
1116
|
) -> None:
|
|
1227
1117
|
"""Remove active item
|
|
1228
1118
|
|
|
1229
|
-
:
|
|
1230
|
-
:type undo: bool | None
|
|
1119
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1231
1120
|
"""
|
|
1232
1121
|
|
|
1233
1122
|
def format_string_item_add(
|
|
1234
1123
|
execution_context: int | str | None = None,
|
|
1235
1124
|
undo: bool | None = None,
|
|
1236
1125
|
/,
|
|
1126
|
+
*,
|
|
1127
|
+
node_identifier: int | None = 0,
|
|
1237
1128
|
) -> None:
|
|
1238
1129
|
"""Add item below active item
|
|
1239
1130
|
|
|
1240
|
-
:
|
|
1241
|
-
:type undo: bool | None
|
|
1131
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1242
1132
|
"""
|
|
1243
1133
|
|
|
1244
1134
|
def format_string_item_move(
|
|
@@ -1247,37 +1137,71 @@ def format_string_item_move(
|
|
|
1247
1137
|
/,
|
|
1248
1138
|
*,
|
|
1249
1139
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1140
|
+
node_identifier: int | None = 0,
|
|
1250
1141
|
) -> None:
|
|
1251
1142
|
"""Move active item
|
|
1252
1143
|
|
|
1253
|
-
:type execution_context: int | str | None
|
|
1254
|
-
:type undo: bool | None
|
|
1255
1144
|
:param direction: Direction, Move direction
|
|
1256
|
-
:
|
|
1145
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1257
1146
|
"""
|
|
1258
1147
|
|
|
1259
1148
|
def format_string_item_remove(
|
|
1260
1149
|
execution_context: int | str | None = None,
|
|
1261
1150
|
undo: bool | None = None,
|
|
1262
1151
|
/,
|
|
1152
|
+
*,
|
|
1153
|
+
node_identifier: int | None = 0,
|
|
1263
1154
|
) -> None:
|
|
1264
1155
|
"""Remove active item
|
|
1265
1156
|
|
|
1266
|
-
:
|
|
1267
|
-
:type undo: bool | None
|
|
1157
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1268
1158
|
"""
|
|
1269
1159
|
|
|
1270
|
-
def
|
|
1160
|
+
def geometry_nodes_viewer_item_add(
|
|
1271
1161
|
execution_context: int | str | None = None,
|
|
1272
1162
|
undo: bool | None = None,
|
|
1273
1163
|
/,
|
|
1164
|
+
*,
|
|
1165
|
+
node_identifier: int | None = 0,
|
|
1274
1166
|
) -> None:
|
|
1275
|
-
"""Add
|
|
1167
|
+
"""Add item below active item
|
|
1276
1168
|
|
|
1277
|
-
:
|
|
1278
|
-
:type undo: bool | None
|
|
1169
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1279
1170
|
"""
|
|
1280
1171
|
|
|
1172
|
+
def geometry_nodes_viewer_item_move(
|
|
1173
|
+
execution_context: int | str | None = None,
|
|
1174
|
+
undo: bool | None = None,
|
|
1175
|
+
/,
|
|
1176
|
+
*,
|
|
1177
|
+
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1178
|
+
node_identifier: int | None = 0,
|
|
1179
|
+
) -> None:
|
|
1180
|
+
"""Move active item
|
|
1181
|
+
|
|
1182
|
+
:param direction: Direction, Move direction
|
|
1183
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1184
|
+
"""
|
|
1185
|
+
|
|
1186
|
+
def geometry_nodes_viewer_item_remove(
|
|
1187
|
+
execution_context: int | str | None = None,
|
|
1188
|
+
undo: bool | None = None,
|
|
1189
|
+
/,
|
|
1190
|
+
*,
|
|
1191
|
+
node_identifier: int | None = 0,
|
|
1192
|
+
) -> None:
|
|
1193
|
+
"""Remove active item
|
|
1194
|
+
|
|
1195
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1196
|
+
"""
|
|
1197
|
+
|
|
1198
|
+
def gltf_settings_node_operator(
|
|
1199
|
+
execution_context: int | str | None = None,
|
|
1200
|
+
undo: bool | None = None,
|
|
1201
|
+
/,
|
|
1202
|
+
) -> None:
|
|
1203
|
+
"""Add a node to the active tree for glTF export"""
|
|
1204
|
+
|
|
1281
1205
|
def group_edit(
|
|
1282
1206
|
execution_context: int | str | None = None,
|
|
1283
1207
|
undo: bool | None = None,
|
|
@@ -1287,33 +1211,29 @@ def group_edit(
|
|
|
1287
1211
|
) -> None:
|
|
1288
1212
|
"""Edit node group
|
|
1289
1213
|
|
|
1290
|
-
:type execution_context: int | str | None
|
|
1291
|
-
:type undo: bool | None
|
|
1292
1214
|
:param exit: Exit
|
|
1293
|
-
:type exit: bool | None
|
|
1294
1215
|
"""
|
|
1295
1216
|
|
|
1296
|
-
def
|
|
1217
|
+
def group_enter_exit(
|
|
1297
1218
|
execution_context: int | str | None = None,
|
|
1298
1219
|
undo: bool | None = None,
|
|
1299
1220
|
/,
|
|
1300
1221
|
) -> None:
|
|
1301
|
-
"""
|
|
1222
|
+
"""Enter or exit node group based on cursor location"""
|
|
1302
1223
|
|
|
1303
|
-
|
|
1304
|
-
:
|
|
1305
|
-
|
|
1224
|
+
def group_insert(
|
|
1225
|
+
execution_context: int | str | None = None,
|
|
1226
|
+
undo: bool | None = None,
|
|
1227
|
+
/,
|
|
1228
|
+
) -> None:
|
|
1229
|
+
"""Insert selected nodes into a node group"""
|
|
1306
1230
|
|
|
1307
1231
|
def group_make(
|
|
1308
1232
|
execution_context: int | str | None = None,
|
|
1309
1233
|
undo: bool | None = None,
|
|
1310
1234
|
/,
|
|
1311
1235
|
) -> None:
|
|
1312
|
-
"""Make group from selected nodes
|
|
1313
|
-
|
|
1314
|
-
:type execution_context: int | str | None
|
|
1315
|
-
:type undo: bool | None
|
|
1316
|
-
"""
|
|
1236
|
+
"""Make group from selected nodes"""
|
|
1317
1237
|
|
|
1318
1238
|
def group_separate(
|
|
1319
1239
|
execution_context: int | str | None = None,
|
|
@@ -1324,8 +1244,6 @@ def group_separate(
|
|
|
1324
1244
|
) -> None:
|
|
1325
1245
|
"""Separate selected nodes from the node group
|
|
1326
1246
|
|
|
1327
|
-
:type execution_context: int | str | None
|
|
1328
|
-
:type undo: bool | None
|
|
1329
1247
|
:param type: Type
|
|
1330
1248
|
|
|
1331
1249
|
COPY
|
|
@@ -1333,7 +1251,6 @@ def group_separate(
|
|
|
1333
1251
|
|
|
1334
1252
|
MOVE
|
|
1335
1253
|
Move -- Move to parent node tree, remove from group.
|
|
1336
|
-
:type type: typing.Literal['COPY','MOVE'] | None
|
|
1337
1254
|
"""
|
|
1338
1255
|
|
|
1339
1256
|
def group_ungroup(
|
|
@@ -1341,43 +1258,32 @@ def group_ungroup(
|
|
|
1341
1258
|
undo: bool | None = None,
|
|
1342
1259
|
/,
|
|
1343
1260
|
) -> None:
|
|
1344
|
-
"""Ungroup selected nodes
|
|
1345
|
-
|
|
1346
|
-
:type execution_context: int | str | None
|
|
1347
|
-
:type undo: bool | None
|
|
1348
|
-
"""
|
|
1261
|
+
"""Ungroup selected nodes"""
|
|
1349
1262
|
|
|
1350
1263
|
def hide_socket_toggle(
|
|
1351
1264
|
execution_context: int | str | None = None,
|
|
1352
1265
|
undo: bool | None = None,
|
|
1353
1266
|
/,
|
|
1354
1267
|
) -> None:
|
|
1355
|
-
"""Toggle unused node socket display
|
|
1356
|
-
|
|
1357
|
-
:type execution_context: int | str | None
|
|
1358
|
-
:type undo: bool | None
|
|
1359
|
-
"""
|
|
1268
|
+
"""Toggle unused node socket display"""
|
|
1360
1269
|
|
|
1361
1270
|
def hide_toggle(
|
|
1362
1271
|
execution_context: int | str | None = None,
|
|
1363
1272
|
undo: bool | None = None,
|
|
1364
1273
|
/,
|
|
1365
1274
|
) -> None:
|
|
1366
|
-
"""Toggle collapsing of selected nodes
|
|
1367
|
-
|
|
1368
|
-
:type execution_context: int | str | None
|
|
1369
|
-
:type undo: bool | None
|
|
1370
|
-
"""
|
|
1275
|
+
"""Toggle collapsing of selected nodes"""
|
|
1371
1276
|
|
|
1372
1277
|
def index_switch_item_add(
|
|
1373
1278
|
execution_context: int | str | None = None,
|
|
1374
1279
|
undo: bool | None = None,
|
|
1375
1280
|
/,
|
|
1281
|
+
*,
|
|
1282
|
+
node_identifier: int | None = 0,
|
|
1376
1283
|
) -> None:
|
|
1377
|
-
"""Add
|
|
1284
|
+
"""Add an item to the index switch
|
|
1378
1285
|
|
|
1379
|
-
:
|
|
1380
|
-
:type undo: bool | None
|
|
1286
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1381
1287
|
"""
|
|
1382
1288
|
|
|
1383
1289
|
def index_switch_item_remove(
|
|
@@ -1389,10 +1295,7 @@ def index_switch_item_remove(
|
|
|
1389
1295
|
) -> None:
|
|
1390
1296
|
"""Remove an item from the index switch
|
|
1391
1297
|
|
|
1392
|
-
:type execution_context: int | str | None
|
|
1393
|
-
:type undo: bool | None
|
|
1394
1298
|
:param index: Index, Index to remove
|
|
1395
|
-
:type index: int | None
|
|
1396
1299
|
"""
|
|
1397
1300
|
|
|
1398
1301
|
def insert_offset(
|
|
@@ -1400,81 +1303,61 @@ def insert_offset(
|
|
|
1400
1303
|
undo: bool | None = None,
|
|
1401
1304
|
/,
|
|
1402
1305
|
) -> None:
|
|
1403
|
-
"""Automatically offset nodes on insertion
|
|
1404
|
-
|
|
1405
|
-
:type execution_context: int | str | None
|
|
1406
|
-
:type undo: bool | None
|
|
1407
|
-
"""
|
|
1306
|
+
"""Automatically offset nodes on insertion"""
|
|
1408
1307
|
|
|
1409
1308
|
def interface_item_duplicate(
|
|
1410
1309
|
execution_context: int | str | None = None,
|
|
1411
1310
|
undo: bool | None = None,
|
|
1412
1311
|
/,
|
|
1413
1312
|
) -> None:
|
|
1414
|
-
"""Add a copy of the active item to the interface
|
|
1415
|
-
|
|
1416
|
-
:type execution_context: int | str | None
|
|
1417
|
-
:type undo: bool | None
|
|
1418
|
-
"""
|
|
1313
|
+
"""Add a copy of the active item to the interface"""
|
|
1419
1314
|
|
|
1420
1315
|
def interface_item_make_panel_toggle(
|
|
1421
1316
|
execution_context: int | str | None = None,
|
|
1422
1317
|
undo: bool | None = None,
|
|
1423
1318
|
/,
|
|
1424
1319
|
) -> None:
|
|
1425
|
-
"""Make the active boolean socket a toggle for its parent panel
|
|
1426
|
-
|
|
1427
|
-
:type execution_context: int | str | None
|
|
1428
|
-
:type undo: bool | None
|
|
1429
|
-
"""
|
|
1320
|
+
"""Make the active boolean socket a toggle for its parent panel"""
|
|
1430
1321
|
|
|
1431
1322
|
def interface_item_new(
|
|
1432
1323
|
execution_context: int | str | None = None,
|
|
1433
1324
|
undo: bool | None = None,
|
|
1434
1325
|
/,
|
|
1435
1326
|
*,
|
|
1436
|
-
item_type:
|
|
1327
|
+
item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
|
|
1437
1328
|
) -> None:
|
|
1438
1329
|
"""Add a new item to the interface
|
|
1439
1330
|
|
|
1440
|
-
:type execution_context: int | str | None
|
|
1441
|
-
:type undo: bool | None
|
|
1442
1331
|
:param item_type: Item Type, Type of the item to create
|
|
1443
|
-
:type item_type: str | None
|
|
1444
1332
|
"""
|
|
1445
1333
|
|
|
1446
|
-
def
|
|
1334
|
+
def interface_item_new_panel_toggle(
|
|
1447
1335
|
execution_context: int | str | None = None,
|
|
1448
1336
|
undo: bool | None = None,
|
|
1449
1337
|
/,
|
|
1450
1338
|
) -> None:
|
|
1451
|
-
"""
|
|
1339
|
+
"""Add a checkbox to the currently selected panel"""
|
|
1452
1340
|
|
|
1453
|
-
|
|
1454
|
-
:
|
|
1455
|
-
|
|
1341
|
+
def interface_item_remove(
|
|
1342
|
+
execution_context: int | str | None = None,
|
|
1343
|
+
undo: bool | None = None,
|
|
1344
|
+
/,
|
|
1345
|
+
) -> None:
|
|
1346
|
+
"""Remove selected items from the interface"""
|
|
1456
1347
|
|
|
1457
1348
|
def interface_item_unlink_panel_toggle(
|
|
1458
1349
|
execution_context: int | str | None = None,
|
|
1459
1350
|
undo: bool | None = None,
|
|
1460
1351
|
/,
|
|
1461
1352
|
) -> None:
|
|
1462
|
-
"""Make the panel toggle a stand-alone socket
|
|
1463
|
-
|
|
1464
|
-
:type execution_context: int | str | None
|
|
1465
|
-
:type undo: bool | None
|
|
1466
|
-
"""
|
|
1353
|
+
"""Make the panel toggle a stand-alone socket"""
|
|
1467
1354
|
|
|
1468
1355
|
def join(
|
|
1469
1356
|
execution_context: int | str | None = None,
|
|
1470
1357
|
undo: bool | None = None,
|
|
1471
1358
|
/,
|
|
1472
1359
|
) -> None:
|
|
1473
|
-
"""Attach selected nodes to a new common frame
|
|
1474
|
-
|
|
1475
|
-
:type execution_context: int | str | None
|
|
1476
|
-
:type undo: bool | None
|
|
1477
|
-
"""
|
|
1360
|
+
"""Attach selected nodes to a new common frame"""
|
|
1478
1361
|
|
|
1479
1362
|
def join_named(
|
|
1480
1363
|
execution_context: int | str | None = None,
|
|
@@ -1486,14 +1369,17 @@ def join_named(
|
|
|
1486
1369
|
) -> None:
|
|
1487
1370
|
"""Create a new frame node around the selected nodes and name it immediately
|
|
1488
1371
|
|
|
1489
|
-
:
|
|
1490
|
-
:type undo: bool | None
|
|
1491
|
-
:param NODE_OT_join: Join Nodes, Attach selected nodes to a new common frame
|
|
1492
|
-
:type NODE_OT_join: join | None
|
|
1372
|
+
:param NODE_OT_join: Join Nodes in Frame, Attach selected nodes to a new common frame
|
|
1493
1373
|
:param WM_OT_call_panel: Call Panel, Open a predefined panel
|
|
1494
|
-
:type WM_OT_call_panel: bpy.ops.wm.call_panel | None
|
|
1495
1374
|
"""
|
|
1496
1375
|
|
|
1376
|
+
def join_nodes(
|
|
1377
|
+
execution_context: int | str | None = None,
|
|
1378
|
+
undo: bool | None = None,
|
|
1379
|
+
/,
|
|
1380
|
+
) -> None:
|
|
1381
|
+
"""Merge selected group input nodes into one if possible"""
|
|
1382
|
+
|
|
1497
1383
|
def link(
|
|
1498
1384
|
execution_context: int | str | None = None,
|
|
1499
1385
|
undo: bool | None = None,
|
|
@@ -1510,24 +1396,14 @@ def link(
|
|
|
1510
1396
|
) -> None:
|
|
1511
1397
|
"""Use the mouse to create a link between two nodes
|
|
1512
1398
|
|
|
1513
|
-
:type execution_context: int | str | None
|
|
1514
|
-
:type undo: bool | None
|
|
1515
1399
|
:param detach: Detach, Detach and redirect existing links
|
|
1516
|
-
:type detach: bool | None
|
|
1517
1400
|
:param drag_start: Drag Start, The position of the mouse cursor at the start of the operation
|
|
1518
|
-
:type drag_start: collections.abc.Iterable[float] | None
|
|
1519
1401
|
:param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
|
|
1520
|
-
:type inside_padding: float | None
|
|
1521
1402
|
:param outside_padding: Outside Padding, Outside distance in UI units from the edge of the region at which to stop panning
|
|
1522
|
-
:type outside_padding: float | None
|
|
1523
1403
|
:param speed_ramp: Speed Ramp, Width of the zone in UI units where speed increases with distance from the edge
|
|
1524
|
-
:type speed_ramp: float | None
|
|
1525
1404
|
:param max_speed: Max Speed, Maximum speed in UI units per second
|
|
1526
|
-
:type max_speed: float | None
|
|
1527
1405
|
:param delay: Delay, Delay in seconds before maximum speed is reached
|
|
1528
|
-
:type delay: float | None
|
|
1529
1406
|
:param zoom_influence: Zoom Influence, Influence of the zoom factor on scroll speed
|
|
1530
|
-
:type zoom_influence: float | None
|
|
1531
1407
|
"""
|
|
1532
1408
|
|
|
1533
1409
|
def link_make(
|
|
@@ -1539,10 +1415,7 @@ def link_make(
|
|
|
1539
1415
|
) -> None:
|
|
1540
1416
|
"""Make a link between selected output and input sockets
|
|
1541
1417
|
|
|
1542
|
-
:type execution_context: int | str | None
|
|
1543
|
-
:type undo: bool | None
|
|
1544
1418
|
:param replace: Replace, Replace socket connections with the new links
|
|
1545
|
-
:type replace: bool | None
|
|
1546
1419
|
"""
|
|
1547
1420
|
|
|
1548
1421
|
def link_viewer(
|
|
@@ -1550,11 +1423,7 @@ def link_viewer(
|
|
|
1550
1423
|
undo: bool | None = None,
|
|
1551
1424
|
/,
|
|
1552
1425
|
) -> None:
|
|
1553
|
-
"""Link to viewer node
|
|
1554
|
-
|
|
1555
|
-
:type execution_context: int | str | None
|
|
1556
|
-
:type undo: bool | None
|
|
1557
|
-
"""
|
|
1426
|
+
"""Link to viewer node"""
|
|
1558
1427
|
|
|
1559
1428
|
def links_cut(
|
|
1560
1429
|
execution_context: int | str | None = None,
|
|
@@ -1566,12 +1435,8 @@ def links_cut(
|
|
|
1566
1435
|
) -> None:
|
|
1567
1436
|
"""Use the mouse to cut (remove) some links
|
|
1568
1437
|
|
|
1569
|
-
:type execution_context: int | str | None
|
|
1570
|
-
:type undo: bool | None
|
|
1571
1438
|
:param path: Path
|
|
1572
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1573
1439
|
:param cursor: Cursor
|
|
1574
|
-
:type cursor: int | None
|
|
1575
1440
|
"""
|
|
1576
1441
|
|
|
1577
1442
|
def links_detach(
|
|
@@ -1579,11 +1444,7 @@ def links_detach(
|
|
|
1579
1444
|
undo: bool | None = None,
|
|
1580
1445
|
/,
|
|
1581
1446
|
) -> None:
|
|
1582
|
-
"""Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1583
|
-
|
|
1584
|
-
:type execution_context: int | str | None
|
|
1585
|
-
:type undo: bool | None
|
|
1586
|
-
"""
|
|
1447
|
+
"""Remove all links to selected nodes, and try to connect neighbor nodes together"""
|
|
1587
1448
|
|
|
1588
1449
|
def links_mute(
|
|
1589
1450
|
execution_context: int | str | None = None,
|
|
@@ -1595,12 +1456,8 @@ def links_mute(
|
|
|
1595
1456
|
) -> None:
|
|
1596
1457
|
"""Use the mouse to mute links
|
|
1597
1458
|
|
|
1598
|
-
:type execution_context: int | str | None
|
|
1599
|
-
:type undo: bool | None
|
|
1600
1459
|
:param path: Path
|
|
1601
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1602
1460
|
:param cursor: Cursor
|
|
1603
|
-
:type cursor: int | None
|
|
1604
1461
|
"""
|
|
1605
1462
|
|
|
1606
1463
|
def move_detach_links(
|
|
@@ -1613,12 +1470,8 @@ def move_detach_links(
|
|
|
1613
1470
|
) -> None:
|
|
1614
1471
|
"""Move a node to detach links
|
|
1615
1472
|
|
|
1616
|
-
:type execution_context: int | str | None
|
|
1617
|
-
:type undo: bool | None
|
|
1618
1473
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1619
|
-
:type NODE_OT_links_detach: links_detach | None
|
|
1620
1474
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1621
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1622
1475
|
"""
|
|
1623
1476
|
|
|
1624
1477
|
def move_detach_links_release(
|
|
@@ -1631,12 +1484,8 @@ def move_detach_links_release(
|
|
|
1631
1484
|
) -> None:
|
|
1632
1485
|
"""Move a node to detach links
|
|
1633
1486
|
|
|
1634
|
-
:type execution_context: int | str | None
|
|
1635
|
-
:type undo: bool | None
|
|
1636
1487
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1637
|
-
:type NODE_OT_links_detach: links_detach | None
|
|
1638
1488
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
1639
|
-
:type NODE_OT_translate_attach: translate_attach | None
|
|
1640
1489
|
"""
|
|
1641
1490
|
|
|
1642
1491
|
def mute_toggle(
|
|
@@ -1644,59 +1493,52 @@ def mute_toggle(
|
|
|
1644
1493
|
undo: bool | None = None,
|
|
1645
1494
|
/,
|
|
1646
1495
|
) -> None:
|
|
1647
|
-
"""Toggle muting of selected nodes
|
|
1648
|
-
|
|
1649
|
-
:type execution_context: int | str | None
|
|
1650
|
-
:type undo: bool | None
|
|
1651
|
-
"""
|
|
1496
|
+
"""Toggle muting of selected nodes"""
|
|
1652
1497
|
|
|
1653
1498
|
def new_compositing_node_group(
|
|
1654
1499
|
execution_context: int | str | None = None,
|
|
1655
1500
|
undo: bool | None = None,
|
|
1656
1501
|
/,
|
|
1657
1502
|
*,
|
|
1658
|
-
name: str = "
|
|
1503
|
+
name: str = "",
|
|
1659
1504
|
) -> None:
|
|
1660
1505
|
"""Create a new compositing node group and initialize it with default nodes
|
|
1661
1506
|
|
|
1662
|
-
:type execution_context: int | str | None
|
|
1663
|
-
:type undo: bool | None
|
|
1664
1507
|
:param name: Name
|
|
1665
|
-
:type name: str
|
|
1666
1508
|
"""
|
|
1667
1509
|
|
|
1668
|
-
def
|
|
1510
|
+
def new_compositor_sequencer_node_group(
|
|
1669
1511
|
execution_context: int | str | None = None,
|
|
1670
1512
|
undo: bool | None = None,
|
|
1671
1513
|
/,
|
|
1514
|
+
*,
|
|
1515
|
+
name: str = "Sequencer Compositor Nodes",
|
|
1672
1516
|
) -> None:
|
|
1673
|
-
"""Create a new
|
|
1517
|
+
"""Create a new compositor node group for sequencer
|
|
1674
1518
|
|
|
1675
|
-
:
|
|
1676
|
-
:type undo: bool | None
|
|
1519
|
+
:param name: Name
|
|
1677
1520
|
"""
|
|
1678
1521
|
|
|
1679
|
-
def
|
|
1522
|
+
def new_geometry_node_group_assign(
|
|
1680
1523
|
execution_context: int | str | None = None,
|
|
1681
1524
|
undo: bool | None = None,
|
|
1682
1525
|
/,
|
|
1683
1526
|
) -> None:
|
|
1684
|
-
"""Create a new geometry node group
|
|
1527
|
+
"""Create a new geometry node group and assign it to the active modifier"""
|
|
1685
1528
|
|
|
1686
|
-
|
|
1687
|
-
:
|
|
1688
|
-
|
|
1529
|
+
def new_geometry_node_group_tool(
|
|
1530
|
+
execution_context: int | str | None = None,
|
|
1531
|
+
undo: bool | None = None,
|
|
1532
|
+
/,
|
|
1533
|
+
) -> None:
|
|
1534
|
+
"""Create a new geometry node group for a tool"""
|
|
1689
1535
|
|
|
1690
1536
|
def new_geometry_nodes_modifier(
|
|
1691
1537
|
execution_context: int | str | None = None,
|
|
1692
1538
|
undo: bool | None = None,
|
|
1693
1539
|
/,
|
|
1694
1540
|
) -> None:
|
|
1695
|
-
"""Create a new modifier with a new geometry node group
|
|
1696
|
-
|
|
1697
|
-
:type execution_context: int | str | None
|
|
1698
|
-
:type undo: bool | None
|
|
1699
|
-
"""
|
|
1541
|
+
"""Create a new modifier with a new geometry node group"""
|
|
1700
1542
|
|
|
1701
1543
|
def new_node_tree(
|
|
1702
1544
|
execution_context: int | str | None = None,
|
|
@@ -1708,12 +1550,8 @@ def new_node_tree(
|
|
|
1708
1550
|
) -> None:
|
|
1709
1551
|
"""Create a new node tree
|
|
1710
1552
|
|
|
1711
|
-
:type execution_context: int | str | None
|
|
1712
|
-
:type undo: bool | None
|
|
1713
1553
|
:param type: Tree Type
|
|
1714
|
-
:type type: str | None
|
|
1715
1554
|
:param name: Name
|
|
1716
|
-
:type name: str
|
|
1717
1555
|
"""
|
|
1718
1556
|
|
|
1719
1557
|
def node_color_preset_add(
|
|
@@ -1727,14 +1565,9 @@ def node_color_preset_add(
|
|
|
1727
1565
|
) -> None:
|
|
1728
1566
|
"""Add or remove a Node Color Preset
|
|
1729
1567
|
|
|
1730
|
-
:type execution_context: int | str | None
|
|
1731
|
-
:type undo: bool | None
|
|
1732
1568
|
:param name: Name, Name of the preset, used to make the path name
|
|
1733
|
-
:type name: str
|
|
1734
1569
|
:param remove_name: remove_name
|
|
1735
|
-
:type remove_name: bool | None
|
|
1736
1570
|
:param remove_active: remove_active
|
|
1737
|
-
:type remove_active: bool | None
|
|
1738
1571
|
"""
|
|
1739
1572
|
|
|
1740
1573
|
def node_copy_color(
|
|
@@ -1742,76 +1575,53 @@ def node_copy_color(
|
|
|
1742
1575
|
undo: bool | None = None,
|
|
1743
1576
|
/,
|
|
1744
1577
|
) -> None:
|
|
1745
|
-
"""Copy color to all selected nodes
|
|
1746
|
-
|
|
1747
|
-
:type execution_context: int | str | None
|
|
1748
|
-
:type undo: bool | None
|
|
1749
|
-
"""
|
|
1578
|
+
"""Copy color to all selected nodes"""
|
|
1750
1579
|
|
|
1751
1580
|
def options_toggle(
|
|
1752
1581
|
execution_context: int | str | None = None,
|
|
1753
1582
|
undo: bool | None = None,
|
|
1754
1583
|
/,
|
|
1755
1584
|
) -> None:
|
|
1756
|
-
"""Toggle option buttons display for selected nodes
|
|
1757
|
-
|
|
1758
|
-
:type execution_context: int | str | None
|
|
1759
|
-
:type undo: bool | None
|
|
1760
|
-
"""
|
|
1585
|
+
"""Toggle option buttons display for selected nodes"""
|
|
1761
1586
|
|
|
1762
1587
|
def parent_set(
|
|
1763
1588
|
execution_context: int | str | None = None,
|
|
1764
1589
|
undo: bool | None = None,
|
|
1765
1590
|
/,
|
|
1766
1591
|
) -> None:
|
|
1767
|
-
"""Attach selected nodes
|
|
1768
|
-
|
|
1769
|
-
:type execution_context: int | str | None
|
|
1770
|
-
:type undo: bool | None
|
|
1771
|
-
"""
|
|
1592
|
+
"""Attach selected nodes"""
|
|
1772
1593
|
|
|
1773
1594
|
def preview_toggle(
|
|
1774
1595
|
execution_context: int | str | None = None,
|
|
1775
1596
|
undo: bool | None = None,
|
|
1776
1597
|
/,
|
|
1777
1598
|
) -> None:
|
|
1778
|
-
"""Toggle preview display for selected nodes
|
|
1779
|
-
|
|
1780
|
-
:type execution_context: int | str | None
|
|
1781
|
-
:type undo: bool | None
|
|
1782
|
-
"""
|
|
1599
|
+
"""Toggle preview display for selected nodes"""
|
|
1783
1600
|
|
|
1784
1601
|
def read_viewlayers(
|
|
1785
1602
|
execution_context: int | str | None = None,
|
|
1786
1603
|
undo: bool | None = None,
|
|
1787
1604
|
/,
|
|
1788
1605
|
) -> None:
|
|
1789
|
-
"""Read all render layers of all used scenes
|
|
1790
|
-
|
|
1791
|
-
:type execution_context: int | str | None
|
|
1792
|
-
:type undo: bool | None
|
|
1793
|
-
"""
|
|
1606
|
+
"""Read all render layers of all used scenes"""
|
|
1794
1607
|
|
|
1795
1608
|
def render_changed(
|
|
1796
1609
|
execution_context: int | str | None = None,
|
|
1797
1610
|
undo: bool | None = None,
|
|
1798
1611
|
/,
|
|
1799
1612
|
) -> None:
|
|
1800
|
-
"""Render current scene, when input nodes layer has been changed
|
|
1801
|
-
|
|
1802
|
-
:type execution_context: int | str | None
|
|
1803
|
-
:type undo: bool | None
|
|
1804
|
-
"""
|
|
1613
|
+
"""Render current scene, when input nodes layer has been changed"""
|
|
1805
1614
|
|
|
1806
1615
|
def repeat_zone_item_add(
|
|
1807
1616
|
execution_context: int | str | None = None,
|
|
1808
1617
|
undo: bool | None = None,
|
|
1809
1618
|
/,
|
|
1619
|
+
*,
|
|
1620
|
+
node_identifier: int | None = 0,
|
|
1810
1621
|
) -> None:
|
|
1811
1622
|
"""Add item below active item
|
|
1812
1623
|
|
|
1813
|
-
:
|
|
1814
|
-
:type undo: bool | None
|
|
1624
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1815
1625
|
"""
|
|
1816
1626
|
|
|
1817
1627
|
def repeat_zone_item_move(
|
|
@@ -1820,24 +1630,24 @@ def repeat_zone_item_move(
|
|
|
1820
1630
|
/,
|
|
1821
1631
|
*,
|
|
1822
1632
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1633
|
+
node_identifier: int | None = 0,
|
|
1823
1634
|
) -> None:
|
|
1824
1635
|
"""Move active item
|
|
1825
1636
|
|
|
1826
|
-
:type execution_context: int | str | None
|
|
1827
|
-
:type undo: bool | None
|
|
1828
1637
|
:param direction: Direction, Move direction
|
|
1829
|
-
:
|
|
1638
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1830
1639
|
"""
|
|
1831
1640
|
|
|
1832
1641
|
def repeat_zone_item_remove(
|
|
1833
1642
|
execution_context: int | str | None = None,
|
|
1834
1643
|
undo: bool | None = None,
|
|
1835
1644
|
/,
|
|
1645
|
+
*,
|
|
1646
|
+
node_identifier: int | None = 0,
|
|
1836
1647
|
) -> None:
|
|
1837
1648
|
"""Remove active item
|
|
1838
1649
|
|
|
1839
|
-
:
|
|
1840
|
-
:type undo: bool | None
|
|
1650
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
1841
1651
|
"""
|
|
1842
1652
|
|
|
1843
1653
|
def resize(
|
|
@@ -1845,11 +1655,7 @@ def resize(
|
|
|
1845
1655
|
undo: bool | None = None,
|
|
1846
1656
|
/,
|
|
1847
1657
|
) -> None:
|
|
1848
|
-
"""Resize a node
|
|
1849
|
-
|
|
1850
|
-
:type execution_context: int | str | None
|
|
1851
|
-
:type undo: bool | None
|
|
1852
|
-
"""
|
|
1658
|
+
"""Resize a node"""
|
|
1853
1659
|
|
|
1854
1660
|
def select(
|
|
1855
1661
|
execution_context: int | str | None = None,
|
|
@@ -1867,24 +1673,14 @@ def select(
|
|
|
1867
1673
|
) -> None:
|
|
1868
1674
|
"""Select the node under the cursor
|
|
1869
1675
|
|
|
1870
|
-
:type execution_context: int | str | None
|
|
1871
|
-
:type undo: bool | None
|
|
1872
1676
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1873
|
-
:type extend: bool | None
|
|
1874
1677
|
:param deselect: Deselect, Remove from selection
|
|
1875
|
-
:type deselect: bool | None
|
|
1876
1678
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1877
|
-
:type toggle: bool | None
|
|
1878
1679
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1879
|
-
:type deselect_all: bool | None
|
|
1880
1680
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1881
|
-
:type select_passthrough: bool | None
|
|
1882
1681
|
:param location: Location, Mouse location
|
|
1883
|
-
:type location: collections.abc.Iterable[int] | None
|
|
1884
1682
|
:param socket_select: Socket Select
|
|
1885
|
-
:type socket_select: bool | None
|
|
1886
1683
|
:param clear_viewer: Clear Viewer, Deactivate geometry nodes viewer when clicking in empty space
|
|
1887
|
-
:type clear_viewer: bool | None
|
|
1888
1684
|
"""
|
|
1889
1685
|
|
|
1890
1686
|
def select_all(
|
|
@@ -1896,8 +1692,6 @@ def select_all(
|
|
|
1896
1692
|
) -> None:
|
|
1897
1693
|
"""(De)select all nodes
|
|
1898
1694
|
|
|
1899
|
-
:type execution_context: int | str | None
|
|
1900
|
-
:type undo: bool | None
|
|
1901
1695
|
:param action: Action, Selection action to execute
|
|
1902
1696
|
|
|
1903
1697
|
TOGGLE
|
|
@@ -1911,7 +1705,6 @@ def select_all(
|
|
|
1911
1705
|
|
|
1912
1706
|
INVERT
|
|
1913
1707
|
Invert -- Invert selection of all elements.
|
|
1914
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
1915
1708
|
"""
|
|
1916
1709
|
|
|
1917
1710
|
def select_box(
|
|
@@ -1929,20 +1722,12 @@ def select_box(
|
|
|
1929
1722
|
) -> None:
|
|
1930
1723
|
"""Use box selection to select nodes
|
|
1931
1724
|
|
|
1932
|
-
:type execution_context: int | str | None
|
|
1933
|
-
:type undo: bool | None
|
|
1934
1725
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
1935
|
-
:type tweak: bool | None
|
|
1936
1726
|
:param xmin: X Min
|
|
1937
|
-
:type xmin: int | None
|
|
1938
1727
|
:param xmax: X Max
|
|
1939
|
-
:type xmax: int | None
|
|
1940
1728
|
:param ymin: Y Min
|
|
1941
|
-
:type ymin: int | None
|
|
1942
1729
|
:param ymax: Y Max
|
|
1943
|
-
:type ymax: int | None
|
|
1944
1730
|
:param wait_for_input: Wait for Input
|
|
1945
|
-
:type wait_for_input: bool | None
|
|
1946
1731
|
:param mode: Mode
|
|
1947
1732
|
|
|
1948
1733
|
SET
|
|
@@ -1953,7 +1738,6 @@ def select_box(
|
|
|
1953
1738
|
|
|
1954
1739
|
SUB
|
|
1955
1740
|
Subtract -- Subtract existing selection.
|
|
1956
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1957
1741
|
"""
|
|
1958
1742
|
|
|
1959
1743
|
def select_circle(
|
|
@@ -1969,16 +1753,10 @@ def select_circle(
|
|
|
1969
1753
|
) -> None:
|
|
1970
1754
|
"""Use circle selection to select nodes
|
|
1971
1755
|
|
|
1972
|
-
:type execution_context: int | str | None
|
|
1973
|
-
:type undo: bool | None
|
|
1974
1756
|
:param x: X
|
|
1975
|
-
:type x: int | None
|
|
1976
1757
|
:param y: Y
|
|
1977
|
-
:type y: int | None
|
|
1978
1758
|
:param radius: Radius
|
|
1979
|
-
:type radius: int | None
|
|
1980
1759
|
:param wait_for_input: Wait for Input
|
|
1981
|
-
:type wait_for_input: bool | None
|
|
1982
1760
|
:param mode: Mode
|
|
1983
1761
|
|
|
1984
1762
|
SET
|
|
@@ -1989,7 +1767,6 @@ def select_circle(
|
|
|
1989
1767
|
|
|
1990
1768
|
SUB
|
|
1991
1769
|
Subtract -- Subtract existing selection.
|
|
1992
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1993
1770
|
"""
|
|
1994
1771
|
|
|
1995
1772
|
def select_grouped(
|
|
@@ -2002,12 +1779,8 @@ def select_grouped(
|
|
|
2002
1779
|
) -> None:
|
|
2003
1780
|
"""Select nodes with similar properties
|
|
2004
1781
|
|
|
2005
|
-
:type execution_context: int | str | None
|
|
2006
|
-
:type undo: bool | None
|
|
2007
1782
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
2008
|
-
:type extend: bool | None
|
|
2009
1783
|
:param type: Type
|
|
2010
|
-
:type type: typing.Literal['TYPE','COLOR','PREFIX','SUFFIX'] | None
|
|
2011
1784
|
"""
|
|
2012
1785
|
|
|
2013
1786
|
def select_lasso(
|
|
@@ -2024,18 +1797,11 @@ def select_lasso(
|
|
|
2024
1797
|
) -> None:
|
|
2025
1798
|
"""Select nodes using lasso selection
|
|
2026
1799
|
|
|
2027
|
-
:type execution_context: int | str | None
|
|
2028
|
-
:type undo: bool | None
|
|
2029
1800
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
2030
|
-
:type tweak: bool | None
|
|
2031
1801
|
:param path: Path
|
|
2032
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
2033
1802
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
2034
|
-
:type use_smooth_stroke: bool | None
|
|
2035
1803
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
2036
|
-
:type smooth_stroke_factor: float | None
|
|
2037
1804
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
2038
|
-
:type smooth_stroke_radius: int | None
|
|
2039
1805
|
:param mode: Mode
|
|
2040
1806
|
|
|
2041
1807
|
SET
|
|
@@ -2046,7 +1812,6 @@ def select_lasso(
|
|
|
2046
1812
|
|
|
2047
1813
|
SUB
|
|
2048
1814
|
Subtract -- Subtract existing selection.
|
|
2049
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
2050
1815
|
"""
|
|
2051
1816
|
|
|
2052
1817
|
def select_link_viewer(
|
|
@@ -2059,12 +1824,8 @@ def select_link_viewer(
|
|
|
2059
1824
|
) -> None:
|
|
2060
1825
|
"""Select node and link it to a viewer node
|
|
2061
1826
|
|
|
2062
|
-
:type execution_context: int | str | None
|
|
2063
|
-
:type undo: bool | None
|
|
2064
1827
|
:param NODE_OT_select: Select, Select the node under the cursor
|
|
2065
|
-
:type NODE_OT_select: select | None
|
|
2066
1828
|
:param NODE_OT_link_viewer: Link to Viewer Node, Link to viewer node
|
|
2067
|
-
:type NODE_OT_link_viewer: link_viewer | None
|
|
2068
1829
|
"""
|
|
2069
1830
|
|
|
2070
1831
|
def select_linked_from(
|
|
@@ -2072,22 +1833,14 @@ def select_linked_from(
|
|
|
2072
1833
|
undo: bool | None = None,
|
|
2073
1834
|
/,
|
|
2074
1835
|
) -> None:
|
|
2075
|
-
"""Select nodes linked from the selected ones
|
|
2076
|
-
|
|
2077
|
-
:type execution_context: int | str | None
|
|
2078
|
-
:type undo: bool | None
|
|
2079
|
-
"""
|
|
1836
|
+
"""Select nodes linked from the selected ones"""
|
|
2080
1837
|
|
|
2081
1838
|
def select_linked_to(
|
|
2082
1839
|
execution_context: int | str | None = None,
|
|
2083
1840
|
undo: bool | None = None,
|
|
2084
1841
|
/,
|
|
2085
1842
|
) -> None:
|
|
2086
|
-
"""Select nodes linked to the selected ones
|
|
2087
|
-
|
|
2088
|
-
:type execution_context: int | str | None
|
|
2089
|
-
:type undo: bool | None
|
|
2090
|
-
"""
|
|
1843
|
+
"""Select nodes linked to the selected ones"""
|
|
2091
1844
|
|
|
2092
1845
|
def select_same_type_step(
|
|
2093
1846
|
execution_context: int | str | None = None,
|
|
@@ -2098,21 +1851,19 @@ def select_same_type_step(
|
|
|
2098
1851
|
) -> None:
|
|
2099
1852
|
"""Activate and view same node type, step by step
|
|
2100
1853
|
|
|
2101
|
-
:type execution_context: int | str | None
|
|
2102
|
-
:type undo: bool | None
|
|
2103
1854
|
:param prev: Previous
|
|
2104
|
-
:type prev: bool | None
|
|
2105
1855
|
"""
|
|
2106
1856
|
|
|
2107
1857
|
def separate_bundle_item_add(
|
|
2108
1858
|
execution_context: int | str | None = None,
|
|
2109
1859
|
undo: bool | None = None,
|
|
2110
1860
|
/,
|
|
1861
|
+
*,
|
|
1862
|
+
node_identifier: int | None = 0,
|
|
2111
1863
|
) -> None:
|
|
2112
1864
|
"""Add item below active item
|
|
2113
1865
|
|
|
2114
|
-
:
|
|
2115
|
-
:type undo: bool | None
|
|
1866
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2116
1867
|
"""
|
|
2117
1868
|
|
|
2118
1869
|
def separate_bundle_item_move(
|
|
@@ -2121,24 +1872,24 @@ def separate_bundle_item_move(
|
|
|
2121
1872
|
/,
|
|
2122
1873
|
*,
|
|
2123
1874
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1875
|
+
node_identifier: int | None = 0,
|
|
2124
1876
|
) -> None:
|
|
2125
1877
|
"""Move active item
|
|
2126
1878
|
|
|
2127
|
-
:type execution_context: int | str | None
|
|
2128
|
-
:type undo: bool | None
|
|
2129
1879
|
:param direction: Direction, Move direction
|
|
2130
|
-
:
|
|
1880
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2131
1881
|
"""
|
|
2132
1882
|
|
|
2133
1883
|
def separate_bundle_item_remove(
|
|
2134
1884
|
execution_context: int | str | None = None,
|
|
2135
1885
|
undo: bool | None = None,
|
|
2136
1886
|
/,
|
|
1887
|
+
*,
|
|
1888
|
+
node_identifier: int | None = 0,
|
|
2137
1889
|
) -> None:
|
|
2138
1890
|
"""Remove active item
|
|
2139
1891
|
|
|
2140
|
-
:
|
|
2141
|
-
:type undo: bool | None
|
|
1892
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2142
1893
|
"""
|
|
2143
1894
|
|
|
2144
1895
|
def shader_script_update(
|
|
@@ -2146,21 +1897,18 @@ def shader_script_update(
|
|
|
2146
1897
|
undo: bool | None = None,
|
|
2147
1898
|
/,
|
|
2148
1899
|
) -> None:
|
|
2149
|
-
"""Update shader script node with new sockets and options from the script
|
|
2150
|
-
|
|
2151
|
-
:type execution_context: int | str | None
|
|
2152
|
-
:type undo: bool | None
|
|
2153
|
-
"""
|
|
1900
|
+
"""Update shader script node with new sockets and options from the script"""
|
|
2154
1901
|
|
|
2155
1902
|
def simulation_zone_item_add(
|
|
2156
1903
|
execution_context: int | str | None = None,
|
|
2157
1904
|
undo: bool | None = None,
|
|
2158
1905
|
/,
|
|
1906
|
+
*,
|
|
1907
|
+
node_identifier: int | None = 0,
|
|
2159
1908
|
) -> None:
|
|
2160
1909
|
"""Add item below active item
|
|
2161
1910
|
|
|
2162
|
-
:
|
|
2163
|
-
:type undo: bool | None
|
|
1911
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2164
1912
|
"""
|
|
2165
1913
|
|
|
2166
1914
|
def simulation_zone_item_move(
|
|
@@ -2169,24 +1917,24 @@ def simulation_zone_item_move(
|
|
|
2169
1917
|
/,
|
|
2170
1918
|
*,
|
|
2171
1919
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1920
|
+
node_identifier: int | None = 0,
|
|
2172
1921
|
) -> None:
|
|
2173
1922
|
"""Move active item
|
|
2174
1923
|
|
|
2175
|
-
:type execution_context: int | str | None
|
|
2176
|
-
:type undo: bool | None
|
|
2177
1924
|
:param direction: Direction, Move direction
|
|
2178
|
-
:
|
|
1925
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2179
1926
|
"""
|
|
2180
1927
|
|
|
2181
1928
|
def simulation_zone_item_remove(
|
|
2182
1929
|
execution_context: int | str | None = None,
|
|
2183
1930
|
undo: bool | None = None,
|
|
2184
1931
|
/,
|
|
1932
|
+
*,
|
|
1933
|
+
node_identifier: int | None = 0,
|
|
2185
1934
|
) -> None:
|
|
2186
1935
|
"""Remove active item
|
|
2187
1936
|
|
|
2188
|
-
:
|
|
2189
|
-
:type undo: bool | None
|
|
1937
|
+
:param node_identifier: Node Identifier, Optional identifier of the node to operate on
|
|
2190
1938
|
"""
|
|
2191
1939
|
|
|
2192
1940
|
def sockets_sync(
|
|
@@ -2198,12 +1946,91 @@ def sockets_sync(
|
|
|
2198
1946
|
) -> None:
|
|
2199
1947
|
"""Update sockets to match what is actually used
|
|
2200
1948
|
|
|
2201
|
-
:type execution_context: int | str | None
|
|
2202
|
-
:type undo: bool | None
|
|
2203
1949
|
:param node_name: Node Name
|
|
2204
|
-
:type node_name: str
|
|
2205
1950
|
"""
|
|
2206
1951
|
|
|
1952
|
+
def swap_empty_group(
|
|
1953
|
+
execution_context: int | str | None = None,
|
|
1954
|
+
undo: bool | None = None,
|
|
1955
|
+
/,
|
|
1956
|
+
*,
|
|
1957
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
1958
|
+
| None = None,
|
|
1959
|
+
) -> None:
|
|
1960
|
+
"""Replace active node with an empty group
|
|
1961
|
+
|
|
1962
|
+
:param settings: Settings, Settings to be applied on the newly created node
|
|
1963
|
+
"""
|
|
1964
|
+
|
|
1965
|
+
def swap_group_asset(
|
|
1966
|
+
execution_context: int | str | None = None,
|
|
1967
|
+
undo: bool | None = None,
|
|
1968
|
+
/,
|
|
1969
|
+
*,
|
|
1970
|
+
asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
|
|
1971
|
+
| None = "LOCAL",
|
|
1972
|
+
asset_library_identifier: str = "",
|
|
1973
|
+
relative_asset_identifier: str = "",
|
|
1974
|
+
) -> None:
|
|
1975
|
+
"""Swap selected nodes with the specified node group asset
|
|
1976
|
+
|
|
1977
|
+
:param asset_library_type: Asset Library Type
|
|
1978
|
+
:param asset_library_identifier: Asset Library Identifier
|
|
1979
|
+
:param relative_asset_identifier: Relative Asset Identifier
|
|
1980
|
+
"""
|
|
1981
|
+
|
|
1982
|
+
def swap_node(
|
|
1983
|
+
execution_context: int | str | None = None,
|
|
1984
|
+
undo: bool | None = None,
|
|
1985
|
+
/,
|
|
1986
|
+
*,
|
|
1987
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
1988
|
+
| None = None,
|
|
1989
|
+
type: str = "",
|
|
1990
|
+
visible_output: str = "",
|
|
1991
|
+
) -> None:
|
|
1992
|
+
"""Replace the selected nodes with the specified type
|
|
1993
|
+
|
|
1994
|
+
:param settings: Settings, Settings to be applied on the newly created node
|
|
1995
|
+
:param type: Node Type, Node type
|
|
1996
|
+
:param visible_output: Output Name, If provided, all outputs that are named differently will be hidden
|
|
1997
|
+
"""
|
|
1998
|
+
|
|
1999
|
+
def swap_zone(
|
|
2000
|
+
execution_context: int | str | None = None,
|
|
2001
|
+
undo: bool | None = None,
|
|
2002
|
+
/,
|
|
2003
|
+
*,
|
|
2004
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
2005
|
+
| None = None,
|
|
2006
|
+
offset: collections.abc.Iterable[float] | None = (150.0, 0.0),
|
|
2007
|
+
input_node_type: str = "",
|
|
2008
|
+
output_node_type: str = "",
|
|
2009
|
+
add_default_geometry_link: bool | None = False,
|
|
2010
|
+
) -> None:
|
|
2011
|
+
"""Undocumented, consider contributing.
|
|
2012
|
+
|
|
2013
|
+
:param settings: Settings, Settings to be applied on the newly created node
|
|
2014
|
+
:param offset: Offset, Offset of nodes from the cursor when added
|
|
2015
|
+
:param input_node_type: Input Node, Specifies the input node used by the created zone
|
|
2016
|
+
:param output_node_type: Output Node, Specifies the output node used by the created zone
|
|
2017
|
+
:param add_default_geometry_link: Add Geometry Link, When enabled, create a link between geometry sockets in this zone
|
|
2018
|
+
"""
|
|
2019
|
+
|
|
2020
|
+
def test_inlining_shader_nodes(
|
|
2021
|
+
execution_context: int | str | None = None,
|
|
2022
|
+
undo: bool | None = None,
|
|
2023
|
+
/,
|
|
2024
|
+
) -> None:
|
|
2025
|
+
"""Create a new inlined shader node tree as is consumed by renderers"""
|
|
2026
|
+
|
|
2027
|
+
def toggle_viewer(
|
|
2028
|
+
execution_context: int | str | None = None,
|
|
2029
|
+
undo: bool | None = None,
|
|
2030
|
+
/,
|
|
2031
|
+
) -> None:
|
|
2032
|
+
"""Toggle selected viewer node in compositor and geometry nodes"""
|
|
2033
|
+
|
|
2207
2034
|
def translate_attach(
|
|
2208
2035
|
execution_context: int | str | None = None,
|
|
2209
2036
|
undo: bool | None = None,
|
|
@@ -2214,12 +2041,8 @@ def translate_attach(
|
|
|
2214
2041
|
) -> None:
|
|
2215
2042
|
"""Move nodes and attach to frame
|
|
2216
2043
|
|
|
2217
|
-
:type execution_context: int | str | None
|
|
2218
|
-
:type undo: bool | None
|
|
2219
2044
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2220
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2221
2045
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
2222
|
-
:type NODE_OT_attach: attach | None
|
|
2223
2046
|
"""
|
|
2224
2047
|
|
|
2225
2048
|
def translate_attach_remove_on_cancel(
|
|
@@ -2232,12 +2055,8 @@ def translate_attach_remove_on_cancel(
|
|
|
2232
2055
|
) -> None:
|
|
2233
2056
|
"""Move nodes and attach to frame
|
|
2234
2057
|
|
|
2235
|
-
:type execution_context: int | str | None
|
|
2236
|
-
:type undo: bool | None
|
|
2237
2058
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2238
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2239
2059
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
2240
|
-
:type NODE_OT_attach: attach | None
|
|
2241
2060
|
"""
|
|
2242
2061
|
|
|
2243
2062
|
def tree_path_parent(
|
|
@@ -2249,10 +2068,7 @@ def tree_path_parent(
|
|
|
2249
2068
|
) -> None:
|
|
2250
2069
|
"""Go to parent node tree
|
|
2251
2070
|
|
|
2252
|
-
:type execution_context: int | str | None
|
|
2253
|
-
:type undo: bool | None
|
|
2254
2071
|
:param parent_tree_index: Parent Index, Parent index in context path
|
|
2255
|
-
:type parent_tree_index: int | None
|
|
2256
2072
|
"""
|
|
2257
2073
|
|
|
2258
2074
|
def view_all(
|
|
@@ -2260,22 +2076,14 @@ def view_all(
|
|
|
2260
2076
|
undo: bool | None = None,
|
|
2261
2077
|
/,
|
|
2262
2078
|
) -> None:
|
|
2263
|
-
"""Resize view so you can see all nodes
|
|
2264
|
-
|
|
2265
|
-
:type execution_context: int | str | None
|
|
2266
|
-
:type undo: bool | None
|
|
2267
|
-
"""
|
|
2079
|
+
"""Resize view so you can see all nodes"""
|
|
2268
2080
|
|
|
2269
2081
|
def view_selected(
|
|
2270
2082
|
execution_context: int | str | None = None,
|
|
2271
2083
|
undo: bool | None = None,
|
|
2272
2084
|
/,
|
|
2273
2085
|
) -> None:
|
|
2274
|
-
"""Resize view so you can see selected nodes
|
|
2275
|
-
|
|
2276
|
-
:type execution_context: int | str | None
|
|
2277
|
-
:type undo: bool | None
|
|
2278
|
-
"""
|
|
2086
|
+
"""Resize view so you can see selected nodes"""
|
|
2279
2087
|
|
|
2280
2088
|
def viewer_border(
|
|
2281
2089
|
execution_context: int | str | None = None,
|
|
@@ -2290,18 +2098,11 @@ def viewer_border(
|
|
|
2290
2098
|
) -> None:
|
|
2291
2099
|
"""Set the boundaries for viewer operations
|
|
2292
2100
|
|
|
2293
|
-
:type execution_context: int | str | None
|
|
2294
|
-
:type undo: bool | None
|
|
2295
2101
|
:param xmin: X Min
|
|
2296
|
-
:type xmin: int | None
|
|
2297
2102
|
:param xmax: X Max
|
|
2298
|
-
:type xmax: int | None
|
|
2299
2103
|
:param ymin: Y Min
|
|
2300
|
-
:type ymin: int | None
|
|
2301
2104
|
:param ymax: Y Max
|
|
2302
|
-
:type ymax: int | None
|
|
2303
2105
|
:param wait_for_input: Wait for Input
|
|
2304
|
-
:type wait_for_input: bool | None
|
|
2305
2106
|
"""
|
|
2306
2107
|
|
|
2307
2108
|
def viewer_shortcut_get(
|
|
@@ -2311,12 +2112,9 @@ def viewer_shortcut_get(
|
|
|
2311
2112
|
*,
|
|
2312
2113
|
viewer_index: int | None = 0,
|
|
2313
2114
|
) -> None:
|
|
2314
|
-
"""
|
|
2115
|
+
"""Toggle a specific viewer node using 1,2,..,9 keys
|
|
2315
2116
|
|
|
2316
|
-
:type execution_context: int | str | None
|
|
2317
|
-
:type undo: bool | None
|
|
2318
2117
|
:param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
|
|
2319
|
-
:type viewer_index: int | None
|
|
2320
2118
|
"""
|
|
2321
2119
|
|
|
2322
2120
|
def viewer_shortcut_set(
|
|
@@ -2326,10 +2124,7 @@ def viewer_shortcut_set(
|
|
|
2326
2124
|
*,
|
|
2327
2125
|
viewer_index: int | None = 0,
|
|
2328
2126
|
) -> None:
|
|
2329
|
-
"""Create a
|
|
2127
|
+
"""Create a viewer shortcut for the selected node by pressing ctrl+1,2,..9
|
|
2330
2128
|
|
|
2331
|
-
:type execution_context: int | str | None
|
|
2332
|
-
:type undo: bool | None
|
|
2333
2129
|
:param viewer_index: Viewer Index, Index corresponding to the shortcut, e.g. number key 1 corresponds to index 1 etc..
|
|
2334
|
-
:type viewer_index: int | None
|
|
2335
2130
|
"""
|