Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabulation is a Nuke property extension #116

Closed
MarcAntoine-Arnaud opened this issue Sep 27, 2012 · 3 comments
Closed

Tabulation is a Nuke property extension #116

MarcAntoine-Arnaud opened this issue Sep 27, 2012 · 3 comments

Comments

@MarcAntoine-Arnaud
Copy link
Member

When we set a group as a tabulation, sam will crash.
That option is only available in Nuke.

MarcAntoine-Arnaud added a commit that referenced this issue Oct 15, 2012
This property is an extension of the Nuke host.
Only on this case, we can set a group as a tabulation
fix #116
MarcAntoine-Arnaud added a commit that referenced this issue Oct 15, 2012
This property is an extension of the Nuke host.
Only on this case, we can set a group as a tabulation
fix #116
MarcAntoine-Arnaud added a commit that referenced this issue Oct 15, 2012
@fabiencastan
Copy link
Member

It's a problem in tuttleHost. Unknown properties should be ignored without trouble...
This is great to be able to detect them and log them, but it should work.

See #278

@MarcAntoine-Arnaud
Copy link
Member Author

And Page is not supported in Nuke.
Have you test on other hosts Fabien ?

2013/11/22 Fabien Castan notifications@github.com

It's a problem in tuttleHost. Unknown properties should be ignored without
trouble...
This is great to be able to detect them and log them, but it should work.


Reply to this email directly or view it on GitHubhttps://github.com//issues/116#issuecomment-29104440
.

Marc-Antoine ARNAUD
Software Engineer

Mikros Image - Digital Post-Production for Video and Film
www.mikrosimage.eu

@fabiencastan
Copy link
Member

The host create all properties, and the plugin fill them. So when we set properties from the plugin, the host could refuse to set them and the plugin should handle that.
For all "set property value", there is a bool option "throwOnFailure". For non optional properties, the plugin should throw, but it can ignore the error for optional properties.

For non-supported parameters, it's different.
Is there some use case in tuttle for page param?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants