Asset Pipeline: Add Support for Asset Catalogs #185
@ -149,7 +149,11 @@ class AssetPipeline(bpy.types.PropertyGroup):
|
|||||||
def get_asset_catalogs(self, context):
|
def get_asset_catalogs(self, context):
|
||||||
return get_asset_cat_enum_items()
|
return get_asset_cat_enum_items()
|
||||||
|
|
||||||
asset_catalog_id: bpy.props.EnumProperty(name="Catalog", items=get_asset_catalogs)
|
asset_catalog_id: bpy.props.EnumProperty(
|
||||||
|
name="Catalog",
|
||||||
|
items=get_asset_catalogs,
|
||||||
|
description="Select Asset Library Catalog for the current Asset, this value will be updated each time you Push to an 'Active' Publish",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
classes = (
|
classes = (
|
||||||
|
Loading…
Reference in New Issue
Block a user