Re: custom data from a Motion FCXP template observation
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com It's the keyed archive encoded with something that's like, but is not, uunencoding (or maybe it's MIME-like - I forget). I'll send you the details off-list because they're kind of long. Darrin On Aug 25, 2011, at 12:47 PM, Paul Miller wrote:
Well this is interesting. Any data set to a Custom parameter (a hidden one with no UI) inside Motion comes over properly to FCPX in an effect template.
This means I could theoretically keep my code the same, but just generate effect templates for my presets rather than using my own preset browser.
But I'd need to be able to set the custom data value in the .moef - does anyone know what the encoding is? I'm not going to do all 200 of them by hand.
For instance, in the .moef for the custom parameter is an element for "dataValue". If I assign a [NSData] with "FOO!" in the contents, the value for dataValue in the .moef is:
********_*6UeMb0gOLBoA11I*E61-*I40EdM75.... and a lot more encoded goo. I'd need to generate that myself somehow so I can automate the process. _______________________________________________ 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/dcardani%40apple.com
This email sent to dcardani@apple.com
-- Darrin Cardani 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: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani