Skip to content

Commit

Permalink
Update naming_anim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharktacos authored Sep 16, 2023
1 parent 683719a commit 6c184e1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/naming_anim.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ Below is a breakdown of the project directory structure. This includes USD files

- *modeling department: USD set file*

```[setName] / mod / USD / [SetName]_MODEL.usda```
```[setName] / mod / USD / [SetName]_MODEL_[ver].usda```

example:
```
shipCabin/
mod/
USD/
shipCabin_MODEL.usda
shipCabin_MODEL_v01.usda
```

- *modeling department: USD set element files*
Expand All @@ -144,10 +144,13 @@ Below is a breakdown of the project directory structure. This includes USD files
shipCabin/
mod/
USD/
desk_mod.usda
desk_mod.geom.usd
desk_mod_payload.usda
v01/
desk_mod.usda
desk_mod.geom.usd
desk_mod_payload.usda
```
Elements do not have a version in the name and instead have a version folder. This makes it easier to replace them in a set hierarchy. The above example only shows one element, but all of the elements that comprise the set would be under the v01/ folder and so on for each subsequent version.

### LOOKDEV


Expand Down

0 comments on commit 6c184e1

Please sign in to comment.