site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=oGPKbQNP62SEU51hP2+Yf/ChLeMtQBpAq/++Xh/7PyQ=; b=vUxY0Sn5yLtpkk0a1L0sqzCDhBteB+JP3+OUIFL9smfPhLjE7KqvOrNCZpONTw1uEA inA04k83aSOLWUUf5icNr07EFCQBDFPFbm3VWmjceG0zt2S6m9hrGqE73aN4aqkJTsmI 53UPBUM/R7Yj+e9V/eid61GCztH9oPKFMUbruEhutO7n+mjK34PioEZXt7Ya64ZQ2N1g pr/knrLGj4cdE4UZjnGj2AqATIuiZHJdZMJ6ohDIpqpalakdB6Qu6/w/zy/FBsba24Sn VugkH2qlH0ewTmEkjpZQk2VpzwhKsK8vSMIZtYLqQFseXEjVulwK2b6xwpwAzt9Ehrva EiWQ== User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 Groan. On 8/25/17 3:39 PM, Peter Litwinowicz wrote: Easy enough to publish a group to FCP X. You'll see text like this: <publishSettings> <version>2</version> <target object="10013" channel="./9/25" name="Name of Param of Group"/> <…. Other params and groups … > </publishSettings> Changes in bold to the first line: <target object="10013" channel=*"./9"* name="*Name of Group*"/> Pete Date: Friday, August 25, 2017 at 12:48 PM To: <pro-apps-dev@lists.apple.com <mailto:pro-apps-dev@lists.apple.com>> Subject: Compound Parameters Hi Guys, Two questions please: 1. How to publish compound parameters in Motion 5 (latest version) ? The long version of the above: provides the same instructions as the other page. 2. How to expand a collapsed compound parameter group programatically ? I am using FxPlug 3. thanks in advance, Lyndon Hill _______________________________________________ Do not post admin requests to the list. They will be ignored. Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/pete%40revisionfx.com This email sent to pete@revisionfx.com <mailto:pete@revisionfx.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/paul%40fxtech.com This email sent to paul@fxtech.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 Yeah and have fun doing that if you have 130+ effects. Oh, and it doesn't work right if you have image wells. Publish a param of the group (you can't publish the group with MOtion's GUI… as Darrin correctly points out. Feature request!) Let's say the group has ID of 9 and the param has ID of 25. (I'm taking this from some actual code I have here, hence the specifics of the numbers) Okay, so when you open in FCP, the template will only show the param with ID 25. Close FCP. Find the motion template (.moef file). Open with a text editor. So you what you are doing is basically publishing the group by taking off the "/25" off "/9/25" (which says "param with id 25 is part of group with id 9), and then you have rename the thing being published to the group name you desire. As with other FCP groups, you'll need to go to the bar with the group name, and go the right side to expose "Hide" or "Show" text that is normally not displayed until the mouse hovers over that area. From: Pro-apps-dev <pro-apps-dev-bounces+pete=revisionfx.com@lists.apple.com <mailto:pro-apps-dev-bounces+pete=revisionfx.com@lists.apple.com>> on behalf of Lyndon Hill <lyndon@tiliam.com <mailto:lyndon@tiliam.com>> I am following the instructions at https://support.apple.com/kb/PH16056?locale=en_US both the shortcut menu and "animation menu” have the publish option but it is greyed out. I did a [FxParameterCreationAPI startParameterSubGroup] in my FxFilter addParameters method. There are some parameters inside the subgroup. This allows the user to neatly collapse or open the group of parameters in the inspector part of Motion and FCPX. If I try to publish the subgroup parameter in Motion, I get the menu as shown in the first picture of the support page above, but the publish option is disabled. I don’t want to publish these parameters individually. The Motion 5 user manual https://help.apple.com/motion/mac/5.0/help/English/en/motion/usermanual/inde... In my FxFilter parameterChanged method I can set the flag kFxParameterFlag_COLLAPSED on a parameter subgroup to collapse it, but setting the parameter flags to kFxParameterFlag_DEFAULT does not expand it again. I’m pretty sure I tried all the other flags, but did not get any success. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com <mailto:Pro-apps-dev@lists.apple.com>)