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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bpy.types
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
@@ -25,10 +26,11 @@ class Fade:
|
|
|
25
26
|
""" """
|
|
26
27
|
|
|
27
28
|
def calculate_max_value(self, sequence, fade_fcurve):
|
|
28
|
-
"""
|
|
29
|
+
"""Returns the maximum Y coordinate the fade animation should use for a given sequence
|
|
30
|
+
Uses either the sequence's value for the animated property, or the next keyframe after the fade
|
|
29
31
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
+
:param sequence:
|
|
33
|
+
:param fade_fcurve:
|
|
32
34
|
"""
|
|
33
35
|
...
|
|
34
36
|
|
|
@@ -43,7 +45,7 @@ class SequencerFileHandlerBase:
|
|
|
43
45
|
...
|
|
44
46
|
|
|
45
47
|
class SequencerCrossfadeSounds(bpy_types.Operator):
|
|
46
|
-
""" """
|
|
48
|
+
"""Do cross-fading volume animation of two selected sound strips"""
|
|
47
49
|
|
|
48
50
|
bl_idname: typing.Any
|
|
49
51
|
""" """
|
|
@@ -60,31 +62,51 @@ class SequencerCrossfadeSounds(bpy_types.Operator):
|
|
|
60
62
|
id_data: typing.Any
|
|
61
63
|
""" """
|
|
62
64
|
|
|
63
|
-
def as_keywords(self, ignore):
|
|
64
|
-
"""
|
|
65
|
+
def as_keywords(self, ignore=()):
|
|
66
|
+
"""Return a copy of the properties as a dictionary
|
|
65
67
|
|
|
66
68
|
:param ignore:
|
|
67
69
|
"""
|
|
68
70
|
...
|
|
69
71
|
|
|
70
|
-
def as_pointer(self):
|
|
71
|
-
"""
|
|
72
|
+
def as_pointer(self) -> int:
|
|
73
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
74
|
+
|
|
75
|
+
:return: int (memory address).
|
|
76
|
+
:rtype: int
|
|
77
|
+
"""
|
|
72
78
|
...
|
|
73
79
|
|
|
74
|
-
def bl_rna_get_subclass(self):
|
|
75
|
-
"""
|
|
80
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
:return: The RNA type or default when not found.
|
|
84
|
+
:rtype: bpy.types.Struct
|
|
85
|
+
"""
|
|
76
86
|
...
|
|
77
87
|
|
|
78
|
-
def bl_rna_get_subclass_py(self):
|
|
79
|
-
"""
|
|
88
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
:return: The class or default when not found.
|
|
92
|
+
:rtype: typing.Any
|
|
93
|
+
"""
|
|
80
94
|
...
|
|
81
95
|
|
|
82
|
-
def driver_add(self):
|
|
83
|
-
"""
|
|
96
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
97
|
+
"""Adds driver(s) to the given property
|
|
98
|
+
|
|
99
|
+
:return: The driver(s) added.
|
|
100
|
+
:rtype: bpy.types.FCurve
|
|
101
|
+
"""
|
|
84
102
|
...
|
|
85
103
|
|
|
86
|
-
def driver_remove(self):
|
|
87
|
-
"""
|
|
104
|
+
def driver_remove(self) -> bool:
|
|
105
|
+
"""Remove driver(s) from the given property
|
|
106
|
+
|
|
107
|
+
:return: Success of driver removal.
|
|
108
|
+
:rtype: bool
|
|
109
|
+
"""
|
|
88
110
|
...
|
|
89
111
|
|
|
90
112
|
def execute(self, context):
|
|
@@ -95,59 +117,108 @@ class SequencerCrossfadeSounds(bpy_types.Operator):
|
|
|
95
117
|
...
|
|
96
118
|
|
|
97
119
|
def get(self):
|
|
98
|
-
"""
|
|
120
|
+
"""Returns the value of the custom property assigned to key or default
|
|
121
|
+
when not found (matches Python's dictionary function of the same name).
|
|
122
|
+
|
|
123
|
+
"""
|
|
99
124
|
...
|
|
100
125
|
|
|
101
126
|
def id_properties_clear(self):
|
|
102
|
-
"""
|
|
127
|
+
"""
|
|
128
|
+
|
|
129
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
130
|
+
"""
|
|
103
131
|
...
|
|
104
132
|
|
|
105
133
|
def id_properties_ensure(self):
|
|
106
|
-
"""
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
137
|
+
"""
|
|
107
138
|
...
|
|
108
139
|
|
|
109
140
|
def id_properties_ui(self):
|
|
110
|
-
"""
|
|
141
|
+
"""
|
|
142
|
+
|
|
143
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
144
|
+
"""
|
|
111
145
|
...
|
|
112
146
|
|
|
113
|
-
def is_property_hidden(self):
|
|
114
|
-
"""
|
|
147
|
+
def is_property_hidden(self) -> bool:
|
|
148
|
+
"""Check if a property is hidden.
|
|
149
|
+
|
|
150
|
+
:return: True when the property is hidden.
|
|
151
|
+
:rtype: bool
|
|
152
|
+
"""
|
|
115
153
|
...
|
|
116
154
|
|
|
117
|
-
def is_property_overridable_library(self):
|
|
118
|
-
"""
|
|
155
|
+
def is_property_overridable_library(self) -> bool:
|
|
156
|
+
"""Check if a property is overridable.
|
|
157
|
+
|
|
158
|
+
:return: True when the property is overridable.
|
|
159
|
+
:rtype: bool
|
|
160
|
+
"""
|
|
119
161
|
...
|
|
120
162
|
|
|
121
|
-
def is_property_readonly(self):
|
|
122
|
-
"""
|
|
163
|
+
def is_property_readonly(self) -> bool:
|
|
164
|
+
"""Check if a property is readonly.
|
|
165
|
+
|
|
166
|
+
:return: True when the property is readonly (not writable).
|
|
167
|
+
:rtype: bool
|
|
168
|
+
"""
|
|
123
169
|
...
|
|
124
170
|
|
|
125
|
-
def is_property_set(self):
|
|
126
|
-
"""
|
|
171
|
+
def is_property_set(self) -> bool:
|
|
172
|
+
"""Check if a property is set, use for testing operator properties.
|
|
173
|
+
|
|
174
|
+
:return: True when the property has been set.
|
|
175
|
+
:rtype: bool
|
|
176
|
+
"""
|
|
127
177
|
...
|
|
128
178
|
|
|
129
179
|
def items(self):
|
|
130
|
-
"""
|
|
180
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
181
|
+
dictionary function of the same name).
|
|
182
|
+
|
|
183
|
+
:return: custom property key, value pairs.
|
|
184
|
+
"""
|
|
131
185
|
...
|
|
132
186
|
|
|
133
|
-
def keyframe_delete(self):
|
|
134
|
-
"""
|
|
187
|
+
def keyframe_delete(self) -> bool:
|
|
188
|
+
"""Remove a keyframe from this properties fcurve.
|
|
189
|
+
|
|
190
|
+
:return: Success of keyframe deletion.
|
|
191
|
+
:rtype: bool
|
|
192
|
+
"""
|
|
135
193
|
...
|
|
136
194
|
|
|
137
|
-
def keyframe_insert(self):
|
|
138
|
-
"""
|
|
195
|
+
def keyframe_insert(self) -> bool:
|
|
196
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
197
|
+
|
|
198
|
+
:return: Success of keyframe insertion.
|
|
199
|
+
:rtype: bool
|
|
200
|
+
"""
|
|
139
201
|
...
|
|
140
202
|
|
|
141
203
|
def keys(self):
|
|
142
|
-
"""
|
|
204
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
205
|
+
dictionary function of the same name).
|
|
206
|
+
|
|
207
|
+
:return: custom property keys.
|
|
208
|
+
"""
|
|
143
209
|
...
|
|
144
210
|
|
|
145
|
-
def path_from_id(self):
|
|
146
|
-
"""
|
|
211
|
+
def path_from_id(self) -> str:
|
|
212
|
+
"""Returns the data path from the ID to this object (string).
|
|
213
|
+
|
|
214
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
215
|
+
to this struct and property (when given).
|
|
216
|
+
:rtype: str
|
|
217
|
+
"""
|
|
147
218
|
...
|
|
148
219
|
|
|
149
220
|
def path_resolve(self):
|
|
150
|
-
""" """
|
|
221
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
151
222
|
...
|
|
152
223
|
|
|
153
224
|
def poll(self, context):
|
|
@@ -158,31 +229,46 @@ class SequencerCrossfadeSounds(bpy_types.Operator):
|
|
|
158
229
|
...
|
|
159
230
|
|
|
160
231
|
def poll_message_set(self):
|
|
161
|
-
""" """
|
|
232
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
162
233
|
...
|
|
163
234
|
|
|
164
235
|
def pop(self):
|
|
165
|
-
"""
|
|
236
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
237
|
+
when not found (matches Python's dictionary function of the same name).
|
|
238
|
+
|
|
239
|
+
"""
|
|
166
240
|
...
|
|
167
241
|
|
|
168
|
-
def property_overridable_library_set(self):
|
|
169
|
-
"""
|
|
242
|
+
def property_overridable_library_set(self) -> bool:
|
|
243
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
244
|
+
|
|
245
|
+
:return: True when the overridable status of the property was successfully set.
|
|
246
|
+
:rtype: bool
|
|
247
|
+
"""
|
|
170
248
|
...
|
|
171
249
|
|
|
172
250
|
def property_unset(self):
|
|
173
|
-
""" """
|
|
251
|
+
"""Unset a property, will use default value afterward."""
|
|
174
252
|
...
|
|
175
253
|
|
|
176
254
|
def type_recast(self):
|
|
177
|
-
"""
|
|
255
|
+
"""Return a new instance, this is needed because types
|
|
256
|
+
such as textures can be changed at runtime.
|
|
257
|
+
|
|
258
|
+
:return: a new instance of this object with the type initialized again.
|
|
259
|
+
"""
|
|
178
260
|
...
|
|
179
261
|
|
|
180
262
|
def values(self):
|
|
181
|
-
"""
|
|
263
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
264
|
+
dictionary function of the same name).
|
|
265
|
+
|
|
266
|
+
:return: custom property values.
|
|
267
|
+
"""
|
|
182
268
|
...
|
|
183
269
|
|
|
184
270
|
class SequencerDeinterlaceSelectedMovies(bpy_types.Operator):
|
|
185
|
-
""" """
|
|
271
|
+
"""Deinterlace all selected movie sources"""
|
|
186
272
|
|
|
187
273
|
bl_idname: typing.Any
|
|
188
274
|
""" """
|
|
@@ -199,31 +285,51 @@ class SequencerDeinterlaceSelectedMovies(bpy_types.Operator):
|
|
|
199
285
|
id_data: typing.Any
|
|
200
286
|
""" """
|
|
201
287
|
|
|
202
|
-
def as_keywords(self, ignore):
|
|
203
|
-
"""
|
|
288
|
+
def as_keywords(self, ignore=()):
|
|
289
|
+
"""Return a copy of the properties as a dictionary
|
|
204
290
|
|
|
205
291
|
:param ignore:
|
|
206
292
|
"""
|
|
207
293
|
...
|
|
208
294
|
|
|
209
|
-
def as_pointer(self):
|
|
210
|
-
"""
|
|
295
|
+
def as_pointer(self) -> int:
|
|
296
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
297
|
+
|
|
298
|
+
:return: int (memory address).
|
|
299
|
+
:rtype: int
|
|
300
|
+
"""
|
|
211
301
|
...
|
|
212
302
|
|
|
213
|
-
def bl_rna_get_subclass(self):
|
|
214
|
-
"""
|
|
303
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
304
|
+
"""
|
|
305
|
+
|
|
306
|
+
:return: The RNA type or default when not found.
|
|
307
|
+
:rtype: bpy.types.Struct
|
|
308
|
+
"""
|
|
215
309
|
...
|
|
216
310
|
|
|
217
|
-
def bl_rna_get_subclass_py(self):
|
|
218
|
-
"""
|
|
311
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
312
|
+
"""
|
|
313
|
+
|
|
314
|
+
:return: The class or default when not found.
|
|
315
|
+
:rtype: typing.Any
|
|
316
|
+
"""
|
|
219
317
|
...
|
|
220
318
|
|
|
221
|
-
def driver_add(self):
|
|
222
|
-
"""
|
|
319
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
320
|
+
"""Adds driver(s) to the given property
|
|
321
|
+
|
|
322
|
+
:return: The driver(s) added.
|
|
323
|
+
:rtype: bpy.types.FCurve
|
|
324
|
+
"""
|
|
223
325
|
...
|
|
224
326
|
|
|
225
|
-
def driver_remove(self):
|
|
226
|
-
"""
|
|
327
|
+
def driver_remove(self) -> bool:
|
|
328
|
+
"""Remove driver(s) from the given property
|
|
329
|
+
|
|
330
|
+
:return: Success of driver removal.
|
|
331
|
+
:rtype: bool
|
|
332
|
+
"""
|
|
227
333
|
...
|
|
228
334
|
|
|
229
335
|
def execute(self, context):
|
|
@@ -234,59 +340,108 @@ class SequencerDeinterlaceSelectedMovies(bpy_types.Operator):
|
|
|
234
340
|
...
|
|
235
341
|
|
|
236
342
|
def get(self):
|
|
237
|
-
"""
|
|
343
|
+
"""Returns the value of the custom property assigned to key or default
|
|
344
|
+
when not found (matches Python's dictionary function of the same name).
|
|
345
|
+
|
|
346
|
+
"""
|
|
238
347
|
...
|
|
239
348
|
|
|
240
349
|
def id_properties_clear(self):
|
|
241
|
-
"""
|
|
350
|
+
"""
|
|
351
|
+
|
|
352
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
353
|
+
"""
|
|
242
354
|
...
|
|
243
355
|
|
|
244
356
|
def id_properties_ensure(self):
|
|
245
|
-
"""
|
|
357
|
+
"""
|
|
358
|
+
|
|
359
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
360
|
+
"""
|
|
246
361
|
...
|
|
247
362
|
|
|
248
363
|
def id_properties_ui(self):
|
|
249
|
-
"""
|
|
364
|
+
"""
|
|
365
|
+
|
|
366
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
367
|
+
"""
|
|
250
368
|
...
|
|
251
369
|
|
|
252
|
-
def is_property_hidden(self):
|
|
253
|
-
"""
|
|
370
|
+
def is_property_hidden(self) -> bool:
|
|
371
|
+
"""Check if a property is hidden.
|
|
372
|
+
|
|
373
|
+
:return: True when the property is hidden.
|
|
374
|
+
:rtype: bool
|
|
375
|
+
"""
|
|
254
376
|
...
|
|
255
377
|
|
|
256
|
-
def is_property_overridable_library(self):
|
|
257
|
-
"""
|
|
378
|
+
def is_property_overridable_library(self) -> bool:
|
|
379
|
+
"""Check if a property is overridable.
|
|
380
|
+
|
|
381
|
+
:return: True when the property is overridable.
|
|
382
|
+
:rtype: bool
|
|
383
|
+
"""
|
|
258
384
|
...
|
|
259
385
|
|
|
260
|
-
def is_property_readonly(self):
|
|
261
|
-
"""
|
|
386
|
+
def is_property_readonly(self) -> bool:
|
|
387
|
+
"""Check if a property is readonly.
|
|
388
|
+
|
|
389
|
+
:return: True when the property is readonly (not writable).
|
|
390
|
+
:rtype: bool
|
|
391
|
+
"""
|
|
262
392
|
...
|
|
263
393
|
|
|
264
|
-
def is_property_set(self):
|
|
265
|
-
"""
|
|
394
|
+
def is_property_set(self) -> bool:
|
|
395
|
+
"""Check if a property is set, use for testing operator properties.
|
|
396
|
+
|
|
397
|
+
:return: True when the property has been set.
|
|
398
|
+
:rtype: bool
|
|
399
|
+
"""
|
|
266
400
|
...
|
|
267
401
|
|
|
268
402
|
def items(self):
|
|
269
|
-
"""
|
|
403
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
404
|
+
dictionary function of the same name).
|
|
405
|
+
|
|
406
|
+
:return: custom property key, value pairs.
|
|
407
|
+
"""
|
|
270
408
|
...
|
|
271
409
|
|
|
272
|
-
def keyframe_delete(self):
|
|
273
|
-
"""
|
|
410
|
+
def keyframe_delete(self) -> bool:
|
|
411
|
+
"""Remove a keyframe from this properties fcurve.
|
|
412
|
+
|
|
413
|
+
:return: Success of keyframe deletion.
|
|
414
|
+
:rtype: bool
|
|
415
|
+
"""
|
|
274
416
|
...
|
|
275
417
|
|
|
276
|
-
def keyframe_insert(self):
|
|
277
|
-
"""
|
|
418
|
+
def keyframe_insert(self) -> bool:
|
|
419
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
420
|
+
|
|
421
|
+
:return: Success of keyframe insertion.
|
|
422
|
+
:rtype: bool
|
|
423
|
+
"""
|
|
278
424
|
...
|
|
279
425
|
|
|
280
426
|
def keys(self):
|
|
281
|
-
"""
|
|
427
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
428
|
+
dictionary function of the same name).
|
|
429
|
+
|
|
430
|
+
:return: custom property keys.
|
|
431
|
+
"""
|
|
282
432
|
...
|
|
283
433
|
|
|
284
|
-
def path_from_id(self):
|
|
285
|
-
"""
|
|
434
|
+
def path_from_id(self) -> str:
|
|
435
|
+
"""Returns the data path from the ID to this object (string).
|
|
436
|
+
|
|
437
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
438
|
+
to this struct and property (when given).
|
|
439
|
+
:rtype: str
|
|
440
|
+
"""
|
|
286
441
|
...
|
|
287
442
|
|
|
288
443
|
def path_resolve(self):
|
|
289
|
-
""" """
|
|
444
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
290
445
|
...
|
|
291
446
|
|
|
292
447
|
def poll(self, context):
|
|
@@ -297,31 +452,46 @@ class SequencerDeinterlaceSelectedMovies(bpy_types.Operator):
|
|
|
297
452
|
...
|
|
298
453
|
|
|
299
454
|
def poll_message_set(self):
|
|
300
|
-
""" """
|
|
455
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
301
456
|
...
|
|
302
457
|
|
|
303
458
|
def pop(self):
|
|
304
|
-
"""
|
|
459
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
460
|
+
when not found (matches Python's dictionary function of the same name).
|
|
461
|
+
|
|
462
|
+
"""
|
|
305
463
|
...
|
|
306
464
|
|
|
307
|
-
def property_overridable_library_set(self):
|
|
308
|
-
"""
|
|
465
|
+
def property_overridable_library_set(self) -> bool:
|
|
466
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
467
|
+
|
|
468
|
+
:return: True when the overridable status of the property was successfully set.
|
|
469
|
+
:rtype: bool
|
|
470
|
+
"""
|
|
309
471
|
...
|
|
310
472
|
|
|
311
473
|
def property_unset(self):
|
|
312
|
-
""" """
|
|
474
|
+
"""Unset a property, will use default value afterward."""
|
|
313
475
|
...
|
|
314
476
|
|
|
315
477
|
def type_recast(self):
|
|
316
|
-
"""
|
|
478
|
+
"""Return a new instance, this is needed because types
|
|
479
|
+
such as textures can be changed at runtime.
|
|
480
|
+
|
|
481
|
+
:return: a new instance of this object with the type initialized again.
|
|
482
|
+
"""
|
|
317
483
|
...
|
|
318
484
|
|
|
319
485
|
def values(self):
|
|
320
|
-
"""
|
|
486
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
487
|
+
dictionary function of the same name).
|
|
488
|
+
|
|
489
|
+
:return: custom property values.
|
|
490
|
+
"""
|
|
321
491
|
...
|
|
322
492
|
|
|
323
493
|
class SequencerFadesAdd(bpy_types.Operator):
|
|
324
|
-
""" """
|
|
494
|
+
"""Adds or updates a fade animation for either visual or audio strips"""
|
|
325
495
|
|
|
326
496
|
bl_idname: typing.Any
|
|
327
497
|
""" """
|
|
@@ -338,23 +508,35 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
338
508
|
id_data: typing.Any
|
|
339
509
|
""" """
|
|
340
510
|
|
|
341
|
-
def as_keywords(self, ignore):
|
|
342
|
-
"""
|
|
511
|
+
def as_keywords(self, ignore=()):
|
|
512
|
+
"""Return a copy of the properties as a dictionary
|
|
343
513
|
|
|
344
514
|
:param ignore:
|
|
345
515
|
"""
|
|
346
516
|
...
|
|
347
517
|
|
|
348
|
-
def as_pointer(self):
|
|
349
|
-
"""
|
|
518
|
+
def as_pointer(self) -> int:
|
|
519
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
520
|
+
|
|
521
|
+
:return: int (memory address).
|
|
522
|
+
:rtype: int
|
|
523
|
+
"""
|
|
350
524
|
...
|
|
351
525
|
|
|
352
|
-
def bl_rna_get_subclass(self):
|
|
353
|
-
"""
|
|
526
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
527
|
+
"""
|
|
528
|
+
|
|
529
|
+
:return: The RNA type or default when not found.
|
|
530
|
+
:rtype: bpy.types.Struct
|
|
531
|
+
"""
|
|
354
532
|
...
|
|
355
533
|
|
|
356
|
-
def bl_rna_get_subclass_py(self):
|
|
357
|
-
"""
|
|
534
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
535
|
+
"""
|
|
536
|
+
|
|
537
|
+
:return: The class or default when not found.
|
|
538
|
+
:rtype: typing.Any
|
|
539
|
+
"""
|
|
358
540
|
...
|
|
359
541
|
|
|
360
542
|
def calculate_fade_duration(self, context, sequence):
|
|
@@ -366,7 +548,7 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
366
548
|
...
|
|
367
549
|
|
|
368
550
|
def calculate_fades(self, sequence, fade_fcurve, animated_property, duration):
|
|
369
|
-
"""
|
|
551
|
+
"""Returns a list of Fade objects
|
|
370
552
|
|
|
371
553
|
:param sequence:
|
|
372
554
|
:param fade_fcurve:
|
|
@@ -375,12 +557,20 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
375
557
|
"""
|
|
376
558
|
...
|
|
377
559
|
|
|
378
|
-
def driver_add(self):
|
|
379
|
-
"""
|
|
560
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
561
|
+
"""Adds driver(s) to the given property
|
|
562
|
+
|
|
563
|
+
:return: The driver(s) added.
|
|
564
|
+
:rtype: bpy.types.FCurve
|
|
565
|
+
"""
|
|
380
566
|
...
|
|
381
567
|
|
|
382
|
-
def driver_remove(self):
|
|
383
|
-
"""
|
|
568
|
+
def driver_remove(self) -> bool:
|
|
569
|
+
"""Remove driver(s) from the given property
|
|
570
|
+
|
|
571
|
+
:return: Success of driver removal.
|
|
572
|
+
:rtype: bool
|
|
573
|
+
"""
|
|
384
574
|
...
|
|
385
575
|
|
|
386
576
|
def execute(self, context):
|
|
@@ -391,47 +581,63 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
391
581
|
...
|
|
392
582
|
|
|
393
583
|
def fade_animation_clear(self, fade_fcurve, fades):
|
|
394
|
-
"""
|
|
584
|
+
"""Removes existing keyframes in the fades' time range, in fast mode, without
|
|
585
|
+
updating the fcurve
|
|
395
586
|
|
|
396
|
-
|
|
397
|
-
|
|
587
|
+
:param fade_fcurve:
|
|
588
|
+
:param fades:
|
|
398
589
|
"""
|
|
399
590
|
...
|
|
400
591
|
|
|
401
592
|
def fade_animation_create(self, fade_fcurve, fades):
|
|
402
|
-
"""
|
|
593
|
+
"""Inserts keyframes in the fade_fcurve in fast mode using the Fade objects.
|
|
594
|
+
Updates the fcurve after having inserted all keyframes to finish the animation.
|
|
403
595
|
|
|
404
|
-
|
|
405
|
-
|
|
596
|
+
:param fade_fcurve:
|
|
597
|
+
:param fades:
|
|
406
598
|
"""
|
|
407
599
|
...
|
|
408
600
|
|
|
409
601
|
def fade_find_or_create_fcurve(self, context, sequence, animated_property):
|
|
410
|
-
"""
|
|
602
|
+
"""Iterates over all the fcurves until it finds an fcurve with a data path
|
|
603
|
+
that corresponds to the sequence.
|
|
604
|
+
Returns the matching FCurve or creates a new one if the function can't find a match.
|
|
411
605
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
606
|
+
:param context:
|
|
607
|
+
:param sequence:
|
|
608
|
+
:param animated_property:
|
|
415
609
|
"""
|
|
416
610
|
...
|
|
417
611
|
|
|
418
612
|
def get(self):
|
|
419
|
-
"""
|
|
613
|
+
"""Returns the value of the custom property assigned to key or default
|
|
614
|
+
when not found (matches Python's dictionary function of the same name).
|
|
615
|
+
|
|
616
|
+
"""
|
|
420
617
|
...
|
|
421
618
|
|
|
422
619
|
def id_properties_clear(self):
|
|
423
|
-
"""
|
|
620
|
+
"""
|
|
621
|
+
|
|
622
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
623
|
+
"""
|
|
424
624
|
...
|
|
425
625
|
|
|
426
626
|
def id_properties_ensure(self):
|
|
427
|
-
"""
|
|
627
|
+
"""
|
|
628
|
+
|
|
629
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
630
|
+
"""
|
|
428
631
|
...
|
|
429
632
|
|
|
430
633
|
def id_properties_ui(self):
|
|
431
|
-
"""
|
|
634
|
+
"""
|
|
635
|
+
|
|
636
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
637
|
+
"""
|
|
432
638
|
...
|
|
433
639
|
|
|
434
|
-
def is_long_enough(self, sequence, duration):
|
|
640
|
+
def is_long_enough(self, sequence, duration=0.0):
|
|
435
641
|
"""
|
|
436
642
|
|
|
437
643
|
:param sequence:
|
|
@@ -439,44 +645,81 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
439
645
|
"""
|
|
440
646
|
...
|
|
441
647
|
|
|
442
|
-
def is_property_hidden(self):
|
|
443
|
-
"""
|
|
648
|
+
def is_property_hidden(self) -> bool:
|
|
649
|
+
"""Check if a property is hidden.
|
|
650
|
+
|
|
651
|
+
:return: True when the property is hidden.
|
|
652
|
+
:rtype: bool
|
|
653
|
+
"""
|
|
444
654
|
...
|
|
445
655
|
|
|
446
|
-
def is_property_overridable_library(self):
|
|
447
|
-
"""
|
|
656
|
+
def is_property_overridable_library(self) -> bool:
|
|
657
|
+
"""Check if a property is overridable.
|
|
658
|
+
|
|
659
|
+
:return: True when the property is overridable.
|
|
660
|
+
:rtype: bool
|
|
661
|
+
"""
|
|
448
662
|
...
|
|
449
663
|
|
|
450
|
-
def is_property_readonly(self):
|
|
451
|
-
"""
|
|
664
|
+
def is_property_readonly(self) -> bool:
|
|
665
|
+
"""Check if a property is readonly.
|
|
666
|
+
|
|
667
|
+
:return: True when the property is readonly (not writable).
|
|
668
|
+
:rtype: bool
|
|
669
|
+
"""
|
|
452
670
|
...
|
|
453
671
|
|
|
454
|
-
def is_property_set(self):
|
|
455
|
-
"""
|
|
672
|
+
def is_property_set(self) -> bool:
|
|
673
|
+
"""Check if a property is set, use for testing operator properties.
|
|
674
|
+
|
|
675
|
+
:return: True when the property has been set.
|
|
676
|
+
:rtype: bool
|
|
677
|
+
"""
|
|
456
678
|
...
|
|
457
679
|
|
|
458
680
|
def items(self):
|
|
459
|
-
"""
|
|
681
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
682
|
+
dictionary function of the same name).
|
|
683
|
+
|
|
684
|
+
:return: custom property key, value pairs.
|
|
685
|
+
"""
|
|
460
686
|
...
|
|
461
687
|
|
|
462
|
-
def keyframe_delete(self):
|
|
463
|
-
"""
|
|
688
|
+
def keyframe_delete(self) -> bool:
|
|
689
|
+
"""Remove a keyframe from this properties fcurve.
|
|
690
|
+
|
|
691
|
+
:return: Success of keyframe deletion.
|
|
692
|
+
:rtype: bool
|
|
693
|
+
"""
|
|
464
694
|
...
|
|
465
695
|
|
|
466
|
-
def keyframe_insert(self):
|
|
467
|
-
"""
|
|
696
|
+
def keyframe_insert(self) -> bool:
|
|
697
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
698
|
+
|
|
699
|
+
:return: Success of keyframe insertion.
|
|
700
|
+
:rtype: bool
|
|
701
|
+
"""
|
|
468
702
|
...
|
|
469
703
|
|
|
470
704
|
def keys(self):
|
|
471
|
-
"""
|
|
705
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
706
|
+
dictionary function of the same name).
|
|
707
|
+
|
|
708
|
+
:return: custom property keys.
|
|
709
|
+
"""
|
|
472
710
|
...
|
|
473
711
|
|
|
474
|
-
def path_from_id(self):
|
|
475
|
-
"""
|
|
712
|
+
def path_from_id(self) -> str:
|
|
713
|
+
"""Returns the data path from the ID to this object (string).
|
|
714
|
+
|
|
715
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
716
|
+
to this struct and property (when given).
|
|
717
|
+
:rtype: str
|
|
718
|
+
"""
|
|
476
719
|
...
|
|
477
720
|
|
|
478
721
|
def path_resolve(self):
|
|
479
|
-
""" """
|
|
722
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
480
723
|
...
|
|
481
724
|
|
|
482
725
|
def poll(self, context):
|
|
@@ -487,31 +730,46 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
487
730
|
...
|
|
488
731
|
|
|
489
732
|
def poll_message_set(self):
|
|
490
|
-
""" """
|
|
733
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
491
734
|
...
|
|
492
735
|
|
|
493
736
|
def pop(self):
|
|
494
|
-
"""
|
|
737
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
738
|
+
when not found (matches Python's dictionary function of the same name).
|
|
739
|
+
|
|
740
|
+
"""
|
|
495
741
|
...
|
|
496
742
|
|
|
497
|
-
def property_overridable_library_set(self):
|
|
498
|
-
"""
|
|
743
|
+
def property_overridable_library_set(self) -> bool:
|
|
744
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
745
|
+
|
|
746
|
+
:return: True when the overridable status of the property was successfully set.
|
|
747
|
+
:rtype: bool
|
|
748
|
+
"""
|
|
499
749
|
...
|
|
500
750
|
|
|
501
751
|
def property_unset(self):
|
|
502
|
-
""" """
|
|
752
|
+
"""Unset a property, will use default value afterward."""
|
|
503
753
|
...
|
|
504
754
|
|
|
505
755
|
def type_recast(self):
|
|
506
|
-
"""
|
|
756
|
+
"""Return a new instance, this is needed because types
|
|
757
|
+
such as textures can be changed at runtime.
|
|
758
|
+
|
|
759
|
+
:return: a new instance of this object with the type initialized again.
|
|
760
|
+
"""
|
|
507
761
|
...
|
|
508
762
|
|
|
509
763
|
def values(self):
|
|
510
|
-
"""
|
|
764
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
765
|
+
dictionary function of the same name).
|
|
766
|
+
|
|
767
|
+
:return: custom property values.
|
|
768
|
+
"""
|
|
511
769
|
...
|
|
512
770
|
|
|
513
771
|
class SequencerFadesClear(bpy_types.Operator):
|
|
514
|
-
""" """
|
|
772
|
+
"""Removes fade animation from selected sequences"""
|
|
515
773
|
|
|
516
774
|
bl_idname: typing.Any
|
|
517
775
|
""" """
|
|
@@ -528,31 +786,51 @@ class SequencerFadesClear(bpy_types.Operator):
|
|
|
528
786
|
id_data: typing.Any
|
|
529
787
|
""" """
|
|
530
788
|
|
|
531
|
-
def as_keywords(self, ignore):
|
|
532
|
-
"""
|
|
789
|
+
def as_keywords(self, ignore=()):
|
|
790
|
+
"""Return a copy of the properties as a dictionary
|
|
533
791
|
|
|
534
792
|
:param ignore:
|
|
535
793
|
"""
|
|
536
794
|
...
|
|
537
795
|
|
|
538
|
-
def as_pointer(self):
|
|
539
|
-
"""
|
|
796
|
+
def as_pointer(self) -> int:
|
|
797
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
798
|
+
|
|
799
|
+
:return: int (memory address).
|
|
800
|
+
:rtype: int
|
|
801
|
+
"""
|
|
540
802
|
...
|
|
541
803
|
|
|
542
|
-
def bl_rna_get_subclass(self):
|
|
543
|
-
"""
|
|
804
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
805
|
+
"""
|
|
806
|
+
|
|
807
|
+
:return: The RNA type or default when not found.
|
|
808
|
+
:rtype: bpy.types.Struct
|
|
809
|
+
"""
|
|
544
810
|
...
|
|
545
811
|
|
|
546
|
-
def bl_rna_get_subclass_py(self):
|
|
547
|
-
"""
|
|
812
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
813
|
+
"""
|
|
814
|
+
|
|
815
|
+
:return: The class or default when not found.
|
|
816
|
+
:rtype: typing.Any
|
|
817
|
+
"""
|
|
548
818
|
...
|
|
549
819
|
|
|
550
|
-
def driver_add(self):
|
|
551
|
-
"""
|
|
820
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
821
|
+
"""Adds driver(s) to the given property
|
|
822
|
+
|
|
823
|
+
:return: The driver(s) added.
|
|
824
|
+
:rtype: bpy.types.FCurve
|
|
825
|
+
"""
|
|
552
826
|
...
|
|
553
827
|
|
|
554
|
-
def driver_remove(self):
|
|
555
|
-
"""
|
|
828
|
+
def driver_remove(self) -> bool:
|
|
829
|
+
"""Remove driver(s) from the given property
|
|
830
|
+
|
|
831
|
+
:return: Success of driver removal.
|
|
832
|
+
:rtype: bool
|
|
833
|
+
"""
|
|
556
834
|
...
|
|
557
835
|
|
|
558
836
|
def execute(self, context):
|
|
@@ -563,59 +841,108 @@ class SequencerFadesClear(bpy_types.Operator):
|
|
|
563
841
|
...
|
|
564
842
|
|
|
565
843
|
def get(self):
|
|
566
|
-
"""
|
|
844
|
+
"""Returns the value of the custom property assigned to key or default
|
|
845
|
+
when not found (matches Python's dictionary function of the same name).
|
|
846
|
+
|
|
847
|
+
"""
|
|
567
848
|
...
|
|
568
849
|
|
|
569
850
|
def id_properties_clear(self):
|
|
570
|
-
"""
|
|
851
|
+
"""
|
|
852
|
+
|
|
853
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
854
|
+
"""
|
|
571
855
|
...
|
|
572
856
|
|
|
573
857
|
def id_properties_ensure(self):
|
|
574
|
-
"""
|
|
858
|
+
"""
|
|
859
|
+
|
|
860
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
861
|
+
"""
|
|
575
862
|
...
|
|
576
863
|
|
|
577
864
|
def id_properties_ui(self):
|
|
578
|
-
"""
|
|
865
|
+
"""
|
|
866
|
+
|
|
867
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
868
|
+
"""
|
|
579
869
|
...
|
|
580
870
|
|
|
581
|
-
def is_property_hidden(self):
|
|
582
|
-
"""
|
|
871
|
+
def is_property_hidden(self) -> bool:
|
|
872
|
+
"""Check if a property is hidden.
|
|
873
|
+
|
|
874
|
+
:return: True when the property is hidden.
|
|
875
|
+
:rtype: bool
|
|
876
|
+
"""
|
|
583
877
|
...
|
|
584
878
|
|
|
585
|
-
def is_property_overridable_library(self):
|
|
586
|
-
"""
|
|
879
|
+
def is_property_overridable_library(self) -> bool:
|
|
880
|
+
"""Check if a property is overridable.
|
|
881
|
+
|
|
882
|
+
:return: True when the property is overridable.
|
|
883
|
+
:rtype: bool
|
|
884
|
+
"""
|
|
587
885
|
...
|
|
588
886
|
|
|
589
|
-
def is_property_readonly(self):
|
|
590
|
-
"""
|
|
887
|
+
def is_property_readonly(self) -> bool:
|
|
888
|
+
"""Check if a property is readonly.
|
|
889
|
+
|
|
890
|
+
:return: True when the property is readonly (not writable).
|
|
891
|
+
:rtype: bool
|
|
892
|
+
"""
|
|
591
893
|
...
|
|
592
894
|
|
|
593
|
-
def is_property_set(self):
|
|
594
|
-
"""
|
|
895
|
+
def is_property_set(self) -> bool:
|
|
896
|
+
"""Check if a property is set, use for testing operator properties.
|
|
897
|
+
|
|
898
|
+
:return: True when the property has been set.
|
|
899
|
+
:rtype: bool
|
|
900
|
+
"""
|
|
595
901
|
...
|
|
596
902
|
|
|
597
903
|
def items(self):
|
|
598
|
-
"""
|
|
904
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
905
|
+
dictionary function of the same name).
|
|
906
|
+
|
|
907
|
+
:return: custom property key, value pairs.
|
|
908
|
+
"""
|
|
599
909
|
...
|
|
600
910
|
|
|
601
|
-
def keyframe_delete(self):
|
|
602
|
-
"""
|
|
911
|
+
def keyframe_delete(self) -> bool:
|
|
912
|
+
"""Remove a keyframe from this properties fcurve.
|
|
913
|
+
|
|
914
|
+
:return: Success of keyframe deletion.
|
|
915
|
+
:rtype: bool
|
|
916
|
+
"""
|
|
603
917
|
...
|
|
604
918
|
|
|
605
|
-
def keyframe_insert(self):
|
|
606
|
-
"""
|
|
919
|
+
def keyframe_insert(self) -> bool:
|
|
920
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
921
|
+
|
|
922
|
+
:return: Success of keyframe insertion.
|
|
923
|
+
:rtype: bool
|
|
924
|
+
"""
|
|
607
925
|
...
|
|
608
926
|
|
|
609
927
|
def keys(self):
|
|
610
|
-
"""
|
|
928
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
929
|
+
dictionary function of the same name).
|
|
930
|
+
|
|
931
|
+
:return: custom property keys.
|
|
932
|
+
"""
|
|
611
933
|
...
|
|
612
934
|
|
|
613
|
-
def path_from_id(self):
|
|
614
|
-
"""
|
|
935
|
+
def path_from_id(self) -> str:
|
|
936
|
+
"""Returns the data path from the ID to this object (string).
|
|
937
|
+
|
|
938
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
939
|
+
to this struct and property (when given).
|
|
940
|
+
:rtype: str
|
|
941
|
+
"""
|
|
615
942
|
...
|
|
616
943
|
|
|
617
944
|
def path_resolve(self):
|
|
618
|
-
""" """
|
|
945
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
619
946
|
...
|
|
620
947
|
|
|
621
948
|
def poll(self, context):
|
|
@@ -626,31 +953,46 @@ class SequencerFadesClear(bpy_types.Operator):
|
|
|
626
953
|
...
|
|
627
954
|
|
|
628
955
|
def poll_message_set(self):
|
|
629
|
-
""" """
|
|
956
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
630
957
|
...
|
|
631
958
|
|
|
632
959
|
def pop(self):
|
|
633
|
-
"""
|
|
960
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
961
|
+
when not found (matches Python's dictionary function of the same name).
|
|
962
|
+
|
|
963
|
+
"""
|
|
634
964
|
...
|
|
635
965
|
|
|
636
|
-
def property_overridable_library_set(self):
|
|
637
|
-
"""
|
|
966
|
+
def property_overridable_library_set(self) -> bool:
|
|
967
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
968
|
+
|
|
969
|
+
:return: True when the overridable status of the property was successfully set.
|
|
970
|
+
:rtype: bool
|
|
971
|
+
"""
|
|
638
972
|
...
|
|
639
973
|
|
|
640
974
|
def property_unset(self):
|
|
641
|
-
""" """
|
|
975
|
+
"""Unset a property, will use default value afterward."""
|
|
642
976
|
...
|
|
643
977
|
|
|
644
978
|
def type_recast(self):
|
|
645
|
-
"""
|
|
979
|
+
"""Return a new instance, this is needed because types
|
|
980
|
+
such as textures can be changed at runtime.
|
|
981
|
+
|
|
982
|
+
:return: a new instance of this object with the type initialized again.
|
|
983
|
+
"""
|
|
646
984
|
...
|
|
647
985
|
|
|
648
986
|
def values(self):
|
|
649
|
-
"""
|
|
987
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
988
|
+
dictionary function of the same name).
|
|
989
|
+
|
|
990
|
+
:return: custom property values.
|
|
991
|
+
"""
|
|
650
992
|
...
|
|
651
993
|
|
|
652
994
|
class SequencerSplitMulticam(bpy_types.Operator):
|
|
653
|
-
""" """
|
|
995
|
+
"""Split multicam strip and select camera"""
|
|
654
996
|
|
|
655
997
|
bl_idname: typing.Any
|
|
656
998
|
""" """
|
|
@@ -667,31 +1009,51 @@ class SequencerSplitMulticam(bpy_types.Operator):
|
|
|
667
1009
|
id_data: typing.Any
|
|
668
1010
|
""" """
|
|
669
1011
|
|
|
670
|
-
def as_keywords(self, ignore):
|
|
671
|
-
"""
|
|
1012
|
+
def as_keywords(self, ignore=()):
|
|
1013
|
+
"""Return a copy of the properties as a dictionary
|
|
672
1014
|
|
|
673
1015
|
:param ignore:
|
|
674
1016
|
"""
|
|
675
1017
|
...
|
|
676
1018
|
|
|
677
|
-
def as_pointer(self):
|
|
678
|
-
"""
|
|
1019
|
+
def as_pointer(self) -> int:
|
|
1020
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
1021
|
+
|
|
1022
|
+
:return: int (memory address).
|
|
1023
|
+
:rtype: int
|
|
1024
|
+
"""
|
|
679
1025
|
...
|
|
680
1026
|
|
|
681
|
-
def bl_rna_get_subclass(self):
|
|
682
|
-
"""
|
|
1027
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1028
|
+
"""
|
|
1029
|
+
|
|
1030
|
+
:return: The RNA type or default when not found.
|
|
1031
|
+
:rtype: bpy.types.Struct
|
|
1032
|
+
"""
|
|
683
1033
|
...
|
|
684
1034
|
|
|
685
|
-
def bl_rna_get_subclass_py(self):
|
|
686
|
-
"""
|
|
1035
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1036
|
+
"""
|
|
1037
|
+
|
|
1038
|
+
:return: The class or default when not found.
|
|
1039
|
+
:rtype: typing.Any
|
|
1040
|
+
"""
|
|
687
1041
|
...
|
|
688
1042
|
|
|
689
|
-
def driver_add(self):
|
|
690
|
-
"""
|
|
1043
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
1044
|
+
"""Adds driver(s) to the given property
|
|
1045
|
+
|
|
1046
|
+
:return: The driver(s) added.
|
|
1047
|
+
:rtype: bpy.types.FCurve
|
|
1048
|
+
"""
|
|
691
1049
|
...
|
|
692
1050
|
|
|
693
|
-
def driver_remove(self):
|
|
694
|
-
"""
|
|
1051
|
+
def driver_remove(self) -> bool:
|
|
1052
|
+
"""Remove driver(s) from the given property
|
|
1053
|
+
|
|
1054
|
+
:return: Success of driver removal.
|
|
1055
|
+
:rtype: bool
|
|
1056
|
+
"""
|
|
695
1057
|
...
|
|
696
1058
|
|
|
697
1059
|
def execute(self, context):
|
|
@@ -702,59 +1064,108 @@ class SequencerSplitMulticam(bpy_types.Operator):
|
|
|
702
1064
|
...
|
|
703
1065
|
|
|
704
1066
|
def get(self):
|
|
705
|
-
"""
|
|
1067
|
+
"""Returns the value of the custom property assigned to key or default
|
|
1068
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1069
|
+
|
|
1070
|
+
"""
|
|
706
1071
|
...
|
|
707
1072
|
|
|
708
1073
|
def id_properties_clear(self):
|
|
709
|
-
"""
|
|
1074
|
+
"""
|
|
1075
|
+
|
|
1076
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
1077
|
+
"""
|
|
710
1078
|
...
|
|
711
1079
|
|
|
712
1080
|
def id_properties_ensure(self):
|
|
713
|
-
"""
|
|
1081
|
+
"""
|
|
1082
|
+
|
|
1083
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
1084
|
+
"""
|
|
714
1085
|
...
|
|
715
1086
|
|
|
716
1087
|
def id_properties_ui(self):
|
|
717
|
-
"""
|
|
1088
|
+
"""
|
|
1089
|
+
|
|
1090
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
1091
|
+
"""
|
|
718
1092
|
...
|
|
719
1093
|
|
|
720
|
-
def is_property_hidden(self):
|
|
721
|
-
"""
|
|
1094
|
+
def is_property_hidden(self) -> bool:
|
|
1095
|
+
"""Check if a property is hidden.
|
|
1096
|
+
|
|
1097
|
+
:return: True when the property is hidden.
|
|
1098
|
+
:rtype: bool
|
|
1099
|
+
"""
|
|
722
1100
|
...
|
|
723
1101
|
|
|
724
|
-
def is_property_overridable_library(self):
|
|
725
|
-
"""
|
|
1102
|
+
def is_property_overridable_library(self) -> bool:
|
|
1103
|
+
"""Check if a property is overridable.
|
|
1104
|
+
|
|
1105
|
+
:return: True when the property is overridable.
|
|
1106
|
+
:rtype: bool
|
|
1107
|
+
"""
|
|
726
1108
|
...
|
|
727
1109
|
|
|
728
|
-
def is_property_readonly(self):
|
|
729
|
-
"""
|
|
1110
|
+
def is_property_readonly(self) -> bool:
|
|
1111
|
+
"""Check if a property is readonly.
|
|
1112
|
+
|
|
1113
|
+
:return: True when the property is readonly (not writable).
|
|
1114
|
+
:rtype: bool
|
|
1115
|
+
"""
|
|
730
1116
|
...
|
|
731
1117
|
|
|
732
|
-
def is_property_set(self):
|
|
733
|
-
"""
|
|
1118
|
+
def is_property_set(self) -> bool:
|
|
1119
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1120
|
+
|
|
1121
|
+
:return: True when the property has been set.
|
|
1122
|
+
:rtype: bool
|
|
1123
|
+
"""
|
|
734
1124
|
...
|
|
735
1125
|
|
|
736
1126
|
def items(self):
|
|
737
|
-
"""
|
|
1127
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1128
|
+
dictionary function of the same name).
|
|
1129
|
+
|
|
1130
|
+
:return: custom property key, value pairs.
|
|
1131
|
+
"""
|
|
738
1132
|
...
|
|
739
1133
|
|
|
740
|
-
def keyframe_delete(self):
|
|
741
|
-
"""
|
|
1134
|
+
def keyframe_delete(self) -> bool:
|
|
1135
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1136
|
+
|
|
1137
|
+
:return: Success of keyframe deletion.
|
|
1138
|
+
:rtype: bool
|
|
1139
|
+
"""
|
|
742
1140
|
...
|
|
743
1141
|
|
|
744
|
-
def keyframe_insert(self):
|
|
745
|
-
"""
|
|
1142
|
+
def keyframe_insert(self) -> bool:
|
|
1143
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1144
|
+
|
|
1145
|
+
:return: Success of keyframe insertion.
|
|
1146
|
+
:rtype: bool
|
|
1147
|
+
"""
|
|
746
1148
|
...
|
|
747
1149
|
|
|
748
1150
|
def keys(self):
|
|
749
|
-
"""
|
|
1151
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1152
|
+
dictionary function of the same name).
|
|
1153
|
+
|
|
1154
|
+
:return: custom property keys.
|
|
1155
|
+
"""
|
|
750
1156
|
...
|
|
751
1157
|
|
|
752
|
-
def path_from_id(self):
|
|
753
|
-
"""
|
|
1158
|
+
def path_from_id(self) -> str:
|
|
1159
|
+
"""Returns the data path from the ID to this object (string).
|
|
1160
|
+
|
|
1161
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1162
|
+
to this struct and property (when given).
|
|
1163
|
+
:rtype: str
|
|
1164
|
+
"""
|
|
754
1165
|
...
|
|
755
1166
|
|
|
756
1167
|
def path_resolve(self):
|
|
757
|
-
""" """
|
|
1168
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
758
1169
|
...
|
|
759
1170
|
|
|
760
1171
|
def poll(self, context):
|
|
@@ -765,27 +1176,42 @@ class SequencerSplitMulticam(bpy_types.Operator):
|
|
|
765
1176
|
...
|
|
766
1177
|
|
|
767
1178
|
def poll_message_set(self):
|
|
768
|
-
""" """
|
|
1179
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
769
1180
|
...
|
|
770
1181
|
|
|
771
1182
|
def pop(self):
|
|
772
|
-
"""
|
|
1183
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1184
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1185
|
+
|
|
1186
|
+
"""
|
|
773
1187
|
...
|
|
774
1188
|
|
|
775
|
-
def property_overridable_library_set(self):
|
|
776
|
-
"""
|
|
1189
|
+
def property_overridable_library_set(self) -> bool:
|
|
1190
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1191
|
+
|
|
1192
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1193
|
+
:rtype: bool
|
|
1194
|
+
"""
|
|
777
1195
|
...
|
|
778
1196
|
|
|
779
1197
|
def property_unset(self):
|
|
780
|
-
""" """
|
|
1198
|
+
"""Unset a property, will use default value afterward."""
|
|
781
1199
|
...
|
|
782
1200
|
|
|
783
1201
|
def type_recast(self):
|
|
784
|
-
"""
|
|
1202
|
+
"""Return a new instance, this is needed because types
|
|
1203
|
+
such as textures can be changed at runtime.
|
|
1204
|
+
|
|
1205
|
+
:return: a new instance of this object with the type initialized again.
|
|
1206
|
+
"""
|
|
785
1207
|
...
|
|
786
1208
|
|
|
787
1209
|
def values(self):
|
|
788
|
-
"""
|
|
1210
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1211
|
+
dictionary function of the same name).
|
|
1212
|
+
|
|
1213
|
+
:return: custom property values.
|
|
1214
|
+
"""
|
|
789
1215
|
...
|
|
790
1216
|
|
|
791
1217
|
class SEQUENCER_FH_image_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
@@ -809,80 +1235,149 @@ class SEQUENCER_FH_image_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
809
1235
|
id_data: typing.Any
|
|
810
1236
|
""" """
|
|
811
1237
|
|
|
812
|
-
def as_pointer(self):
|
|
813
|
-
"""
|
|
1238
|
+
def as_pointer(self) -> int:
|
|
1239
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
1240
|
+
|
|
1241
|
+
:return: int (memory address).
|
|
1242
|
+
:rtype: int
|
|
1243
|
+
"""
|
|
814
1244
|
...
|
|
815
1245
|
|
|
816
|
-
def bl_rna_get_subclass(self):
|
|
817
|
-
"""
|
|
1246
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1247
|
+
"""
|
|
1248
|
+
|
|
1249
|
+
:return: The RNA type or default when not found.
|
|
1250
|
+
:rtype: bpy.types.Struct
|
|
1251
|
+
"""
|
|
818
1252
|
...
|
|
819
1253
|
|
|
820
|
-
def bl_rna_get_subclass_py(self):
|
|
821
|
-
"""
|
|
1254
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1255
|
+
"""
|
|
1256
|
+
|
|
1257
|
+
:return: The class or default when not found.
|
|
1258
|
+
:rtype: typing.Any
|
|
1259
|
+
"""
|
|
822
1260
|
...
|
|
823
1261
|
|
|
824
|
-
def driver_add(self):
|
|
825
|
-
"""
|
|
1262
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
1263
|
+
"""Adds driver(s) to the given property
|
|
1264
|
+
|
|
1265
|
+
:return: The driver(s) added.
|
|
1266
|
+
:rtype: bpy.types.FCurve
|
|
1267
|
+
"""
|
|
826
1268
|
...
|
|
827
1269
|
|
|
828
|
-
def driver_remove(self):
|
|
829
|
-
"""
|
|
1270
|
+
def driver_remove(self) -> bool:
|
|
1271
|
+
"""Remove driver(s) from the given property
|
|
1272
|
+
|
|
1273
|
+
:return: Success of driver removal.
|
|
1274
|
+
:rtype: bool
|
|
1275
|
+
"""
|
|
830
1276
|
...
|
|
831
1277
|
|
|
832
1278
|
def get(self):
|
|
833
|
-
"""
|
|
1279
|
+
"""Returns the value of the custom property assigned to key or default
|
|
1280
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1281
|
+
|
|
1282
|
+
"""
|
|
834
1283
|
...
|
|
835
1284
|
|
|
836
1285
|
def id_properties_clear(self):
|
|
837
|
-
"""
|
|
1286
|
+
"""
|
|
1287
|
+
|
|
1288
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
1289
|
+
"""
|
|
838
1290
|
...
|
|
839
1291
|
|
|
840
1292
|
def id_properties_ensure(self):
|
|
841
|
-
"""
|
|
1293
|
+
"""
|
|
1294
|
+
|
|
1295
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
1296
|
+
"""
|
|
842
1297
|
...
|
|
843
1298
|
|
|
844
1299
|
def id_properties_ui(self):
|
|
845
|
-
"""
|
|
1300
|
+
"""
|
|
1301
|
+
|
|
1302
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
1303
|
+
"""
|
|
846
1304
|
...
|
|
847
1305
|
|
|
848
|
-
def is_property_hidden(self):
|
|
849
|
-
"""
|
|
1306
|
+
def is_property_hidden(self) -> bool:
|
|
1307
|
+
"""Check if a property is hidden.
|
|
1308
|
+
|
|
1309
|
+
:return: True when the property is hidden.
|
|
1310
|
+
:rtype: bool
|
|
1311
|
+
"""
|
|
850
1312
|
...
|
|
851
1313
|
|
|
852
|
-
def is_property_overridable_library(self):
|
|
853
|
-
"""
|
|
1314
|
+
def is_property_overridable_library(self) -> bool:
|
|
1315
|
+
"""Check if a property is overridable.
|
|
1316
|
+
|
|
1317
|
+
:return: True when the property is overridable.
|
|
1318
|
+
:rtype: bool
|
|
1319
|
+
"""
|
|
854
1320
|
...
|
|
855
1321
|
|
|
856
|
-
def is_property_readonly(self):
|
|
857
|
-
"""
|
|
1322
|
+
def is_property_readonly(self) -> bool:
|
|
1323
|
+
"""Check if a property is readonly.
|
|
1324
|
+
|
|
1325
|
+
:return: True when the property is readonly (not writable).
|
|
1326
|
+
:rtype: bool
|
|
1327
|
+
"""
|
|
858
1328
|
...
|
|
859
1329
|
|
|
860
|
-
def is_property_set(self):
|
|
861
|
-
"""
|
|
1330
|
+
def is_property_set(self) -> bool:
|
|
1331
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1332
|
+
|
|
1333
|
+
:return: True when the property has been set.
|
|
1334
|
+
:rtype: bool
|
|
1335
|
+
"""
|
|
862
1336
|
...
|
|
863
1337
|
|
|
864
1338
|
def items(self):
|
|
865
|
-
"""
|
|
1339
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1340
|
+
dictionary function of the same name).
|
|
1341
|
+
|
|
1342
|
+
:return: custom property key, value pairs.
|
|
1343
|
+
"""
|
|
866
1344
|
...
|
|
867
1345
|
|
|
868
|
-
def keyframe_delete(self):
|
|
869
|
-
"""
|
|
1346
|
+
def keyframe_delete(self) -> bool:
|
|
1347
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1348
|
+
|
|
1349
|
+
:return: Success of keyframe deletion.
|
|
1350
|
+
:rtype: bool
|
|
1351
|
+
"""
|
|
870
1352
|
...
|
|
871
1353
|
|
|
872
|
-
def keyframe_insert(self):
|
|
873
|
-
"""
|
|
1354
|
+
def keyframe_insert(self) -> bool:
|
|
1355
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1356
|
+
|
|
1357
|
+
:return: Success of keyframe insertion.
|
|
1358
|
+
:rtype: bool
|
|
1359
|
+
"""
|
|
874
1360
|
...
|
|
875
1361
|
|
|
876
1362
|
def keys(self):
|
|
877
|
-
"""
|
|
1363
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1364
|
+
dictionary function of the same name).
|
|
1365
|
+
|
|
1366
|
+
:return: custom property keys.
|
|
1367
|
+
"""
|
|
878
1368
|
...
|
|
879
1369
|
|
|
880
|
-
def path_from_id(self):
|
|
881
|
-
"""
|
|
1370
|
+
def path_from_id(self) -> str:
|
|
1371
|
+
"""Returns the data path from the ID to this object (string).
|
|
1372
|
+
|
|
1373
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1374
|
+
to this struct and property (when given).
|
|
1375
|
+
:rtype: str
|
|
1376
|
+
"""
|
|
882
1377
|
...
|
|
883
1378
|
|
|
884
1379
|
def path_resolve(self):
|
|
885
|
-
""" """
|
|
1380
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
886
1381
|
...
|
|
887
1382
|
|
|
888
1383
|
def poll_drop(self, context):
|
|
@@ -893,23 +1388,38 @@ class SEQUENCER_FH_image_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
893
1388
|
...
|
|
894
1389
|
|
|
895
1390
|
def pop(self):
|
|
896
|
-
"""
|
|
1391
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1392
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1393
|
+
|
|
1394
|
+
"""
|
|
897
1395
|
...
|
|
898
1396
|
|
|
899
|
-
def property_overridable_library_set(self):
|
|
900
|
-
"""
|
|
1397
|
+
def property_overridable_library_set(self) -> bool:
|
|
1398
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1399
|
+
|
|
1400
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1401
|
+
:rtype: bool
|
|
1402
|
+
"""
|
|
901
1403
|
...
|
|
902
1404
|
|
|
903
1405
|
def property_unset(self):
|
|
904
|
-
""" """
|
|
1406
|
+
"""Unset a property, will use default value afterward."""
|
|
905
1407
|
...
|
|
906
1408
|
|
|
907
1409
|
def type_recast(self):
|
|
908
|
-
"""
|
|
1410
|
+
"""Return a new instance, this is needed because types
|
|
1411
|
+
such as textures can be changed at runtime.
|
|
1412
|
+
|
|
1413
|
+
:return: a new instance of this object with the type initialized again.
|
|
1414
|
+
"""
|
|
909
1415
|
...
|
|
910
1416
|
|
|
911
1417
|
def values(self):
|
|
912
|
-
"""
|
|
1418
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1419
|
+
dictionary function of the same name).
|
|
1420
|
+
|
|
1421
|
+
:return: custom property values.
|
|
1422
|
+
"""
|
|
913
1423
|
...
|
|
914
1424
|
|
|
915
1425
|
class SEQUENCER_FH_movie_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
@@ -933,80 +1443,149 @@ class SEQUENCER_FH_movie_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
933
1443
|
id_data: typing.Any
|
|
934
1444
|
""" """
|
|
935
1445
|
|
|
936
|
-
def as_pointer(self):
|
|
937
|
-
"""
|
|
1446
|
+
def as_pointer(self) -> int:
|
|
1447
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
1448
|
+
|
|
1449
|
+
:return: int (memory address).
|
|
1450
|
+
:rtype: int
|
|
1451
|
+
"""
|
|
938
1452
|
...
|
|
939
1453
|
|
|
940
|
-
def bl_rna_get_subclass(self):
|
|
941
|
-
"""
|
|
1454
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1455
|
+
"""
|
|
1456
|
+
|
|
1457
|
+
:return: The RNA type or default when not found.
|
|
1458
|
+
:rtype: bpy.types.Struct
|
|
1459
|
+
"""
|
|
942
1460
|
...
|
|
943
1461
|
|
|
944
|
-
def bl_rna_get_subclass_py(self):
|
|
945
|
-
"""
|
|
1462
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1463
|
+
"""
|
|
1464
|
+
|
|
1465
|
+
:return: The class or default when not found.
|
|
1466
|
+
:rtype: typing.Any
|
|
1467
|
+
"""
|
|
946
1468
|
...
|
|
947
1469
|
|
|
948
|
-
def driver_add(self):
|
|
949
|
-
"""
|
|
1470
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
1471
|
+
"""Adds driver(s) to the given property
|
|
1472
|
+
|
|
1473
|
+
:return: The driver(s) added.
|
|
1474
|
+
:rtype: bpy.types.FCurve
|
|
1475
|
+
"""
|
|
950
1476
|
...
|
|
951
1477
|
|
|
952
|
-
def driver_remove(self):
|
|
953
|
-
"""
|
|
1478
|
+
def driver_remove(self) -> bool:
|
|
1479
|
+
"""Remove driver(s) from the given property
|
|
1480
|
+
|
|
1481
|
+
:return: Success of driver removal.
|
|
1482
|
+
:rtype: bool
|
|
1483
|
+
"""
|
|
954
1484
|
...
|
|
955
1485
|
|
|
956
1486
|
def get(self):
|
|
957
|
-
"""
|
|
1487
|
+
"""Returns the value of the custom property assigned to key or default
|
|
1488
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1489
|
+
|
|
1490
|
+
"""
|
|
958
1491
|
...
|
|
959
1492
|
|
|
960
1493
|
def id_properties_clear(self):
|
|
961
|
-
"""
|
|
1494
|
+
"""
|
|
1495
|
+
|
|
1496
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
1497
|
+
"""
|
|
962
1498
|
...
|
|
963
1499
|
|
|
964
1500
|
def id_properties_ensure(self):
|
|
965
|
-
"""
|
|
1501
|
+
"""
|
|
1502
|
+
|
|
1503
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
1504
|
+
"""
|
|
966
1505
|
...
|
|
967
1506
|
|
|
968
1507
|
def id_properties_ui(self):
|
|
969
|
-
"""
|
|
1508
|
+
"""
|
|
1509
|
+
|
|
1510
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
1511
|
+
"""
|
|
970
1512
|
...
|
|
971
1513
|
|
|
972
|
-
def is_property_hidden(self):
|
|
973
|
-
"""
|
|
1514
|
+
def is_property_hidden(self) -> bool:
|
|
1515
|
+
"""Check if a property is hidden.
|
|
1516
|
+
|
|
1517
|
+
:return: True when the property is hidden.
|
|
1518
|
+
:rtype: bool
|
|
1519
|
+
"""
|
|
974
1520
|
...
|
|
975
1521
|
|
|
976
|
-
def is_property_overridable_library(self):
|
|
977
|
-
"""
|
|
1522
|
+
def is_property_overridable_library(self) -> bool:
|
|
1523
|
+
"""Check if a property is overridable.
|
|
1524
|
+
|
|
1525
|
+
:return: True when the property is overridable.
|
|
1526
|
+
:rtype: bool
|
|
1527
|
+
"""
|
|
978
1528
|
...
|
|
979
1529
|
|
|
980
|
-
def is_property_readonly(self):
|
|
981
|
-
"""
|
|
1530
|
+
def is_property_readonly(self) -> bool:
|
|
1531
|
+
"""Check if a property is readonly.
|
|
1532
|
+
|
|
1533
|
+
:return: True when the property is readonly (not writable).
|
|
1534
|
+
:rtype: bool
|
|
1535
|
+
"""
|
|
982
1536
|
...
|
|
983
1537
|
|
|
984
|
-
def is_property_set(self):
|
|
985
|
-
"""
|
|
1538
|
+
def is_property_set(self) -> bool:
|
|
1539
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1540
|
+
|
|
1541
|
+
:return: True when the property has been set.
|
|
1542
|
+
:rtype: bool
|
|
1543
|
+
"""
|
|
986
1544
|
...
|
|
987
1545
|
|
|
988
1546
|
def items(self):
|
|
989
|
-
"""
|
|
1547
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1548
|
+
dictionary function of the same name).
|
|
1549
|
+
|
|
1550
|
+
:return: custom property key, value pairs.
|
|
1551
|
+
"""
|
|
990
1552
|
...
|
|
991
1553
|
|
|
992
|
-
def keyframe_delete(self):
|
|
993
|
-
"""
|
|
1554
|
+
def keyframe_delete(self) -> bool:
|
|
1555
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1556
|
+
|
|
1557
|
+
:return: Success of keyframe deletion.
|
|
1558
|
+
:rtype: bool
|
|
1559
|
+
"""
|
|
994
1560
|
...
|
|
995
1561
|
|
|
996
|
-
def keyframe_insert(self):
|
|
997
|
-
"""
|
|
1562
|
+
def keyframe_insert(self) -> bool:
|
|
1563
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1564
|
+
|
|
1565
|
+
:return: Success of keyframe insertion.
|
|
1566
|
+
:rtype: bool
|
|
1567
|
+
"""
|
|
998
1568
|
...
|
|
999
1569
|
|
|
1000
1570
|
def keys(self):
|
|
1001
|
-
"""
|
|
1571
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1572
|
+
dictionary function of the same name).
|
|
1573
|
+
|
|
1574
|
+
:return: custom property keys.
|
|
1575
|
+
"""
|
|
1002
1576
|
...
|
|
1003
1577
|
|
|
1004
|
-
def path_from_id(self):
|
|
1005
|
-
"""
|
|
1578
|
+
def path_from_id(self) -> str:
|
|
1579
|
+
"""Returns the data path from the ID to this object (string).
|
|
1580
|
+
|
|
1581
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1582
|
+
to this struct and property (when given).
|
|
1583
|
+
:rtype: str
|
|
1584
|
+
"""
|
|
1006
1585
|
...
|
|
1007
1586
|
|
|
1008
1587
|
def path_resolve(self):
|
|
1009
|
-
""" """
|
|
1588
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
1010
1589
|
...
|
|
1011
1590
|
|
|
1012
1591
|
def poll_drop(self, context):
|
|
@@ -1017,23 +1596,38 @@ class SEQUENCER_FH_movie_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
1017
1596
|
...
|
|
1018
1597
|
|
|
1019
1598
|
def pop(self):
|
|
1020
|
-
"""
|
|
1599
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1600
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1601
|
+
|
|
1602
|
+
"""
|
|
1021
1603
|
...
|
|
1022
1604
|
|
|
1023
|
-
def property_overridable_library_set(self):
|
|
1024
|
-
"""
|
|
1605
|
+
def property_overridable_library_set(self) -> bool:
|
|
1606
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1607
|
+
|
|
1608
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1609
|
+
:rtype: bool
|
|
1610
|
+
"""
|
|
1025
1611
|
...
|
|
1026
1612
|
|
|
1027
1613
|
def property_unset(self):
|
|
1028
|
-
""" """
|
|
1614
|
+
"""Unset a property, will use default value afterward."""
|
|
1029
1615
|
...
|
|
1030
1616
|
|
|
1031
1617
|
def type_recast(self):
|
|
1032
|
-
"""
|
|
1618
|
+
"""Return a new instance, this is needed because types
|
|
1619
|
+
such as textures can be changed at runtime.
|
|
1620
|
+
|
|
1621
|
+
:return: a new instance of this object with the type initialized again.
|
|
1622
|
+
"""
|
|
1033
1623
|
...
|
|
1034
1624
|
|
|
1035
1625
|
def values(self):
|
|
1036
|
-
"""
|
|
1626
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1627
|
+
dictionary function of the same name).
|
|
1628
|
+
|
|
1629
|
+
:return: custom property values.
|
|
1630
|
+
"""
|
|
1037
1631
|
...
|
|
1038
1632
|
|
|
1039
1633
|
class SEQUENCER_FH_sound_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
@@ -1057,80 +1651,149 @@ class SEQUENCER_FH_sound_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
1057
1651
|
id_data: typing.Any
|
|
1058
1652
|
""" """
|
|
1059
1653
|
|
|
1060
|
-
def as_pointer(self):
|
|
1061
|
-
"""
|
|
1654
|
+
def as_pointer(self) -> int:
|
|
1655
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
1656
|
+
|
|
1657
|
+
:return: int (memory address).
|
|
1658
|
+
:rtype: int
|
|
1659
|
+
"""
|
|
1062
1660
|
...
|
|
1063
1661
|
|
|
1064
|
-
def bl_rna_get_subclass(self):
|
|
1065
|
-
"""
|
|
1662
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1663
|
+
"""
|
|
1664
|
+
|
|
1665
|
+
:return: The RNA type or default when not found.
|
|
1666
|
+
:rtype: bpy.types.Struct
|
|
1667
|
+
"""
|
|
1066
1668
|
...
|
|
1067
1669
|
|
|
1068
|
-
def bl_rna_get_subclass_py(self):
|
|
1069
|
-
"""
|
|
1670
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1671
|
+
"""
|
|
1672
|
+
|
|
1673
|
+
:return: The class or default when not found.
|
|
1674
|
+
:rtype: typing.Any
|
|
1675
|
+
"""
|
|
1070
1676
|
...
|
|
1071
1677
|
|
|
1072
|
-
def driver_add(self):
|
|
1073
|
-
"""
|
|
1678
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
1679
|
+
"""Adds driver(s) to the given property
|
|
1680
|
+
|
|
1681
|
+
:return: The driver(s) added.
|
|
1682
|
+
:rtype: bpy.types.FCurve
|
|
1683
|
+
"""
|
|
1074
1684
|
...
|
|
1075
1685
|
|
|
1076
|
-
def driver_remove(self):
|
|
1077
|
-
"""
|
|
1686
|
+
def driver_remove(self) -> bool:
|
|
1687
|
+
"""Remove driver(s) from the given property
|
|
1688
|
+
|
|
1689
|
+
:return: Success of driver removal.
|
|
1690
|
+
:rtype: bool
|
|
1691
|
+
"""
|
|
1078
1692
|
...
|
|
1079
1693
|
|
|
1080
1694
|
def get(self):
|
|
1081
|
-
"""
|
|
1695
|
+
"""Returns the value of the custom property assigned to key or default
|
|
1696
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1697
|
+
|
|
1698
|
+
"""
|
|
1082
1699
|
...
|
|
1083
1700
|
|
|
1084
1701
|
def id_properties_clear(self):
|
|
1085
|
-
"""
|
|
1702
|
+
"""
|
|
1703
|
+
|
|
1704
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
1705
|
+
"""
|
|
1086
1706
|
...
|
|
1087
1707
|
|
|
1088
1708
|
def id_properties_ensure(self):
|
|
1089
|
-
"""
|
|
1709
|
+
"""
|
|
1710
|
+
|
|
1711
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
1712
|
+
"""
|
|
1090
1713
|
...
|
|
1091
1714
|
|
|
1092
1715
|
def id_properties_ui(self):
|
|
1093
|
-
"""
|
|
1716
|
+
"""
|
|
1717
|
+
|
|
1718
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
1719
|
+
"""
|
|
1094
1720
|
...
|
|
1095
1721
|
|
|
1096
|
-
def is_property_hidden(self):
|
|
1097
|
-
"""
|
|
1722
|
+
def is_property_hidden(self) -> bool:
|
|
1723
|
+
"""Check if a property is hidden.
|
|
1724
|
+
|
|
1725
|
+
:return: True when the property is hidden.
|
|
1726
|
+
:rtype: bool
|
|
1727
|
+
"""
|
|
1098
1728
|
...
|
|
1099
1729
|
|
|
1100
|
-
def is_property_overridable_library(self):
|
|
1101
|
-
"""
|
|
1730
|
+
def is_property_overridable_library(self) -> bool:
|
|
1731
|
+
"""Check if a property is overridable.
|
|
1732
|
+
|
|
1733
|
+
:return: True when the property is overridable.
|
|
1734
|
+
:rtype: bool
|
|
1735
|
+
"""
|
|
1102
1736
|
...
|
|
1103
1737
|
|
|
1104
|
-
def is_property_readonly(self):
|
|
1105
|
-
"""
|
|
1738
|
+
def is_property_readonly(self) -> bool:
|
|
1739
|
+
"""Check if a property is readonly.
|
|
1740
|
+
|
|
1741
|
+
:return: True when the property is readonly (not writable).
|
|
1742
|
+
:rtype: bool
|
|
1743
|
+
"""
|
|
1106
1744
|
...
|
|
1107
1745
|
|
|
1108
|
-
def is_property_set(self):
|
|
1109
|
-
"""
|
|
1746
|
+
def is_property_set(self) -> bool:
|
|
1747
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1748
|
+
|
|
1749
|
+
:return: True when the property has been set.
|
|
1750
|
+
:rtype: bool
|
|
1751
|
+
"""
|
|
1110
1752
|
...
|
|
1111
1753
|
|
|
1112
1754
|
def items(self):
|
|
1113
|
-
"""
|
|
1755
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1756
|
+
dictionary function of the same name).
|
|
1757
|
+
|
|
1758
|
+
:return: custom property key, value pairs.
|
|
1759
|
+
"""
|
|
1114
1760
|
...
|
|
1115
1761
|
|
|
1116
|
-
def keyframe_delete(self):
|
|
1117
|
-
"""
|
|
1762
|
+
def keyframe_delete(self) -> bool:
|
|
1763
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1764
|
+
|
|
1765
|
+
:return: Success of keyframe deletion.
|
|
1766
|
+
:rtype: bool
|
|
1767
|
+
"""
|
|
1118
1768
|
...
|
|
1119
1769
|
|
|
1120
|
-
def keyframe_insert(self):
|
|
1121
|
-
"""
|
|
1770
|
+
def keyframe_insert(self) -> bool:
|
|
1771
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1772
|
+
|
|
1773
|
+
:return: Success of keyframe insertion.
|
|
1774
|
+
:rtype: bool
|
|
1775
|
+
"""
|
|
1122
1776
|
...
|
|
1123
1777
|
|
|
1124
1778
|
def keys(self):
|
|
1125
|
-
"""
|
|
1779
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1780
|
+
dictionary function of the same name).
|
|
1781
|
+
|
|
1782
|
+
:return: custom property keys.
|
|
1783
|
+
"""
|
|
1126
1784
|
...
|
|
1127
1785
|
|
|
1128
|
-
def path_from_id(self):
|
|
1129
|
-
"""
|
|
1786
|
+
def path_from_id(self) -> str:
|
|
1787
|
+
"""Returns the data path from the ID to this object (string).
|
|
1788
|
+
|
|
1789
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1790
|
+
to this struct and property (when given).
|
|
1791
|
+
:rtype: str
|
|
1792
|
+
"""
|
|
1130
1793
|
...
|
|
1131
1794
|
|
|
1132
1795
|
def path_resolve(self):
|
|
1133
|
-
""" """
|
|
1796
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
1134
1797
|
...
|
|
1135
1798
|
|
|
1136
1799
|
def poll_drop(self, context):
|
|
@@ -1141,23 +1804,38 @@ class SEQUENCER_FH_sound_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
1141
1804
|
...
|
|
1142
1805
|
|
|
1143
1806
|
def pop(self):
|
|
1144
|
-
"""
|
|
1807
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1808
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1809
|
+
|
|
1810
|
+
"""
|
|
1145
1811
|
...
|
|
1146
1812
|
|
|
1147
|
-
def property_overridable_library_set(self):
|
|
1148
|
-
"""
|
|
1813
|
+
def property_overridable_library_set(self) -> bool:
|
|
1814
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1815
|
+
|
|
1816
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1817
|
+
:rtype: bool
|
|
1818
|
+
"""
|
|
1149
1819
|
...
|
|
1150
1820
|
|
|
1151
1821
|
def property_unset(self):
|
|
1152
|
-
""" """
|
|
1822
|
+
"""Unset a property, will use default value afterward."""
|
|
1153
1823
|
...
|
|
1154
1824
|
|
|
1155
1825
|
def type_recast(self):
|
|
1156
|
-
"""
|
|
1826
|
+
"""Return a new instance, this is needed because types
|
|
1827
|
+
such as textures can be changed at runtime.
|
|
1828
|
+
|
|
1829
|
+
:return: a new instance of this object with the type initialized again.
|
|
1830
|
+
"""
|
|
1157
1831
|
...
|
|
1158
1832
|
|
|
1159
1833
|
def values(self):
|
|
1160
|
-
"""
|
|
1834
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1835
|
+
dictionary function of the same name).
|
|
1836
|
+
|
|
1837
|
+
:return: custom property values.
|
|
1838
|
+
"""
|
|
1161
1839
|
...
|
|
1162
1840
|
|
|
1163
1841
|
def calculate_duration_frames(scene, duration_seconds):
|