tornavis/scripts/templates_py
Julian Eisel 728d47f3e4 Asset shelf: Use asset representation for asset shelf BPY methods
Changes the `asset_poll()` and `draw_context_menu()` methods for asset
shelves to use the `AssetRepresentation` type, instead of `AssetHandle`.
The latter should be removed, so it's better to avoid using it in the
asset shelf BPY to avoid future compatibility breakage. This is possible
now with d421ebac5e.
2023-09-15 16:17:44 +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 Nodes: Panels integration with blend files and UI 2023-08-30 12:37:21 +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 Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
operator_file_import.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
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 Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
operator_node.py
operator_simple.py
ui_asset_shelf.py Asset shelf: Use asset representation for asset shelf BPY methods 2023-09-15 16:17:44 +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 Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
ui_tool_simple.py