Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
add unreal texture and tweak model help
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Jun 24, 2022
1 parent a080eb0 commit 5ec1f8c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion openpype/settings/defaults/project_settings/traypublisher.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Sculpt"
],
"description": "Clean models",
"detailed_description": "Models should only contain geometry data, without any extras like cameras, locators or bones. It should be ready to be loaded into other scenes as is.\n",
"detailed_description": "Models should only contain geometry data, without any extras like cameras, locators or bones.\n\nKeep in mind that models published from tray publisher are not validated for correctness. ",
"allow_sequences": false,
"extensions": [
".ma",
Expand Down Expand Up @@ -210,6 +210,19 @@
".hip",
".hda"
]
},
{
"family": "simpleUnrealTexture",
"identifier": "",
"label": "Simple UE texture",
"icon": "fa.image",
"default_variants": [
""
],
"description": "Simple Unreal Engine texture",
"detailed_description": "Texture files with Unreal Engine naming conventions",
"allow_sequences": false,
"extensions": []
}
]
}

0 comments on commit 5ec1f8c

Please sign in to comment.