Re: FxPlug parameter doesn't show up in FCPX *sometimes*
If you open the template in a text editor, what does it say the version is? It should look something like this:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ozxmlscene> <ozml version="5.5">
Is the "ozml version" attribute 5.5 or something lower? If it's lower, and you change it to 5.5, does the problem go away? If so, you're seeing some compatibility fixes we put into Motion 5.0.5. This is intentional for backward compatibility, but seems odd if you aren't expecting it. Given that Motion is up to version 5.0.7, and all updates have been free, it shouldn't be too bad to tell your customers to update to 5.0.7. (Assuming that's the issue.) If that's not the issue, please send us an example so we can debug it. Darrin On Aug 23, 2013, at 9:01 AM, Paul Miller <stelefx@gmail.com> wrote:
Let me describe what I'm seeing and maybe this will jar a memory with someone.
In Motion all parameters show up fine and I have created a template for FCPX.
The first parameter has an ID of 400 - and parameters after that start at 100 and go up.
In FCPX, the *FIRST TIME* I apply the template to a clip, that first parameter doesn't appear. If I UNDO and then apply the template AGAIN, it then shows up (so it's working the *SECOND* time).
If I have effects already applied when I save, even after applying it in the state where that first parameter is not visible, when I restart FCPX that first parameter is now visible.
I have verified in the debugger that in all cases the code which adds that first parameter is getting called.
What's going on? _______________________________________________ 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: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com
This email sent to dcardani@apple.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: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani