Re: FxPlug custom parameter data not saved in FCP 7 / OS X 10.7
site_archiver@lists.apple.com Delivered-To: Pro-apps-dev@lists.apple.com Thanks Paul, but both options don't help. It looks that the FxPlugWrapper object is the same for V1 and V2 parameter APIs. Eberhard
On 8/1/2011 8:49 AM, Eberhard Ammelt wrote:
Hello,
I noticed that custom parameter data is not saved with the project in FCP 7.0.3 in OS X 10.7 and changing a custom parameter value does not trigger a re-render. Is this a known issue, and is there a workaround for this?
There are two things that could affect this:
1. make sure you are using the V2 parameter create/query APIs. Your plugin will still appear to work fine if you are using the V1 APIs, but your custom data won't save.
2. If you *ARE* using the V2 APIs, you may need to add a dummy NSView in the custom UI creation callback. Just an empty very small view and mark it hidden.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/eammelt%40pixlock.com
This email sent to eammelt@pixlock.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Eberhard Ammelt