Add OFX 1.6 host and parameter layout properties - #262
Conversation
Signed-off-by: Paul Miller <paul@fxtech.com>
|
There is already a multi-dimensional property for host version - as well as host product name |
|
Well-observed @revisionfx ! Thoughts/comments? |
|
You can do build number using 4D, already a host at least doing that: e.g. 2026.5.0.34 |
You're right! I was thinking of commit hash. |
|
OK, that's great. The layout hints are: For LayoutHint (an enum, right?) the values in the original header are: I can definitely imagine wanting to use both of these in some cases. Then So can we get agreement from any host to implement these two? |
|
For kOfxParamPropGroupIsTab - would be what an app like Fusion needs, we have Page parameters. But tab is a distinct UI thing. For example in Fusion native we use Tab thing equivalent. |
Adds the Nuke OFX extension properties that have no current analogue:
Notes:
This PR implements the original PR #41