mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix/Cleanup docstring
This commit is contained in:
parent
aa0c62b4d7
commit
cb04f6bb8b
1 changed files with 1 additions and 5 deletions
|
|
@ -378,7 +378,7 @@ def get_parsed_export_maps(config):
|
|||
colorSpace: The color space, e.g. "ACES - ACEScg",
|
||||
udim: The udim tile, e.g. "1001"
|
||||
|
||||
2) Template and file outputs
|
||||
2) Template output and filepath
|
||||
|
||||
filepath: Full path to the resulting texture map, e.g.
|
||||
"/path/to/mesh_DefaultMaterial_BaseColor_ACES - ACEScg.1002.png",
|
||||
|
|
@ -386,10 +386,6 @@ def get_parsed_export_maps(config):
|
|||
Note: if template had slashes (folders) then `output` will too.
|
||||
So `output` might include a folder.
|
||||
|
||||
channel: The stripped static characters of the filename template which
|
||||
usually look like an identifier for that map, e.g. "BaseColor".
|
||||
See `_stripped_template`
|
||||
|
||||
Returns:
|
||||
dict: [texture_set, stack]: {template: [file1_data, file2_data]}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue