<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Meng Zhiqun | Activity</title>
	<link>https://creativecow.net/members/mengzhiqun/activity/</link>
	<atom:link href="https://creativecow.net/members/mengzhiqun/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Meng Zhiqun.</description>
	<lastBuildDate>Tue, 05 May 2026 04:58:18 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">d9a1962ed4102d8757395ace3ea8c0d7</guid>
				<title>Meng Zhiqun replied to the discussion batch import via CSV file in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/batch-import-via-csv-file/#post-2454240</link>
				<pubDate>Thu, 11 Jan 2024 01:09:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/batch-import-via-csv-file/#post-2454240"><span class="bb-reply-lable">Reply to</span> batch import via CSV file</a></p> <div class="bb-content-inr-wrap"><p>HyperImport does that.<br /><a target='_blank' href="https://aescripts.com/hyperimport/" rel="nofollow">https://aescripts.com/hyperimport/</a></p>
<p>It allows local / online import, with .csv as well. Hope it helps!</p>
<div class="bb-link-preview-container"><div class="bb-link-preview-image"><div class="bb-link-preview-image-cover"><a href="https://aescripts.com/hyperimport/" target="_blank"><img src="https://creativecow.net/wp-content/uploads/2019/01/hyperimportlogo_1920x1080.jpg" /></a></div></div><div class="bb-link-preview-info"><p class="bb-link-preview-link-name">aescripts.com</p><p class="bb-link-preview-title"><a href="https://aescripts.com/hyperimport/" target="_blank" rel="nofollow">HyperImport</a></p><div class="bb-link-preview-excerpt"><p>20% Off until Jan 19. HyperImport enables cloud-based assets import, automated assets switching, offers customisable libraries and shortcut keys.</p></div></div></div></div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">82c97e5a21b74b9d83d17062f72575aa</guid>
				<title>Meng Zhiqun replied to the discussion AE links to wrong Illustrator layers in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/ae-links-to-wrong-illustrator-layers/#post-2421550</link>
				<pubDate>Fri, 03 Dec 2021 07:51:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/ae-links-to-wrong-illustrator-layers/#post-2421550"><span class="bb-reply-lable">Reply to</span> AE links to wrong Illustrator layers</a></p> <div class="bb-content-inr-wrap"><p>Hi Maarten,</p>
<p>Something I realized from the ai to ae workflow is that if we have already animated the vectors, going into the ai file and changing the layer indexes will screw things up. For eg.</p>
<p><span>If there are currently Layer1, Layer2, Layer3 in the ai file, adding a layer in between Layer2 and Layer3, naming the new layer &#8220;Layer3&#8221; and renaming the&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-362340"><a href="https://creativecow.net/forums/thread/ae-links-to-wrong-illustrator-layers/#post-2421550" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37f4fc1e579a4d86ee3115149fafbe30</guid>
				<title>Meng Zhiqun replied to the discussion Mask Modes Unintentionally Changing With the Click of a Mouse! in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/mask-modes-unintentionally-changing-with-the-click/#post-2421342</link>
				<pubDate>Tue, 30 Nov 2021 01:06:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/mask-modes-unintentionally-changing-with-the-click/#post-2421342"><span class="bb-reply-lable">Reply to</span> Mask Modes Unintentionally Changing With the Click of a Mouse!</a></p> <div class="bb-content-inr-wrap"><p>Could there be a chance that your keyboard keys have been pressed? While drawing the mask using the pen tool, if the key &#8220;n&#8221; is pressed, the blending mode will be changed to none. If other keys are pressed, the mode will cycle through any modes that start with that letter. You can try pressing &#8220;a&#8221; to get it back to add.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c509663bca351ec01dd60281b86d1d62</guid>
				<title>Meng Zhiqun replied to the discussion incrementing numbers line by line in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/incrementing-numbers-line-by-line/#post-2421036</link>
				<pubDate>Tue, 23 Nov 2021 11:12:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/incrementing-numbers-line-by-line/#post-2421036"><span class="bb-reply-lable">Reply to</span> incrementing numbers line by line</a></p> <div class="bb-content-inr-wrap"><p>To explain the expression,<br />&#8220;var valAry = value.split(&#8220;r&#8221;);&#8221;<br />This sets a variable name to the  value.split(&#8220;r&#8221;);</p>
<p>&#8220;value&#8221;<br />This is the property value, in this case, whatever text you enter.</p>
<p>&#8220;value.split(&#8220;r&#8221;);&#8221;<br />This searches for any line breaks you have entered and split the value from a string to an Array.<br />An array is like a group of objects and array&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-361875"><a href="https://creativecow.net/forums/thread/incrementing-numbers-line-by-line/#post-2421036" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c8bebf1f9e564f93cd7b05ece011d35</guid>
				<title>Meng Zhiqun replied to the discussion incrementing numbers line by line in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/incrementing-numbers-line-by-line/#post-2421035</link>
				<pubDate>Tue, 23 Nov 2021 10:52:55 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/incrementing-numbers-line-by-line/#post-2421035"><span class="bb-reply-lable">Reply to</span> incrementing numbers line by line</a></p> <div class="bb-content-inr-wrap"><p>Actually you don&#8217;t really need sliders for this.<br />You can paste this expression into the source text and each line you enter will add an index in front of the line. Just make sure you start a new line with &#8220;enter&#8221; or &#8220;return&#8221;, not &#8220;shift+enter&#8221; or &#8220;shift+return&#8221; as the latter causes problems.<span> Have fun!</span></p>
<pre><p><br /></p><p>var valAry = value.split("r");</p><p>var curLine =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-361874"><a href="https://creativecow.net/forums/thread/incrementing-numbers-line-by-line/#post-2421035" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5d49555f1cba26ff77e57f7a570f3381</guid>
				<title>Meng Zhiqun replied to the discussion Use script to freeze on last frame for 2 seconds in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/use-script-to-freeze-on-last-frame-for-2-seconds/#post-2421014</link>
				<pubDate>Mon, 22 Nov 2021 17:44:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/use-script-to-freeze-on-last-frame-for-2-seconds/#post-2421014"><span class="bb-reply-lable">Reply to</span> Use script to freeze on last frame for 2 seconds</a></p> <div class="bb-content-inr-wrap"><p>Hey Rob,</p>
<p>Of course! My examples were<span> done in a rush. So I&#8217;m glad u could proof read it. 🙂 Have fun!</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c492fdc086385c793b0c25c6c8351f1f</guid>
				<title>Meng Zhiqun started the discussion Get Localize Path with scripting in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/get-localize-path-with-scripting/</link>
				<pubDate>Sun, 21 Nov 2021 02:36:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/get-localize-path-with-scripting/">Get Localize Path with scripting</a></p> <div class="bb-content-inr-wrap"><p>Hello,</p>
<p>I have a script which requires the full path of the folder and object. Everything works smoothly, however, that is if the user&#8217;s os language is set to English.</p>
<p>I know for a fact, based on AE&#8217;s javascript tool guide, we can temporarily set the locale to a different language to test the locale. For example this example works.</p>
<pre><p>message = {&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-361805"><a href="https://creativecow.net/forums/thread/get-localize-path-with-scripting/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4b89cfeb88e39274476e9313f1fdf445</guid>
				<title>Meng Zhiqun replied to the discussion animate between UPPERCASE and lowercase in one text layer with expression in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/animate-between-uppercase-and-lowercase-in-one-text-layer-with-expression/#post-2420954</link>
				<pubDate>Fri, 19 Nov 2021 20:33:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/animate-between-uppercase-and-lowercase-in-one-text-layer-with-expression/#post-2420954"><span class="bb-reply-lable">Reply to</span> animate between UPPERCASE and lowercase in one text layer with expression</a></p> <div class="bb-content-inr-wrap"><p>Forgot to add. I did the demo. You can download it here! Enjoy! 🙂</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5679e064572d6c6f2d13abe67dbaf2b</guid>
				<title>Meng Zhiqun replied to the discussion animate between UPPERCASE and lowercase in one text layer with expression in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/animate-between-uppercase-and-lowercase-in-one-text-layer-with-expression/#post-2420952</link>
				<pubDate>Fri, 19 Nov 2021 20:27:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/animate-between-uppercase-and-lowercase-in-one-text-layer-with-expression/#post-2420952"><span class="bb-reply-lable">Reply to</span> animate between UPPERCASE and lowercase in one text layer with expression</a></p> <div class="bb-content-inr-wrap"><p>You can create a checkbox control. In this case, I named it &#8220;UpperCaseControl&#8221; and put this expression in the text expression field. Hope this helps!</p>
<pre><p>if(effect("UpperCaseControl")("Checkbox") == 1){</p><p>	text.sourceText.toUpperCase();</p><p>}else{</p><p>	text.sourceText.toLowerCase();</p><p>}</p></pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b00af1f9e41517b135300f0b3cc31aac</guid>
				<title>Meng Zhiqun replied to the discussion Convert a 3D position to 2D position *and scale* in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/convert-a-3d-position-to-2d-position-and-scale/#post-2420930</link>
				<pubDate>Fri, 19 Nov 2021 03:16:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/convert-a-3d-position-to-2d-position-and-scale/#post-2420930"><span class="bb-reply-lable">Reply to</span> Convert a 3D position to 2D position *and scale*</a></p> <div class="bb-content-inr-wrap"><p>Hi Gabriel,</p>
<p>.toComp() is generally used for 2d layers. Have you tried .toWorld(), which is used for 3d layers?</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">91be99e93cd5ef3d3458750fb65e1975</guid>
				<title>Meng Zhiqun replied to the discussion substitute the value of a position keyframe with the position value of a null in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420882</link>
				<pubDate>Thu, 18 Nov 2021 07:00:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420882"><span class="bb-reply-lable">Reply to</span> substitute the value of a position keyframe with the position value of a null</a></p> <div class="bb-content-inr-wrap"><p>Glad I could help! Have fun! 🙂</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">620464a0bb611981efb998834332e7a1</guid>
				<title>Meng Zhiqun replied to the discussion substitute the value of a position keyframe with the position value of a null in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420846</link>
				<pubDate>Wed, 17 Nov 2021 09:22:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420846"><span class="bb-reply-lable">Reply to</span> substitute the value of a position keyframe with the position value of a null</a></p> <div class="bb-content-inr-wrap"><p>Hey Jeff,</p>
<p>Thanks for your explanation. We can&#8217;t change the keyframe value via expression. However, we can get what you want without even including keyframes.</p>
<p>You can try this on your masterNull&#8217;s position without keyframes on any layers. &#8220;TRICODE&#8221; should be a layer control effect applied to the masterNull.</p>
<pre><p>var target = effect("TRICODE")("Layer");
var&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-361599"><a href="https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420846" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1184038a35d2dd77c6c8e778e37ecfbb</guid>
				<title>Meng Zhiqun replied to the discussion Visible interpolation frames despite setting animation interpolation to HOLD in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/visible-interpolation-frames-despite-setting-animation-interpolation-to-hold/#post-2420793</link>
				<pubDate>Tue, 16 Nov 2021 08:40:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/visible-interpolation-frames-despite-setting-animation-interpolation-to-hold/#post-2420793"><span class="bb-reply-lable">Reply to</span> Visible interpolation frames despite setting animation interpolation to HOLD</a></p> <div class="bb-content-inr-wrap"><p>Do all your comps have the same frame rate? Sometimes they cause problems if they aren&#8217;t the same.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5bfa4d7945bdb8bb3586e21513e5306a</guid>
				<title>Meng Zhiqun replied to the discussion substitute the value of a position keyframe with the position value of a null in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420792</link>
				<pubDate>Tue, 16 Nov 2021 08:37:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420792"><span class="bb-reply-lable">Reply to</span> substitute the value of a position keyframe with the position value of a null</a></p> <div class="bb-content-inr-wrap"><p>Hi Jeff, I would love to help you out but I don&#8217;t really understand your explanation. Are you trying to create an expression on Null1 that moves from its origin to Null2&#8217;s position? And I have no idea why are you using scale in your expression.</p>
<p>Perhaps you can try linear(time, 0,2,value,thisComp.layer(&#8220;Null2).transform.position); on Null1&#8217;s&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-361550"><a href="https://creativecow.net/forums/thread/substitute-the-value-of-a-position-keyframe-with-the-position-value-of-a-null/#post-2420792" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5e22909be63566dcbfd61c49372dd1d0</guid>
				<title>Meng Zhiqun replied to the discussion Use script to freeze on last frame for 2 seconds in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/use-script-to-freeze-on-last-frame-for-2-seconds/#post-2420790</link>
				<pubDate>Tue, 16 Nov 2021 04:29:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/use-script-to-freeze-on-last-frame-for-2-seconds/#post-2420790"><span class="bb-reply-lable">Reply to</span> Use script to freeze on last frame for 2 seconds</a></p> <div class="bb-content-inr-wrap"><p>You can try this. if targeting layers is required, select them before executing the script. If not, use this without selecting any layers.</p>
<p></p>
<pre><p>var projComp = app.project.activeItem;</p><p>var selLay = projComp.selectedLayers;</p><p>var addTime = 2;</p><p>function addCompTime(item){</p><p>    if(item.timeRemapEnabled == false){</p><p>        item.timeRemapEnabled = true;</p><p>&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-361543"><a href="https://creativecow.net/forums/thread/use-script-to-freeze-on-last-frame-for-2-seconds/#post-2420790" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">db053551a8d1707371151d17125b1d68</guid>
				<title>Meng Zhiqun replied to the discussion Using Index Function to get source Material from Composition in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/using-index-function-to-get-source-material-from-composition/#post-2420757</link>
				<pubDate>Mon, 15 Nov 2021 15:40:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-index-function-to-get-source-material-from-composition/#post-2420757"><span class="bb-reply-lable">Reply to</span> Using Index Function to get source Material from Composition</a></p> <div class="bb-content-inr-wrap"><p>Expressions can only be applied to properties which can be animated. So I&#8217;m not sure if it&#8217;s as how you think it to be sadly. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">692a0da85da5d7e7debafb6cbbd516b6</guid>
				<title>Meng Zhiqun replied to the discussion Precise metaballs animation technique in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/precise-metaballs-animation-technique/#post-2420756</link>
				<pubDate>Mon, 15 Nov 2021 15:34:11 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/precise-metaballs-animation-technique/#post-2420756"><span class="bb-reply-lable">Reply to</span> Precise metaballs animation technique</a></p> <div class="bb-content-inr-wrap"><p>You can make each individual circle larger and use a simple choke on an adjustment layer or its comp</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ebf286231457011313017474a337774c</guid>
				<title>Meng Zhiqun replied to the discussion Issue with Overlay Effect in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/issue-with-overlay-effect/#post-2420424</link>
				<pubDate>Tue, 09 Nov 2021 04:55:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/issue-with-overlay-effect/#post-2420424"><span class="bb-reply-lable">Reply to</span> Issue with Overlay Effect</a></p> <div class="bb-content-inr-wrap"><p>Would you be able to better state what you are trying to solve? The blending modes in ae behaves the same way as those in photoshop. So I don&#8217;t know what&#8217;s your question or issue. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c0978f876837cf5f9e660e34de7fb101</guid>
				<title>Meng Zhiqun replied to the discussion New After Effects user needs help! in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/new-after-effects-user-needs-help/#post-2420423</link>
				<pubDate>Tue, 09 Nov 2021 04:53:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/new-after-effects-user-needs-help/#post-2420423"><span class="bb-reply-lable">Reply to</span> New After Effects user needs help!</a></p> <div class="bb-content-inr-wrap"><p>1. You need to enable continuous rasterize.</p>
<p>2. You need to change your renderer for that comp to cinema 4d renderer. You can access that by Ctrl K or Cmd K, 3D renderer. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">99541268ab3f60f0572a348d193cc4d5</guid>
				<title>Meng Zhiqun replied to the discussion Powering off an effect in several compositions in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/hi-9/#post-2420402</link>
				<pubDate>Mon, 08 Nov 2021 17:09:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/hi-9/#post-2420402"><span class="bb-reply-lable">Reply to</span> Powering off an effect in several compositions</a></p> <div class="bb-content-inr-wrap"><p>Someone asked about this not too long ago.</p>
<p>I replied with a script. You can see it here.</p>
<blockquote class="wp-embedded-content" data-secret="Qb8B1Mw6vV"><p><a href="https://creativecow.net/forums/thread/script-to-activate-or-mute-effects-and-layers-from-multiple-pre-comp-2/" rel="nofollow">Script to activate or mute effects and layers from multiple pre-comp</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;Script to activate or mute effects and layers from multiple pre-comp&#8221; &#8212; Creative COW" src="https://creativecow.net/forums/thread/script-to-activate-or-mute-effects-and-layers-from-multiple-pre-comp-2/embed/#?secret=Qb8B1Mw6vV" data-secret="Qb8B1Mw6vV" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27cca2c896bcd95741f14ffcd50b7c6c</guid>
				<title>Meng Zhiqun started the discussion VSC texttojsxbin/ESTK encode with //@include in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/vsc-texttojsxbin-estk-encode-with-include/</link>
				<pubDate>Fri, 05 Nov 2021 00:51:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/vsc-texttojsxbin-estk-encode-with-include/">VSC texttojsxbin/ESTK encode with //@include</a></p> <div class="bb-content-inr-wrap"><p>Does anyone have any insights as to whether VSC&#8217;s texttojsxbin can encode //@include? I&#8217;m at the last stage of compiling my code for aescripts and I couldn&#8217;t get things to work.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">234454630aa85bf96b8cae0c7a727ea5</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2420022</link>
				<pubDate>Tue, 02 Nov 2021 07:49:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2420022"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>Thanks for letting me know! I&#8217;m not sure if that&#8217;s a problem with scripting tho. I&#8217;ve only ever once exceeded more than 1000 layers in after effects in a single comp and when it exceeds 1000, after effects started getting cranky.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab7e9c4acbd066ccea49de60942f8e19</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2420019</link>
				<pubDate>Tue, 02 Nov 2021 07:22:04 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2420019"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>That&#8217;s wonderful Gerald! Your effect looks amazing too and I learned from it as well. I&#8217;ve never done effects this way and didn&#8217;t know it&#8217;s possible. I need to play around with it for sure. 😀</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38bcfad82b2ab82d291c382fe3482834</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2419974</link>
				<pubDate>Mon, 01 Nov 2021 15:17:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2419974"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p class="">No worries Gerald, it&#8217;s also a learning journey for me!</p>
<p>I&#8217;ve edited a V03 script. This time it&#8217;s not based on names but selection. In order for the script to run, you need to have layer 0 selected like in the image, before running the script. This script will create a new &#8220;MasterComp-Script&#8221; Composition and the layers will be compiled there.</p>
<p class=""></p>
<p class="">You can&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-360821"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/3/#post-2419974" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">545b94cdfa876cc44bff6d8794bfecdd</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419968</link>
				<pubDate>Mon, 01 Nov 2021 14:49:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419968"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ve never actually scripted for another language before and upon googling, it does show that ae has some sort of language barriers for scripts/expressions. Learning something new everyday!<br />There are 2 ways to handle things for now. Would you be able to change your language to english before executing the script? If not, if we could force our way&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-360818"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419968" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac416347f3c9a95020a89a9ff7970d15</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419956</link>
				<pubDate>Mon, 01 Nov 2021 13:51:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419956"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>I just tested on my big sur, and it works too. Let&#8217;s not give up yet. I&#8217;ve added more checks in V02. Let&#8217;s try it on the .aep that I&#8217;ve sent you. Also, can you make sure that you allow scripts to write files and access networks just incase?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">16c4c1a356d21dfb292db07268425422</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419946</link>
				<pubDate>Mon, 01 Nov 2021 13:31:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419946"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>Here&#8217;s your original file, I just deleted Comps 1 to 50 in the folder &#8220;Unbenannt 1&#8221; you can try it on this. If it doesn&#8217;t work, maybe I shouldn&#8217;t be lazy and add more checks in the script before handing over to you. haha</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">85550966e4b0e6e6708b72e6d0754623</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419943</link>
				<pubDate>Mon, 01 Nov 2021 13:27:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419943"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>File didn&#8217;t get through the first time, let me try sending it again!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7de9d294ea8512e58bbdc14e9828da1</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419940</link>
				<pubDate>Mon, 01 Nov 2021 13:16:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/page/2/#post-2419940"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>Hey Gerald. My script only has 47 lines, are you sure that&#8217;s my code? Alternatively, why dont you try giving this a try? I saved it as a .jsx for you, you can run it via, File, Scripts, Run script file.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7eaa812c354298347970df2b57e4aa69</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419932</link>
				<pubDate>Mon, 01 Nov 2021 11:16:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419932"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>Welcome! Hope this helps! Greetings from Singapore! Just a note, you need to delete whatever you have done for the script to work since it starts from layer&#8221;1&#8243;. So whatever work you have done, might be wasted.<br />It took a few seconds for my machine to produce 300 comps, and I&#8217;m already on intel i9 10900k with 64gb ram. If you are looking at more than&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-360789"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419932" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9c2fc929099dbe90904df3b9d418a413</guid>
				<title>Meng Zhiqun replied to the discussion Expression driven word-by-word animation in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-driven-word-by-word-animation/#post-2419931</link>
				<pubDate>Mon, 01 Nov 2021 11:13:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-driven-word-by-word-animation/#post-2419931"><span class="bb-reply-lable">Reply to</span> Expression driven word-by-word animation</a></p> <div class="bb-content-inr-wrap"><p>Can you tell me more about the &#8220;time&#8221;:0, &#8220;time&#8221;:297&#8230;. etc?<br />It jumps by quite a huge margin from 6 to 297. Is it frames or seconds?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef4b245ed36253243899dfdaf9dfae61</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419915</link>
				<pubDate>Mon, 01 Nov 2021 10:04:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419915"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>Also, keep in mind that with this script, you can&#8217;t have any items with the same name. To prevent problems caused by the same name, more checks need to be added to this script too. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f1c94c19ffd8808369232a448100f3c</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419914</link>
				<pubDate>Mon, 01 Nov 2021 10:01:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419914"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>You can try this! For this to work, you need to have the following created.<br />&#8220;diffusion&#8221; layer, &#8220;0&#8221; layer, &#8220;Master&#8221; layer.<br />I&#8217;ve also parented the new comps to the folder that you are already using, &#8220;Unbenannt 1&#8221;.</p>
<p></p>
<pre><p>var totalCompToCreate = 100;//Change this number to whatever number you like.
var proj = app.project;</p><p>var itemTotal = proj.numItems;</p><p>var&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-360782"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419914" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6e9f6e2b43a03e33504083b1ac64ffdc</guid>
				<title>Meng Zhiqun changed their photo</title>
				<link>https://creativecow.net/news-feed/p/360755/</link>
				<pubDate>Sun, 31 Oct 2021 17:11:26 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">71b45c29d4bd60eebfdc2c676c95d302</guid>
				<title>Meng Zhiqun replied to the discussion exchange precomps in multiple comps (1500 comps) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419870</link>
				<pubDate>Sun, 31 Oct 2021 17:00:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/exchange-precomps-in-multiple-comps-1500-comps/#post-2419870"><span class="bb-reply-lable">Reply to</span> exchange precomps in multiple comps (1500 comps)</a></p> <div class="bb-content-inr-wrap"><p>Hi Gerald,</p>
<p>When you say you need to change the precomp layer, may I know what exactly do u need changed on that layer?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ecf309133ccb618cbfed880083725341</guid>
				<title>Meng Zhiqun replied to the discussion Link position, rotation and scale of null to point x,y of effect param in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/link-position-rotation-and-scale-of-null-to-point-xy-of-effect-param/#post-2419852</link>
				<pubDate>Sat, 30 Oct 2021 15:35:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/link-position-rotation-and-scale-of-null-to-point-xy-of-effect-param/#post-2419852"><span class="bb-reply-lable">Reply to</span> Link position, rotation and scale of null to point x,y of effect param</a></p> <div class="bb-content-inr-wrap"><p>Besides the parent pickwhip method, if you open the dropdown for each of the transform properties, like position, you can see that each property has its own pickwhip, just like on the layer.<br /><img src="https://community.adobe.com/t5/image/serverpage/image-id/322810i5CAE65B6623E05E8/image-size/large?v=v2&amp;px=999" alt="pickwhip.jpg" /><img src="https://community.adobe.com/html/@E55247F7C733F42D9E2D580B3D7495EE/assets/ExpandIcon.svg" alt="expand image" /></p>
<p>To link properties easily, you can click drag this pick whip to another property of another layer. Take note that this is not the parent pickwhip, but the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-360719"><a href="https://creativecow.net/forums/thread/link-position-rotation-and-scale-of-null-to-point-xy-of-effect-param/#post-2419852" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3026362c3803fdc3bc9fca1b6f7fd0f4</guid>
				<title>Meng Zhiqun replied to the discussion Add Keyframe?? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/add-keyframe-3/#post-2419851</link>
				<pubDate>Sat, 30 Oct 2021 15:28:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-keyframe-3/#post-2419851"><span class="bb-reply-lable">Reply to</span> Add Keyframe??</a></p> <div class="bb-content-inr-wrap"><p>There are no hotkeys for that. However, I&#8217;ve done a script to set a key at the current time to any selected properties. You can set a shortcut key to this script. So in a way, this shortcut key adds keyframe to any properties that you want. You can save this as a .jsx and place it in the ae, scripts folder.</p>
<pre><p>var proj = app.project;
var projComp =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-360718"><a href="https://creativecow.net/forums/thread/add-keyframe-3/#post-2419851" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f5db0f2ef702e9dfce4a02aefd7bcad</guid>
				<title>Meng Zhiqun replied to the discussion Scripting - Puppet Layers in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/scripting-puppet-layers/#post-2419850</link>
				<pubDate>Sat, 30 Oct 2021 14:48:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scripting-puppet-layers/#post-2419850"><span class="bb-reply-lable">Reply to</span> Scripting - Puppet Layers</a></p> <div class="bb-content-inr-wrap"><p>Have you tried Redefinery&#8217;s gimmeproppath script? Their site is down now though, not sure if it&#8217;s due to the latest ae update. But I hope you can locate it once the site is up.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eff7c9294732a34b0634b23c5b3d4669</guid>
				<title>Meng Zhiqun replied to the discussion Script to activate or mute effects and layers from multiple pre-comp in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/script-to-activate-or-mute-effects-and-layers-from-multiple-pre-comp-2/#post-2419849</link>
				<pubDate>Sat, 30 Oct 2021 14:42:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-activate-or-mute-effects-and-layers-from-multiple-pre-comp-2/#post-2419849"><span class="bb-reply-lable">Reply to</span> Script to activate or mute effects and layers from multiple pre-comp</a></p> <div class="bb-content-inr-wrap"><p>For a simple way to turn on/off effects of a nested comp, you can use this after selecting that comp in your mastercomp.</p>
<pre><p>var proj = app.project;
var projComp = app.project.activeItem;</p><p>var selLay = projComp.selectedLayers;</p><p>var foundFx = 0;</p><p>for(var i = 0; i &lt;= selLay.length-1; i++){</p><p>    var curLay = selLay[i];</p><p>    curLay.selected = false;</p><p>&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-360716"><a href="https://creativecow.net/forums/thread/script-to-activate-or-mute-effects-and-layers-from-multiple-pre-comp-2/#post-2419849" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">235d84de3c75237e3132008d0676f7bd</guid>
				<title>Meng Zhiqun replied to the discussion I have a problem about loop and array in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/i-have-a-problem-about-loop-and-array/#post-2419848</link>
				<pubDate>Sat, 30 Oct 2021 13:08:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/i-have-a-problem-about-loop-and-array/#post-2419848"><span class="bb-reply-lable">Reply to</span> I have a problem about loop and array</a></p> <div class="bb-content-inr-wrap"><p>I tried hard to understand what did you want to do with your script. With the best of my ability, I think what you need, is to get an array of layers that has a certain string in the layer&#8217;s name.</p>
<p>Here&#8217;s a function you can use instead.</p>
<p>var proj = app.project;</p>
<pre><p>var projComp = app.project.activeItem;</p><p>var selLay = projComp.selectedLayers;</p><p>function&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-360715"><a href="https://creativecow.net/forums/thread/i-have-a-problem-about-loop-and-array/#post-2419848" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e77153696b2dc3d918f0bc47dd62f233</guid>
				<title>Meng Zhiqun replied to the discussion AE Scripting : Copy and paste comp markers from selected precomp layer. in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/ae-scripting-copy-and-paste-comp-markers-from-selected-precomp-layer/#post-2419846</link>
				<pubDate>Sat, 30 Oct 2021 10:47:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/ae-scripting-copy-and-paste-comp-markers-from-selected-precomp-layer/#post-2419846"><span class="bb-reply-lable">Reply to</span> AE Scripting : Copy and paste comp markers from selected precomp layer.</a></p> <div class="bb-content-inr-wrap"><p>Yup. There are a couple of things to be done.</p>
<p>Your script needs to loop through your precomp&#8217;s maker, get the key.comment and keytime and pass it as an array or two, to the next part of the script which creates the marker on your chosen layer. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9353a85e5f68b9e763a2bce263e8b563</guid>
				<title>Meng Zhiqun replied to the discussion Trigger &#34;position&#34; with markers in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/trigger-position-with-markers/#post-2419840</link>
				<pubDate>Sat, 30 Oct 2021 07:34:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trigger-position-with-markers/#post-2419840"><span class="bb-reply-lable">Reply to</span> Trigger "position" with markers</a></p> <div class="bb-content-inr-wrap"><p>You can try this. Put this expression in the position. 🙂</p>
<pre><p>var aniTime = 10/30;// Change this to change the timing it takes to go up/down.</p><p>n = 0;</p><p>if (marker.numKeys &gt; 0) {</p><p>    n = marker.nearestKey(time).index;</p><p>    if (marker.key(n).time &gt; time) {</p><p>        n--;</p><p>    }</p><p>}</p><p>if (n == 0) {</p><p>	var y = value[1];</p><p>}else{</p><p>	var y = value[1] + linear(time, marker.key(n).time,&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-360708"><a href="https://creativecow.net/forums/thread/trigger-position-with-markers/#post-2419840" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ee6961586cd1be570057e9926f0af10</guid>
				<title>Meng Zhiqun replied to the discussion Expression for text following text in height in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/expression-for-text-following-text-in-height/#post-2419839</link>
				<pubDate>Sat, 30 Oct 2021 05:11:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-for-text-following-text-in-height/#post-2419839"><span class="bb-reply-lable">Reply to</span> Expression for text following text in height</a></p> <div class="bb-content-inr-wrap"><p>Hey Kieran,</p>
<p></p>
<p>When you said you want it to follow but not scale, do u mean position? If that&#8217;s the case, does linking up their position help?</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		