mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typos, tweak docstring
This commit is contained in:
parent
13266d005c
commit
d94a61682b
1 changed files with 7 additions and 6 deletions
|
|
@ -5,15 +5,16 @@ from maya import cmds
|
|||
|
||||
|
||||
class ValidateFrameRange(pyblish.api.InstancePlugin):
|
||||
"""Valides the frame ranges.
|
||||
"""Validates the frame ranges.
|
||||
|
||||
This is optional validator checking if the frame range on instance
|
||||
matches the one of asset. It also validate render frame range of render
|
||||
layers
|
||||
This is an optional validator checking if the frame range on instance
|
||||
matches the frame range specified for the asset.
|
||||
|
||||
Repair action will change everything to match asset.
|
||||
It also validates render frame ranges of render layers.
|
||||
|
||||
This can be turned off by artist to allow custom ranges.
|
||||
Repair action will change everything to match the asset frame range.
|
||||
|
||||
This can be turned off by the artist to allow custom ranges.
|
||||
"""
|
||||
|
||||
label = "Validate Frame Range"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue