diff --git a/website/docs/addon_maya_artist.md b/website/docs/addon_maya_artist.md index b2207bf3..a74119a6 100644 --- a/website/docs/addon_maya_artist.md +++ b/website/docs/addon_maya_artist.md @@ -58,13 +58,8 @@ can edit that field to change it to different asset (but that one must already e have in the model. For example, you can name it `Proxy` to indicate that this is low resolution stuff. See [Product](artist_concepts.md#product). -:::note LOD support -By changing product name you can take advantage of _LOD support_ in AYON. Your -asset can contain various resolution defined by different products. You can then -switch between them very easy using [Inventory (Manage)](artist_tools_inventory). -There LODs are conveniently grouped so they don't clutter Inventory view. - -Name your product like `main_LOD1`. Important part is that `_LOD1`. You can have as many LODs as you need. +:::tip USD Support +You can publish Models as USD, Check [Maya USD Contribution workflow](addon_usd_artist_maya_workflow.md#publishing-a-model) for more info. ::: Read-only field just under it show final product name, adding product field to diff --git a/website/docs/artist_publish.md b/website/docs/artist_publish.md index edeae179..f2780e5a 100644 --- a/website/docs/artist_publish.md +++ b/website/docs/artist_publish.md @@ -77,10 +77,8 @@ Here's a list of supported product types Clean geometry without any material assignments. Published model can be as small as a single mesh, or as complex as a full building. That is purely up to the artist or the supervisor. Models can contain hierarchy defined by groups or nulls for better organisation. -Apart from model products, we also support LODs as extra level on top of product. To publish LODs, you just need to prepare products for publishing names `modelMyproductName_LOD##`, if AYON finds `_LOD##` (hashes replaced with LOD level), it will automatically be considered a LOD of the given product. - Example products: -`modelMain`, `modelProxy`, `modelSculpt`, `modelBroken`, `modelMain_LOD01`, `modelMain_LOD02` +`modelMain`, `modelProxy`, `modelSculpt`, `modelBroken` Example representations: `.ABC`, `.MA`, `.MB`, `.BLEND`, `.OBJ`, `.FBX`