From d94a61682b4ed2be7c5ee1d0a68d1556072a8319 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 4 Feb 2022 19:25:06 +0100 Subject: [PATCH] Fix typos, tweak docstring --- .../maya/plugins/publish/validate_frame_range.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/openpype/hosts/maya/plugins/publish/validate_frame_range.py b/openpype/hosts/maya/plugins/publish/validate_frame_range.py index d5009701f2..98b5b4d79b 100644 --- a/openpype/hosts/maya/plugins/publish/validate_frame_range.py +++ b/openpype/hosts/maya/plugins/publish/validate_frame_range.py @@ -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"