-
Notifications
You must be signed in to change notification settings - Fork 93
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
Transform & CornerPin: live preview #13
Comments
We could simply do this when a parameter attached to the interact is changed by the user. On Jul 5, 2014, at 6:53 PM, Frédéric Devernay [email protected] wrote:
|
Sure, but the question was: when calling setValue from the plugin, it gives no option to say it is a user-edited change. I think Natron calls InstanceChanged with kOfxChangePluginEdited in all cases. perhaps all setValue calls from an Interact should be considered as user-edited? Would that be possible? Can Natron distinguish wether setValue was called from an Interact action? f |
We may implement live preview for transform nodes.
Live preview requires a lot more of opengl code, because the preview should not trigger a render (which may have motion blur, etc.). It's feasible, though (fetch the image and texture-map it with projective texture mapping).
Unfortunately there's officially no way to fetch an image from an OpenFX Interact:
I think of two ways to get the texture:
Any help/advice on this issue is welcome.
See also MrKepzie/Natron#34
The text was updated successfully, but these errors were encountered: