fake-bpy-module 20240524__tar.gz → 20240528__tar.gz
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.
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/PKG-INFO +1 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/__init__.pyi +1 -0
- fake_bpy_module-20240528/bl_operators/image_as_planes/__init__.pyi +457 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/userpref/__init__.pyi +0 -214
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/generic_ui_list/__init__.pyi +2 -2
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_render/__init__.pyi +1 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/app/__init__.pyi +5 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/action/__init__.pyi +21 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/anim/__init__.pyi +34 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/armature/__init__.pyi +31 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/asset/__init__.pyi +5 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/bl_pkg/__init__.pyi +28 -17
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/boid/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/brush/__init__.pyi +6 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/buttons/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/cachefile/__init__.pyi +3 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/camera/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/clip/__init__.pyi +49 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/cloth/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/collection/__init__.pyi +7 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/console/__init__.pyi +11 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/constraint/__init__.pyi +15 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/curve/__init__.pyi +28 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/curves/__init__.pyi +14 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/cycles/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/dpaint/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/ed/__init__.pyi +3 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/export_anim/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/export_scene/__init__.pyi +20 -3
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/file/__init__.pyi +14 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/fluid/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/font/__init__.pyi +13 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/geometry/__init__.pyi +7 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/gizmogroup/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/gpencil/__init__.pyi +106 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/graph/__init__.pyi +47 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/grease_pencil/__init__.pyi +52 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/image/__init__.pyi +308 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/import_anim/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/import_curve/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/import_scene/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/info/__init__.pyi +3 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/lattice/__init__.pyi +5 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/marker/__init__.pyi +9 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/mask/__init__.pyi +22 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/mball/__init__.pyi +7 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/mesh/__init__.pyi +134 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/nla/__init__.pyi +20 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/node/__init__.pyi +47 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/object/__init__.pyi +174 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/outliner/__init__.pyi +25 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/paint/__init__.pyi +39 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/paintcurve/__init__.pyi +4 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/palette/__init__.pyi +4 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/particle/__init__.pyi +17 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/pose/__init__.pyi +24 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/poselib/__init__.pyi +4 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/preferences/__init__.pyi +26 -14
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/ptcache/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/render/__init__.pyi +9 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/rigidbody/__init__.pyi +7 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/scene/__init__.pyi +16 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/screen/__init__.pyi +21 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/script/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/sculpt/__init__.pyi +25 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/sculpt_curves/__init__.pyi +3 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/sequencer/__init__.pyi +57 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/sound/__init__.pyi +4 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/spreadsheet/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/surface/__init__.pyi +6 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/text/__init__.pyi +18 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/text_editor/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/texture/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/transform/__init__.pyi +25 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/ui/__init__.pyi +13 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/uilist/__init__.pyi +3 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/uv/__init__.pyi +40 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/view2d/__init__.pyi +11 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/view3d/__init__.pyi +30 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/wm/__init__.pyi +114 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/workspace/__init__.pyi +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/path/__init__.pyi +6 -6
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/props/__init__.pyi +11 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/types/__init__.pyi +393 -334
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/utils/__init__.pyi +10 -8
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/anim_utils/__init__.pyi +3 -3
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/view3d_utils/__init__.pyi +2 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/fake_bpy_module.egg-info/SOURCES.txt +1 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/types/__init__.pyi +4 -2
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu_extras/batch/__init__.pyi +1 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu_extras/presets/__init__.pyi +1 -1
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/README.md +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/aud/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bgl/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/blf/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/console_python/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/freestyle/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/idprop/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/imbuf/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/mathutils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/pyproject.toml +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_info/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/setup.cfg +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/setup.py +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/sys_info/__init__.pyi +0 -0
- {fake_bpy_module-20240524 → fake_bpy_module-20240528}/sys_info/py.typed +0 -0
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import bpy.types
|
|
4
|
+
import bpy_extras.io_utils
|
|
5
|
+
import bpy_extras.object_utils
|
|
6
|
+
import bpy_types
|
|
7
|
+
|
|
8
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
|
+
|
|
11
|
+
class IMAGE_OT_import_as_mesh_planes(
|
|
12
|
+
bpy_extras.io_utils.ImportHelper,
|
|
13
|
+
bpy_extras.object_utils.AddObjectHelper,
|
|
14
|
+
bpy_types.Operator,
|
|
15
|
+
):
|
|
16
|
+
"""Create mesh plane(s) from image files with the appropriate aspect ratio"""
|
|
17
|
+
|
|
18
|
+
AXIS_MODES: typing.Any
|
|
19
|
+
axis_id_to_vector: typing.Any
|
|
20
|
+
bl_idname: typing.Any
|
|
21
|
+
bl_label: typing.Any
|
|
22
|
+
bl_options: typing.Any
|
|
23
|
+
bl_rna: typing.Any
|
|
24
|
+
id_data: typing.Any
|
|
25
|
+
t: typing.Any
|
|
26
|
+
|
|
27
|
+
def align_plane(self, context, plane):
|
|
28
|
+
"""Pick an axis and align the plane to it
|
|
29
|
+
|
|
30
|
+
:param context:
|
|
31
|
+
:param plane:
|
|
32
|
+
"""
|
|
33
|
+
...
|
|
34
|
+
|
|
35
|
+
def align_update_callback(self, _context):
|
|
36
|
+
"""
|
|
37
|
+
|
|
38
|
+
:param _context:
|
|
39
|
+
"""
|
|
40
|
+
...
|
|
41
|
+
|
|
42
|
+
def apply_image_options(self, image):
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
:param image:
|
|
46
|
+
"""
|
|
47
|
+
...
|
|
48
|
+
|
|
49
|
+
def apply_material_options(self, material, slot):
|
|
50
|
+
"""
|
|
51
|
+
|
|
52
|
+
:param material:
|
|
53
|
+
:param slot:
|
|
54
|
+
"""
|
|
55
|
+
...
|
|
56
|
+
|
|
57
|
+
def apply_texture_options(self, texture, img_spec):
|
|
58
|
+
"""
|
|
59
|
+
|
|
60
|
+
:param texture:
|
|
61
|
+
:param img_spec:
|
|
62
|
+
"""
|
|
63
|
+
...
|
|
64
|
+
|
|
65
|
+
def as_keywords(self, ignore=()):
|
|
66
|
+
"""Return a copy of the properties as a dictionary
|
|
67
|
+
|
|
68
|
+
:param ignore:
|
|
69
|
+
"""
|
|
70
|
+
...
|
|
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
|
+
"""
|
|
78
|
+
...
|
|
79
|
+
|
|
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
|
+
"""
|
|
86
|
+
...
|
|
87
|
+
|
|
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
|
+
"""
|
|
94
|
+
...
|
|
95
|
+
|
|
96
|
+
def check(self, _context):
|
|
97
|
+
"""
|
|
98
|
+
|
|
99
|
+
:param _context:
|
|
100
|
+
"""
|
|
101
|
+
...
|
|
102
|
+
|
|
103
|
+
def compute_plane_size(self, context, img_spec):
|
|
104
|
+
"""Given the image size in pixels and location, determine size of plane
|
|
105
|
+
|
|
106
|
+
:param context:
|
|
107
|
+
:param img_spec:
|
|
108
|
+
"""
|
|
109
|
+
...
|
|
110
|
+
|
|
111
|
+
def create_cycles_material(self, img_spec, name):
|
|
112
|
+
"""
|
|
113
|
+
|
|
114
|
+
:param img_spec:
|
|
115
|
+
:param name:
|
|
116
|
+
"""
|
|
117
|
+
...
|
|
118
|
+
|
|
119
|
+
def create_cycles_texnode(self, node_tree, img_spec):
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
:param node_tree:
|
|
123
|
+
:param img_spec:
|
|
124
|
+
"""
|
|
125
|
+
...
|
|
126
|
+
|
|
127
|
+
def create_image_plane(self, context, name, img_spec):
|
|
128
|
+
"""
|
|
129
|
+
|
|
130
|
+
:param context:
|
|
131
|
+
:param name:
|
|
132
|
+
:param img_spec:
|
|
133
|
+
"""
|
|
134
|
+
...
|
|
135
|
+
|
|
136
|
+
def draw(self, context):
|
|
137
|
+
"""
|
|
138
|
+
|
|
139
|
+
:param context:
|
|
140
|
+
"""
|
|
141
|
+
...
|
|
142
|
+
|
|
143
|
+
def draw_import_config(self, _context):
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
:param _context:
|
|
147
|
+
"""
|
|
148
|
+
...
|
|
149
|
+
|
|
150
|
+
def draw_material_config(self, context):
|
|
151
|
+
"""layout = self.layoutbox = layout.box()box.label(text="Compositing Nodes:", icon='RENDERLAYERS')
|
|
152
|
+
box.prop(self, "compositing_nodes")
|
|
153
|
+
|
|
154
|
+
:param context:
|
|
155
|
+
"""
|
|
156
|
+
...
|
|
157
|
+
|
|
158
|
+
def draw_spatial_config(self, _context):
|
|
159
|
+
"""
|
|
160
|
+
|
|
161
|
+
:param _context:
|
|
162
|
+
"""
|
|
163
|
+
...
|
|
164
|
+
|
|
165
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
166
|
+
"""Adds driver(s) to the given property
|
|
167
|
+
|
|
168
|
+
:return: The driver(s) added.
|
|
169
|
+
:rtype: bpy.types.FCurve
|
|
170
|
+
"""
|
|
171
|
+
...
|
|
172
|
+
|
|
173
|
+
def driver_remove(self) -> bool:
|
|
174
|
+
"""Remove driver(s) from the given property
|
|
175
|
+
|
|
176
|
+
:return: Success of driver removal.
|
|
177
|
+
:rtype: bool
|
|
178
|
+
"""
|
|
179
|
+
...
|
|
180
|
+
|
|
181
|
+
def execute(self, context):
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
:param context:
|
|
185
|
+
"""
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
def get(self):
|
|
189
|
+
"""Returns the value of the custom property assigned to key or default
|
|
190
|
+
when not found (matches Python's dictionary function of the same name).
|
|
191
|
+
|
|
192
|
+
"""
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
def id_properties_clear(self):
|
|
196
|
+
"""
|
|
197
|
+
|
|
198
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
199
|
+
"""
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
def id_properties_ensure(self):
|
|
203
|
+
"""
|
|
204
|
+
|
|
205
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
206
|
+
"""
|
|
207
|
+
...
|
|
208
|
+
|
|
209
|
+
def id_properties_ui(self):
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
213
|
+
"""
|
|
214
|
+
...
|
|
215
|
+
|
|
216
|
+
def import_images(self, context):
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
:param context:
|
|
220
|
+
"""
|
|
221
|
+
...
|
|
222
|
+
|
|
223
|
+
def invoke(self, context, _event):
|
|
224
|
+
"""
|
|
225
|
+
|
|
226
|
+
:param context:
|
|
227
|
+
:param _event:
|
|
228
|
+
"""
|
|
229
|
+
...
|
|
230
|
+
|
|
231
|
+
def invoke_popup(self, context, confirm_text=""):
|
|
232
|
+
"""
|
|
233
|
+
|
|
234
|
+
:param context:
|
|
235
|
+
:param confirm_text:
|
|
236
|
+
"""
|
|
237
|
+
...
|
|
238
|
+
|
|
239
|
+
def is_property_hidden(self) -> bool:
|
|
240
|
+
"""Check if a property is hidden.
|
|
241
|
+
|
|
242
|
+
:return: True when the property is hidden.
|
|
243
|
+
:rtype: bool
|
|
244
|
+
"""
|
|
245
|
+
...
|
|
246
|
+
|
|
247
|
+
def is_property_overridable_library(self) -> bool:
|
|
248
|
+
"""Check if a property is overridable.
|
|
249
|
+
|
|
250
|
+
:return: True when the property is overridable.
|
|
251
|
+
:rtype: bool
|
|
252
|
+
"""
|
|
253
|
+
...
|
|
254
|
+
|
|
255
|
+
def is_property_readonly(self) -> bool:
|
|
256
|
+
"""Check if a property is readonly.
|
|
257
|
+
|
|
258
|
+
:return: True when the property is readonly (not writable).
|
|
259
|
+
:rtype: bool
|
|
260
|
+
"""
|
|
261
|
+
...
|
|
262
|
+
|
|
263
|
+
def is_property_set(self) -> bool:
|
|
264
|
+
"""Check if a property is set, use for testing operator properties.
|
|
265
|
+
|
|
266
|
+
:return: True when the property has been set.
|
|
267
|
+
:rtype: bool
|
|
268
|
+
"""
|
|
269
|
+
...
|
|
270
|
+
|
|
271
|
+
def items(self):
|
|
272
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
273
|
+
dictionary function of the same name).
|
|
274
|
+
|
|
275
|
+
:return: custom property key, value pairs.
|
|
276
|
+
"""
|
|
277
|
+
...
|
|
278
|
+
|
|
279
|
+
def keyframe_delete(self) -> bool:
|
|
280
|
+
"""Remove a keyframe from this properties fcurve.
|
|
281
|
+
|
|
282
|
+
:return: Success of keyframe deletion.
|
|
283
|
+
:rtype: bool
|
|
284
|
+
"""
|
|
285
|
+
...
|
|
286
|
+
|
|
287
|
+
def keyframe_insert(self) -> bool:
|
|
288
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
289
|
+
|
|
290
|
+
:return: Success of keyframe insertion.
|
|
291
|
+
:rtype: bool
|
|
292
|
+
"""
|
|
293
|
+
...
|
|
294
|
+
|
|
295
|
+
def keys(self):
|
|
296
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
297
|
+
dictionary function of the same name).
|
|
298
|
+
|
|
299
|
+
:return: custom property keys.
|
|
300
|
+
"""
|
|
301
|
+
...
|
|
302
|
+
|
|
303
|
+
def path_from_id(self) -> str:
|
|
304
|
+
"""Returns the data path from the ID to this object (string).
|
|
305
|
+
|
|
306
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
307
|
+
to this struct and property (when given).
|
|
308
|
+
:rtype: str
|
|
309
|
+
"""
|
|
310
|
+
...
|
|
311
|
+
|
|
312
|
+
def path_resolve(self):
|
|
313
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
314
|
+
...
|
|
315
|
+
|
|
316
|
+
def poll(self, context):
|
|
317
|
+
"""
|
|
318
|
+
|
|
319
|
+
:param context:
|
|
320
|
+
"""
|
|
321
|
+
...
|
|
322
|
+
|
|
323
|
+
def poll_message_set(self):
|
|
324
|
+
"""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."""
|
|
325
|
+
...
|
|
326
|
+
|
|
327
|
+
def pop(self):
|
|
328
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
329
|
+
when not found (matches Python's dictionary function of the same name).
|
|
330
|
+
|
|
331
|
+
"""
|
|
332
|
+
...
|
|
333
|
+
|
|
334
|
+
def property_overridable_library_set(self) -> bool:
|
|
335
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
336
|
+
|
|
337
|
+
:return: True when the overridable status of the property was successfully set.
|
|
338
|
+
:rtype: bool
|
|
339
|
+
"""
|
|
340
|
+
...
|
|
341
|
+
|
|
342
|
+
def property_unset(self):
|
|
343
|
+
"""Unset a property, will use default value afterward."""
|
|
344
|
+
...
|
|
345
|
+
|
|
346
|
+
def single_image_spec_to_plane(self, context, img_spec):
|
|
347
|
+
"""
|
|
348
|
+
|
|
349
|
+
:param context:
|
|
350
|
+
:param img_spec:
|
|
351
|
+
"""
|
|
352
|
+
...
|
|
353
|
+
|
|
354
|
+
def type_recast(self):
|
|
355
|
+
"""Return a new instance, this is needed because types
|
|
356
|
+
such as textures can be changed at runtime.
|
|
357
|
+
|
|
358
|
+
:return: a new instance of this object with the type initialized again.
|
|
359
|
+
"""
|
|
360
|
+
...
|
|
361
|
+
|
|
362
|
+
def update_size_mode(self, _context):
|
|
363
|
+
"""If sizing relative to the camera, always face the camera
|
|
364
|
+
|
|
365
|
+
:param _context:
|
|
366
|
+
"""
|
|
367
|
+
...
|
|
368
|
+
|
|
369
|
+
def values(self):
|
|
370
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
371
|
+
dictionary function of the same name).
|
|
372
|
+
|
|
373
|
+
:return: custom property values.
|
|
374
|
+
"""
|
|
375
|
+
...
|
|
376
|
+
|
|
377
|
+
class ImageSpec:
|
|
378
|
+
"""ImageSpec(image, size, frame_start, frame_offset, frame_duration)"""
|
|
379
|
+
|
|
380
|
+
frame_duration: typing.Any
|
|
381
|
+
frame_offset: typing.Any
|
|
382
|
+
frame_start: typing.Any
|
|
383
|
+
image: typing.Any
|
|
384
|
+
size: typing.Any
|
|
385
|
+
|
|
386
|
+
def count(self, value):
|
|
387
|
+
"""Return number of occurrences of value.
|
|
388
|
+
|
|
389
|
+
:param value:
|
|
390
|
+
"""
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def index(self, value, start=0, stop=9223372036854775807):
|
|
394
|
+
"""Return first index of value.Raises ValueError if the value is not present.
|
|
395
|
+
|
|
396
|
+
:param value:
|
|
397
|
+
:param start:
|
|
398
|
+
:param stop:
|
|
399
|
+
"""
|
|
400
|
+
...
|
|
401
|
+
|
|
402
|
+
def auto_align_nodes(node_tree):
|
|
403
|
+
"""Given a shader node tree, arrange nodes neatly relative to the output node."""
|
|
404
|
+
|
|
405
|
+
...
|
|
406
|
+
|
|
407
|
+
def center_in_camera(camera, ob, axis=(1, 1)):
|
|
408
|
+
"""Center object along specified axis of the camera"""
|
|
409
|
+
|
|
410
|
+
...
|
|
411
|
+
|
|
412
|
+
def clean_node_tree(node_tree):
|
|
413
|
+
"""Clear all nodes in a shader node tree except the output.Returns the output node"""
|
|
414
|
+
|
|
415
|
+
...
|
|
416
|
+
|
|
417
|
+
def compute_camera_size(context, center, fill_mode, aspect):
|
|
418
|
+
"""Determine how large an object needs to be to fit or fill the camera's field of view."""
|
|
419
|
+
|
|
420
|
+
...
|
|
421
|
+
|
|
422
|
+
def find_image_sequences(files):
|
|
423
|
+
"""From a group of files, detect image sequences.This returns a generator of tuples, which contain the filename,
|
|
424
|
+
start frame, and length of the detected sequence
|
|
425
|
+
|
|
426
|
+
"""
|
|
427
|
+
|
|
428
|
+
...
|
|
429
|
+
|
|
430
|
+
def get_input_nodes(node, links):
|
|
431
|
+
"""Get nodes that are a inputs to the given node"""
|
|
432
|
+
|
|
433
|
+
...
|
|
434
|
+
|
|
435
|
+
def get_shadeless_node(dest_node_tree):
|
|
436
|
+
"""Return a "shadless" cycles/eevee node, creating a node group if nonexistent"""
|
|
437
|
+
|
|
438
|
+
...
|
|
439
|
+
|
|
440
|
+
def load_images(
|
|
441
|
+
filenames, directory, force_reload=False, frame_start=1, find_sequences=False
|
|
442
|
+
):
|
|
443
|
+
"""Wrapper for bpy's load_imageLoads a set of images, movies, or even image sequences
|
|
444
|
+
Returns a generator of ImageSpec wrapper objects later used for texture setup
|
|
445
|
+
|
|
446
|
+
"""
|
|
447
|
+
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def offset_planes(planes, gap, axis):
|
|
451
|
+
"""Offset planes from each other by gap amount along a _local_ vector axisFor example, offset_planes([obj1, obj2], 0.5, Vector(0, 0, 1)) will place
|
|
452
|
+
obj2 0.5 blender units away from obj1 along the local positive Z axis.This is in local space, not world space, so all planes should share
|
|
453
|
+
a common scale and rotation.
|
|
454
|
+
|
|
455
|
+
"""
|
|
456
|
+
|
|
457
|
+
...
|
|
@@ -4855,220 +4855,6 @@ class PREFERENCES_OT_studiolight_new(bpy_types.Operator):
|
|
|
4855
4855
|
"""
|
|
4856
4856
|
...
|
|
4857
4857
|
|
|
4858
|
-
class PREFERENCES_OT_studiolight_show(bpy_types.Operator):
|
|
4859
|
-
"""Show light preferences"""
|
|
4860
|
-
|
|
4861
|
-
bl_idname: typing.Any
|
|
4862
|
-
bl_label: typing.Any
|
|
4863
|
-
bl_options: typing.Any
|
|
4864
|
-
bl_rna: typing.Any
|
|
4865
|
-
id_data: typing.Any
|
|
4866
|
-
|
|
4867
|
-
def as_keywords(self, ignore=()):
|
|
4868
|
-
"""Return a copy of the properties as a dictionary
|
|
4869
|
-
|
|
4870
|
-
:param ignore:
|
|
4871
|
-
"""
|
|
4872
|
-
...
|
|
4873
|
-
|
|
4874
|
-
def as_pointer(self) -> int:
|
|
4875
|
-
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
4876
|
-
|
|
4877
|
-
:return: int (memory address).
|
|
4878
|
-
:rtype: int
|
|
4879
|
-
"""
|
|
4880
|
-
...
|
|
4881
|
-
|
|
4882
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
4883
|
-
"""
|
|
4884
|
-
|
|
4885
|
-
:return: The RNA type or default when not found.
|
|
4886
|
-
:rtype: bpy.types.Struct
|
|
4887
|
-
"""
|
|
4888
|
-
...
|
|
4889
|
-
|
|
4890
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4891
|
-
"""
|
|
4892
|
-
|
|
4893
|
-
:return: The class or default when not found.
|
|
4894
|
-
:rtype: typing.Any
|
|
4895
|
-
"""
|
|
4896
|
-
...
|
|
4897
|
-
|
|
4898
|
-
def driver_add(self) -> bpy.types.FCurve:
|
|
4899
|
-
"""Adds driver(s) to the given property
|
|
4900
|
-
|
|
4901
|
-
:return: The driver(s) added.
|
|
4902
|
-
:rtype: bpy.types.FCurve
|
|
4903
|
-
"""
|
|
4904
|
-
...
|
|
4905
|
-
|
|
4906
|
-
def driver_remove(self) -> bool:
|
|
4907
|
-
"""Remove driver(s) from the given property
|
|
4908
|
-
|
|
4909
|
-
:return: Success of driver removal.
|
|
4910
|
-
:rtype: bool
|
|
4911
|
-
"""
|
|
4912
|
-
...
|
|
4913
|
-
|
|
4914
|
-
def execute(self, context):
|
|
4915
|
-
"""
|
|
4916
|
-
|
|
4917
|
-
:param context:
|
|
4918
|
-
"""
|
|
4919
|
-
...
|
|
4920
|
-
|
|
4921
|
-
def get(self):
|
|
4922
|
-
"""Returns the value of the custom property assigned to key or default
|
|
4923
|
-
when not found (matches Python's dictionary function of the same name).
|
|
4924
|
-
|
|
4925
|
-
"""
|
|
4926
|
-
...
|
|
4927
|
-
|
|
4928
|
-
def id_properties_clear(self):
|
|
4929
|
-
"""
|
|
4930
|
-
|
|
4931
|
-
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
4932
|
-
"""
|
|
4933
|
-
...
|
|
4934
|
-
|
|
4935
|
-
def id_properties_ensure(self):
|
|
4936
|
-
"""
|
|
4937
|
-
|
|
4938
|
-
:return: the parent group for an RNA struct's custom IDProperties.
|
|
4939
|
-
"""
|
|
4940
|
-
...
|
|
4941
|
-
|
|
4942
|
-
def id_properties_ui(self):
|
|
4943
|
-
"""
|
|
4944
|
-
|
|
4945
|
-
:return: Return an object used to manage an IDProperty's UI data.
|
|
4946
|
-
"""
|
|
4947
|
-
...
|
|
4948
|
-
|
|
4949
|
-
def is_property_hidden(self) -> bool:
|
|
4950
|
-
"""Check if a property is hidden.
|
|
4951
|
-
|
|
4952
|
-
:return: True when the property is hidden.
|
|
4953
|
-
:rtype: bool
|
|
4954
|
-
"""
|
|
4955
|
-
...
|
|
4956
|
-
|
|
4957
|
-
def is_property_overridable_library(self) -> bool:
|
|
4958
|
-
"""Check if a property is overridable.
|
|
4959
|
-
|
|
4960
|
-
:return: True when the property is overridable.
|
|
4961
|
-
:rtype: bool
|
|
4962
|
-
"""
|
|
4963
|
-
...
|
|
4964
|
-
|
|
4965
|
-
def is_property_readonly(self) -> bool:
|
|
4966
|
-
"""Check if a property is readonly.
|
|
4967
|
-
|
|
4968
|
-
:return: True when the property is readonly (not writable).
|
|
4969
|
-
:rtype: bool
|
|
4970
|
-
"""
|
|
4971
|
-
...
|
|
4972
|
-
|
|
4973
|
-
def is_property_set(self) -> bool:
|
|
4974
|
-
"""Check if a property is set, use for testing operator properties.
|
|
4975
|
-
|
|
4976
|
-
:return: True when the property has been set.
|
|
4977
|
-
:rtype: bool
|
|
4978
|
-
"""
|
|
4979
|
-
...
|
|
4980
|
-
|
|
4981
|
-
def items(self):
|
|
4982
|
-
"""Returns the items of this objects custom properties (matches Python's
|
|
4983
|
-
dictionary function of the same name).
|
|
4984
|
-
|
|
4985
|
-
:return: custom property key, value pairs.
|
|
4986
|
-
"""
|
|
4987
|
-
...
|
|
4988
|
-
|
|
4989
|
-
def keyframe_delete(self) -> bool:
|
|
4990
|
-
"""Remove a keyframe from this properties fcurve.
|
|
4991
|
-
|
|
4992
|
-
:return: Success of keyframe deletion.
|
|
4993
|
-
:rtype: bool
|
|
4994
|
-
"""
|
|
4995
|
-
...
|
|
4996
|
-
|
|
4997
|
-
def keyframe_insert(self) -> bool:
|
|
4998
|
-
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
4999
|
-
|
|
5000
|
-
:return: Success of keyframe insertion.
|
|
5001
|
-
:rtype: bool
|
|
5002
|
-
"""
|
|
5003
|
-
...
|
|
5004
|
-
|
|
5005
|
-
def keys(self):
|
|
5006
|
-
"""Returns the keys of this objects custom properties (matches Python's
|
|
5007
|
-
dictionary function of the same name).
|
|
5008
|
-
|
|
5009
|
-
:return: custom property keys.
|
|
5010
|
-
"""
|
|
5011
|
-
...
|
|
5012
|
-
|
|
5013
|
-
def path_from_id(self) -> str:
|
|
5014
|
-
"""Returns the data path from the ID to this object (string).
|
|
5015
|
-
|
|
5016
|
-
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
5017
|
-
to this struct and property (when given).
|
|
5018
|
-
:rtype: str
|
|
5019
|
-
"""
|
|
5020
|
-
...
|
|
5021
|
-
|
|
5022
|
-
def path_resolve(self):
|
|
5023
|
-
"""Returns the property from the path, raise an exception when not found."""
|
|
5024
|
-
...
|
|
5025
|
-
|
|
5026
|
-
def poll(self, _context):
|
|
5027
|
-
"""
|
|
5028
|
-
|
|
5029
|
-
:param _context:
|
|
5030
|
-
"""
|
|
5031
|
-
...
|
|
5032
|
-
|
|
5033
|
-
def poll_message_set(self):
|
|
5034
|
-
"""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."""
|
|
5035
|
-
...
|
|
5036
|
-
|
|
5037
|
-
def pop(self):
|
|
5038
|
-
"""Remove and return the value of the custom property assigned to key or default
|
|
5039
|
-
when not found (matches Python's dictionary function of the same name).
|
|
5040
|
-
|
|
5041
|
-
"""
|
|
5042
|
-
...
|
|
5043
|
-
|
|
5044
|
-
def property_overridable_library_set(self) -> bool:
|
|
5045
|
-
"""Define a property as overridable or not (only for custom properties!).
|
|
5046
|
-
|
|
5047
|
-
:return: True when the overridable status of the property was successfully set.
|
|
5048
|
-
:rtype: bool
|
|
5049
|
-
"""
|
|
5050
|
-
...
|
|
5051
|
-
|
|
5052
|
-
def property_unset(self):
|
|
5053
|
-
"""Unset a property, will use default value afterward."""
|
|
5054
|
-
...
|
|
5055
|
-
|
|
5056
|
-
def type_recast(self):
|
|
5057
|
-
"""Return a new instance, this is needed because types
|
|
5058
|
-
such as textures can be changed at runtime.
|
|
5059
|
-
|
|
5060
|
-
:return: a new instance of this object with the type initialized again.
|
|
5061
|
-
"""
|
|
5062
|
-
...
|
|
5063
|
-
|
|
5064
|
-
def values(self):
|
|
5065
|
-
"""Returns the values of this objects custom properties (matches Python's
|
|
5066
|
-
dictionary function of the same name).
|
|
5067
|
-
|
|
5068
|
-
:return: custom property values.
|
|
5069
|
-
"""
|
|
5070
|
-
...
|
|
5071
|
-
|
|
5072
4858
|
class PREFERENCES_OT_studiolight_uninstall(bpy_types.Operator):
|
|
5073
4859
|
"""Delete Studio Light"""
|
|
5074
4860
|
|
|
@@ -724,7 +724,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, bpy_types.Operator):
|
|
|
724
724
|
|
|
725
725
|
def draw_ui_list(
|
|
726
726
|
layout: bpy.types.UILayout,
|
|
727
|
-
context:
|
|
727
|
+
context: bpy_types.Context,
|
|
728
728
|
class_name: str = "UI_UL_list",
|
|
729
729
|
unique_id: str = None,
|
|
730
730
|
list_path: str = None,
|
|
@@ -739,7 +739,7 @@ def draw_ui_list(
|
|
|
739
739
|
:param layout: UILayout to draw the list in.
|
|
740
740
|
:type layout: bpy.types.UILayout
|
|
741
741
|
:param context: Blender context to get the list data from.
|
|
742
|
-
:type context:
|
|
742
|
+
:type context: bpy_types.Context
|
|
743
743
|
:param class_name: Name of the UIList class to draw. The default is the UIList class that ships with Blender.
|
|
744
744
|
:type class_name: str
|
|
745
745
|
:param unique_id: Unique identifier to differentiate this from other UI lists.
|