blender/scripts/templates_py
Julian Eisel 6764e69491 UI: Add asset shelf Python UI template
Adds a new "Ui Asset Shelf" template to the script editor, demonstrating
how scripts can register own asset shelves. The asset shelf is designed
as a new standard UI element that add-ons, application templates and the
like can use, so this is useful. It's also useful as a quick way to test
and customize the asset shelf.

The script is only available in the UI if the "Asset Shelf" experimental
feature is enabled in the Preferences.
2023-08-03 17:16:10 +02:00
..
addon_add_object.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
background_job.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
batch_export.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
bmesh_simple_editmode.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
bmesh_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
builtin_keyingset.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
custom_nodes.py Fix #108960: Replace archived link from custom nodes template 2023-07-03 12:21:06 +02:00
driver_functions.py Cleanup: double quotes for non-enum strings 2023-04-18 10:51:32 +10:00
external_script_stub.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
gizmo_custom_geometry.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
gizmo_operator_target.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
gizmo_operator.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
gizmo_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
image_processing.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_file_export.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_file_import.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_mesh_add.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_mesh_uv.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_modal_draw.py PyAPI: remove deprecated blf.size() dpi argument 2023-05-23 12:02:10 +10:00
operator_modal_timer.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_modal_view3d_raycast.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_modal_view3d.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_modal.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_node.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
operator_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_asset_shelf.py UI: Add asset shelf Python UI template 2023-08-03 17:16:10 +02:00
ui_list_generic.py PyAPI: require a unique_id for bl_ui.generic_ui_list 2023-06-20 11:50:30 +10:00
ui_list_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_list.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_menu_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_menu.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_panel_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_panel.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_pie_menu.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_previews_custom_icon.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_previews_dynamic_enum.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ui_tool_simple.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00