Integrating github/staging through commit 5f214be
This commit is contained in:
@@ -103,9 +103,9 @@ namespace AZ
|
||||
->Attribute("AutoExpand", true)
|
||||
->Attribute(AZ::Edit::Attributes::NameLabelOverride, "")
|
||||
->DataElement(AZ_CRC("ManifestName", 0x5215b349), &SkinGroup::m_name, "Name skin",
|
||||
"Name the skin as you want it to appear in the Lumberyard Asset Browser.")
|
||||
"Name the skin as you want it to appear in the Open 3D Engine Asset Browser.")
|
||||
->Attribute("FilterType", DataTypes::ISkinGroup::TYPEINFO_Uuid())
|
||||
->DataElement(AZ_CRC("ManifestName", 0x5215b349), &SkinGroup::m_nodeSelectionList, "Select skins", "Select 1 or more skins to add to this asset in the Lumberyard Asset Browser.")
|
||||
->DataElement(AZ_CRC("ManifestName", 0x5215b349), &SkinGroup::m_nodeSelectionList, "Select skins", "Select 1 or more skins to add to this asset in the Open 3D Engine Asset Browser.")
|
||||
->Attribute("FilterName", "skins")
|
||||
->Attribute("FilterVirtualType", Behaviors::SkinGroup::s_skinVirtualType)
|
||||
->DataElement(Edit::UIHandlers::Default, &SkinGroup::m_rules, "", "Add or remove rules to fine-tune the export process.")
|
||||
|
||||
Reference in New Issue
Block a user