mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixed typos
This commit is contained in:
parent
78c497292a
commit
ac9e33f3b6
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ class ValidateRenderSettings(pyblish.api.InstancePlugin):
|
|||
|
||||
anim_override = cmds.getAttr("defaultRenderGlobals.animation")
|
||||
assert anim_override is True, (
|
||||
"Animation neesd to be enabled. Use the same frame for start "
|
||||
"and end to render singel frame")
|
||||
"Animation needs to be enabled. Use the same frame for start "
|
||||
"and end to render single frame")
|
||||
|
||||
fname_prefix = self.RENDERER_PREFIX.get(renderer,
|
||||
self.DEFAULT_PREFIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue