mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add documentation
This commit is contained in:
parent
914e238440
commit
a97f5379b1
3 changed files with 50 additions and 0 deletions
|
|
@ -120,3 +120,53 @@ raw json.
|
|||
You can configure path mapping using Maya `dirmap` command. This will add bi-directional mapping between
|
||||
list of paths specified in **Settings**. You can find it in **Settings -> Project Settings -> Maya -> Maya Directory Mapping**
|
||||

|
||||
|
||||
## Templated Build Workfile
|
||||
|
||||
Building a workfile using a template designed by users. Helping to assert homogeneous subsets hierarchy and imports. Template stored as file easy to define, change and customize for production needs.
|
||||
|
||||
**1. Make a template**
|
||||
|
||||
Make your template. Add families and everything needed for your tasks. Here is an example template for the modeling task using a placeholder to import a gauge.
|
||||
|
||||

|
||||
|
||||
If needed, you can add placeholders when the template needs to load some assets. **OpenPype > Template Builder > Create Placeholder**
|
||||
|
||||

|
||||
|
||||
- **Configure placeholders**
|
||||
|
||||
Fill in the necessary fields (the optional fields are regex filters)
|
||||
|
||||

|
||||
|
||||
|
||||
- Builder type: Wether the the placeholder should load current asset representations or linked assets representations
|
||||
|
||||
- Representation: Representation that will be loaded (ex: ma, abc, png, etc...)
|
||||
|
||||
- Family: Family of the representation to load (main, look, image, etc ...)
|
||||
|
||||
- Loader: Placeholder loader name that will be used to load corresponding representations
|
||||
|
||||
- Order: Priority for current placeholder loader (priority is lowest first, highet last)
|
||||
|
||||
- **Save your template**
|
||||
|
||||
|
||||
**2. Configure Template**
|
||||
|
||||
- **Go to Studio settings > Project > Your DCC > Templated Build Settings**
|
||||
- Add a profile for your task and enter path to your template
|
||||

|
||||
|
||||
**3. Build your workfile**
|
||||
|
||||
- Open maya
|
||||
|
||||
- Build your workfile
|
||||
|
||||

|
||||
|
||||
|
||||
|
|
|
|||
BIN
website/docs/assets/maya-create_placeholder.png
Normal file
BIN
website/docs/assets/maya-create_placeholder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
website/docs/assets/maya-placeholder_new.png
Normal file
BIN
website/docs/assets/maya-placeholder_new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Loading…
Add table
Add a link
Reference in a new issue