tornavis/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
background_job.py
batch_export.py
bmesh_simple.py
bmesh_simple_editmode.py
builtin_keyingset.py
custom_nodes.py Fix #108960: Replace archived link from custom nodes template 2023-07-03 12:21:06 +02:00
driver_functions.py
external_script_stub.py
gizmo_custom_geometry.py
gizmo_operator.py
gizmo_operator_target.py
gizmo_simple.py
image_processing.py
operator_file_export.py
operator_file_import.py
operator_mesh_add.py
operator_mesh_uv.py
operator_modal.py
operator_modal_draw.py PyAPI: remove deprecated blf.size() dpi argument 2023-05-23 12:02:10 +10:00
operator_modal_timer.py
operator_modal_view3d.py
operator_modal_view3d_raycast.py
operator_node.py
operator_simple.py
ui_asset_shelf.py UI: Add asset shelf Python UI template 2023-08-03 17:16:10 +02:00
ui_list.py
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
ui_menu.py
ui_menu_simple.py
ui_panel.py
ui_panel_simple.py
ui_pie_menu.py
ui_previews_custom_icon.py
ui_previews_dynamic_enum.py
ui_tool_simple.py