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/scene/__init__.pyi
CHANGED
|
@@ -4,105 +4,93 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def delete(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
8
|
+
execution_context: str | int | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
12
10
|
):
|
|
13
11
|
"""Delete active scene
|
|
14
12
|
|
|
15
|
-
:type override_context:
|
|
16
|
-
:type execution_context:
|
|
17
|
-
:type undo:
|
|
13
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
14
|
+
:type execution_context: str | int | None
|
|
15
|
+
:type undo: bool | None
|
|
18
16
|
"""
|
|
19
17
|
|
|
20
18
|
...
|
|
21
19
|
|
|
22
20
|
def freestyle_add_edge_marks_to_keying_set(
|
|
23
|
-
override_context: typing.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
27
|
-
undo: typing.Optional[bool] = None,
|
|
21
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
22
|
+
execution_context: str | int | None = None,
|
|
23
|
+
undo: bool | None = None,
|
|
28
24
|
):
|
|
29
25
|
"""Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
|
|
30
26
|
|
|
31
|
-
:type override_context:
|
|
32
|
-
:type execution_context:
|
|
33
|
-
:type undo:
|
|
27
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
28
|
+
:type execution_context: str | int | None
|
|
29
|
+
:type undo: bool | None
|
|
34
30
|
"""
|
|
35
31
|
|
|
36
32
|
...
|
|
37
33
|
|
|
38
34
|
def freestyle_add_face_marks_to_keying_set(
|
|
39
|
-
override_context: typing.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
43
|
-
undo: typing.Optional[bool] = None,
|
|
35
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
36
|
+
execution_context: str | int | None = None,
|
|
37
|
+
undo: bool | None = None,
|
|
44
38
|
):
|
|
45
39
|
"""Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
|
|
46
40
|
|
|
47
|
-
:type override_context:
|
|
48
|
-
:type execution_context:
|
|
49
|
-
:type undo:
|
|
41
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
42
|
+
:type execution_context: str | int | None
|
|
43
|
+
:type undo: bool | None
|
|
50
44
|
"""
|
|
51
45
|
|
|
52
46
|
...
|
|
53
47
|
|
|
54
48
|
def freestyle_alpha_modifier_add(
|
|
55
|
-
override_context: typing.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
undo: typing.Optional[bool] = None,
|
|
60
|
-
type: typing.Optional[typing.Union[str, int]] = "ALONG_STROKE",
|
|
49
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
50
|
+
execution_context: str | int | None = None,
|
|
51
|
+
undo: bool | None = None,
|
|
52
|
+
type: str | int | None = "ALONG_STROKE",
|
|
61
53
|
):
|
|
62
54
|
"""Add an alpha transparency modifier to the line style associated with the active lineset
|
|
63
55
|
|
|
64
|
-
:type override_context:
|
|
65
|
-
:type execution_context:
|
|
66
|
-
:type undo:
|
|
56
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
57
|
+
:type execution_context: str | int | None
|
|
58
|
+
:type undo: bool | None
|
|
67
59
|
:param type: Type
|
|
68
|
-
:type type:
|
|
60
|
+
:type type: str | int | None
|
|
69
61
|
"""
|
|
70
62
|
|
|
71
63
|
...
|
|
72
64
|
|
|
73
65
|
def freestyle_color_modifier_add(
|
|
74
|
-
override_context: typing.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
undo: typing.Optional[bool] = None,
|
|
79
|
-
type: typing.Optional[typing.Union[str, int]] = "ALONG_STROKE",
|
|
66
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
67
|
+
execution_context: str | int | None = None,
|
|
68
|
+
undo: bool | None = None,
|
|
69
|
+
type: str | int | None = "ALONG_STROKE",
|
|
80
70
|
):
|
|
81
71
|
"""Add a line color modifier to the line style associated with the active lineset
|
|
82
72
|
|
|
83
|
-
:type override_context:
|
|
84
|
-
:type execution_context:
|
|
85
|
-
:type undo:
|
|
73
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
74
|
+
:type execution_context: str | int | None
|
|
75
|
+
:type undo: bool | None
|
|
86
76
|
:param type: Type
|
|
87
|
-
:type type:
|
|
77
|
+
:type type: str | int | None
|
|
88
78
|
"""
|
|
89
79
|
|
|
90
80
|
...
|
|
91
81
|
|
|
92
82
|
def freestyle_fill_range_by_selection(
|
|
93
|
-
override_context: typing.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
type: typing.Optional[typing.Any] = "COLOR",
|
|
99
|
-
name: typing.Union[str, typing.Any] = "",
|
|
83
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
84
|
+
execution_context: str | int | None = None,
|
|
85
|
+
undo: bool | None = None,
|
|
86
|
+
type: typing.Any | None = "COLOR",
|
|
87
|
+
name: str | typing.Any = "",
|
|
100
88
|
):
|
|
101
89
|
"""Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)
|
|
102
90
|
|
|
103
|
-
:type override_context:
|
|
104
|
-
:type execution_context:
|
|
105
|
-
:type undo:
|
|
91
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
92
|
+
:type execution_context: str | int | None
|
|
93
|
+
:type undo: bool | None
|
|
106
94
|
:param type: Type, Type of the modifier to work on
|
|
107
95
|
|
|
108
96
|
COLOR
|
|
@@ -113,372 +101,332 @@ def freestyle_fill_range_by_selection(
|
|
|
113
101
|
|
|
114
102
|
THICKNESS
|
|
115
103
|
Thickness -- Thickness modifier type.
|
|
116
|
-
:type type: typing.
|
|
104
|
+
:type type: typing.Any | None
|
|
117
105
|
:param name: Name, Name of the modifier to work on
|
|
118
|
-
:type name:
|
|
106
|
+
:type name: str | typing.Any
|
|
119
107
|
"""
|
|
120
108
|
|
|
121
109
|
...
|
|
122
110
|
|
|
123
111
|
def freestyle_geometry_modifier_add(
|
|
124
|
-
override_context: typing.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
undo: typing.Optional[bool] = None,
|
|
129
|
-
type: typing.Optional[typing.Union[str, int]] = "2D_OFFSET",
|
|
112
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
113
|
+
execution_context: str | int | None = None,
|
|
114
|
+
undo: bool | None = None,
|
|
115
|
+
type: str | int | None = "2D_OFFSET",
|
|
130
116
|
):
|
|
131
117
|
"""Add a stroke geometry modifier to the line style associated with the active lineset
|
|
132
118
|
|
|
133
|
-
:type override_context:
|
|
134
|
-
:type execution_context:
|
|
135
|
-
:type undo:
|
|
119
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
120
|
+
:type execution_context: str | int | None
|
|
121
|
+
:type undo: bool | None
|
|
136
122
|
:param type: Type
|
|
137
|
-
:type type:
|
|
123
|
+
:type type: str | int | None
|
|
138
124
|
"""
|
|
139
125
|
|
|
140
126
|
...
|
|
141
127
|
|
|
142
128
|
def freestyle_lineset_add(
|
|
143
|
-
override_context: typing.
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
147
|
-
undo: typing.Optional[bool] = None,
|
|
129
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
130
|
+
execution_context: str | int | None = None,
|
|
131
|
+
undo: bool | None = None,
|
|
148
132
|
):
|
|
149
133
|
"""Add a line set into the list of line sets
|
|
150
134
|
|
|
151
|
-
:type override_context:
|
|
152
|
-
:type execution_context:
|
|
153
|
-
:type undo:
|
|
135
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
136
|
+
:type execution_context: str | int | None
|
|
137
|
+
:type undo: bool | None
|
|
154
138
|
"""
|
|
155
139
|
|
|
156
140
|
...
|
|
157
141
|
|
|
158
142
|
def freestyle_lineset_copy(
|
|
159
|
-
override_context: typing.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
163
|
-
undo: typing.Optional[bool] = None,
|
|
143
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
144
|
+
execution_context: str | int | None = None,
|
|
145
|
+
undo: bool | None = None,
|
|
164
146
|
):
|
|
165
147
|
"""Copy the active line set to the internal clipboard
|
|
166
148
|
|
|
167
|
-
:type override_context:
|
|
168
|
-
:type execution_context:
|
|
169
|
-
:type undo:
|
|
149
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
150
|
+
:type execution_context: str | int | None
|
|
151
|
+
:type undo: bool | None
|
|
170
152
|
"""
|
|
171
153
|
|
|
172
154
|
...
|
|
173
155
|
|
|
174
156
|
def freestyle_lineset_move(
|
|
175
|
-
override_context: typing.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
undo: typing.Optional[bool] = None,
|
|
180
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
157
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
158
|
+
execution_context: str | int | None = None,
|
|
159
|
+
undo: bool | None = None,
|
|
160
|
+
direction: typing.Any | None = "UP",
|
|
181
161
|
):
|
|
182
162
|
"""Change the position of the active line set within the list of line sets
|
|
183
163
|
|
|
184
|
-
:type override_context:
|
|
185
|
-
:type execution_context:
|
|
186
|
-
:type undo:
|
|
164
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
165
|
+
:type execution_context: str | int | None
|
|
166
|
+
:type undo: bool | None
|
|
187
167
|
:param direction: Direction, Direction to move the active line set towards
|
|
188
|
-
:type direction: typing.
|
|
168
|
+
:type direction: typing.Any | None
|
|
189
169
|
"""
|
|
190
170
|
|
|
191
171
|
...
|
|
192
172
|
|
|
193
173
|
def freestyle_lineset_paste(
|
|
194
|
-
override_context: typing.
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
198
|
-
undo: typing.Optional[bool] = None,
|
|
174
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
175
|
+
execution_context: str | int | None = None,
|
|
176
|
+
undo: bool | None = None,
|
|
199
177
|
):
|
|
200
178
|
"""Paste the internal clipboard content to the active line set
|
|
201
179
|
|
|
202
|
-
:type override_context:
|
|
203
|
-
:type execution_context:
|
|
204
|
-
:type undo:
|
|
180
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
181
|
+
:type execution_context: str | int | None
|
|
182
|
+
:type undo: bool | None
|
|
205
183
|
"""
|
|
206
184
|
|
|
207
185
|
...
|
|
208
186
|
|
|
209
187
|
def freestyle_lineset_remove(
|
|
210
|
-
override_context: typing.
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
214
|
-
undo: typing.Optional[bool] = None,
|
|
188
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
189
|
+
execution_context: str | int | None = None,
|
|
190
|
+
undo: bool | None = None,
|
|
215
191
|
):
|
|
216
192
|
"""Remove the active line set from the list of line sets
|
|
217
193
|
|
|
218
|
-
:type override_context:
|
|
219
|
-
:type execution_context:
|
|
220
|
-
:type undo:
|
|
194
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
195
|
+
:type execution_context: str | int | None
|
|
196
|
+
:type undo: bool | None
|
|
221
197
|
"""
|
|
222
198
|
|
|
223
199
|
...
|
|
224
200
|
|
|
225
201
|
def freestyle_linestyle_new(
|
|
226
|
-
override_context: typing.
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
230
|
-
undo: typing.Optional[bool] = None,
|
|
202
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
203
|
+
execution_context: str | int | None = None,
|
|
204
|
+
undo: bool | None = None,
|
|
231
205
|
):
|
|
232
206
|
"""Create a new line style, reusable by multiple line sets
|
|
233
207
|
|
|
234
|
-
:type override_context:
|
|
235
|
-
:type execution_context:
|
|
236
|
-
:type undo:
|
|
208
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
209
|
+
:type execution_context: str | int | None
|
|
210
|
+
:type undo: bool | None
|
|
237
211
|
"""
|
|
238
212
|
|
|
239
213
|
...
|
|
240
214
|
|
|
241
215
|
def freestyle_modifier_copy(
|
|
242
|
-
override_context: typing.
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
246
|
-
undo: typing.Optional[bool] = None,
|
|
216
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
217
|
+
execution_context: str | int | None = None,
|
|
218
|
+
undo: bool | None = None,
|
|
247
219
|
):
|
|
248
220
|
"""Duplicate the modifier within the list of modifiers
|
|
249
221
|
|
|
250
|
-
:type override_context:
|
|
251
|
-
:type execution_context:
|
|
252
|
-
:type undo:
|
|
222
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
223
|
+
:type execution_context: str | int | None
|
|
224
|
+
:type undo: bool | None
|
|
253
225
|
"""
|
|
254
226
|
|
|
255
227
|
...
|
|
256
228
|
|
|
257
229
|
def freestyle_modifier_move(
|
|
258
|
-
override_context: typing.
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
undo: typing.Optional[bool] = None,
|
|
263
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
230
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
231
|
+
execution_context: str | int | None = None,
|
|
232
|
+
undo: bool | None = None,
|
|
233
|
+
direction: typing.Any | None = "UP",
|
|
264
234
|
):
|
|
265
235
|
"""Move the modifier within the list of modifiers
|
|
266
236
|
|
|
267
|
-
:type override_context:
|
|
268
|
-
:type execution_context:
|
|
269
|
-
:type undo:
|
|
237
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
238
|
+
:type execution_context: str | int | None
|
|
239
|
+
:type undo: bool | None
|
|
270
240
|
:param direction: Direction, Direction to move the chosen modifier towards
|
|
271
|
-
:type direction: typing.
|
|
241
|
+
:type direction: typing.Any | None
|
|
272
242
|
"""
|
|
273
243
|
|
|
274
244
|
...
|
|
275
245
|
|
|
276
246
|
def freestyle_modifier_remove(
|
|
277
|
-
override_context: typing.
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
281
|
-
undo: typing.Optional[bool] = None,
|
|
247
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
248
|
+
execution_context: str | int | None = None,
|
|
249
|
+
undo: bool | None = None,
|
|
282
250
|
):
|
|
283
251
|
"""Remove the modifier from the list of modifiers
|
|
284
252
|
|
|
285
|
-
:type override_context:
|
|
286
|
-
:type execution_context:
|
|
287
|
-
:type undo:
|
|
253
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
254
|
+
:type execution_context: str | int | None
|
|
255
|
+
:type undo: bool | None
|
|
288
256
|
"""
|
|
289
257
|
|
|
290
258
|
...
|
|
291
259
|
|
|
292
260
|
def freestyle_module_add(
|
|
293
|
-
override_context: typing.
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
297
|
-
undo: typing.Optional[bool] = None,
|
|
261
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
262
|
+
execution_context: str | int | None = None,
|
|
263
|
+
undo: bool | None = None,
|
|
298
264
|
):
|
|
299
265
|
"""Add a style module into the list of modules
|
|
300
266
|
|
|
301
|
-
:type override_context:
|
|
302
|
-
:type execution_context:
|
|
303
|
-
:type undo:
|
|
267
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
268
|
+
:type execution_context: str | int | None
|
|
269
|
+
:type undo: bool | None
|
|
304
270
|
"""
|
|
305
271
|
|
|
306
272
|
...
|
|
307
273
|
|
|
308
274
|
def freestyle_module_move(
|
|
309
|
-
override_context: typing.
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
undo: typing.Optional[bool] = None,
|
|
314
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
275
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
276
|
+
execution_context: str | int | None = None,
|
|
277
|
+
undo: bool | None = None,
|
|
278
|
+
direction: typing.Any | None = "UP",
|
|
315
279
|
):
|
|
316
280
|
"""Change the position of the style module within in the list of style modules
|
|
317
281
|
|
|
318
|
-
:type override_context:
|
|
319
|
-
:type execution_context:
|
|
320
|
-
:type undo:
|
|
282
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
283
|
+
:type execution_context: str | int | None
|
|
284
|
+
:type undo: bool | None
|
|
321
285
|
:param direction: Direction, Direction to move the chosen style module towards
|
|
322
|
-
:type direction: typing.
|
|
286
|
+
:type direction: typing.Any | None
|
|
323
287
|
"""
|
|
324
288
|
|
|
325
289
|
...
|
|
326
290
|
|
|
327
291
|
def freestyle_module_open(
|
|
328
|
-
override_context: typing.
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
filepath: typing.Union[str, typing.Any] = "",
|
|
334
|
-
make_internal: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
292
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
293
|
+
execution_context: str | int | None = None,
|
|
294
|
+
undo: bool | None = None,
|
|
295
|
+
filepath: str | typing.Any = "",
|
|
296
|
+
make_internal: bool | typing.Any | None = True,
|
|
335
297
|
):
|
|
336
298
|
"""Open a style module file
|
|
337
299
|
|
|
338
|
-
:type override_context:
|
|
339
|
-
:type execution_context:
|
|
340
|
-
:type undo:
|
|
300
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
301
|
+
:type execution_context: str | int | None
|
|
302
|
+
:type undo: bool | None
|
|
341
303
|
:param filepath: filepath
|
|
342
|
-
:type filepath:
|
|
304
|
+
:type filepath: str | typing.Any
|
|
343
305
|
:param make_internal: Make internal, Make module file internal after loading
|
|
344
|
-
:type make_internal:
|
|
306
|
+
:type make_internal: bool | typing.Any | None
|
|
345
307
|
"""
|
|
346
308
|
|
|
347
309
|
...
|
|
348
310
|
|
|
349
311
|
def freestyle_module_remove(
|
|
350
|
-
override_context: typing.
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
354
|
-
undo: typing.Optional[bool] = None,
|
|
312
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
313
|
+
execution_context: str | int | None = None,
|
|
314
|
+
undo: bool | None = None,
|
|
355
315
|
):
|
|
356
316
|
"""Remove the style module from the stack
|
|
357
317
|
|
|
358
|
-
:type override_context:
|
|
359
|
-
:type execution_context:
|
|
360
|
-
:type undo:
|
|
318
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
319
|
+
:type execution_context: str | int | None
|
|
320
|
+
:type undo: bool | None
|
|
361
321
|
"""
|
|
362
322
|
|
|
363
323
|
...
|
|
364
324
|
|
|
365
325
|
def freestyle_stroke_material_create(
|
|
366
|
-
override_context: typing.
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
370
|
-
undo: typing.Optional[bool] = None,
|
|
326
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
327
|
+
execution_context: str | int | None = None,
|
|
328
|
+
undo: bool | None = None,
|
|
371
329
|
):
|
|
372
330
|
"""Create Freestyle stroke material for testing
|
|
373
331
|
|
|
374
|
-
:type override_context:
|
|
375
|
-
:type execution_context:
|
|
376
|
-
:type undo:
|
|
332
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
333
|
+
:type execution_context: str | int | None
|
|
334
|
+
:type undo: bool | None
|
|
377
335
|
"""
|
|
378
336
|
|
|
379
337
|
...
|
|
380
338
|
|
|
381
339
|
def freestyle_thickness_modifier_add(
|
|
382
|
-
override_context: typing.
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
undo: typing.Optional[bool] = None,
|
|
387
|
-
type: typing.Optional[typing.Union[str, int]] = "ALONG_STROKE",
|
|
340
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
341
|
+
execution_context: str | int | None = None,
|
|
342
|
+
undo: bool | None = None,
|
|
343
|
+
type: str | int | None = "ALONG_STROKE",
|
|
388
344
|
):
|
|
389
345
|
"""Add a line thickness modifier to the line style associated with the active lineset
|
|
390
346
|
|
|
391
|
-
:type override_context:
|
|
392
|
-
:type execution_context:
|
|
393
|
-
:type undo:
|
|
347
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
348
|
+
:type execution_context: str | int | None
|
|
349
|
+
:type undo: bool | None
|
|
394
350
|
:param type: Type
|
|
395
|
-
:type type:
|
|
351
|
+
:type type: str | int | None
|
|
396
352
|
"""
|
|
397
353
|
|
|
398
354
|
...
|
|
399
355
|
|
|
400
356
|
def gltf2_action_filter_refresh(
|
|
401
|
-
override_context: typing.
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
405
|
-
undo: typing.Optional[bool] = None,
|
|
357
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
358
|
+
execution_context: str | int | None = None,
|
|
359
|
+
undo: bool | None = None,
|
|
406
360
|
):
|
|
407
361
|
"""Refresh list of actions
|
|
408
362
|
|
|
409
|
-
:type override_context:
|
|
410
|
-
:type execution_context:
|
|
411
|
-
:type undo:
|
|
363
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
364
|
+
:type execution_context: str | int | None
|
|
365
|
+
:type undo: bool | None
|
|
412
366
|
"""
|
|
413
367
|
|
|
414
368
|
...
|
|
415
369
|
|
|
416
370
|
def gpencil_brush_preset_add(
|
|
417
|
-
override_context: typing.
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
424
|
-
remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
371
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
372
|
+
execution_context: str | int | None = None,
|
|
373
|
+
undo: bool | None = None,
|
|
374
|
+
name: str | typing.Any = "",
|
|
375
|
+
remove_name: bool | typing.Any | None = False,
|
|
376
|
+
remove_active: bool | typing.Any | None = False,
|
|
425
377
|
):
|
|
426
378
|
"""Add or remove grease pencil brush preset
|
|
427
379
|
|
|
428
|
-
:type override_context:
|
|
429
|
-
:type execution_context:
|
|
430
|
-
:type undo:
|
|
380
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
381
|
+
:type execution_context: str | int | None
|
|
382
|
+
:type undo: bool | None
|
|
431
383
|
:param name: Name, Name of the preset, used to make the path name
|
|
432
|
-
:type name:
|
|
384
|
+
:type name: str | typing.Any
|
|
433
385
|
:param remove_name: remove_name
|
|
434
|
-
:type remove_name:
|
|
386
|
+
:type remove_name: bool | typing.Any | None
|
|
435
387
|
:param remove_active: remove_active
|
|
436
|
-
:type remove_active:
|
|
388
|
+
:type remove_active: bool | typing.Any | None
|
|
437
389
|
"""
|
|
438
390
|
|
|
439
391
|
...
|
|
440
392
|
|
|
441
393
|
def gpencil_material_preset_add(
|
|
442
|
-
override_context: typing.
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
449
|
-
remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
394
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
395
|
+
execution_context: str | int | None = None,
|
|
396
|
+
undo: bool | None = None,
|
|
397
|
+
name: str | typing.Any = "",
|
|
398
|
+
remove_name: bool | typing.Any | None = False,
|
|
399
|
+
remove_active: bool | typing.Any | None = False,
|
|
450
400
|
):
|
|
451
401
|
"""Add or remove grease pencil material preset
|
|
452
402
|
|
|
453
|
-
:type override_context:
|
|
454
|
-
:type execution_context:
|
|
455
|
-
:type undo:
|
|
403
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
404
|
+
:type execution_context: str | int | None
|
|
405
|
+
:type undo: bool | None
|
|
456
406
|
:param name: Name, Name of the preset, used to make the path name
|
|
457
|
-
:type name:
|
|
407
|
+
:type name: str | typing.Any
|
|
458
408
|
:param remove_name: remove_name
|
|
459
|
-
:type remove_name:
|
|
409
|
+
:type remove_name: bool | typing.Any | None
|
|
460
410
|
:param remove_active: remove_active
|
|
461
|
-
:type remove_active:
|
|
411
|
+
:type remove_active: bool | typing.Any | None
|
|
462
412
|
"""
|
|
463
413
|
|
|
464
414
|
...
|
|
465
415
|
|
|
466
416
|
def light_cache_bake(
|
|
467
|
-
override_context: typing.
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
delay: typing.Optional[typing.Any] = 0,
|
|
473
|
-
subset: typing.Optional[typing.Any] = "ALL",
|
|
417
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
418
|
+
execution_context: str | int | None = None,
|
|
419
|
+
undo: bool | None = None,
|
|
420
|
+
delay: typing.Any | None = 0,
|
|
421
|
+
subset: typing.Any | None = "ALL",
|
|
474
422
|
):
|
|
475
423
|
"""Bake the active view layer lighting
|
|
476
424
|
|
|
477
|
-
:type override_context:
|
|
478
|
-
:type execution_context:
|
|
479
|
-
:type undo:
|
|
425
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
426
|
+
:type execution_context: str | int | None
|
|
427
|
+
:type undo: bool | None
|
|
480
428
|
:param delay: Delay, Delay in millisecond before baking starts
|
|
481
|
-
:type delay: typing.
|
|
429
|
+
:type delay: typing.Any | None
|
|
482
430
|
:param subset: Subset, Subset of probes to update
|
|
483
431
|
|
|
484
432
|
ALL
|
|
@@ -489,40 +437,36 @@ def light_cache_bake(
|
|
|
489
437
|
|
|
490
438
|
CUBEMAPS
|
|
491
439
|
Cubemaps Only -- Try to only bake reflection cubemaps if irradiance grids are up to date.
|
|
492
|
-
:type subset: typing.
|
|
440
|
+
:type subset: typing.Any | None
|
|
493
441
|
"""
|
|
494
442
|
|
|
495
443
|
...
|
|
496
444
|
|
|
497
445
|
def light_cache_free(
|
|
498
|
-
override_context: typing.
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
502
|
-
undo: typing.Optional[bool] = None,
|
|
446
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
447
|
+
execution_context: str | int | None = None,
|
|
448
|
+
undo: bool | None = None,
|
|
503
449
|
):
|
|
504
450
|
"""Delete cached indirect lighting
|
|
505
451
|
|
|
506
|
-
:type override_context:
|
|
507
|
-
:type execution_context:
|
|
508
|
-
:type undo:
|
|
452
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
453
|
+
:type execution_context: str | int | None
|
|
454
|
+
:type undo: bool | None
|
|
509
455
|
"""
|
|
510
456
|
|
|
511
457
|
...
|
|
512
458
|
|
|
513
459
|
def new(
|
|
514
|
-
override_context: typing.
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
undo: typing.Optional[bool] = None,
|
|
519
|
-
type: typing.Optional[typing.Any] = "NEW",
|
|
460
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
461
|
+
execution_context: str | int | None = None,
|
|
462
|
+
undo: bool | None = None,
|
|
463
|
+
type: typing.Any | None = "NEW",
|
|
520
464
|
):
|
|
521
465
|
"""Add new scene by type
|
|
522
466
|
|
|
523
|
-
:type override_context:
|
|
524
|
-
:type execution_context:
|
|
525
|
-
:type undo:
|
|
467
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
468
|
+
:type execution_context: str | int | None
|
|
469
|
+
:type undo: bool | None
|
|
526
470
|
:param type: Type
|
|
527
471
|
|
|
528
472
|
NEW
|
|
@@ -536,24 +480,22 @@ def new(
|
|
|
536
480
|
|
|
537
481
|
FULL_COPY
|
|
538
482
|
Full Copy -- Make a full copy of the current scene.
|
|
539
|
-
:type type: typing.
|
|
483
|
+
:type type: typing.Any | None
|
|
540
484
|
"""
|
|
541
485
|
|
|
542
486
|
...
|
|
543
487
|
|
|
544
488
|
def new_sequencer(
|
|
545
|
-
override_context: typing.
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
undo: typing.Optional[bool] = None,
|
|
550
|
-
type: typing.Optional[typing.Any] = "NEW",
|
|
489
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
490
|
+
execution_context: str | int | None = None,
|
|
491
|
+
undo: bool | None = None,
|
|
492
|
+
type: typing.Any | None = "NEW",
|
|
551
493
|
):
|
|
552
494
|
"""Add new scene by type in the sequence editor and assign to active strip
|
|
553
495
|
|
|
554
|
-
:type override_context:
|
|
555
|
-
:type execution_context:
|
|
556
|
-
:type undo:
|
|
496
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
497
|
+
:type execution_context: str | int | None
|
|
498
|
+
:type undo: bool | None
|
|
557
499
|
:param type: Type
|
|
558
500
|
|
|
559
501
|
NEW
|
|
@@ -567,56 +509,50 @@ def new_sequencer(
|
|
|
567
509
|
|
|
568
510
|
FULL_COPY
|
|
569
511
|
Full Copy -- Make a full copy of the current scene.
|
|
570
|
-
:type type: typing.
|
|
512
|
+
:type type: typing.Any | None
|
|
571
513
|
"""
|
|
572
514
|
|
|
573
515
|
...
|
|
574
516
|
|
|
575
517
|
def render_view_add(
|
|
576
|
-
override_context: typing.
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
580
|
-
undo: typing.Optional[bool] = None,
|
|
518
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
519
|
+
execution_context: str | int | None = None,
|
|
520
|
+
undo: bool | None = None,
|
|
581
521
|
):
|
|
582
522
|
"""Add a render view
|
|
583
523
|
|
|
584
|
-
:type override_context:
|
|
585
|
-
:type execution_context:
|
|
586
|
-
:type undo:
|
|
524
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
525
|
+
:type execution_context: str | int | None
|
|
526
|
+
:type undo: bool | None
|
|
587
527
|
"""
|
|
588
528
|
|
|
589
529
|
...
|
|
590
530
|
|
|
591
531
|
def render_view_remove(
|
|
592
|
-
override_context: typing.
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
596
|
-
undo: typing.Optional[bool] = None,
|
|
532
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
533
|
+
execution_context: str | int | None = None,
|
|
534
|
+
undo: bool | None = None,
|
|
597
535
|
):
|
|
598
536
|
"""Remove the selected render view
|
|
599
537
|
|
|
600
|
-
:type override_context:
|
|
601
|
-
:type execution_context:
|
|
602
|
-
:type undo:
|
|
538
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
539
|
+
:type execution_context: str | int | None
|
|
540
|
+
:type undo: bool | None
|
|
603
541
|
"""
|
|
604
542
|
|
|
605
543
|
...
|
|
606
544
|
|
|
607
545
|
def view_layer_add(
|
|
608
|
-
override_context: typing.
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
undo: typing.Optional[bool] = None,
|
|
613
|
-
type: typing.Optional[typing.Any] = "NEW",
|
|
546
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
547
|
+
execution_context: str | int | None = None,
|
|
548
|
+
undo: bool | None = None,
|
|
549
|
+
type: typing.Any | None = "NEW",
|
|
614
550
|
):
|
|
615
551
|
"""Add a view layer
|
|
616
552
|
|
|
617
|
-
:type override_context:
|
|
618
|
-
:type execution_context:
|
|
619
|
-
:type undo:
|
|
553
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
554
|
+
:type execution_context: str | int | None
|
|
555
|
+
:type undo: bool | None
|
|
620
556
|
:param type: Type
|
|
621
557
|
|
|
622
558
|
NEW
|
|
@@ -627,122 +563,108 @@ def view_layer_add(
|
|
|
627
563
|
|
|
628
564
|
EMPTY
|
|
629
565
|
Blank -- Add a new view layer with all collections disabled.
|
|
630
|
-
:type type: typing.
|
|
566
|
+
:type type: typing.Any | None
|
|
631
567
|
"""
|
|
632
568
|
|
|
633
569
|
...
|
|
634
570
|
|
|
635
571
|
def view_layer_add_aov(
|
|
636
|
-
override_context: typing.
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
640
|
-
undo: typing.Optional[bool] = None,
|
|
572
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
573
|
+
execution_context: str | int | None = None,
|
|
574
|
+
undo: bool | None = None,
|
|
641
575
|
):
|
|
642
576
|
"""Add a Shader AOV
|
|
643
577
|
|
|
644
|
-
:type override_context:
|
|
645
|
-
:type execution_context:
|
|
646
|
-
:type undo:
|
|
578
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
579
|
+
:type execution_context: str | int | None
|
|
580
|
+
:type undo: bool | None
|
|
647
581
|
"""
|
|
648
582
|
|
|
649
583
|
...
|
|
650
584
|
|
|
651
585
|
def view_layer_add_lightgroup(
|
|
652
|
-
override_context: typing.
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
undo: typing.Optional[bool] = None,
|
|
657
|
-
name: typing.Union[str, typing.Any] = "",
|
|
586
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
587
|
+
execution_context: str | int | None = None,
|
|
588
|
+
undo: bool | None = None,
|
|
589
|
+
name: str | typing.Any = "",
|
|
658
590
|
):
|
|
659
591
|
"""Add a Light Group
|
|
660
592
|
|
|
661
|
-
:type override_context:
|
|
662
|
-
:type execution_context:
|
|
663
|
-
:type undo:
|
|
593
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
594
|
+
:type execution_context: str | int | None
|
|
595
|
+
:type undo: bool | None
|
|
664
596
|
:param name: Name, Name of newly created lightgroup
|
|
665
|
-
:type name:
|
|
597
|
+
:type name: str | typing.Any
|
|
666
598
|
"""
|
|
667
599
|
|
|
668
600
|
...
|
|
669
601
|
|
|
670
602
|
def view_layer_add_used_lightgroups(
|
|
671
|
-
override_context: typing.
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
675
|
-
undo: typing.Optional[bool] = None,
|
|
603
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
604
|
+
execution_context: str | int | None = None,
|
|
605
|
+
undo: bool | None = None,
|
|
676
606
|
):
|
|
677
607
|
"""Add all used Light Groups
|
|
678
608
|
|
|
679
|
-
:type override_context:
|
|
680
|
-
:type execution_context:
|
|
681
|
-
:type undo:
|
|
609
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
610
|
+
:type execution_context: str | int | None
|
|
611
|
+
:type undo: bool | None
|
|
682
612
|
"""
|
|
683
613
|
|
|
684
614
|
...
|
|
685
615
|
|
|
686
616
|
def view_layer_remove(
|
|
687
|
-
override_context: typing.
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
691
|
-
undo: typing.Optional[bool] = None,
|
|
617
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
618
|
+
execution_context: str | int | None = None,
|
|
619
|
+
undo: bool | None = None,
|
|
692
620
|
):
|
|
693
621
|
"""Remove the selected view layer
|
|
694
622
|
|
|
695
|
-
:type override_context:
|
|
696
|
-
:type execution_context:
|
|
697
|
-
:type undo:
|
|
623
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
624
|
+
:type execution_context: str | int | None
|
|
625
|
+
:type undo: bool | None
|
|
698
626
|
"""
|
|
699
627
|
|
|
700
628
|
...
|
|
701
629
|
|
|
702
630
|
def view_layer_remove_aov(
|
|
703
|
-
override_context: typing.
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
707
|
-
undo: typing.Optional[bool] = None,
|
|
631
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
632
|
+
execution_context: str | int | None = None,
|
|
633
|
+
undo: bool | None = None,
|
|
708
634
|
):
|
|
709
635
|
"""Remove Active AOV
|
|
710
636
|
|
|
711
|
-
:type override_context:
|
|
712
|
-
:type execution_context:
|
|
713
|
-
:type undo:
|
|
637
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
638
|
+
:type execution_context: str | int | None
|
|
639
|
+
:type undo: bool | None
|
|
714
640
|
"""
|
|
715
641
|
|
|
716
642
|
...
|
|
717
643
|
|
|
718
644
|
def view_layer_remove_lightgroup(
|
|
719
|
-
override_context: typing.
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
723
|
-
undo: typing.Optional[bool] = None,
|
|
645
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
646
|
+
execution_context: str | int | None = None,
|
|
647
|
+
undo: bool | None = None,
|
|
724
648
|
):
|
|
725
649
|
"""Remove Active Lightgroup
|
|
726
650
|
|
|
727
|
-
:type override_context:
|
|
728
|
-
:type execution_context:
|
|
729
|
-
: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
|
|
730
654
|
"""
|
|
731
655
|
|
|
732
656
|
...
|
|
733
657
|
|
|
734
658
|
def view_layer_remove_unused_lightgroups(
|
|
735
|
-
override_context: typing.
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
739
|
-
undo: typing.Optional[bool] = None,
|
|
659
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
660
|
+
execution_context: str | int | None = None,
|
|
661
|
+
undo: bool | None = None,
|
|
740
662
|
):
|
|
741
663
|
"""Remove all unused Light Groups
|
|
742
664
|
|
|
743
|
-
:type override_context:
|
|
744
|
-
:type execution_context:
|
|
745
|
-
:type undo:
|
|
665
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
666
|
+
:type execution_context: str | int | None
|
|
667
|
+
:type undo: bool | None
|
|
746
668
|
"""
|
|
747
669
|
|
|
748
670
|
...
|