mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4653 - Hound
This commit is contained in:
parent
993145e6f8
commit
31b137fa1d
1 changed files with 12 additions and 12 deletions
|
|
@ -146,28 +146,28 @@ class RenderCreator(Creator):
|
||||||
|
|
||||||
def get_detail_description(self):
|
def get_detail_description(self):
|
||||||
return """Creator for Render instances
|
return """Creator for Render instances
|
||||||
|
|
||||||
Main publishable item in AfterEffects will be of `render` family.
|
Main publishable item in AfterEffects will be of `render` family.
|
||||||
Result of this item (instance) is picture sequence or video that could
|
Result of this item (instance) is picture sequence or video that could
|
||||||
be a final delivery product or loaded and used in another DCCs.
|
be a final delivery product or loaded and used in another DCCs.
|
||||||
|
|
||||||
Select single composition and create instance of 'render' family or
|
Select single composition and create instance of 'render' family or
|
||||||
turn off 'Use selection' to create instance for all compositions.
|
turn off 'Use selection' to create instance for all compositions.
|
||||||
|
|
||||||
'Use composition name in subset' allows to explicitly add composition
|
'Use composition name in subset' allows to explicitly add composition
|
||||||
name into created subset name.
|
name into created subset name.
|
||||||
|
|
||||||
Position of composition name could be set in
|
Position of composition name could be set in
|
||||||
`project_settings/global/tools/creator/subset_name_profiles` with some
|
`project_settings/global/tools/creator/subset_name_profiles` with some
|
||||||
form of '{composition}' placeholder.
|
form of '{composition}' placeholder.
|
||||||
|
|
||||||
Composition name will be used implicitly if multiple composition should
|
Composition name will be used implicitly if multiple composition should
|
||||||
be handled at same time.
|
be handled at same time.
|
||||||
|
|
||||||
If {composition} placeholder is not us 'subset_name_profiles'
|
If {composition} placeholder is not us 'subset_name_profiles'
|
||||||
composition name will be capitalized and set at the end of subset name
|
composition name will be capitalized and set at the end of subset name
|
||||||
if necessary.
|
if necessary.
|
||||||
|
|
||||||
If composition name should be used, it will be cleaned up of characters
|
If composition name should be used, it will be cleaned up of characters
|
||||||
that would cause an issue in published file names.
|
that would cause an issue in published file names.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue