Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Maya: Add Validate Frame Range settings #2661

Merged
merged 2 commits into from
Feb 10, 2022

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Feb 4, 2022

Brief description

Add Validate Frame Range plug-in to settings to allow to disable it, toggle whether it may be optional, etc.
For some projects we'd prefer it off by default since many instances are published at different lengths.


Additional question

I noticed there was another Plug-in with the exact same class name ValidateFrameRange for the Standalone Publisher. What happens in that case? How do the Settings match to a particular Pyblish Plug-in?

Would this introduce a conflict now? Or is this safe for the Standalone Publisher as is?

@antirotor
Copy link
Member

Would this introduce a conflict now? Or is this safe for the Standalone Publisher as is?

It is safe as they do not share the same context. Syncing the settings is tricky and currently we are just consider both of those plugins as separate code (and they are). There are some cases you want them to be separete and you'll probably find as many cases when it is better to have them in sync.

Copy link
Member

@antirotor antirotor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine, thanks!

@antirotor antirotor merged commit 806c6d2 into ynput:develop Feb 10, 2022
@BigRoy BigRoy deleted the maya_validate_frame_range_settings branch March 20, 2024 15:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants