Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove/Replace Deprecated info about LODs #265

Merged
merged 3 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions website/docs/addon_maya_artist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions website/docs/artist_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down