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