fake-bpy-module 20240321__py3-none-any.whl → 20240324__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +646 -823
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86446 -87424
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/METADATA +1 -1
- fake_bpy_module-20240324.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240321.dist-info/RECORD +0 -343
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/top_level.txt +0 -0
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -6,117 +6,111 @@ import bpy.types
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
def add_collection(
|
|
9
|
-
override_context: typing.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
13
|
-
undo: typing.Optional[bool] = None,
|
|
14
|
-
*,
|
|
9
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
10
|
+
execution_context: typing.Union[str, int] = None,
|
|
11
|
+
undo: bool = None,
|
|
15
12
|
name: typing.Union[str, typing.Any] = "",
|
|
16
|
-
session_uid: typing.
|
|
13
|
+
session_uid: typing.Any = 0,
|
|
17
14
|
):
|
|
18
15
|
"""Add a collection info node to the current node editor
|
|
19
16
|
|
|
20
|
-
:type override_context: typing.
|
|
21
|
-
:type execution_context: typing.
|
|
22
|
-
:type undo:
|
|
17
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
18
|
+
:type execution_context: typing.Union[str, int]
|
|
19
|
+
:type undo: bool
|
|
23
20
|
:param name: Name, Name of the data-block to use by the operator
|
|
24
21
|
:type name: typing.Union[str, typing.Any]
|
|
25
22
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
26
|
-
:type session_uid: typing.
|
|
23
|
+
:type session_uid: typing.Any
|
|
27
24
|
"""
|
|
28
25
|
|
|
29
26
|
...
|
|
30
27
|
|
|
31
28
|
def add_file(
|
|
32
|
-
override_context: typing.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
36
|
-
undo: typing.Optional[bool] = None,
|
|
37
|
-
*,
|
|
29
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
30
|
+
execution_context: typing.Union[str, int] = None,
|
|
31
|
+
undo: bool = None,
|
|
38
32
|
filepath: typing.Union[str, typing.Any] = "",
|
|
39
|
-
hide_props_region: typing.
|
|
40
|
-
check_existing: typing.
|
|
41
|
-
filter_blender: typing.
|
|
42
|
-
filter_backup: typing.
|
|
43
|
-
filter_image: typing.
|
|
44
|
-
filter_movie: typing.
|
|
45
|
-
filter_python: typing.
|
|
46
|
-
filter_font: typing.
|
|
47
|
-
filter_sound: typing.
|
|
48
|
-
filter_text: typing.
|
|
49
|
-
filter_archive: typing.
|
|
50
|
-
filter_btx: typing.
|
|
51
|
-
filter_collada: typing.
|
|
52
|
-
filter_alembic: typing.
|
|
53
|
-
filter_usd: typing.
|
|
54
|
-
filter_obj: typing.
|
|
55
|
-
filter_volume: typing.
|
|
56
|
-
filter_folder: typing.
|
|
57
|
-
filter_blenlib: typing.
|
|
58
|
-
filemode: typing.
|
|
59
|
-
relative_path: typing.
|
|
60
|
-
show_multiview: typing.
|
|
61
|
-
use_multiview: typing.
|
|
62
|
-
display_type: typing.
|
|
63
|
-
sort_method: typing.
|
|
33
|
+
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
34
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
35
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
36
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
37
|
+
filter_image: typing.Union[bool, typing.Any] = True,
|
|
38
|
+
filter_movie: typing.Union[bool, typing.Any] = True,
|
|
39
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
40
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
41
|
+
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
42
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
43
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
44
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
45
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
46
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
47
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
48
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
49
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
50
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
51
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
52
|
+
filemode: typing.Any = 9,
|
|
53
|
+
relative_path: typing.Union[bool, typing.Any] = True,
|
|
54
|
+
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
55
|
+
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
56
|
+
display_type: typing.Any = "DEFAULT",
|
|
57
|
+
sort_method: typing.Any = "",
|
|
64
58
|
name: typing.Union[str, typing.Any] = "",
|
|
65
|
-
session_uid: typing.
|
|
59
|
+
session_uid: typing.Any = 0,
|
|
66
60
|
):
|
|
67
61
|
"""Add a file node to the current node editor
|
|
68
62
|
|
|
69
|
-
:type override_context: typing.
|
|
70
|
-
:type execution_context: typing.
|
|
71
|
-
:type undo:
|
|
63
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
64
|
+
:type execution_context: typing.Union[str, int]
|
|
65
|
+
:type undo: bool
|
|
72
66
|
:param filepath: File Path, Path to file
|
|
73
67
|
:type filepath: typing.Union[str, typing.Any]
|
|
74
68
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
75
|
-
:type hide_props_region: typing.
|
|
69
|
+
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
76
70
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
77
|
-
:type check_existing: typing.
|
|
71
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
78
72
|
:param filter_blender: Filter .blend files
|
|
79
|
-
:type filter_blender: typing.
|
|
73
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
80
74
|
:param filter_backup: Filter .blend files
|
|
81
|
-
:type filter_backup: typing.
|
|
75
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
82
76
|
:param filter_image: Filter image files
|
|
83
|
-
:type filter_image: typing.
|
|
77
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
84
78
|
:param filter_movie: Filter movie files
|
|
85
|
-
:type filter_movie: typing.
|
|
79
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
86
80
|
:param filter_python: Filter Python files
|
|
87
|
-
:type filter_python: typing.
|
|
81
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
88
82
|
:param filter_font: Filter font files
|
|
89
|
-
:type filter_font: typing.
|
|
83
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
90
84
|
:param filter_sound: Filter sound files
|
|
91
|
-
:type filter_sound: typing.
|
|
85
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
92
86
|
:param filter_text: Filter text files
|
|
93
|
-
:type filter_text: typing.
|
|
87
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
94
88
|
:param filter_archive: Filter archive files
|
|
95
|
-
:type filter_archive: typing.
|
|
89
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
96
90
|
:param filter_btx: Filter btx files
|
|
97
|
-
:type filter_btx: typing.
|
|
91
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
98
92
|
:param filter_collada: Filter COLLADA files
|
|
99
|
-
:type filter_collada: typing.
|
|
93
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
100
94
|
:param filter_alembic: Filter Alembic files
|
|
101
|
-
:type filter_alembic: typing.
|
|
95
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
102
96
|
:param filter_usd: Filter USD files
|
|
103
|
-
:type filter_usd: typing.
|
|
97
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
104
98
|
:param filter_obj: Filter OBJ files
|
|
105
|
-
:type filter_obj: typing.
|
|
99
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
106
100
|
:param filter_volume: Filter OpenVDB volume files
|
|
107
|
-
:type filter_volume: typing.
|
|
101
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
108
102
|
:param filter_folder: Filter folders
|
|
109
|
-
:type filter_folder: typing.
|
|
103
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
110
104
|
:param filter_blenlib: Filter Blender IDs
|
|
111
|
-
:type filter_blenlib: typing.
|
|
105
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
112
106
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
113
|
-
:type filemode: typing.
|
|
107
|
+
:type filemode: typing.Any
|
|
114
108
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
115
|
-
:type relative_path: typing.
|
|
109
|
+
:type relative_path: typing.Union[bool, typing.Any]
|
|
116
110
|
:param show_multiview: Enable Multi-View
|
|
117
|
-
:type show_multiview: typing.
|
|
111
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
118
112
|
:param use_multiview: Use Multi-View
|
|
119
|
-
:type use_multiview: typing.
|
|
113
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
120
114
|
:param display_type: Display Type
|
|
121
115
|
|
|
122
116
|
DEFAULT
|
|
@@ -130,7 +124,7 @@ def add_file(
|
|
|
130
124
|
|
|
131
125
|
THUMBNAIL
|
|
132
126
|
Thumbnails -- Display files as thumbnails.
|
|
133
|
-
:type display_type: typing.
|
|
127
|
+
:type display_type: typing.Any
|
|
134
128
|
:param sort_method: File sorting mode
|
|
135
129
|
|
|
136
130
|
DEFAULT
|
|
@@ -147,59 +141,53 @@ def add_file(
|
|
|
147
141
|
|
|
148
142
|
FILE_SORT_SIZE
|
|
149
143
|
Size -- Sort files by size.
|
|
150
|
-
:type sort_method: typing.
|
|
144
|
+
:type sort_method: typing.Any
|
|
151
145
|
:param name: Name, Name of the data-block to use by the operator
|
|
152
146
|
:type name: typing.Union[str, typing.Any]
|
|
153
147
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
154
|
-
:type session_uid: typing.
|
|
148
|
+
:type session_uid: typing.Any
|
|
155
149
|
"""
|
|
156
150
|
|
|
157
151
|
...
|
|
158
152
|
|
|
159
153
|
def add_group(
|
|
160
|
-
override_context: typing.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
164
|
-
undo: typing.Optional[bool] = None,
|
|
165
|
-
*,
|
|
154
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
155
|
+
execution_context: typing.Union[str, int] = None,
|
|
156
|
+
undo: bool = None,
|
|
166
157
|
name: typing.Union[str, typing.Any] = "",
|
|
167
|
-
session_uid: typing.
|
|
168
|
-
show_datablock_in_node: typing.
|
|
158
|
+
session_uid: typing.Any = 0,
|
|
159
|
+
show_datablock_in_node: typing.Union[bool, typing.Any] = True,
|
|
169
160
|
):
|
|
170
161
|
"""Add an existing node group to the current node editor
|
|
171
162
|
|
|
172
|
-
:type override_context: typing.
|
|
173
|
-
:type execution_context: typing.
|
|
174
|
-
:type undo:
|
|
163
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
164
|
+
:type execution_context: typing.Union[str, int]
|
|
165
|
+
:type undo: bool
|
|
175
166
|
:param name: Name, Name of the data-block to use by the operator
|
|
176
167
|
:type name: typing.Union[str, typing.Any]
|
|
177
168
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
178
|
-
:type session_uid: typing.
|
|
169
|
+
:type session_uid: typing.Any
|
|
179
170
|
:param show_datablock_in_node: Show the datablock selector in the node
|
|
180
|
-
:type show_datablock_in_node: typing.
|
|
171
|
+
:type show_datablock_in_node: typing.Union[bool, typing.Any]
|
|
181
172
|
"""
|
|
182
173
|
|
|
183
174
|
...
|
|
184
175
|
|
|
185
176
|
def add_group_asset(
|
|
186
|
-
override_context: typing.
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
undo: typing.Optional[bool] = None,
|
|
191
|
-
*,
|
|
192
|
-
asset_library_type: typing.Optional[typing.Any] = "LOCAL",
|
|
177
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
178
|
+
execution_context: typing.Union[str, int] = None,
|
|
179
|
+
undo: bool = None,
|
|
180
|
+
asset_library_type: typing.Any = "LOCAL",
|
|
193
181
|
asset_library_identifier: typing.Union[str, typing.Any] = "",
|
|
194
182
|
relative_asset_identifier: typing.Union[str, typing.Any] = "",
|
|
195
183
|
):
|
|
196
184
|
"""Add a node group asset to the active node tree
|
|
197
185
|
|
|
198
|
-
:type override_context: typing.
|
|
199
|
-
:type execution_context: typing.
|
|
200
|
-
:type undo:
|
|
186
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
187
|
+
:type execution_context: typing.Union[str, int]
|
|
188
|
+
:type undo: bool
|
|
201
189
|
:param asset_library_type: Asset Library Type
|
|
202
|
-
:type asset_library_type: typing.
|
|
190
|
+
:type asset_library_type: typing.Any
|
|
203
191
|
:param asset_library_identifier: Asset Library Identifier
|
|
204
192
|
:type asset_library_identifier: typing.Union[str, typing.Any]
|
|
205
193
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
@@ -209,73 +197,62 @@ def add_group_asset(
|
|
|
209
197
|
...
|
|
210
198
|
|
|
211
199
|
def add_mask(
|
|
212
|
-
override_context: typing.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
216
|
-
undo: typing.Optional[bool] = None,
|
|
217
|
-
*,
|
|
200
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
201
|
+
execution_context: typing.Union[str, int] = None,
|
|
202
|
+
undo: bool = None,
|
|
218
203
|
name: typing.Union[str, typing.Any] = "",
|
|
219
|
-
session_uid: typing.
|
|
204
|
+
session_uid: typing.Any = 0,
|
|
220
205
|
):
|
|
221
206
|
"""Add a mask node to the current node editor
|
|
222
207
|
|
|
223
|
-
:type override_context: typing.
|
|
224
|
-
:type execution_context: typing.
|
|
225
|
-
:type undo:
|
|
208
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
209
|
+
:type execution_context: typing.Union[str, int]
|
|
210
|
+
:type undo: bool
|
|
226
211
|
:param name: Name, Name of the data-block to use by the operator
|
|
227
212
|
:type name: typing.Union[str, typing.Any]
|
|
228
213
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
229
|
-
:type session_uid: typing.
|
|
214
|
+
:type session_uid: typing.Any
|
|
230
215
|
"""
|
|
231
216
|
|
|
232
217
|
...
|
|
233
218
|
|
|
234
219
|
def add_material(
|
|
235
|
-
override_context: typing.
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
239
|
-
undo: typing.Optional[bool] = None,
|
|
240
|
-
*,
|
|
220
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
221
|
+
execution_context: typing.Union[str, int] = None,
|
|
222
|
+
undo: bool = None,
|
|
241
223
|
name: typing.Union[str, typing.Any] = "",
|
|
242
|
-
session_uid: typing.
|
|
224
|
+
session_uid: typing.Any = 0,
|
|
243
225
|
):
|
|
244
226
|
"""Add a material node to the current node editor
|
|
245
227
|
|
|
246
|
-
:type override_context: typing.
|
|
247
|
-
:type execution_context: typing.
|
|
248
|
-
:type undo:
|
|
228
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
229
|
+
:type execution_context: typing.Union[str, int]
|
|
230
|
+
:type undo: bool
|
|
249
231
|
:param name: Name, Name of the data-block to use by the operator
|
|
250
232
|
:type name: typing.Union[str, typing.Any]
|
|
251
233
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
252
|
-
:type session_uid: typing.
|
|
234
|
+
:type session_uid: typing.Any
|
|
253
235
|
"""
|
|
254
236
|
|
|
255
237
|
...
|
|
256
238
|
|
|
257
239
|
def add_node(
|
|
258
|
-
override_context: typing.
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
*,
|
|
264
|
-
use_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
265
|
-
settings: typing.Optional[
|
|
266
|
-
bpy.types.bpy_prop_collection["bl_operators.node.NodeSetting"]
|
|
267
|
-
] = None,
|
|
240
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
241
|
+
execution_context: typing.Union[str, int] = None,
|
|
242
|
+
undo: bool = None,
|
|
243
|
+
use_transform: typing.Union[bool, typing.Any] = False,
|
|
244
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] = None,
|
|
268
245
|
type: typing.Union[str, typing.Any] = "",
|
|
269
246
|
):
|
|
270
247
|
"""Add a node to the active tree
|
|
271
248
|
|
|
272
|
-
:type override_context: typing.
|
|
273
|
-
:type execution_context: typing.
|
|
274
|
-
:type undo:
|
|
249
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
250
|
+
:type execution_context: typing.Union[str, int]
|
|
251
|
+
:type undo: bool
|
|
275
252
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
276
|
-
:type use_transform: typing.
|
|
253
|
+
:type use_transform: typing.Union[bool, typing.Any]
|
|
277
254
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
278
|
-
:type settings:
|
|
255
|
+
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
279
256
|
:param type: Node Type, Node type
|
|
280
257
|
:type type: typing.Union[str, typing.Any]
|
|
281
258
|
"""
|
|
@@ -283,677 +260,584 @@ def add_node(
|
|
|
283
260
|
...
|
|
284
261
|
|
|
285
262
|
def add_object(
|
|
286
|
-
override_context: typing.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
290
|
-
undo: typing.Optional[bool] = None,
|
|
291
|
-
*,
|
|
263
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
264
|
+
execution_context: typing.Union[str, int] = None,
|
|
265
|
+
undo: bool = None,
|
|
292
266
|
name: typing.Union[str, typing.Any] = "",
|
|
293
|
-
session_uid: typing.
|
|
267
|
+
session_uid: typing.Any = 0,
|
|
294
268
|
):
|
|
295
269
|
"""Add an object info node to the current node editor
|
|
296
270
|
|
|
297
|
-
:type override_context: typing.
|
|
298
|
-
:type execution_context: typing.
|
|
299
|
-
:type undo:
|
|
271
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
272
|
+
:type execution_context: typing.Union[str, int]
|
|
273
|
+
:type undo: bool
|
|
300
274
|
:param name: Name, Name of the data-block to use by the operator
|
|
301
275
|
:type name: typing.Union[str, typing.Any]
|
|
302
276
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
303
|
-
:type session_uid: typing.
|
|
277
|
+
:type session_uid: typing.Any
|
|
304
278
|
"""
|
|
305
279
|
|
|
306
280
|
...
|
|
307
281
|
|
|
308
282
|
def add_repeat_zone(
|
|
309
|
-
override_context: typing.
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
use_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
316
|
-
settings: typing.Optional[
|
|
317
|
-
bpy.types.bpy_prop_collection["bl_operators.node.NodeSetting"]
|
|
318
|
-
] = None,
|
|
319
|
-
offset: typing.Optional[typing.Any] = (150.0, 0.0),
|
|
283
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
284
|
+
execution_context: typing.Union[str, int] = None,
|
|
285
|
+
undo: bool = None,
|
|
286
|
+
use_transform: typing.Union[bool, typing.Any] = False,
|
|
287
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] = None,
|
|
288
|
+
offset: typing.Any = (150.0, 0.0),
|
|
320
289
|
):
|
|
321
290
|
"""Add a repeat zone that allows executing nodes a dynamic number of times
|
|
322
291
|
|
|
323
|
-
:type override_context: typing.
|
|
324
|
-
:type execution_context: typing.
|
|
325
|
-
:type undo:
|
|
292
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
293
|
+
:type execution_context: typing.Union[str, int]
|
|
294
|
+
:type undo: bool
|
|
326
295
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
327
|
-
:type use_transform: typing.
|
|
296
|
+
:type use_transform: typing.Union[bool, typing.Any]
|
|
328
297
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
329
|
-
:type settings:
|
|
298
|
+
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
330
299
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
331
|
-
:type offset: typing.
|
|
300
|
+
:type offset: typing.Any
|
|
332
301
|
"""
|
|
333
302
|
|
|
334
303
|
...
|
|
335
304
|
|
|
336
305
|
def add_reroute(
|
|
337
|
-
override_context: typing.
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
*,
|
|
343
|
-
path: typing.Optional[
|
|
344
|
-
bpy.types.bpy_prop_collection["bpy.types.OperatorMousePath"]
|
|
345
|
-
] = None,
|
|
346
|
-
cursor: typing.Optional[typing.Any] = 8,
|
|
306
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
307
|
+
execution_context: typing.Union[str, int] = None,
|
|
308
|
+
undo: bool = None,
|
|
309
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
310
|
+
cursor: typing.Any = 8,
|
|
347
311
|
):
|
|
348
312
|
"""Add a reroute node
|
|
349
313
|
|
|
350
|
-
:type override_context: typing.
|
|
351
|
-
:type execution_context: typing.
|
|
352
|
-
:type undo:
|
|
314
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
315
|
+
:type execution_context: typing.Union[str, int]
|
|
316
|
+
:type undo: bool
|
|
353
317
|
:param path: Path
|
|
354
|
-
:type path:
|
|
318
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
355
319
|
:param cursor: Cursor
|
|
356
|
-
:type cursor: typing.
|
|
320
|
+
:type cursor: typing.Any
|
|
357
321
|
"""
|
|
358
322
|
|
|
359
323
|
...
|
|
360
324
|
|
|
361
325
|
def add_simulation_zone(
|
|
362
|
-
override_context: typing.
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
use_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
369
|
-
settings: typing.Optional[
|
|
370
|
-
bpy.types.bpy_prop_collection["bl_operators.node.NodeSetting"]
|
|
371
|
-
] = None,
|
|
372
|
-
offset: typing.Optional[typing.Any] = (150.0, 0.0),
|
|
326
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
327
|
+
execution_context: typing.Union[str, int] = None,
|
|
328
|
+
undo: bool = None,
|
|
329
|
+
use_transform: typing.Union[bool, typing.Any] = False,
|
|
330
|
+
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting] = None,
|
|
331
|
+
offset: typing.Any = (150.0, 0.0),
|
|
373
332
|
):
|
|
374
333
|
"""Add simulation zone input and output nodes to the active tree
|
|
375
334
|
|
|
376
|
-
:type override_context: typing.
|
|
377
|
-
:type execution_context: typing.
|
|
378
|
-
:type undo:
|
|
335
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
336
|
+
:type execution_context: typing.Union[str, int]
|
|
337
|
+
:type undo: bool
|
|
379
338
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
380
|
-
:type use_transform: typing.
|
|
339
|
+
:type use_transform: typing.Union[bool, typing.Any]
|
|
381
340
|
:param settings: Settings, Settings to be applied on the newly created node
|
|
382
|
-
:type settings:
|
|
341
|
+
:type settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
383
342
|
:param offset: Offset, Offset of nodes from the cursor when added
|
|
384
|
-
:type offset: typing.
|
|
343
|
+
:type offset: typing.Any
|
|
385
344
|
"""
|
|
386
345
|
|
|
387
346
|
...
|
|
388
347
|
|
|
389
348
|
def attach(
|
|
390
|
-
override_context: typing.
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
394
|
-
undo: typing.Optional[bool] = None,
|
|
349
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
350
|
+
execution_context: typing.Union[str, int] = None,
|
|
351
|
+
undo: bool = None,
|
|
395
352
|
):
|
|
396
353
|
"""Attach active node to a frame
|
|
397
354
|
|
|
398
|
-
:type override_context: typing.
|
|
399
|
-
:type execution_context: typing.
|
|
400
|
-
:type undo:
|
|
355
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
+
:type execution_context: typing.Union[str, int]
|
|
357
|
+
:type undo: bool
|
|
401
358
|
"""
|
|
402
359
|
|
|
403
360
|
...
|
|
404
361
|
|
|
405
362
|
def backimage_fit(
|
|
406
|
-
override_context: typing.
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
410
|
-
undo: typing.Optional[bool] = None,
|
|
363
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
364
|
+
execution_context: typing.Union[str, int] = None,
|
|
365
|
+
undo: bool = None,
|
|
411
366
|
):
|
|
412
367
|
"""Fit the background image to the view
|
|
413
368
|
|
|
414
|
-
:type override_context: typing.
|
|
415
|
-
:type execution_context: typing.
|
|
416
|
-
:type undo:
|
|
369
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
370
|
+
:type execution_context: typing.Union[str, int]
|
|
371
|
+
:type undo: bool
|
|
417
372
|
"""
|
|
418
373
|
|
|
419
374
|
...
|
|
420
375
|
|
|
421
376
|
def backimage_move(
|
|
422
|
-
override_context: typing.
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
426
|
-
undo: typing.Optional[bool] = None,
|
|
377
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
378
|
+
execution_context: typing.Union[str, int] = None,
|
|
379
|
+
undo: bool = None,
|
|
427
380
|
):
|
|
428
381
|
"""Move node backdrop
|
|
429
382
|
|
|
430
|
-
:type override_context: typing.
|
|
431
|
-
:type execution_context: typing.
|
|
432
|
-
:type undo:
|
|
383
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
384
|
+
:type execution_context: typing.Union[str, int]
|
|
385
|
+
:type undo: bool
|
|
433
386
|
"""
|
|
434
387
|
|
|
435
388
|
...
|
|
436
389
|
|
|
437
390
|
def backimage_sample(
|
|
438
|
-
override_context: typing.
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
442
|
-
undo: typing.Optional[bool] = None,
|
|
391
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
392
|
+
execution_context: typing.Union[str, int] = None,
|
|
393
|
+
undo: bool = None,
|
|
443
394
|
):
|
|
444
395
|
"""Use mouse to sample background image
|
|
445
396
|
|
|
446
|
-
:type override_context: typing.
|
|
447
|
-
:type execution_context: typing.
|
|
448
|
-
:type undo:
|
|
397
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
398
|
+
:type execution_context: typing.Union[str, int]
|
|
399
|
+
:type undo: bool
|
|
449
400
|
"""
|
|
450
401
|
|
|
451
402
|
...
|
|
452
403
|
|
|
453
404
|
def backimage_zoom(
|
|
454
|
-
override_context: typing.
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
undo: typing.Optional[bool] = None,
|
|
459
|
-
*,
|
|
460
|
-
factor: typing.Optional[typing.Any] = 1.2,
|
|
405
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
406
|
+
execution_context: typing.Union[str, int] = None,
|
|
407
|
+
undo: bool = None,
|
|
408
|
+
factor: typing.Any = 1.2,
|
|
461
409
|
):
|
|
462
410
|
"""Zoom in/out the background image
|
|
463
411
|
|
|
464
|
-
:type override_context: typing.
|
|
465
|
-
:type execution_context: typing.
|
|
466
|
-
:type undo:
|
|
412
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
413
|
+
:type execution_context: typing.Union[str, int]
|
|
414
|
+
:type undo: bool
|
|
467
415
|
:param factor: Factor
|
|
468
|
-
:type factor: typing.
|
|
416
|
+
:type factor: typing.Any
|
|
469
417
|
"""
|
|
470
418
|
|
|
471
419
|
...
|
|
472
420
|
|
|
473
421
|
def bake_node_item_add(
|
|
474
|
-
override_context: typing.
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
478
|
-
undo: typing.Optional[bool] = None,
|
|
422
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
423
|
+
execution_context: typing.Union[str, int] = None,
|
|
424
|
+
undo: bool = None,
|
|
479
425
|
):
|
|
480
426
|
"""Add a bake item to the bake node
|
|
481
427
|
|
|
482
|
-
:type override_context: typing.
|
|
483
|
-
:type execution_context: typing.
|
|
484
|
-
:type undo:
|
|
428
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
429
|
+
:type execution_context: typing.Union[str, int]
|
|
430
|
+
:type undo: bool
|
|
485
431
|
"""
|
|
486
432
|
|
|
487
433
|
...
|
|
488
434
|
|
|
489
435
|
def bake_node_item_move(
|
|
490
|
-
override_context: typing.
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
undo: typing.Optional[bool] = None,
|
|
495
|
-
*,
|
|
496
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
436
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
437
|
+
execution_context: typing.Union[str, int] = None,
|
|
438
|
+
undo: bool = None,
|
|
439
|
+
direction: typing.Any = "UP",
|
|
497
440
|
):
|
|
498
441
|
"""Move a bake item up or down in the list
|
|
499
442
|
|
|
500
|
-
:type override_context: typing.
|
|
501
|
-
:type execution_context: typing.
|
|
502
|
-
:type undo:
|
|
443
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
444
|
+
:type execution_context: typing.Union[str, int]
|
|
445
|
+
:type undo: bool
|
|
503
446
|
:param direction: Direction
|
|
504
|
-
:type direction: typing.
|
|
447
|
+
:type direction: typing.Any
|
|
505
448
|
"""
|
|
506
449
|
|
|
507
450
|
...
|
|
508
451
|
|
|
509
452
|
def bake_node_item_remove(
|
|
510
|
-
override_context: typing.
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
514
|
-
undo: typing.Optional[bool] = None,
|
|
453
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
454
|
+
execution_context: typing.Union[str, int] = None,
|
|
455
|
+
undo: bool = None,
|
|
515
456
|
):
|
|
516
457
|
"""Remove a bake item from the bake node
|
|
517
458
|
|
|
518
|
-
:type override_context: typing.
|
|
519
|
-
:type execution_context: typing.
|
|
520
|
-
:type undo:
|
|
459
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
460
|
+
:type execution_context: typing.Union[str, int]
|
|
461
|
+
:type undo: bool
|
|
521
462
|
"""
|
|
522
463
|
|
|
523
464
|
...
|
|
524
465
|
|
|
525
466
|
def clear_viewer_border(
|
|
526
|
-
override_context: typing.
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
530
|
-
undo: typing.Optional[bool] = None,
|
|
467
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
468
|
+
execution_context: typing.Union[str, int] = None,
|
|
469
|
+
undo: bool = None,
|
|
531
470
|
):
|
|
532
471
|
"""Clear the boundaries for viewer operations
|
|
533
472
|
|
|
534
|
-
:type override_context: typing.
|
|
535
|
-
:type execution_context: typing.
|
|
536
|
-
:type undo:
|
|
473
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
474
|
+
:type execution_context: typing.Union[str, int]
|
|
475
|
+
:type undo: bool
|
|
537
476
|
"""
|
|
538
477
|
|
|
539
478
|
...
|
|
540
479
|
|
|
541
480
|
def clipboard_copy(
|
|
542
|
-
override_context: typing.
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
546
|
-
undo: typing.Optional[bool] = None,
|
|
481
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
482
|
+
execution_context: typing.Union[str, int] = None,
|
|
483
|
+
undo: bool = None,
|
|
547
484
|
):
|
|
548
485
|
"""Copy the selected nodes to the internal clipboard
|
|
549
486
|
|
|
550
|
-
:type override_context: typing.
|
|
551
|
-
:type execution_context: typing.
|
|
552
|
-
:type undo:
|
|
487
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
488
|
+
:type execution_context: typing.Union[str, int]
|
|
489
|
+
:type undo: bool
|
|
553
490
|
"""
|
|
554
491
|
|
|
555
492
|
...
|
|
556
493
|
|
|
557
494
|
def clipboard_paste(
|
|
558
|
-
override_context: typing.
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
undo: typing.Optional[bool] = None,
|
|
563
|
-
*,
|
|
564
|
-
offset: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
495
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
496
|
+
execution_context: typing.Union[str, int] = None,
|
|
497
|
+
undo: bool = None,
|
|
498
|
+
offset: typing.Any = (0.0, 0.0),
|
|
565
499
|
):
|
|
566
500
|
"""Paste nodes from the internal clipboard to the active node tree
|
|
567
501
|
|
|
568
|
-
:type override_context: typing.
|
|
569
|
-
:type execution_context: typing.
|
|
570
|
-
:type undo:
|
|
502
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
503
|
+
:type execution_context: typing.Union[str, int]
|
|
504
|
+
:type undo: bool
|
|
571
505
|
:param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
|
|
572
|
-
:type offset: typing.
|
|
506
|
+
:type offset: typing.Any
|
|
573
507
|
"""
|
|
574
508
|
|
|
575
509
|
...
|
|
576
510
|
|
|
577
511
|
def collapse_hide_unused_toggle(
|
|
578
|
-
override_context: typing.
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
582
|
-
undo: typing.Optional[bool] = None,
|
|
512
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
513
|
+
execution_context: typing.Union[str, int] = None,
|
|
514
|
+
undo: bool = None,
|
|
583
515
|
):
|
|
584
516
|
"""Toggle collapsed nodes and hide unused sockets
|
|
585
517
|
|
|
586
|
-
:type override_context: typing.
|
|
587
|
-
:type execution_context: typing.
|
|
588
|
-
:type undo:
|
|
518
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
519
|
+
:type execution_context: typing.Union[str, int]
|
|
520
|
+
:type undo: bool
|
|
589
521
|
"""
|
|
590
522
|
|
|
591
523
|
...
|
|
592
524
|
|
|
593
525
|
def cryptomatte_layer_add(
|
|
594
|
-
override_context: typing.
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
598
|
-
undo: typing.Optional[bool] = None,
|
|
526
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
527
|
+
execution_context: typing.Union[str, int] = None,
|
|
528
|
+
undo: bool = None,
|
|
599
529
|
):
|
|
600
530
|
"""Add a new input layer to a Cryptomatte node
|
|
601
531
|
|
|
602
|
-
:type override_context: typing.
|
|
603
|
-
:type execution_context: typing.
|
|
604
|
-
:type undo:
|
|
532
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
533
|
+
:type execution_context: typing.Union[str, int]
|
|
534
|
+
:type undo: bool
|
|
605
535
|
"""
|
|
606
536
|
|
|
607
537
|
...
|
|
608
538
|
|
|
609
539
|
def cryptomatte_layer_remove(
|
|
610
|
-
override_context: typing.
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
614
|
-
undo: typing.Optional[bool] = None,
|
|
540
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
541
|
+
execution_context: typing.Union[str, int] = None,
|
|
542
|
+
undo: bool = None,
|
|
615
543
|
):
|
|
616
544
|
"""Remove layer from a Cryptomatte node
|
|
617
545
|
|
|
618
|
-
:type override_context: typing.
|
|
619
|
-
:type execution_context: typing.
|
|
620
|
-
:type undo:
|
|
546
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
547
|
+
:type execution_context: typing.Union[str, int]
|
|
548
|
+
:type undo: bool
|
|
621
549
|
"""
|
|
622
550
|
|
|
623
551
|
...
|
|
624
552
|
|
|
625
553
|
def deactivate_viewer(
|
|
626
|
-
override_context: typing.
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
630
|
-
undo: typing.Optional[bool] = None,
|
|
554
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
555
|
+
execution_context: typing.Union[str, int] = None,
|
|
556
|
+
undo: bool = None,
|
|
631
557
|
):
|
|
632
558
|
"""Deactivate selected viewer node in geometry nodes
|
|
633
559
|
|
|
634
|
-
:type override_context: typing.
|
|
635
|
-
:type execution_context: typing.
|
|
636
|
-
:type undo:
|
|
560
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
561
|
+
:type execution_context: typing.Union[str, int]
|
|
562
|
+
:type undo: bool
|
|
637
563
|
"""
|
|
638
564
|
|
|
639
565
|
...
|
|
640
566
|
|
|
641
567
|
def delete(
|
|
642
|
-
override_context: typing.
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
646
|
-
undo: typing.Optional[bool] = None,
|
|
568
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
569
|
+
execution_context: typing.Union[str, int] = None,
|
|
570
|
+
undo: bool = None,
|
|
647
571
|
):
|
|
648
572
|
"""Remove selected nodes
|
|
649
573
|
|
|
650
|
-
:type override_context: typing.
|
|
651
|
-
:type execution_context: typing.
|
|
652
|
-
:type undo:
|
|
574
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
575
|
+
:type execution_context: typing.Union[str, int]
|
|
576
|
+
:type undo: bool
|
|
653
577
|
"""
|
|
654
578
|
|
|
655
579
|
...
|
|
656
580
|
|
|
657
581
|
def delete_reconnect(
|
|
658
|
-
override_context: typing.
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
662
|
-
undo: typing.Optional[bool] = None,
|
|
582
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
+
execution_context: typing.Union[str, int] = None,
|
|
584
|
+
undo: bool = None,
|
|
663
585
|
):
|
|
664
586
|
"""Remove nodes and reconnect nodes as if deletion was muted
|
|
665
587
|
|
|
666
|
-
:type override_context: typing.
|
|
667
|
-
:type execution_context: typing.
|
|
668
|
-
:type undo:
|
|
588
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
589
|
+
:type execution_context: typing.Union[str, int]
|
|
590
|
+
:type undo: bool
|
|
669
591
|
"""
|
|
670
592
|
|
|
671
593
|
...
|
|
672
594
|
|
|
673
595
|
def detach(
|
|
674
|
-
override_context: typing.
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
678
|
-
undo: typing.Optional[bool] = None,
|
|
596
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
597
|
+
execution_context: typing.Union[str, int] = None,
|
|
598
|
+
undo: bool = None,
|
|
679
599
|
):
|
|
680
600
|
"""Detach selected nodes from parents
|
|
681
601
|
|
|
682
|
-
:type override_context: typing.
|
|
683
|
-
:type execution_context: typing.
|
|
684
|
-
:type undo:
|
|
602
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
603
|
+
:type execution_context: typing.Union[str, int]
|
|
604
|
+
:type undo: bool
|
|
685
605
|
"""
|
|
686
606
|
|
|
687
607
|
...
|
|
688
608
|
|
|
689
609
|
def detach_translate_attach(
|
|
690
|
-
override_context: typing.
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
NODE_OT_detach: typing.Optional["detach"] = None,
|
|
697
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
698
|
-
NODE_OT_attach: typing.Optional["attach"] = None,
|
|
610
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
611
|
+
execution_context: typing.Union[str, int] = None,
|
|
612
|
+
undo: bool = None,
|
|
613
|
+
NODE_OT_detach: detach = None,
|
|
614
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
615
|
+
NODE_OT_attach: attach = None,
|
|
699
616
|
):
|
|
700
617
|
"""Detach nodes, move and attach to frame
|
|
701
618
|
|
|
702
|
-
:type override_context: typing.
|
|
703
|
-
:type execution_context: typing.
|
|
704
|
-
:type undo:
|
|
619
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
620
|
+
:type execution_context: typing.Union[str, int]
|
|
621
|
+
:type undo: bool
|
|
705
622
|
:param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
|
|
706
|
-
:type NODE_OT_detach:
|
|
623
|
+
:type NODE_OT_detach: detach
|
|
707
624
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
708
|
-
:type TRANSFORM_OT_translate:
|
|
625
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
709
626
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
710
|
-
:type NODE_OT_attach:
|
|
627
|
+
:type NODE_OT_attach: attach
|
|
711
628
|
"""
|
|
712
629
|
|
|
713
630
|
...
|
|
714
631
|
|
|
715
632
|
def duplicate(
|
|
716
|
-
override_context: typing.
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
*,
|
|
722
|
-
keep_inputs: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
723
|
-
linked: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
633
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
634
|
+
execution_context: typing.Union[str, int] = None,
|
|
635
|
+
undo: bool = None,
|
|
636
|
+
keep_inputs: typing.Union[bool, typing.Any] = False,
|
|
637
|
+
linked: typing.Union[bool, typing.Any] = True,
|
|
724
638
|
):
|
|
725
639
|
"""Duplicate selected nodes
|
|
726
640
|
|
|
727
|
-
:type override_context: typing.
|
|
728
|
-
:type execution_context: typing.
|
|
729
|
-
:type undo:
|
|
641
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
642
|
+
:type execution_context: typing.Union[str, int]
|
|
643
|
+
:type undo: bool
|
|
730
644
|
:param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
|
|
731
|
-
:type keep_inputs: typing.
|
|
645
|
+
:type keep_inputs: typing.Union[bool, typing.Any]
|
|
732
646
|
:param linked: Linked, Duplicate node but not node trees, linking to the original data
|
|
733
|
-
:type linked: typing.
|
|
647
|
+
:type linked: typing.Union[bool, typing.Any]
|
|
734
648
|
"""
|
|
735
649
|
|
|
736
650
|
...
|
|
737
651
|
|
|
738
652
|
def duplicate_move(
|
|
739
|
-
override_context: typing.
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
*,
|
|
745
|
-
NODE_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
746
|
-
NODE_OT_translate_attach: typing.Optional["translate_attach"] = None,
|
|
653
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
654
|
+
execution_context: typing.Union[str, int] = None,
|
|
655
|
+
undo: bool = None,
|
|
656
|
+
NODE_OT_duplicate: duplicate = None,
|
|
657
|
+
NODE_OT_translate_attach: translate_attach = None,
|
|
747
658
|
):
|
|
748
659
|
"""Duplicate selected nodes and move them
|
|
749
660
|
|
|
750
|
-
:type override_context: typing.
|
|
751
|
-
:type execution_context: typing.
|
|
752
|
-
:type undo:
|
|
661
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
662
|
+
:type execution_context: typing.Union[str, int]
|
|
663
|
+
:type undo: bool
|
|
753
664
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
754
|
-
:type NODE_OT_duplicate:
|
|
665
|
+
:type NODE_OT_duplicate: duplicate
|
|
755
666
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
756
|
-
:type NODE_OT_translate_attach:
|
|
667
|
+
:type NODE_OT_translate_attach: translate_attach
|
|
757
668
|
"""
|
|
758
669
|
|
|
759
670
|
...
|
|
760
671
|
|
|
761
672
|
def duplicate_move_keep_inputs(
|
|
762
|
-
override_context: typing.
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
*,
|
|
768
|
-
NODE_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
769
|
-
NODE_OT_translate_attach: typing.Optional["translate_attach"] = None,
|
|
673
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
674
|
+
execution_context: typing.Union[str, int] = None,
|
|
675
|
+
undo: bool = None,
|
|
676
|
+
NODE_OT_duplicate: duplicate = None,
|
|
677
|
+
NODE_OT_translate_attach: translate_attach = None,
|
|
770
678
|
):
|
|
771
679
|
"""Duplicate selected nodes keeping input links and move them
|
|
772
680
|
|
|
773
|
-
:type override_context: typing.
|
|
774
|
-
:type execution_context: typing.
|
|
775
|
-
:type undo:
|
|
681
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
682
|
+
:type execution_context: typing.Union[str, int]
|
|
683
|
+
:type undo: bool
|
|
776
684
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
777
|
-
:type NODE_OT_duplicate:
|
|
685
|
+
:type NODE_OT_duplicate: duplicate
|
|
778
686
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
779
|
-
:type NODE_OT_translate_attach:
|
|
687
|
+
:type NODE_OT_translate_attach: translate_attach
|
|
780
688
|
"""
|
|
781
689
|
|
|
782
690
|
...
|
|
783
691
|
|
|
784
692
|
def duplicate_move_linked(
|
|
785
|
-
override_context: typing.
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
*,
|
|
791
|
-
NODE_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
792
|
-
NODE_OT_translate_attach: typing.Optional["translate_attach"] = None,
|
|
693
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
694
|
+
execution_context: typing.Union[str, int] = None,
|
|
695
|
+
undo: bool = None,
|
|
696
|
+
NODE_OT_duplicate: duplicate = None,
|
|
697
|
+
NODE_OT_translate_attach: translate_attach = None,
|
|
793
698
|
):
|
|
794
699
|
"""Duplicate selected nodes, but not their node trees, and move them
|
|
795
700
|
|
|
796
|
-
:type override_context: typing.
|
|
797
|
-
:type execution_context: typing.
|
|
798
|
-
:type undo:
|
|
701
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
702
|
+
:type execution_context: typing.Union[str, int]
|
|
703
|
+
:type undo: bool
|
|
799
704
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
800
|
-
:type NODE_OT_duplicate:
|
|
705
|
+
:type NODE_OT_duplicate: duplicate
|
|
801
706
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
802
|
-
:type NODE_OT_translate_attach:
|
|
707
|
+
:type NODE_OT_translate_attach: translate_attach
|
|
803
708
|
"""
|
|
804
709
|
|
|
805
710
|
...
|
|
806
711
|
|
|
807
712
|
def enum_definition_item_add(
|
|
808
|
-
override_context: typing.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
812
|
-
undo: typing.Optional[bool] = None,
|
|
713
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
714
|
+
execution_context: typing.Union[str, int] = None,
|
|
715
|
+
undo: bool = None,
|
|
813
716
|
):
|
|
814
717
|
"""Add an enum item to the definition
|
|
815
718
|
|
|
816
|
-
:type override_context: typing.
|
|
817
|
-
:type execution_context: typing.
|
|
818
|
-
:type undo:
|
|
719
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
720
|
+
:type execution_context: typing.Union[str, int]
|
|
721
|
+
:type undo: bool
|
|
819
722
|
"""
|
|
820
723
|
|
|
821
724
|
...
|
|
822
725
|
|
|
823
726
|
def enum_definition_item_move(
|
|
824
|
-
override_context: typing.
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
undo: typing.Optional[bool] = None,
|
|
829
|
-
*,
|
|
830
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
727
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
728
|
+
execution_context: typing.Union[str, int] = None,
|
|
729
|
+
undo: bool = None,
|
|
730
|
+
direction: typing.Any = "UP",
|
|
831
731
|
):
|
|
832
732
|
"""Remove the selected enum item from the definition
|
|
833
733
|
|
|
834
|
-
:type override_context: typing.
|
|
835
|
-
:type execution_context: typing.
|
|
836
|
-
:type undo:
|
|
734
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
735
|
+
:type execution_context: typing.Union[str, int]
|
|
736
|
+
:type undo: bool
|
|
837
737
|
:param direction: Direction, Move up or down
|
|
838
|
-
:type direction: typing.
|
|
738
|
+
:type direction: typing.Any
|
|
839
739
|
"""
|
|
840
740
|
|
|
841
741
|
...
|
|
842
742
|
|
|
843
743
|
def enum_definition_item_remove(
|
|
844
|
-
override_context: typing.
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
848
|
-
undo: typing.Optional[bool] = None,
|
|
744
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
745
|
+
execution_context: typing.Union[str, int] = None,
|
|
746
|
+
undo: bool = None,
|
|
849
747
|
):
|
|
850
748
|
"""Remove the selected enum item from the definition
|
|
851
749
|
|
|
852
|
-
:type override_context: typing.
|
|
853
|
-
:type execution_context: typing.
|
|
854
|
-
:type undo:
|
|
750
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
751
|
+
:type execution_context: typing.Union[str, int]
|
|
752
|
+
:type undo: bool
|
|
855
753
|
"""
|
|
856
754
|
|
|
857
755
|
...
|
|
858
756
|
|
|
859
757
|
def find_node(
|
|
860
|
-
override_context: typing.
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
864
|
-
undo: typing.Optional[bool] = None,
|
|
758
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
759
|
+
execution_context: typing.Union[str, int] = None,
|
|
760
|
+
undo: bool = None,
|
|
865
761
|
):
|
|
866
762
|
"""Search for a node by name and focus and select it
|
|
867
763
|
|
|
868
|
-
:type override_context: typing.
|
|
869
|
-
:type execution_context: typing.
|
|
870
|
-
:type undo:
|
|
764
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
765
|
+
:type execution_context: typing.Union[str, int]
|
|
766
|
+
:type undo: bool
|
|
871
767
|
"""
|
|
872
768
|
|
|
873
769
|
...
|
|
874
770
|
|
|
875
771
|
def gltf_settings_node_operator(
|
|
876
|
-
override_context: typing.
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
880
|
-
undo: typing.Optional[bool] = None,
|
|
772
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
773
|
+
execution_context: typing.Union[str, int] = None,
|
|
774
|
+
undo: bool = None,
|
|
881
775
|
):
|
|
882
776
|
"""Add a node to the active tree for glTF export
|
|
883
777
|
|
|
884
|
-
:type override_context: typing.
|
|
885
|
-
:type execution_context: typing.
|
|
886
|
-
:type undo:
|
|
778
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
779
|
+
:type execution_context: typing.Union[str, int]
|
|
780
|
+
:type undo: bool
|
|
887
781
|
"""
|
|
888
782
|
|
|
889
783
|
...
|
|
890
784
|
|
|
891
785
|
def group_edit(
|
|
892
|
-
override_context: typing.
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
undo: typing.Optional[bool] = None,
|
|
897
|
-
*,
|
|
898
|
-
exit: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
786
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
787
|
+
execution_context: typing.Union[str, int] = None,
|
|
788
|
+
undo: bool = None,
|
|
789
|
+
exit: typing.Union[bool, typing.Any] = False,
|
|
899
790
|
):
|
|
900
791
|
"""Edit node group
|
|
901
792
|
|
|
902
|
-
:type override_context: typing.
|
|
903
|
-
:type execution_context: typing.
|
|
904
|
-
:type undo:
|
|
793
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
794
|
+
:type execution_context: typing.Union[str, int]
|
|
795
|
+
:type undo: bool
|
|
905
796
|
:param exit: Exit
|
|
906
|
-
:type exit: typing.
|
|
797
|
+
:type exit: typing.Union[bool, typing.Any]
|
|
907
798
|
"""
|
|
908
799
|
|
|
909
800
|
...
|
|
910
801
|
|
|
911
802
|
def group_insert(
|
|
912
|
-
override_context: typing.
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
916
|
-
undo: typing.Optional[bool] = None,
|
|
803
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
804
|
+
execution_context: typing.Union[str, int] = None,
|
|
805
|
+
undo: bool = None,
|
|
917
806
|
):
|
|
918
807
|
"""Insert selected nodes into a node group
|
|
919
808
|
|
|
920
|
-
:type override_context: typing.
|
|
921
|
-
:type execution_context: typing.
|
|
922
|
-
:type undo:
|
|
809
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
810
|
+
:type execution_context: typing.Union[str, int]
|
|
811
|
+
:type undo: bool
|
|
923
812
|
"""
|
|
924
813
|
|
|
925
814
|
...
|
|
926
815
|
|
|
927
816
|
def group_make(
|
|
928
|
-
override_context: typing.
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
932
|
-
undo: typing.Optional[bool] = None,
|
|
817
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
818
|
+
execution_context: typing.Union[str, int] = None,
|
|
819
|
+
undo: bool = None,
|
|
933
820
|
):
|
|
934
821
|
"""Make group from selected nodes
|
|
935
822
|
|
|
936
|
-
:type override_context: typing.
|
|
937
|
-
:type execution_context: typing.
|
|
938
|
-
:type undo:
|
|
823
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
824
|
+
:type execution_context: typing.Union[str, int]
|
|
825
|
+
:type undo: bool
|
|
939
826
|
"""
|
|
940
827
|
|
|
941
828
|
...
|
|
942
829
|
|
|
943
830
|
def group_separate(
|
|
944
|
-
override_context: typing.
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
undo: typing.Optional[bool] = None,
|
|
949
|
-
*,
|
|
950
|
-
type: typing.Optional[typing.Any] = "COPY",
|
|
831
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
832
|
+
execution_context: typing.Union[str, int] = None,
|
|
833
|
+
undo: bool = None,
|
|
834
|
+
type: typing.Any = "COPY",
|
|
951
835
|
):
|
|
952
836
|
"""Separate selected nodes from the node group
|
|
953
837
|
|
|
954
|
-
:type override_context: typing.
|
|
955
|
-
:type execution_context: typing.
|
|
956
|
-
:type undo:
|
|
838
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
839
|
+
:type execution_context: typing.Union[str, int]
|
|
840
|
+
:type undo: bool
|
|
957
841
|
:param type: Type
|
|
958
842
|
|
|
959
843
|
COPY
|
|
@@ -961,449 +845,390 @@ def group_separate(
|
|
|
961
845
|
|
|
962
846
|
MOVE
|
|
963
847
|
Move -- Move to parent node tree, remove from group.
|
|
964
|
-
:type type: typing.
|
|
848
|
+
:type type: typing.Any
|
|
965
849
|
"""
|
|
966
850
|
|
|
967
851
|
...
|
|
968
852
|
|
|
969
853
|
def group_ungroup(
|
|
970
|
-
override_context: typing.
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
974
|
-
undo: typing.Optional[bool] = None,
|
|
854
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
855
|
+
execution_context: typing.Union[str, int] = None,
|
|
856
|
+
undo: bool = None,
|
|
975
857
|
):
|
|
976
858
|
"""Ungroup selected nodes
|
|
977
859
|
|
|
978
|
-
:type override_context: typing.
|
|
979
|
-
:type execution_context: typing.
|
|
980
|
-
:type undo:
|
|
860
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
861
|
+
:type execution_context: typing.Union[str, int]
|
|
862
|
+
:type undo: bool
|
|
981
863
|
"""
|
|
982
864
|
|
|
983
865
|
...
|
|
984
866
|
|
|
985
867
|
def hide_socket_toggle(
|
|
986
|
-
override_context: typing.
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
990
|
-
undo: typing.Optional[bool] = None,
|
|
868
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
869
|
+
execution_context: typing.Union[str, int] = None,
|
|
870
|
+
undo: bool = None,
|
|
991
871
|
):
|
|
992
872
|
"""Toggle unused node socket display
|
|
993
873
|
|
|
994
|
-
:type override_context: typing.
|
|
995
|
-
:type execution_context: typing.
|
|
996
|
-
:type undo:
|
|
874
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
875
|
+
:type execution_context: typing.Union[str, int]
|
|
876
|
+
:type undo: bool
|
|
997
877
|
"""
|
|
998
878
|
|
|
999
879
|
...
|
|
1000
880
|
|
|
1001
881
|
def hide_toggle(
|
|
1002
|
-
override_context: typing.
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1006
|
-
undo: typing.Optional[bool] = None,
|
|
882
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
883
|
+
execution_context: typing.Union[str, int] = None,
|
|
884
|
+
undo: bool = None,
|
|
1007
885
|
):
|
|
1008
886
|
"""Toggle hiding of selected nodes
|
|
1009
887
|
|
|
1010
|
-
:type override_context: typing.
|
|
1011
|
-
:type execution_context: typing.
|
|
1012
|
-
:type undo:
|
|
888
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
889
|
+
:type execution_context: typing.Union[str, int]
|
|
890
|
+
:type undo: bool
|
|
1013
891
|
"""
|
|
1014
892
|
|
|
1015
893
|
...
|
|
1016
894
|
|
|
1017
895
|
def index_switch_item_add(
|
|
1018
|
-
override_context: typing.
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1022
|
-
undo: typing.Optional[bool] = None,
|
|
896
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
897
|
+
execution_context: typing.Union[str, int] = None,
|
|
898
|
+
undo: bool = None,
|
|
1023
899
|
):
|
|
1024
900
|
"""Add an item to the index switch
|
|
1025
901
|
|
|
1026
|
-
:type override_context: typing.
|
|
1027
|
-
:type execution_context: typing.
|
|
1028
|
-
:type undo:
|
|
902
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
903
|
+
:type execution_context: typing.Union[str, int]
|
|
904
|
+
:type undo: bool
|
|
1029
905
|
"""
|
|
1030
906
|
|
|
1031
907
|
...
|
|
1032
908
|
|
|
1033
909
|
def index_switch_item_remove(
|
|
1034
|
-
override_context: typing.
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
undo: typing.Optional[bool] = None,
|
|
1039
|
-
*,
|
|
1040
|
-
index: typing.Optional[typing.Any] = 0,
|
|
910
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
911
|
+
execution_context: typing.Union[str, int] = None,
|
|
912
|
+
undo: bool = None,
|
|
913
|
+
index: typing.Any = 0,
|
|
1041
914
|
):
|
|
1042
915
|
"""Remove an item from the index switch
|
|
1043
916
|
|
|
1044
|
-
:type override_context: typing.
|
|
1045
|
-
:type execution_context: typing.
|
|
1046
|
-
:type undo:
|
|
917
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
918
|
+
:type execution_context: typing.Union[str, int]
|
|
919
|
+
:type undo: bool
|
|
1047
920
|
:param index: Index, Index of item to remove
|
|
1048
|
-
:type index: typing.
|
|
921
|
+
:type index: typing.Any
|
|
1049
922
|
"""
|
|
1050
923
|
|
|
1051
924
|
...
|
|
1052
925
|
|
|
1053
926
|
def insert_offset(
|
|
1054
|
-
override_context: typing.
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1058
|
-
undo: typing.Optional[bool] = None,
|
|
927
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
928
|
+
execution_context: typing.Union[str, int] = None,
|
|
929
|
+
undo: bool = None,
|
|
1059
930
|
):
|
|
1060
931
|
"""Automatically offset nodes on insertion
|
|
1061
932
|
|
|
1062
|
-
:type override_context: typing.
|
|
1063
|
-
:type execution_context: typing.
|
|
1064
|
-
:type undo:
|
|
933
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
934
|
+
:type execution_context: typing.Union[str, int]
|
|
935
|
+
:type undo: bool
|
|
1065
936
|
"""
|
|
1066
937
|
|
|
1067
938
|
...
|
|
1068
939
|
|
|
1069
940
|
def interface_item_duplicate(
|
|
1070
|
-
override_context: typing.
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1074
|
-
undo: typing.Optional[bool] = None,
|
|
941
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
942
|
+
execution_context: typing.Union[str, int] = None,
|
|
943
|
+
undo: bool = None,
|
|
1075
944
|
):
|
|
1076
945
|
"""Add a copy of the active item to the interface
|
|
1077
946
|
|
|
1078
|
-
:type override_context: typing.
|
|
1079
|
-
:type execution_context: typing.
|
|
1080
|
-
:type undo:
|
|
947
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
948
|
+
:type execution_context: typing.Union[str, int]
|
|
949
|
+
:type undo: bool
|
|
1081
950
|
"""
|
|
1082
951
|
|
|
1083
952
|
...
|
|
1084
953
|
|
|
1085
954
|
def interface_item_new(
|
|
1086
|
-
override_context: typing.
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
undo: typing.Optional[bool] = None,
|
|
1091
|
-
*,
|
|
1092
|
-
item_type: typing.Optional[typing.Any] = "INPUT",
|
|
955
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
956
|
+
execution_context: typing.Union[str, int] = None,
|
|
957
|
+
undo: bool = None,
|
|
958
|
+
item_type: typing.Any = "INPUT",
|
|
1093
959
|
):
|
|
1094
960
|
"""Add a new item to the interface
|
|
1095
961
|
|
|
1096
|
-
:type override_context: typing.
|
|
1097
|
-
:type execution_context: typing.
|
|
1098
|
-
:type undo:
|
|
962
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
963
|
+
:type execution_context: typing.Union[str, int]
|
|
964
|
+
:type undo: bool
|
|
1099
965
|
:param item_type: Item Type, Type of the item to create
|
|
1100
|
-
:type item_type: typing.
|
|
966
|
+
:type item_type: typing.Any
|
|
1101
967
|
"""
|
|
1102
968
|
|
|
1103
969
|
...
|
|
1104
970
|
|
|
1105
971
|
def interface_item_remove(
|
|
1106
|
-
override_context: typing.
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1110
|
-
undo: typing.Optional[bool] = None,
|
|
972
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
973
|
+
execution_context: typing.Union[str, int] = None,
|
|
974
|
+
undo: bool = None,
|
|
1111
975
|
):
|
|
1112
976
|
"""Remove active item from the interface
|
|
1113
977
|
|
|
1114
|
-
:type override_context: typing.
|
|
1115
|
-
:type execution_context: typing.
|
|
1116
|
-
:type undo:
|
|
978
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
979
|
+
:type execution_context: typing.Union[str, int]
|
|
980
|
+
:type undo: bool
|
|
1117
981
|
"""
|
|
1118
982
|
|
|
1119
983
|
...
|
|
1120
984
|
|
|
1121
985
|
def join(
|
|
1122
|
-
override_context: typing.
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1126
|
-
undo: typing.Optional[bool] = None,
|
|
986
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
987
|
+
execution_context: typing.Union[str, int] = None,
|
|
988
|
+
undo: bool = None,
|
|
1127
989
|
):
|
|
1128
990
|
"""Attach selected nodes to a new common frame
|
|
1129
991
|
|
|
1130
|
-
:type override_context: typing.
|
|
1131
|
-
:type execution_context: typing.
|
|
1132
|
-
:type undo:
|
|
992
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
993
|
+
:type execution_context: typing.Union[str, int]
|
|
994
|
+
:type undo: bool
|
|
1133
995
|
"""
|
|
1134
996
|
|
|
1135
997
|
...
|
|
1136
998
|
|
|
1137
999
|
def link(
|
|
1138
|
-
override_context: typing.
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
max_speed: typing.Optional[typing.Any] = 26.0,
|
|
1150
|
-
delay: typing.Optional[typing.Any] = 0.5,
|
|
1151
|
-
zoom_influence: typing.Optional[typing.Any] = 0.5,
|
|
1000
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1001
|
+
execution_context: typing.Union[str, int] = None,
|
|
1002
|
+
undo: bool = None,
|
|
1003
|
+
detach: typing.Union[bool, typing.Any] = False,
|
|
1004
|
+
drag_start: typing.Any = (0.0, 0.0),
|
|
1005
|
+
inside_padding: typing.Any = 2.0,
|
|
1006
|
+
outside_padding: typing.Any = 0.0,
|
|
1007
|
+
speed_ramp: typing.Any = 1.0,
|
|
1008
|
+
max_speed: typing.Any = 26.0,
|
|
1009
|
+
delay: typing.Any = 0.5,
|
|
1010
|
+
zoom_influence: typing.Any = 0.5,
|
|
1152
1011
|
):
|
|
1153
1012
|
"""Use the mouse to create a link between two nodes
|
|
1154
1013
|
|
|
1155
|
-
:type override_context: typing.
|
|
1156
|
-
:type execution_context: typing.
|
|
1157
|
-
:type undo:
|
|
1014
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1015
|
+
:type execution_context: typing.Union[str, int]
|
|
1016
|
+
:type undo: bool
|
|
1158
1017
|
:param detach: Detach, Detach and redirect existing links
|
|
1159
|
-
:type detach: typing.
|
|
1018
|
+
:type detach: typing.Union[bool, typing.Any]
|
|
1160
1019
|
:param drag_start: Drag Start, The position of the mouse cursor at the start of the operation
|
|
1161
|
-
:type drag_start: typing.
|
|
1020
|
+
:type drag_start: typing.Any
|
|
1162
1021
|
:param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
|
|
1163
|
-
:type inside_padding: typing.
|
|
1022
|
+
:type inside_padding: typing.Any
|
|
1164
1023
|
:param outside_padding: Outside Padding, Outside distance in UI units from the edge of the region at which to stop panning
|
|
1165
|
-
:type outside_padding: typing.
|
|
1024
|
+
:type outside_padding: typing.Any
|
|
1166
1025
|
:param speed_ramp: Speed Ramp, Width of the zone in UI units where speed increases with distance from the edge
|
|
1167
|
-
:type speed_ramp: typing.
|
|
1026
|
+
:type speed_ramp: typing.Any
|
|
1168
1027
|
:param max_speed: Max Speed, Maximum speed in UI units per second
|
|
1169
|
-
:type max_speed: typing.
|
|
1028
|
+
:type max_speed: typing.Any
|
|
1170
1029
|
:param delay: Delay, Delay in seconds before maximum speed is reached
|
|
1171
|
-
:type delay: typing.
|
|
1030
|
+
:type delay: typing.Any
|
|
1172
1031
|
:param zoom_influence: Zoom Influence, Influence of the zoom factor on scroll speed
|
|
1173
|
-
:type zoom_influence: typing.
|
|
1032
|
+
:type zoom_influence: typing.Any
|
|
1174
1033
|
"""
|
|
1175
1034
|
|
|
1176
1035
|
...
|
|
1177
1036
|
|
|
1178
1037
|
def link_make(
|
|
1179
|
-
override_context: typing.
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
undo: typing.Optional[bool] = None,
|
|
1184
|
-
*,
|
|
1185
|
-
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1038
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1039
|
+
execution_context: typing.Union[str, int] = None,
|
|
1040
|
+
undo: bool = None,
|
|
1041
|
+
replace: typing.Union[bool, typing.Any] = False,
|
|
1186
1042
|
):
|
|
1187
1043
|
"""Makes a link between selected output in input sockets
|
|
1188
1044
|
|
|
1189
|
-
:type override_context: typing.
|
|
1190
|
-
:type execution_context: typing.
|
|
1191
|
-
:type undo:
|
|
1045
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1046
|
+
:type execution_context: typing.Union[str, int]
|
|
1047
|
+
:type undo: bool
|
|
1192
1048
|
:param replace: Replace, Replace socket connections with the new links
|
|
1193
|
-
:type replace: typing.
|
|
1049
|
+
:type replace: typing.Union[bool, typing.Any]
|
|
1194
1050
|
"""
|
|
1195
1051
|
|
|
1196
1052
|
...
|
|
1197
1053
|
|
|
1198
1054
|
def link_viewer(
|
|
1199
|
-
override_context: typing.
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1203
|
-
undo: typing.Optional[bool] = None,
|
|
1055
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1056
|
+
execution_context: typing.Union[str, int] = None,
|
|
1057
|
+
undo: bool = None,
|
|
1204
1058
|
):
|
|
1205
1059
|
"""Link to viewer node
|
|
1206
1060
|
|
|
1207
|
-
:type override_context: typing.
|
|
1208
|
-
:type execution_context: typing.
|
|
1209
|
-
:type undo:
|
|
1061
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1062
|
+
:type execution_context: typing.Union[str, int]
|
|
1063
|
+
:type undo: bool
|
|
1210
1064
|
"""
|
|
1211
1065
|
|
|
1212
1066
|
...
|
|
1213
1067
|
|
|
1214
1068
|
def links_cut(
|
|
1215
|
-
override_context: typing.
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
*,
|
|
1221
|
-
path: typing.Optional[
|
|
1222
|
-
bpy.types.bpy_prop_collection["bpy.types.OperatorMousePath"]
|
|
1223
|
-
] = None,
|
|
1224
|
-
cursor: typing.Optional[typing.Any] = 12,
|
|
1069
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1070
|
+
execution_context: typing.Union[str, int] = None,
|
|
1071
|
+
undo: bool = None,
|
|
1072
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
1073
|
+
cursor: typing.Any = 12,
|
|
1225
1074
|
):
|
|
1226
1075
|
"""Use the mouse to cut (remove) some links
|
|
1227
1076
|
|
|
1228
|
-
:type override_context: typing.
|
|
1229
|
-
:type execution_context: typing.
|
|
1230
|
-
:type undo:
|
|
1077
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1078
|
+
:type execution_context: typing.Union[str, int]
|
|
1079
|
+
:type undo: bool
|
|
1231
1080
|
:param path: Path
|
|
1232
|
-
:type path:
|
|
1081
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1233
1082
|
:param cursor: Cursor
|
|
1234
|
-
:type cursor: typing.
|
|
1083
|
+
:type cursor: typing.Any
|
|
1235
1084
|
"""
|
|
1236
1085
|
|
|
1237
1086
|
...
|
|
1238
1087
|
|
|
1239
1088
|
def links_detach(
|
|
1240
|
-
override_context: typing.
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1244
|
-
undo: typing.Optional[bool] = None,
|
|
1089
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1090
|
+
execution_context: typing.Union[str, int] = None,
|
|
1091
|
+
undo: bool = None,
|
|
1245
1092
|
):
|
|
1246
1093
|
"""Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1247
1094
|
|
|
1248
|
-
:type override_context: typing.
|
|
1249
|
-
:type execution_context: typing.
|
|
1250
|
-
:type undo:
|
|
1095
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1096
|
+
:type execution_context: typing.Union[str, int]
|
|
1097
|
+
:type undo: bool
|
|
1251
1098
|
"""
|
|
1252
1099
|
|
|
1253
1100
|
...
|
|
1254
1101
|
|
|
1255
1102
|
def links_mute(
|
|
1256
|
-
override_context: typing.
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
*,
|
|
1262
|
-
path: typing.Optional[
|
|
1263
|
-
bpy.types.bpy_prop_collection["bpy.types.OperatorMousePath"]
|
|
1264
|
-
] = None,
|
|
1265
|
-
cursor: typing.Optional[typing.Any] = 35,
|
|
1103
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1104
|
+
execution_context: typing.Union[str, int] = None,
|
|
1105
|
+
undo: bool = None,
|
|
1106
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
1107
|
+
cursor: typing.Any = 35,
|
|
1266
1108
|
):
|
|
1267
1109
|
"""Use the mouse to mute links
|
|
1268
1110
|
|
|
1269
|
-
:type override_context: typing.
|
|
1270
|
-
:type execution_context: typing.
|
|
1271
|
-
:type undo:
|
|
1111
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1112
|
+
:type execution_context: typing.Union[str, int]
|
|
1113
|
+
:type undo: bool
|
|
1272
1114
|
:param path: Path
|
|
1273
|
-
:type path:
|
|
1115
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1274
1116
|
:param cursor: Cursor
|
|
1275
|
-
:type cursor: typing.
|
|
1117
|
+
:type cursor: typing.Any
|
|
1276
1118
|
"""
|
|
1277
1119
|
|
|
1278
1120
|
...
|
|
1279
1121
|
|
|
1280
1122
|
def move_detach_links(
|
|
1281
|
-
override_context: typing.
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
*,
|
|
1287
|
-
NODE_OT_links_detach: typing.Optional["links_detach"] = None,
|
|
1288
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
1123
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1124
|
+
execution_context: typing.Union[str, int] = None,
|
|
1125
|
+
undo: bool = None,
|
|
1126
|
+
NODE_OT_links_detach: links_detach = None,
|
|
1127
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
1289
1128
|
):
|
|
1290
1129
|
"""Move a node to detach links
|
|
1291
1130
|
|
|
1292
|
-
:type override_context: typing.
|
|
1293
|
-
:type execution_context: typing.
|
|
1294
|
-
:type undo:
|
|
1131
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1132
|
+
:type execution_context: typing.Union[str, int]
|
|
1133
|
+
:type undo: bool
|
|
1295
1134
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1296
|
-
:type NODE_OT_links_detach:
|
|
1135
|
+
:type NODE_OT_links_detach: links_detach
|
|
1297
1136
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1298
|
-
:type TRANSFORM_OT_translate:
|
|
1137
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
1299
1138
|
"""
|
|
1300
1139
|
|
|
1301
1140
|
...
|
|
1302
1141
|
|
|
1303
1142
|
def move_detach_links_release(
|
|
1304
|
-
override_context: typing.
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
*,
|
|
1310
|
-
NODE_OT_links_detach: typing.Optional["links_detach"] = None,
|
|
1311
|
-
NODE_OT_translate_attach: typing.Optional["translate_attach"] = None,
|
|
1143
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1144
|
+
execution_context: typing.Union[str, int] = None,
|
|
1145
|
+
undo: bool = None,
|
|
1146
|
+
NODE_OT_links_detach: links_detach = None,
|
|
1147
|
+
NODE_OT_translate_attach: translate_attach = None,
|
|
1312
1148
|
):
|
|
1313
1149
|
"""Move a node to detach links
|
|
1314
1150
|
|
|
1315
|
-
:type override_context: typing.
|
|
1316
|
-
:type execution_context: typing.
|
|
1317
|
-
:type undo:
|
|
1151
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1152
|
+
:type execution_context: typing.Union[str, int]
|
|
1153
|
+
:type undo: bool
|
|
1318
1154
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1319
|
-
:type NODE_OT_links_detach:
|
|
1155
|
+
:type NODE_OT_links_detach: links_detach
|
|
1320
1156
|
:param NODE_OT_translate_attach: Move and Attach, Move nodes and attach to frame
|
|
1321
|
-
:type NODE_OT_translate_attach:
|
|
1157
|
+
:type NODE_OT_translate_attach: translate_attach
|
|
1322
1158
|
"""
|
|
1323
1159
|
|
|
1324
1160
|
...
|
|
1325
1161
|
|
|
1326
1162
|
def mute_toggle(
|
|
1327
|
-
override_context: typing.
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1331
|
-
undo: typing.Optional[bool] = None,
|
|
1163
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1164
|
+
execution_context: typing.Union[str, int] = None,
|
|
1165
|
+
undo: bool = None,
|
|
1332
1166
|
):
|
|
1333
1167
|
"""Toggle muting of selected nodes
|
|
1334
1168
|
|
|
1335
|
-
:type override_context: typing.
|
|
1336
|
-
:type execution_context: typing.
|
|
1337
|
-
:type undo:
|
|
1169
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1170
|
+
:type execution_context: typing.Union[str, int]
|
|
1171
|
+
:type undo: bool
|
|
1338
1172
|
"""
|
|
1339
1173
|
|
|
1340
1174
|
...
|
|
1341
1175
|
|
|
1342
1176
|
def new_geometry_node_group_assign(
|
|
1343
|
-
override_context: typing.
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1347
|
-
undo: typing.Optional[bool] = None,
|
|
1177
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1178
|
+
execution_context: typing.Union[str, int] = None,
|
|
1179
|
+
undo: bool = None,
|
|
1348
1180
|
):
|
|
1349
1181
|
"""Create a new geometry node group and assign it to the active modifier
|
|
1350
1182
|
|
|
1351
|
-
:type override_context: typing.
|
|
1352
|
-
:type execution_context: typing.
|
|
1353
|
-
:type undo:
|
|
1183
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1184
|
+
:type execution_context: typing.Union[str, int]
|
|
1185
|
+
:type undo: bool
|
|
1354
1186
|
"""
|
|
1355
1187
|
|
|
1356
1188
|
...
|
|
1357
1189
|
|
|
1358
1190
|
def new_geometry_node_group_tool(
|
|
1359
|
-
override_context: typing.
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1363
|
-
undo: typing.Optional[bool] = None,
|
|
1191
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1192
|
+
execution_context: typing.Union[str, int] = None,
|
|
1193
|
+
undo: bool = None,
|
|
1364
1194
|
):
|
|
1365
1195
|
"""Create a new geometry node group for a tool
|
|
1366
1196
|
|
|
1367
|
-
:type override_context: typing.
|
|
1368
|
-
:type execution_context: typing.
|
|
1369
|
-
:type undo:
|
|
1197
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1198
|
+
:type execution_context: typing.Union[str, int]
|
|
1199
|
+
:type undo: bool
|
|
1370
1200
|
"""
|
|
1371
1201
|
|
|
1372
1202
|
...
|
|
1373
1203
|
|
|
1374
1204
|
def new_geometry_nodes_modifier(
|
|
1375
|
-
override_context: typing.
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1379
|
-
undo: typing.Optional[bool] = None,
|
|
1205
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1206
|
+
execution_context: typing.Union[str, int] = None,
|
|
1207
|
+
undo: bool = None,
|
|
1380
1208
|
):
|
|
1381
1209
|
"""Create a new modifier with a new geometry node group
|
|
1382
1210
|
|
|
1383
|
-
:type override_context: typing.
|
|
1384
|
-
:type execution_context: typing.
|
|
1385
|
-
:type undo:
|
|
1211
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1212
|
+
:type execution_context: typing.Union[str, int]
|
|
1213
|
+
:type undo: bool
|
|
1386
1214
|
"""
|
|
1387
1215
|
|
|
1388
1216
|
...
|
|
1389
1217
|
|
|
1390
1218
|
def new_node_tree(
|
|
1391
|
-
override_context: typing.
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
undo: typing.Optional[bool] = None,
|
|
1396
|
-
*,
|
|
1397
|
-
type: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
1219
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1220
|
+
execution_context: typing.Union[str, int] = None,
|
|
1221
|
+
undo: bool = None,
|
|
1222
|
+
type: typing.Union[str, int, typing.Any] = "",
|
|
1398
1223
|
name: typing.Union[str, typing.Any] = "NodeTree",
|
|
1399
1224
|
):
|
|
1400
1225
|
"""Create a new node tree
|
|
1401
1226
|
|
|
1402
|
-
:type override_context: typing.
|
|
1403
|
-
:type execution_context: typing.
|
|
1404
|
-
:type undo:
|
|
1227
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1228
|
+
:type execution_context: typing.Union[str, int]
|
|
1229
|
+
:type undo: bool
|
|
1405
1230
|
:param type: Tree Type
|
|
1406
|
-
:type type: typing.
|
|
1231
|
+
:type type: typing.Union[str, int, typing.Any]
|
|
1407
1232
|
:param name: Name
|
|
1408
1233
|
:type name: typing.Union[str, typing.Any]
|
|
1409
1234
|
"""
|
|
@@ -1411,77 +1236,67 @@ def new_node_tree(
|
|
|
1411
1236
|
...
|
|
1412
1237
|
|
|
1413
1238
|
def node_color_preset_add(
|
|
1414
|
-
override_context: typing.
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1418
|
-
undo: typing.Optional[bool] = None,
|
|
1419
|
-
*,
|
|
1239
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1240
|
+
execution_context: typing.Union[str, int] = None,
|
|
1241
|
+
undo: bool = None,
|
|
1420
1242
|
name: typing.Union[str, typing.Any] = "",
|
|
1421
|
-
remove_name: typing.
|
|
1422
|
-
remove_active: typing.
|
|
1243
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
1244
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
1423
1245
|
):
|
|
1424
1246
|
"""Add or remove a Node Color Preset
|
|
1425
1247
|
|
|
1426
|
-
:type override_context: typing.
|
|
1427
|
-
:type execution_context: typing.
|
|
1428
|
-
:type undo:
|
|
1248
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1249
|
+
:type execution_context: typing.Union[str, int]
|
|
1250
|
+
:type undo: bool
|
|
1429
1251
|
:param name: Name, Name of the preset, used to make the path name
|
|
1430
1252
|
:type name: typing.Union[str, typing.Any]
|
|
1431
1253
|
:param remove_name: remove_name
|
|
1432
|
-
:type remove_name: typing.
|
|
1254
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
1433
1255
|
:param remove_active: remove_active
|
|
1434
|
-
:type remove_active: typing.
|
|
1256
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
1435
1257
|
"""
|
|
1436
1258
|
|
|
1437
1259
|
...
|
|
1438
1260
|
|
|
1439
1261
|
def node_copy_color(
|
|
1440
|
-
override_context: typing.
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1444
|
-
undo: typing.Optional[bool] = None,
|
|
1262
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1263
|
+
execution_context: typing.Union[str, int] = None,
|
|
1264
|
+
undo: bool = None,
|
|
1445
1265
|
):
|
|
1446
1266
|
"""Copy color to all selected nodes
|
|
1447
1267
|
|
|
1448
|
-
:type override_context: typing.
|
|
1449
|
-
:type execution_context: typing.
|
|
1450
|
-
:type undo:
|
|
1268
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1269
|
+
:type execution_context: typing.Union[str, int]
|
|
1270
|
+
:type undo: bool
|
|
1451
1271
|
"""
|
|
1452
1272
|
|
|
1453
1273
|
...
|
|
1454
1274
|
|
|
1455
1275
|
def options_toggle(
|
|
1456
|
-
override_context: typing.
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1460
|
-
undo: typing.Optional[bool] = None,
|
|
1276
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1277
|
+
execution_context: typing.Union[str, int] = None,
|
|
1278
|
+
undo: bool = None,
|
|
1461
1279
|
):
|
|
1462
1280
|
"""Toggle option buttons display for selected nodes
|
|
1463
1281
|
|
|
1464
|
-
:type override_context: typing.
|
|
1465
|
-
:type execution_context: typing.
|
|
1466
|
-
:type undo:
|
|
1282
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1283
|
+
:type execution_context: typing.Union[str, int]
|
|
1284
|
+
:type undo: bool
|
|
1467
1285
|
"""
|
|
1468
1286
|
|
|
1469
1287
|
...
|
|
1470
1288
|
|
|
1471
1289
|
def output_file_add_socket(
|
|
1472
|
-
override_context: typing.
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1476
|
-
undo: typing.Optional[bool] = None,
|
|
1477
|
-
*,
|
|
1290
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1291
|
+
execution_context: typing.Union[str, int] = None,
|
|
1292
|
+
undo: bool = None,
|
|
1478
1293
|
file_path: typing.Union[str, typing.Any] = "Image",
|
|
1479
1294
|
):
|
|
1480
1295
|
"""Add a new input to a file output node
|
|
1481
1296
|
|
|
1482
|
-
:type override_context: typing.
|
|
1483
|
-
:type execution_context: typing.
|
|
1484
|
-
:type undo:
|
|
1297
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1298
|
+
:type execution_context: typing.Union[str, int]
|
|
1299
|
+
:type undo: bool
|
|
1485
1300
|
:param file_path: File Path, Subpath of the output file
|
|
1486
1301
|
:type file_path: typing.Union[str, typing.Any]
|
|
1487
1302
|
"""
|
|
@@ -1489,228 +1304,200 @@ def output_file_add_socket(
|
|
|
1489
1304
|
...
|
|
1490
1305
|
|
|
1491
1306
|
def output_file_move_active_socket(
|
|
1492
|
-
override_context: typing.
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
undo: typing.Optional[bool] = None,
|
|
1497
|
-
*,
|
|
1498
|
-
direction: typing.Optional[typing.Any] = "DOWN",
|
|
1307
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1308
|
+
execution_context: typing.Union[str, int] = None,
|
|
1309
|
+
undo: bool = None,
|
|
1310
|
+
direction: typing.Any = "DOWN",
|
|
1499
1311
|
):
|
|
1500
1312
|
"""Move the active input of a file output node up or down the list
|
|
1501
1313
|
|
|
1502
|
-
:type override_context: typing.
|
|
1503
|
-
:type execution_context: typing.
|
|
1504
|
-
:type undo:
|
|
1314
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1315
|
+
:type execution_context: typing.Union[str, int]
|
|
1316
|
+
:type undo: bool
|
|
1505
1317
|
:param direction: Direction
|
|
1506
|
-
:type direction: typing.
|
|
1318
|
+
:type direction: typing.Any
|
|
1507
1319
|
"""
|
|
1508
1320
|
|
|
1509
1321
|
...
|
|
1510
1322
|
|
|
1511
1323
|
def output_file_remove_active_socket(
|
|
1512
|
-
override_context: typing.
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1516
|
-
undo: typing.Optional[bool] = None,
|
|
1324
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1325
|
+
execution_context: typing.Union[str, int] = None,
|
|
1326
|
+
undo: bool = None,
|
|
1517
1327
|
):
|
|
1518
1328
|
"""Remove the active input from a file output node
|
|
1519
1329
|
|
|
1520
|
-
:type override_context: typing.
|
|
1521
|
-
:type execution_context: typing.
|
|
1522
|
-
:type undo:
|
|
1330
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1331
|
+
:type execution_context: typing.Union[str, int]
|
|
1332
|
+
:type undo: bool
|
|
1523
1333
|
"""
|
|
1524
1334
|
|
|
1525
1335
|
...
|
|
1526
1336
|
|
|
1527
1337
|
def parent_set(
|
|
1528
|
-
override_context: typing.
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1532
|
-
undo: typing.Optional[bool] = None,
|
|
1338
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1339
|
+
execution_context: typing.Union[str, int] = None,
|
|
1340
|
+
undo: bool = None,
|
|
1533
1341
|
):
|
|
1534
1342
|
"""Attach selected nodes
|
|
1535
1343
|
|
|
1536
|
-
:type override_context: typing.
|
|
1537
|
-
:type execution_context: typing.
|
|
1538
|
-
:type undo:
|
|
1344
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1345
|
+
:type execution_context: typing.Union[str, int]
|
|
1346
|
+
:type undo: bool
|
|
1539
1347
|
"""
|
|
1540
1348
|
|
|
1541
1349
|
...
|
|
1542
1350
|
|
|
1543
1351
|
def preview_toggle(
|
|
1544
|
-
override_context: typing.
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1548
|
-
undo: typing.Optional[bool] = None,
|
|
1352
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1353
|
+
execution_context: typing.Union[str, int] = None,
|
|
1354
|
+
undo: bool = None,
|
|
1549
1355
|
):
|
|
1550
1356
|
"""Toggle preview display for selected nodes
|
|
1551
1357
|
|
|
1552
|
-
:type override_context: typing.
|
|
1553
|
-
:type execution_context: typing.
|
|
1554
|
-
:type undo:
|
|
1358
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1359
|
+
:type execution_context: typing.Union[str, int]
|
|
1360
|
+
:type undo: bool
|
|
1555
1361
|
"""
|
|
1556
1362
|
|
|
1557
1363
|
...
|
|
1558
1364
|
|
|
1559
1365
|
def read_viewlayers(
|
|
1560
|
-
override_context: typing.
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1564
|
-
undo: typing.Optional[bool] = None,
|
|
1366
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1367
|
+
execution_context: typing.Union[str, int] = None,
|
|
1368
|
+
undo: bool = None,
|
|
1565
1369
|
):
|
|
1566
1370
|
"""Read all render layers of all used scenes
|
|
1567
1371
|
|
|
1568
|
-
:type override_context: typing.
|
|
1569
|
-
:type execution_context: typing.
|
|
1570
|
-
:type undo:
|
|
1372
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1373
|
+
:type execution_context: typing.Union[str, int]
|
|
1374
|
+
:type undo: bool
|
|
1571
1375
|
"""
|
|
1572
1376
|
|
|
1573
1377
|
...
|
|
1574
1378
|
|
|
1575
1379
|
def render_changed(
|
|
1576
|
-
override_context: typing.
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1580
|
-
undo: typing.Optional[bool] = None,
|
|
1380
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1381
|
+
execution_context: typing.Union[str, int] = None,
|
|
1382
|
+
undo: bool = None,
|
|
1581
1383
|
):
|
|
1582
1384
|
"""Render current scene, when input node's layer has been changed
|
|
1583
1385
|
|
|
1584
|
-
:type override_context: typing.
|
|
1585
|
-
:type execution_context: typing.
|
|
1586
|
-
:type undo:
|
|
1386
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1387
|
+
:type execution_context: typing.Union[str, int]
|
|
1388
|
+
:type undo: bool
|
|
1587
1389
|
"""
|
|
1588
1390
|
|
|
1589
1391
|
...
|
|
1590
1392
|
|
|
1591
1393
|
def repeat_zone_item_add(
|
|
1592
|
-
override_context: typing.
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1596
|
-
undo: typing.Optional[bool] = None,
|
|
1394
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1395
|
+
execution_context: typing.Union[str, int] = None,
|
|
1396
|
+
undo: bool = None,
|
|
1597
1397
|
):
|
|
1598
1398
|
"""Add a repeat item to the repeat zone
|
|
1599
1399
|
|
|
1600
|
-
:type override_context: typing.
|
|
1601
|
-
:type execution_context: typing.
|
|
1602
|
-
:type undo:
|
|
1400
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1401
|
+
:type execution_context: typing.Union[str, int]
|
|
1402
|
+
:type undo: bool
|
|
1603
1403
|
"""
|
|
1604
1404
|
|
|
1605
1405
|
...
|
|
1606
1406
|
|
|
1607
1407
|
def repeat_zone_item_move(
|
|
1608
|
-
override_context: typing.
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
undo: typing.Optional[bool] = None,
|
|
1613
|
-
*,
|
|
1614
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
1408
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1409
|
+
execution_context: typing.Union[str, int] = None,
|
|
1410
|
+
undo: bool = None,
|
|
1411
|
+
direction: typing.Any = "UP",
|
|
1615
1412
|
):
|
|
1616
1413
|
"""Move a repeat item up or down in the list
|
|
1617
1414
|
|
|
1618
|
-
:type override_context: typing.
|
|
1619
|
-
:type execution_context: typing.
|
|
1620
|
-
:type undo:
|
|
1415
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1416
|
+
:type execution_context: typing.Union[str, int]
|
|
1417
|
+
:type undo: bool
|
|
1621
1418
|
:param direction: Direction
|
|
1622
|
-
:type direction: typing.
|
|
1419
|
+
:type direction: typing.Any
|
|
1623
1420
|
"""
|
|
1624
1421
|
|
|
1625
1422
|
...
|
|
1626
1423
|
|
|
1627
1424
|
def repeat_zone_item_remove(
|
|
1628
|
-
override_context: typing.
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1632
|
-
undo: typing.Optional[bool] = None,
|
|
1425
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1426
|
+
execution_context: typing.Union[str, int] = None,
|
|
1427
|
+
undo: bool = None,
|
|
1633
1428
|
):
|
|
1634
1429
|
"""Remove a repeat item from the repeat zone
|
|
1635
1430
|
|
|
1636
|
-
:type override_context: typing.
|
|
1637
|
-
:type execution_context: typing.
|
|
1638
|
-
:type undo:
|
|
1431
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1432
|
+
:type execution_context: typing.Union[str, int]
|
|
1433
|
+
:type undo: bool
|
|
1639
1434
|
"""
|
|
1640
1435
|
|
|
1641
1436
|
...
|
|
1642
1437
|
|
|
1643
1438
|
def resize(
|
|
1644
|
-
override_context: typing.
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1648
|
-
undo: typing.Optional[bool] = None,
|
|
1439
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1440
|
+
execution_context: typing.Union[str, int] = None,
|
|
1441
|
+
undo: bool = None,
|
|
1649
1442
|
):
|
|
1650
1443
|
"""Resize a node
|
|
1651
1444
|
|
|
1652
|
-
:type override_context: typing.
|
|
1653
|
-
:type execution_context: typing.
|
|
1654
|
-
:type undo:
|
|
1445
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1446
|
+
:type execution_context: typing.Union[str, int]
|
|
1447
|
+
:type undo: bool
|
|
1655
1448
|
"""
|
|
1656
1449
|
|
|
1657
1450
|
...
|
|
1658
1451
|
|
|
1659
1452
|
def select(
|
|
1660
|
-
override_context: typing.
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
location: typing.Optional[typing.Any] = (0, 0),
|
|
1672
|
-
socket_select: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1673
|
-
clear_viewer: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1453
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1454
|
+
execution_context: typing.Union[str, int] = None,
|
|
1455
|
+
undo: bool = None,
|
|
1456
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1457
|
+
deselect: typing.Union[bool, typing.Any] = False,
|
|
1458
|
+
toggle: typing.Union[bool, typing.Any] = False,
|
|
1459
|
+
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
1460
|
+
select_passthrough: typing.Union[bool, typing.Any] = False,
|
|
1461
|
+
location: typing.Any = (0, 0),
|
|
1462
|
+
socket_select: typing.Union[bool, typing.Any] = False,
|
|
1463
|
+
clear_viewer: typing.Union[bool, typing.Any] = False,
|
|
1674
1464
|
):
|
|
1675
1465
|
"""Select the node under the cursor
|
|
1676
1466
|
|
|
1677
|
-
:type override_context: typing.
|
|
1678
|
-
:type execution_context: typing.
|
|
1679
|
-
:type undo:
|
|
1467
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1468
|
+
:type execution_context: typing.Union[str, int]
|
|
1469
|
+
:type undo: bool
|
|
1680
1470
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1681
|
-
:type extend: typing.
|
|
1471
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1682
1472
|
:param deselect: Deselect, Remove from selection
|
|
1683
|
-
:type deselect: typing.
|
|
1473
|
+
:type deselect: typing.Union[bool, typing.Any]
|
|
1684
1474
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1685
|
-
:type toggle: typing.
|
|
1475
|
+
:type toggle: typing.Union[bool, typing.Any]
|
|
1686
1476
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1687
|
-
:type deselect_all: typing.
|
|
1477
|
+
:type deselect_all: typing.Union[bool, typing.Any]
|
|
1688
1478
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1689
|
-
:type select_passthrough: typing.
|
|
1479
|
+
:type select_passthrough: typing.Union[bool, typing.Any]
|
|
1690
1480
|
:param location: Location, Mouse location
|
|
1691
|
-
:type location: typing.
|
|
1481
|
+
:type location: typing.Any
|
|
1692
1482
|
:param socket_select: Socket Select
|
|
1693
|
-
:type socket_select: typing.
|
|
1483
|
+
:type socket_select: typing.Union[bool, typing.Any]
|
|
1694
1484
|
:param clear_viewer: Clear Viewer, Deactivate geometry nodes viewer when clicking in empty space
|
|
1695
|
-
:type clear_viewer: typing.
|
|
1485
|
+
:type clear_viewer: typing.Union[bool, typing.Any]
|
|
1696
1486
|
"""
|
|
1697
1487
|
|
|
1698
1488
|
...
|
|
1699
1489
|
|
|
1700
1490
|
def select_all(
|
|
1701
|
-
override_context: typing.
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
undo: typing.Optional[bool] = None,
|
|
1706
|
-
*,
|
|
1707
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
1491
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1492
|
+
execution_context: typing.Union[str, int] = None,
|
|
1493
|
+
undo: bool = None,
|
|
1494
|
+
action: typing.Any = "TOGGLE",
|
|
1708
1495
|
):
|
|
1709
1496
|
"""(De)select all nodes
|
|
1710
1497
|
|
|
1711
|
-
:type override_context: typing.
|
|
1712
|
-
:type execution_context: typing.
|
|
1713
|
-
:type undo:
|
|
1498
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1499
|
+
:type execution_context: typing.Union[str, int]
|
|
1500
|
+
:type undo: bool
|
|
1714
1501
|
:param action: Action, Selection action to execute
|
|
1715
1502
|
|
|
1716
1503
|
TOGGLE
|
|
@@ -1724,43 +1511,40 @@ def select_all(
|
|
|
1724
1511
|
|
|
1725
1512
|
INVERT
|
|
1726
1513
|
Invert -- Invert selection of all elements.
|
|
1727
|
-
:type action: typing.
|
|
1514
|
+
:type action: typing.Any
|
|
1728
1515
|
"""
|
|
1729
1516
|
|
|
1730
1517
|
...
|
|
1731
1518
|
|
|
1732
1519
|
def select_box(
|
|
1733
|
-
override_context: typing.
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
1744
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1745
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1520
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1521
|
+
execution_context: typing.Union[str, int] = None,
|
|
1522
|
+
undo: bool = None,
|
|
1523
|
+
tweak: typing.Union[bool, typing.Any] = False,
|
|
1524
|
+
xmin: typing.Any = 0,
|
|
1525
|
+
xmax: typing.Any = 0,
|
|
1526
|
+
ymin: typing.Any = 0,
|
|
1527
|
+
ymax: typing.Any = 0,
|
|
1528
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1529
|
+
mode: typing.Any = "SET",
|
|
1746
1530
|
):
|
|
1747
1531
|
"""Use box selection to select nodes
|
|
1748
1532
|
|
|
1749
|
-
:type override_context: typing.
|
|
1750
|
-
:type execution_context: typing.
|
|
1751
|
-
:type undo:
|
|
1533
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1534
|
+
:type execution_context: typing.Union[str, int]
|
|
1535
|
+
:type undo: bool
|
|
1752
1536
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
1753
|
-
:type tweak: typing.
|
|
1537
|
+
:type tweak: typing.Union[bool, typing.Any]
|
|
1754
1538
|
:param xmin: X Min
|
|
1755
|
-
:type xmin: typing.
|
|
1539
|
+
:type xmin: typing.Any
|
|
1756
1540
|
:param xmax: X Max
|
|
1757
|
-
:type xmax: typing.
|
|
1541
|
+
:type xmax: typing.Any
|
|
1758
1542
|
:param ymin: Y Min
|
|
1759
|
-
:type ymin: typing.
|
|
1543
|
+
:type ymin: typing.Any
|
|
1760
1544
|
:param ymax: Y Max
|
|
1761
|
-
:type ymax: typing.
|
|
1545
|
+
:type ymax: typing.Any
|
|
1762
1546
|
:param wait_for_input: Wait for Input
|
|
1763
|
-
:type wait_for_input: typing.
|
|
1547
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1764
1548
|
:param mode: Mode
|
|
1765
1549
|
|
|
1766
1550
|
SET
|
|
@@ -1771,37 +1555,34 @@ def select_box(
|
|
|
1771
1555
|
|
|
1772
1556
|
SUB
|
|
1773
1557
|
Subtract -- Subtract existing selection.
|
|
1774
|
-
:type mode: typing.
|
|
1558
|
+
:type mode: typing.Any
|
|
1775
1559
|
"""
|
|
1776
1560
|
|
|
1777
1561
|
...
|
|
1778
1562
|
|
|
1779
1563
|
def select_circle(
|
|
1780
|
-
override_context: typing.
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
radius: typing.Optional[typing.Any] = 25,
|
|
1789
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1790
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1564
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1565
|
+
execution_context: typing.Union[str, int] = None,
|
|
1566
|
+
undo: bool = None,
|
|
1567
|
+
x: typing.Any = 0,
|
|
1568
|
+
y: typing.Any = 0,
|
|
1569
|
+
radius: typing.Any = 25,
|
|
1570
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1571
|
+
mode: typing.Any = "SET",
|
|
1791
1572
|
):
|
|
1792
1573
|
"""Use circle selection to select nodes
|
|
1793
1574
|
|
|
1794
|
-
:type override_context: typing.
|
|
1795
|
-
:type execution_context: typing.
|
|
1796
|
-
:type undo:
|
|
1575
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1576
|
+
:type execution_context: typing.Union[str, int]
|
|
1577
|
+
:type undo: bool
|
|
1797
1578
|
:param x: X
|
|
1798
|
-
:type x: typing.
|
|
1579
|
+
:type x: typing.Any
|
|
1799
1580
|
:param y: Y
|
|
1800
|
-
:type y: typing.
|
|
1581
|
+
:type y: typing.Any
|
|
1801
1582
|
:param radius: Radius
|
|
1802
|
-
:type radius: typing.
|
|
1583
|
+
:type radius: typing.Any
|
|
1803
1584
|
:param wait_for_input: Wait for Input
|
|
1804
|
-
:type wait_for_input: typing.
|
|
1585
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1805
1586
|
:param mode: Mode
|
|
1806
1587
|
|
|
1807
1588
|
SET
|
|
@@ -1812,56 +1593,48 @@ def select_circle(
|
|
|
1812
1593
|
|
|
1813
1594
|
SUB
|
|
1814
1595
|
Subtract -- Subtract existing selection.
|
|
1815
|
-
:type mode: typing.
|
|
1596
|
+
:type mode: typing.Any
|
|
1816
1597
|
"""
|
|
1817
1598
|
|
|
1818
1599
|
...
|
|
1819
1600
|
|
|
1820
1601
|
def select_grouped(
|
|
1821
|
-
override_context: typing.
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
*,
|
|
1827
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1828
|
-
type: typing.Optional[typing.Any] = "TYPE",
|
|
1602
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1603
|
+
execution_context: typing.Union[str, int] = None,
|
|
1604
|
+
undo: bool = None,
|
|
1605
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1606
|
+
type: typing.Any = "TYPE",
|
|
1829
1607
|
):
|
|
1830
1608
|
"""Select nodes with similar properties
|
|
1831
1609
|
|
|
1832
|
-
:type override_context: typing.
|
|
1833
|
-
:type execution_context: typing.
|
|
1834
|
-
:type undo:
|
|
1610
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1611
|
+
:type execution_context: typing.Union[str, int]
|
|
1612
|
+
:type undo: bool
|
|
1835
1613
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1836
|
-
:type extend: typing.
|
|
1614
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1837
1615
|
:param type: Type
|
|
1838
|
-
:type type: typing.
|
|
1616
|
+
:type type: typing.Any
|
|
1839
1617
|
"""
|
|
1840
1618
|
|
|
1841
1619
|
...
|
|
1842
1620
|
|
|
1843
1621
|
def select_lasso(
|
|
1844
|
-
override_context: typing.
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1851
|
-
path: typing.Optional[
|
|
1852
|
-
bpy.types.bpy_prop_collection["bpy.types.OperatorMousePath"]
|
|
1853
|
-
] = None,
|
|
1854
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1622
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1623
|
+
execution_context: typing.Union[str, int] = None,
|
|
1624
|
+
undo: bool = None,
|
|
1625
|
+
tweak: typing.Union[bool, typing.Any] = False,
|
|
1626
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
1627
|
+
mode: typing.Any = "SET",
|
|
1855
1628
|
):
|
|
1856
1629
|
"""Select nodes using lasso selection
|
|
1857
1630
|
|
|
1858
|
-
:type override_context: typing.
|
|
1859
|
-
:type execution_context: typing.
|
|
1860
|
-
:type undo:
|
|
1631
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1632
|
+
:type execution_context: typing.Union[str, int]
|
|
1633
|
+
:type undo: bool
|
|
1861
1634
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
1862
|
-
:type tweak: typing.
|
|
1635
|
+
:type tweak: typing.Union[bool, typing.Any]
|
|
1863
1636
|
:param path: Path
|
|
1864
|
-
:type path:
|
|
1637
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1865
1638
|
:param mode: Mode
|
|
1866
1639
|
|
|
1867
1640
|
SET
|
|
@@ -1872,292 +1645,256 @@ def select_lasso(
|
|
|
1872
1645
|
|
|
1873
1646
|
SUB
|
|
1874
1647
|
Subtract -- Subtract existing selection.
|
|
1875
|
-
:type mode: typing.
|
|
1648
|
+
:type mode: typing.Any
|
|
1876
1649
|
"""
|
|
1877
1650
|
|
|
1878
1651
|
...
|
|
1879
1652
|
|
|
1880
1653
|
def select_link_viewer(
|
|
1881
|
-
override_context: typing.
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
*,
|
|
1887
|
-
NODE_OT_select: typing.Optional["select"] = None,
|
|
1888
|
-
NODE_OT_link_viewer: typing.Optional["link_viewer"] = None,
|
|
1654
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1655
|
+
execution_context: typing.Union[str, int] = None,
|
|
1656
|
+
undo: bool = None,
|
|
1657
|
+
NODE_OT_select: select = None,
|
|
1658
|
+
NODE_OT_link_viewer: link_viewer = None,
|
|
1889
1659
|
):
|
|
1890
1660
|
"""Select node and link it to a viewer node
|
|
1891
1661
|
|
|
1892
|
-
:type override_context: typing.
|
|
1893
|
-
:type execution_context: typing.
|
|
1894
|
-
:type undo:
|
|
1662
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1663
|
+
:type execution_context: typing.Union[str, int]
|
|
1664
|
+
:type undo: bool
|
|
1895
1665
|
:param NODE_OT_select: Select, Select the node under the cursor
|
|
1896
|
-
:type NODE_OT_select:
|
|
1666
|
+
:type NODE_OT_select: select
|
|
1897
1667
|
:param NODE_OT_link_viewer: Link to Viewer Node, Link to viewer node
|
|
1898
|
-
:type NODE_OT_link_viewer:
|
|
1668
|
+
:type NODE_OT_link_viewer: link_viewer
|
|
1899
1669
|
"""
|
|
1900
1670
|
|
|
1901
1671
|
...
|
|
1902
1672
|
|
|
1903
1673
|
def select_linked_from(
|
|
1904
|
-
override_context: typing.
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1908
|
-
undo: typing.Optional[bool] = None,
|
|
1674
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1675
|
+
execution_context: typing.Union[str, int] = None,
|
|
1676
|
+
undo: bool = None,
|
|
1909
1677
|
):
|
|
1910
1678
|
"""Select nodes linked from the selected ones
|
|
1911
1679
|
|
|
1912
|
-
:type override_context: typing.
|
|
1913
|
-
:type execution_context: typing.
|
|
1914
|
-
:type undo:
|
|
1680
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1681
|
+
:type execution_context: typing.Union[str, int]
|
|
1682
|
+
:type undo: bool
|
|
1915
1683
|
"""
|
|
1916
1684
|
|
|
1917
1685
|
...
|
|
1918
1686
|
|
|
1919
1687
|
def select_linked_to(
|
|
1920
|
-
override_context: typing.
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1924
|
-
undo: typing.Optional[bool] = None,
|
|
1688
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1689
|
+
execution_context: typing.Union[str, int] = None,
|
|
1690
|
+
undo: bool = None,
|
|
1925
1691
|
):
|
|
1926
1692
|
"""Select nodes linked to the selected ones
|
|
1927
1693
|
|
|
1928
|
-
:type override_context: typing.
|
|
1929
|
-
:type execution_context: typing.
|
|
1930
|
-
:type undo:
|
|
1694
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1695
|
+
:type execution_context: typing.Union[str, int]
|
|
1696
|
+
:type undo: bool
|
|
1931
1697
|
"""
|
|
1932
1698
|
|
|
1933
1699
|
...
|
|
1934
1700
|
|
|
1935
1701
|
def select_same_type_step(
|
|
1936
|
-
override_context: typing.
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
undo: typing.Optional[bool] = None,
|
|
1941
|
-
*,
|
|
1942
|
-
prev: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1702
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1703
|
+
execution_context: typing.Union[str, int] = None,
|
|
1704
|
+
undo: bool = None,
|
|
1705
|
+
prev: typing.Union[bool, typing.Any] = False,
|
|
1943
1706
|
):
|
|
1944
1707
|
"""Activate and view same node type, step by step
|
|
1945
1708
|
|
|
1946
|
-
:type override_context: typing.
|
|
1947
|
-
:type execution_context: typing.
|
|
1948
|
-
:type undo:
|
|
1709
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1710
|
+
:type execution_context: typing.Union[str, int]
|
|
1711
|
+
:type undo: bool
|
|
1949
1712
|
:param prev: Previous
|
|
1950
|
-
:type prev: typing.
|
|
1713
|
+
:type prev: typing.Union[bool, typing.Any]
|
|
1951
1714
|
"""
|
|
1952
1715
|
|
|
1953
1716
|
...
|
|
1954
1717
|
|
|
1955
1718
|
def shader_script_update(
|
|
1956
|
-
override_context: typing.
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1960
|
-
undo: typing.Optional[bool] = None,
|
|
1719
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1720
|
+
execution_context: typing.Union[str, int] = None,
|
|
1721
|
+
undo: bool = None,
|
|
1961
1722
|
):
|
|
1962
1723
|
"""Update shader script node with new sockets and options from the script
|
|
1963
1724
|
|
|
1964
|
-
:type override_context: typing.
|
|
1965
|
-
:type execution_context: typing.
|
|
1966
|
-
:type undo:
|
|
1725
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1726
|
+
:type execution_context: typing.Union[str, int]
|
|
1727
|
+
:type undo: bool
|
|
1967
1728
|
"""
|
|
1968
1729
|
|
|
1969
1730
|
...
|
|
1970
1731
|
|
|
1971
1732
|
def simulation_zone_item_add(
|
|
1972
|
-
override_context: typing.
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1976
|
-
undo: typing.Optional[bool] = None,
|
|
1733
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1734
|
+
execution_context: typing.Union[str, int] = None,
|
|
1735
|
+
undo: bool = None,
|
|
1977
1736
|
):
|
|
1978
1737
|
"""Add a state item to the simulation zone
|
|
1979
1738
|
|
|
1980
|
-
:type override_context: typing.
|
|
1981
|
-
:type execution_context: typing.
|
|
1982
|
-
:type undo:
|
|
1739
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1740
|
+
:type execution_context: typing.Union[str, int]
|
|
1741
|
+
:type undo: bool
|
|
1983
1742
|
"""
|
|
1984
1743
|
|
|
1985
1744
|
...
|
|
1986
1745
|
|
|
1987
1746
|
def simulation_zone_item_move(
|
|
1988
|
-
override_context: typing.
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
undo: typing.Optional[bool] = None,
|
|
1993
|
-
*,
|
|
1994
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
1747
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1748
|
+
execution_context: typing.Union[str, int] = None,
|
|
1749
|
+
undo: bool = None,
|
|
1750
|
+
direction: typing.Any = "UP",
|
|
1995
1751
|
):
|
|
1996
1752
|
"""Move a simulation state item up or down in the list
|
|
1997
1753
|
|
|
1998
|
-
:type override_context: typing.
|
|
1999
|
-
:type execution_context: typing.
|
|
2000
|
-
:type undo:
|
|
1754
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1755
|
+
:type execution_context: typing.Union[str, int]
|
|
1756
|
+
:type undo: bool
|
|
2001
1757
|
:param direction: Direction
|
|
2002
|
-
:type direction: typing.
|
|
1758
|
+
:type direction: typing.Any
|
|
2003
1759
|
"""
|
|
2004
1760
|
|
|
2005
1761
|
...
|
|
2006
1762
|
|
|
2007
1763
|
def simulation_zone_item_remove(
|
|
2008
|
-
override_context: typing.
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2012
|
-
undo: typing.Optional[bool] = None,
|
|
1764
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1765
|
+
execution_context: typing.Union[str, int] = None,
|
|
1766
|
+
undo: bool = None,
|
|
2013
1767
|
):
|
|
2014
1768
|
"""Remove a state item from the simulation zone
|
|
2015
1769
|
|
|
2016
|
-
:type override_context: typing.
|
|
2017
|
-
:type execution_context: typing.
|
|
2018
|
-
:type undo:
|
|
1770
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1771
|
+
:type execution_context: typing.Union[str, int]
|
|
1772
|
+
:type undo: bool
|
|
2019
1773
|
"""
|
|
2020
1774
|
|
|
2021
1775
|
...
|
|
2022
1776
|
|
|
2023
1777
|
def switch_view_update(
|
|
2024
|
-
override_context: typing.
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2028
|
-
undo: typing.Optional[bool] = None,
|
|
1778
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1779
|
+
execution_context: typing.Union[str, int] = None,
|
|
1780
|
+
undo: bool = None,
|
|
2029
1781
|
):
|
|
2030
1782
|
"""Update views of selected node
|
|
2031
1783
|
|
|
2032
|
-
:type override_context: typing.
|
|
2033
|
-
:type execution_context: typing.
|
|
2034
|
-
:type undo:
|
|
1784
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1785
|
+
:type execution_context: typing.Union[str, int]
|
|
1786
|
+
:type undo: bool
|
|
2035
1787
|
"""
|
|
2036
1788
|
|
|
2037
1789
|
...
|
|
2038
1790
|
|
|
2039
1791
|
def translate_attach(
|
|
2040
|
-
override_context: typing.
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
*,
|
|
2046
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
2047
|
-
NODE_OT_attach: typing.Optional["attach"] = None,
|
|
1792
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1793
|
+
execution_context: typing.Union[str, int] = None,
|
|
1794
|
+
undo: bool = None,
|
|
1795
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
1796
|
+
NODE_OT_attach: attach = None,
|
|
2048
1797
|
):
|
|
2049
1798
|
"""Move nodes and attach to frame
|
|
2050
1799
|
|
|
2051
|
-
:type override_context: typing.
|
|
2052
|
-
:type execution_context: typing.
|
|
2053
|
-
:type undo:
|
|
1800
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1801
|
+
:type execution_context: typing.Union[str, int]
|
|
1802
|
+
:type undo: bool
|
|
2054
1803
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2055
|
-
:type TRANSFORM_OT_translate:
|
|
1804
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
2056
1805
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
2057
|
-
:type NODE_OT_attach:
|
|
1806
|
+
:type NODE_OT_attach: attach
|
|
2058
1807
|
"""
|
|
2059
1808
|
|
|
2060
1809
|
...
|
|
2061
1810
|
|
|
2062
1811
|
def translate_attach_remove_on_cancel(
|
|
2063
|
-
override_context: typing.
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
*,
|
|
2069
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
2070
|
-
NODE_OT_attach: typing.Optional["attach"] = None,
|
|
1812
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1813
|
+
execution_context: typing.Union[str, int] = None,
|
|
1814
|
+
undo: bool = None,
|
|
1815
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
1816
|
+
NODE_OT_attach: attach = None,
|
|
2071
1817
|
):
|
|
2072
1818
|
"""Move nodes and attach to frame
|
|
2073
1819
|
|
|
2074
|
-
:type override_context: typing.
|
|
2075
|
-
:type execution_context: typing.
|
|
2076
|
-
:type undo:
|
|
1820
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1821
|
+
:type execution_context: typing.Union[str, int]
|
|
1822
|
+
:type undo: bool
|
|
2077
1823
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2078
|
-
:type TRANSFORM_OT_translate:
|
|
1824
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
2079
1825
|
:param NODE_OT_attach: Attach Nodes, Attach active node to a frame
|
|
2080
|
-
:type NODE_OT_attach:
|
|
1826
|
+
:type NODE_OT_attach: attach
|
|
2081
1827
|
"""
|
|
2082
1828
|
|
|
2083
1829
|
...
|
|
2084
1830
|
|
|
2085
1831
|
def tree_path_parent(
|
|
2086
|
-
override_context: typing.
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2090
|
-
undo: typing.Optional[bool] = None,
|
|
1832
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1833
|
+
execution_context: typing.Union[str, int] = None,
|
|
1834
|
+
undo: bool = None,
|
|
2091
1835
|
):
|
|
2092
1836
|
"""Go to parent node tree
|
|
2093
1837
|
|
|
2094
|
-
:type override_context: typing.
|
|
2095
|
-
:type execution_context: typing.
|
|
2096
|
-
:type undo:
|
|
1838
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1839
|
+
:type execution_context: typing.Union[str, int]
|
|
1840
|
+
:type undo: bool
|
|
2097
1841
|
"""
|
|
2098
1842
|
|
|
2099
1843
|
...
|
|
2100
1844
|
|
|
2101
1845
|
def view_all(
|
|
2102
|
-
override_context: typing.
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2106
|
-
undo: typing.Optional[bool] = None,
|
|
1846
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1847
|
+
execution_context: typing.Union[str, int] = None,
|
|
1848
|
+
undo: bool = None,
|
|
2107
1849
|
):
|
|
2108
1850
|
"""Resize view so you can see all nodes
|
|
2109
1851
|
|
|
2110
|
-
:type override_context: typing.
|
|
2111
|
-
:type execution_context: typing.
|
|
2112
|
-
:type undo:
|
|
1852
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1853
|
+
:type execution_context: typing.Union[str, int]
|
|
1854
|
+
:type undo: bool
|
|
2113
1855
|
"""
|
|
2114
1856
|
|
|
2115
1857
|
...
|
|
2116
1858
|
|
|
2117
1859
|
def view_selected(
|
|
2118
|
-
override_context: typing.
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2122
|
-
undo: typing.Optional[bool] = None,
|
|
1860
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1861
|
+
execution_context: typing.Union[str, int] = None,
|
|
1862
|
+
undo: bool = None,
|
|
2123
1863
|
):
|
|
2124
1864
|
"""Resize view so you can see selected nodes
|
|
2125
1865
|
|
|
2126
|
-
:type override_context: typing.
|
|
2127
|
-
:type execution_context: typing.
|
|
2128
|
-
:type undo:
|
|
1866
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1867
|
+
:type execution_context: typing.Union[str, int]
|
|
1868
|
+
:type undo: bool
|
|
2129
1869
|
"""
|
|
2130
1870
|
|
|
2131
1871
|
...
|
|
2132
1872
|
|
|
2133
1873
|
def viewer_border(
|
|
2134
|
-
override_context: typing.
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
ymin: typing.Optional[typing.Any] = 0,
|
|
2143
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
2144
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1874
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1875
|
+
execution_context: typing.Union[str, int] = None,
|
|
1876
|
+
undo: bool = None,
|
|
1877
|
+
xmin: typing.Any = 0,
|
|
1878
|
+
xmax: typing.Any = 0,
|
|
1879
|
+
ymin: typing.Any = 0,
|
|
1880
|
+
ymax: typing.Any = 0,
|
|
1881
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
2145
1882
|
):
|
|
2146
1883
|
"""Set the boundaries for viewer operations
|
|
2147
1884
|
|
|
2148
|
-
:type override_context: typing.
|
|
2149
|
-
:type execution_context: typing.
|
|
2150
|
-
:type undo:
|
|
1885
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1886
|
+
:type execution_context: typing.Union[str, int]
|
|
1887
|
+
:type undo: bool
|
|
2151
1888
|
:param xmin: X Min
|
|
2152
|
-
:type xmin: typing.
|
|
1889
|
+
:type xmin: typing.Any
|
|
2153
1890
|
:param xmax: X Max
|
|
2154
|
-
:type xmax: typing.
|
|
1891
|
+
:type xmax: typing.Any
|
|
2155
1892
|
:param ymin: Y Min
|
|
2156
|
-
:type ymin: typing.
|
|
1893
|
+
:type ymin: typing.Any
|
|
2157
1894
|
:param ymax: Y Max
|
|
2158
|
-
:type ymax: typing.
|
|
1895
|
+
:type ymax: typing.Any
|
|
2159
1896
|
:param wait_for_input: Wait for Input
|
|
2160
|
-
:type wait_for_input: typing.
|
|
1897
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
2161
1898
|
"""
|
|
2162
1899
|
|
|
2163
1900
|
...
|