<?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 | Vincenzo Imbimbo | Activity</title>
	<link>https://creativecow.net/members/vincenzoimbimbo/activity/</link>
	<atom:link href="https://creativecow.net/members/vincenzoimbimbo/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Vincenzo Imbimbo.</description>
	<lastBuildDate>Thu, 03 Sep 2026 14:44:44 +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">fb3df822387843f7ba8f9cba9aa3447c</guid>
				<title>Vincenzo Imbimbo replied to the discussion Help with Applying Expressions to Different Type of Layers in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-with-applying-expressions-to-different-type-of-layers/#post-2468015</link>
				<pubDate>Fri, 21 Feb 2025 18:07:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-with-applying-expressions-to-different-type-of-layers/#post-2468015"><span class="bb-reply-lable">Reply to</span> Help with Applying Expressions to Different Type of Layers</a></p> <div class="bb-content-inr-wrap"><p>Thanks Dan, i found the solution by doing it this way:</p>
<pre><p>        try {</p><p>            var transformAnchorPoint = transformEffect.property("ADBE Geometry2-0001");</p><p>            var transformPosition = transformEffect.property("ADBE Geometry2-0002");</p><p>            // Detect type of layer</p><p>            var isShapeLayer = layer.matchName === "ADBE Vector Layer";</p><p>&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-407455"><a href="https://creativecow.net/forums/thread/help-with-applying-expressions-to-different-type-of-layers/#post-2468015" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">759fbf1d2557ddf8eac31673c1a31cee</guid>
				<title>Vincenzo Imbimbo started the discussion Help with Applying Expressions to Different Type of Layers in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-with-applying-expressions-to-different-type-of-layers/</link>
				<pubDate>Fri, 21 Feb 2025 14:25:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-with-applying-expressions-to-different-type-of-layers/">Help with Applying Expressions to Different Type of Layers</a></p> <div class="bb-content-inr-wrap"><p>Hello everyone,</p>
<p>I&#8217;m working on a script for After Effects where I apply expressions to properties of the Transform effect (not the layer&#8217;s direct transform properties).</p>
<p>I’m trying to apply expressions to properties of the Transform effect (transformAnchorPoint and transformPosition), but it seems the expressions are not being applied. The effect i&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-407442"><a href="https://creativecow.net/forums/thread/help-with-applying-expressions-to-different-type-of-layers/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33c5511d66a20456ee7bbd86a649ca78</guid>
				<title>Vincenzo Imbimbo replied to the discussion Issue with Aligning Keyframes from Multiple Properties to CTI in After Effects in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/issue-with-aligning-keyframes-from-multiple-properties-to-cti-in-after-effects/#post-2466806</link>
				<pubDate>Mon, 13 Jan 2025 22:51:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/issue-with-aligning-keyframes-from-multiple-properties-to-cti-in-after-effects/#post-2466806"><span class="bb-reply-lable">Reply to</span> Issue with Aligning Keyframes from Multiple Properties to CTI in After Effects</a></p> <div class="bb-content-inr-wrap"><p>Hi Dan,</p>
<p>Thank you so much for your suggestion—it worked perfectly!</p>
<p>The problem indeed stemmed from the fact that manipulating keyframes was affecting the state of the selected properties. Following your advice, I modified my script to first collect all selected properties and their keyframes before making any changes. By processing the collected d&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-405972"><a href="https://creativecow.net/forums/thread/issue-with-aligning-keyframes-from-multiple-properties-to-cti-in-after-effects/#post-2466806" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed436093fe9ade316679a42801d16f5f</guid>
				<title>Vincenzo Imbimbo started the discussion Script onDraw Button ‘mouseup’ event not triggered in After Effects in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-ondraw-button-mouseup-event-not-triggered-in-after-effects/</link>
				<pubDate>Mon, 13 Jan 2025 18:03:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-ondraw-button-mouseup-event-not-triggered-in-after-effects/">Script onDraw Button ‘mouseup’ event not triggered in After Effects</a></p> <div class="bb-content-inr-wrap"><p>Hi everyone,</p>
<p>I’ve been trying to use the onDraw function in After Effects for a button, and everything works fine except for the mouseup event—it doesn’t seem to trigger.</p>
<p>Here’s my script:</p>
<pre><p>var icons1 =  { normal1: "base64_encoded_image,  </p><p>        disable1: base64_encoded_image,   </p><p>        pressed1: base64_encoded_image,   </p><p>        rollover1: base64_&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-405954"><a href="https://creativecow.net/forums/thread/script-ondraw-button-mouseup-event-not-triggered-in-after-effects/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73a6824aee920f22016450a390954d45</guid>
				<title>Vincenzo Imbimbo started the discussion Issue with Aligning Keyframes from Multiple Properties to CTI in After Effects in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/issue-with-aligning-keyframes-from-multiple-properties-to-cti-in-after-effects/</link>
				<pubDate>Mon, 13 Jan 2025 13:27:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/issue-with-aligning-keyframes-from-multiple-properties-to-cti-in-after-effects/">Issue with Aligning Keyframes from Multiple Properties to CTI in After Effects</a></p> <div class="bb-content-inr-wrap"><p>Hi everyone,</p>
<p>I&#8217;m working on an After Effects script that aligns selected keyframes (or layers) to the playhead (Current Time Indicator). While it works well when keyframes are selected from a single property, the script only processes the first property when multiple properties with selected keyframes are involved.</p>
<p>Here’s the section of the script t&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-405928"><a href="https://creativecow.net/forums/thread/issue-with-aligning-keyframes-from-multiple-properties-to-cti-in-after-effects/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fc2ac73ccec2e6b940d049cbc51d383c</guid>
				<title>Vincenzo Imbimbo replied to the discussion How can i add SVG icons to my After Effects Script UI in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-can-i-add-svg-icons-to-my-after-effects-script-ui/#post-2457870</link>
				<pubDate>Tue, 09 Apr 2024 14:47:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-can-i-add-svg-icons-to-my-after-effects-script-ui/#post-2457870"><span class="bb-reply-lable">Reply to</span> How can i add SVG icons to my After Effects Script UI</a></p> <div class="bb-content-inr-wrap"><p>Please read my post, i was talking about icons for a script ui. Thanks anyway</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce795614bc778378c3e42c9c58c9199a</guid>
				<title>Vincenzo Imbimbo started the discussion Buttons Disappear in After Effects Scripting: Solutions? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/buttons-disappear-in-after-effects-scripting-solutions/</link>
				<pubDate>Tue, 09 Apr 2024 14:24:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/buttons-disappear-in-after-effects-scripting-solutions/">Buttons Disappear in After Effects Scripting: Solutions?</a></p> <div class="bb-content-inr-wrap"><p>Hi everyone,</p>
<p>I&#8217;ve recently encountered an issue with scripting in After Effects where buttons seem to disappear unexpectedly. I&#8217;ve been working on a script that involves creating custom buttons for user interaction, but I&#8217;ve noticed that sometimes these buttons vanish without any apparent reason.</p>
<p>I&#8217;ve meticulously checked my code and ensured that&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-396270"><a href="https://creativecow.net/forums/thread/buttons-disappear-in-after-effects-scripting-solutions/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ade9b2e9f05da2a396c2eb975a5f4b69</guid>
				<title>Vincenzo Imbimbo started the discussion How can i add SVG icons to my After Effects Script UI in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-can-i-add-svg-icons-to-my-after-effects-script-ui/</link>
				<pubDate>Fri, 05 Apr 2024 15:38:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-can-i-add-svg-icons-to-my-after-effects-script-ui/">How can i add SVG icons to my After Effects Script UI</a></p> <div class="bb-content-inr-wrap"><p>Hey everyone, I&#8217;m trying to incorporate SVG icons into some buttons, but I&#8217;m struggling to figure out how. I came across a post explaining it, but I&#8217;m still having difficulty understanding the process. Could you provide a straightforward example of this intricate code?</p>
<p><a target='_blank' href="https://github.com/adamplouff/scriptui-battlestyle/blob/master/BattleStyle_Tester.jsx" rel="nofollow">https://github.com/adamplouff/scriptui-battlestyle/blob/master/BattleStyle_Tester.jsx</a></p>
<div class="bb-link-preview-container"><div class="bb-link-preview-image"><div class="bb-link-preview-image-cover"><a href="https://github.com/adamplouff/scriptui-battlestyle/blob/master/BattleStyle_Tester.jsx" target="_blank"><img src="https://opengraph.githubassets.com/748444d0cccadd6caa97d08146c1e4c6818045e2cf1c3920b578fdcbd8c7f610/adamplouff/scriptui-battlestyle" /></a></div></div><div class="bb-link-preview-info"><p class="bb-link-preview-link-name">github.com</p><p class="bb-link-preview-title"><a href="https://github.com/adamplouff/scriptui-battlestyle/blob/master/BattleStyle_Tester.jsx" target="_blank" rel="nofollow">scriptui-battlestyle/BattleStyle_Tester.jsx at master · adamplouff/scriptui-battlestyle</a></p><div class="bb-link-preview-excerpt"><p>Button options for ScriptUI, namely high high-density/retina icon buttons from vector. - adamplouff/scriptui-battlestyle</p></div></div></div></div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">32ef442172556428d244ccf80654a485</guid>
				<title>Vincenzo Imbimbo replied to the discussion Can&#039;t add a file to timeline via scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/cant-add-a-file-to-timeline-via-scripting/#post-2457146</link>
				<pubDate>Tue, 19 Mar 2024 09:42:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/cant-add-a-file-to-timeline-via-scripting/#post-2457146"><span class="bb-reply-lable">Reply to</span> Can't add a file to timeline via scripting</a></p> <div class="bb-content-inr-wrap"><p>Thanks Dan, now it works!! But there is something weird tho, when i undo (ctrl+z) the file go back to the start of the timeline and i need to undo again to delete it, how can i modify the code to use just one undo?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe8aeaf10745065d8b8e90371dd971b3</guid>
				<title>Vincenzo Imbimbo started the discussion Can&#039;t add a file to timeline via scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/cant-add-a-file-to-timeline-via-scripting/</link>
				<pubDate>Mon, 18 Mar 2024 16:59:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/cant-add-a-file-to-timeline-via-scripting/">Can't add a file to timeline via scripting</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i&#8217;m trying to add a file (mp3) wich i have imported in the after effects items panel. I want the button to add a specific file to the timeline in the current time, but everytime i click the button it says that the file is not imported in the project (but it is). Can you guys help me? Wha am i doing wrong? Here is the code:</p>
<pre><p>function&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-395428"><a href="https://creativecow.net/forums/thread/cant-add-a-file-to-timeline-via-scripting/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7acd84689789357d9455278b857703c</guid>
				<title>Vincenzo Imbimbo started the discussion Help, I don&#039;t know if this is even possible (alert message every &#34;x&#34; seconds) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-i-dont-know-if-this-is-even-possible-alert-message-every-x-seconds/</link>
				<pubDate>Tue, 20 Feb 2024 10:22:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-i-dont-know-if-this-is-even-possible-alert-message-every-x-seconds/">Help, I don't know if this is even possible (alert message every "x" seconds)</a></p> <div class="bb-content-inr-wrap"><p>Hi, i want to create an After Effects Script UI with a button that toggles on/off, when you press it a notification (alert()) pops up every 20 seconds with a message, you can click &#8220;ok&#8221; to close that pop up and every 20 seconds the same pop up will appear, if you press the on/off button again the pop up stops opening, is this even possible? I&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-394432"><a href="https://creativecow.net/forums/thread/help-i-dont-know-if-this-is-even-possible-alert-message-every-x-seconds/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d21eff99744defb9f0ea9cf83d10cfff</guid>
				<title>Vincenzo Imbimbo started the discussion I&#039;m going crazy with something that i think is really simple [Reset anchors] in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/im-going-crazy-with-something-that-i-think-is-really-simple-reset-anchors/</link>
				<pubDate>Mon, 31 Jul 2023 21:53:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/im-going-crazy-with-something-that-i-think-is-really-simple-reset-anchors/">I'm going crazy with something that i think is really simple [Reset anchors]</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i&#8217;m going crazy with something that i think is really simple but i don&#8217;t know how to achieve it, i&#8217;m trying to make a Script with a button that when you click it:</p>
<ol>
<li>
<p>The script will copy the original anchor point value of the selected shape layer&#8217;s &#8220;Transform&#8221; to the &#8220;Anchor Point&#8221; properties inside each content group.</p>
</li>
<li>
<p>Then, it will reset&hellip;</p>
</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-386935"><a href="https://creativecow.net/forums/thread/im-going-crazy-with-something-that-i-think-is-really-simple-reset-anchors/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f02eb51f9ab5b6497eec566cfd37712</guid>
				<title>Vincenzo Imbimbo replied to the discussion Trying to add dashes to lines via Scripting (Not working) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trying-to-add-dashes-to-lines-via-scripting-not-working/#post-2444730</link>
				<pubDate>Fri, 05 May 2023 16:49:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trying-to-add-dashes-to-lines-via-scripting-not-working/#post-2444730"><span class="bb-reply-lable">Reply to</span> Trying to add dashes to lines via Scripting (Not working)</a></p> <div class="bb-content-inr-wrap"><p>Hello Dan!! Thank you for your reply, i tried what you tell me and it works perfectly, but the problem is that i want it to be applied to any selected shape layer (or layers) no matter how many shapes and groups are inside this layer/layers, that&#8217;s why i was using that recursive property navigating function but i don&#8217;t know how to merge that&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-383207"><a href="https://creativecow.net/forums/thread/trying-to-add-dashes-to-lines-via-scripting-not-working/#post-2444730" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">49706d9d569258e521a0c8116cf40abb</guid>
				<title>Vincenzo Imbimbo started the discussion Trying to add dashes to lines via Scripting (Not working) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trying-to-add-dashes-to-lines-via-scripting-not-working/</link>
				<pubDate>Sat, 08 Apr 2023 17:11:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trying-to-add-dashes-to-lines-via-scripting-not-working/">Trying to add dashes to lines via Scripting (Not working)</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i don&#8217;t know why my code is not working, anyone can help me?<br />I created a button that add dashes to selected shape layers, and it seems to be fine but is not working.</p>
</p>
<pre><p>buttonDashes.onClick = function (){
app.beginUndoGroup("Set Dashes");</p><p>                    var project = app.project;</p><p>                    var comp =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-382130"><a href="https://creativecow.net/forums/thread/trying-to-add-dashes-to-lines-via-scripting-not-working/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6dc8dc34939622975e07b5fe28df47ec</guid>
				<title>Vincenzo Imbimbo started the discussion ScriptUI Responsive with 4 buttons in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/scriptui-responsive-with-4-buttons/</link>
				<pubDate>Sat, 28 Jan 2023 15:22:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scriptui-responsive-with-4-buttons/">ScriptUI Responsive with 4 buttons</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i&#8217;m creating a ScriptUI with 4 buttons, and they are in a row orientation, what i want is to them change from &#8220;row&#8221; to &#8220;column&#8221; if the window gets resized, right now i have a piece of code that is working, but it changes all the buttons at once, i want them to change position one at a time.</p>
<p>I mean, the button 4 will go down first,&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-379186"><a href="https://creativecow.net/forums/thread/scriptui-responsive-with-4-buttons/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0a3457b892bfcb5abfeb35d47b8f6feb</guid>
				<title>Vincenzo Imbimbo replied to the discussion [HELP] My Script UI code isn&#039;t working but i don&#039;t know why in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-my-script-ui-code-isnt-working-but-i-dont-know-why/#post-2438532</link>
				<pubDate>Sat, 10 Dec 2022 16:23:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-my-script-ui-code-isnt-working-but-i-dont-know-why/#post-2438532"><span class="bb-reply-lable">Reply to</span> [HELP] My Script UI code isn't working but i don't know why</a></p> <div class="bb-content-inr-wrap"><p>Thank you Andrei! It works pefect now, i forgot to ask another thing, after the layers got pre-composed i want to enable the time remapping of that precomp, so, is there a way to do it? Because i need to add something like &#8220;if the selected layer is already a precomp then don&#8217;t pre-compose it, just enable the time remap&#8221;.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f93efacbed0f568e2d2598e91eed8fee</guid>
				<title>Vincenzo Imbimbo started the discussion [HELP] My Script UI code isn&#039;t working but i don&#039;t know why in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-my-script-ui-code-isnt-working-but-i-dont-know-why/</link>
				<pubDate>Sat, 10 Dec 2022 13:45:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-my-script-ui-code-isnt-working-but-i-dont-know-why/">[HELP] My Script UI code isn't working but i don't know why</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i&#8217;m trying to create an script ui with a button that does this:</p>
<p>Add an expression to any selected properties, but if you are selecting a layer (or multiple layers) instead of properties then pre-compose that layers, i don&#8217;t know if this is possible, but the code should be working, and it doesn&#8217;t, it adds the expression to selected&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-377562"><a href="https://creativecow.net/forums/thread/help-my-script-ui-code-isnt-working-but-i-dont-know-why/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b38eabfce5609e17b7b7e1e7ed4d63b</guid>
				<title>Vincenzo Imbimbo replied to the discussion Adding a text box for &#34;About&#34; button to an After Effects ScriptUI? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/adding-a-text-box-for-about-button-to-an-after-effects-scriptui/#post-2434973</link>
				<pubDate>Wed, 14 Sep 2022 12:31:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/adding-a-text-box-for-about-button-to-an-after-effects-scriptui/#post-2434973"><span class="bb-reply-lable">Reply to</span> Adding a text box for "About" button to an After Effects ScriptUI?</a></p> <div class="bb-content-inr-wrap"><p>Thank you again Andrei, this was exactly what i was looking for!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfe341d9756793b0dbcba69fde4255ac</guid>
				<title>Vincenzo Imbimbo replied to the discussion Duplicate the &#34;Stroke&#34; in any Vector Group via Scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434644</link>
				<pubDate>Thu, 08 Sep 2022 16:46:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434644"><span class="bb-reply-lable">Reply to</span> Duplicate the "Stroke" in any Vector Group via Scripting</a></p> <div class="bb-content-inr-wrap"><p>Thank you Andrei!! That is exactly what i need it, you are the best!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9fc823f72dc32b1efe26959c0b3d1253</guid>
				<title>Vincenzo Imbimbo started the discussion Adding a text box for &#34;About&#34; button to an After Effects ScriptUI? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/adding-a-text-box-for-about-button-to-an-after-effects-scriptui/</link>
				<pubDate>Thu, 08 Sep 2022 16:38:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/adding-a-text-box-for-about-button-to-an-after-effects-scriptui/">Adding a text box for "About" button to an After Effects ScriptUI?</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i&#8217;m having trouble adding some text to my &#8220;About&#8221; window inside ScriptUI, i have seen some scripts that when you click the &#8220;?&#8221; button it opens up a window and have a white box with text info (link of the script, etc), i have my about window and it opens up a new window but i don&#8217;t know how to add that &#8220;white box&#8221; with text.</p>
<p>I want&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-373957"><a href="https://creativecow.net/forums/thread/adding-a-text-box-for-about-button-to-an-after-effects-scriptui/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b136302976938fc9404e612f59901ac</guid>
				<title>Vincenzo Imbimbo replied to the discussion Change checkbox True/False with a button (if/else?) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-checkbox-true-false-with-a-button-if-else/#post-2434576</link>
				<pubDate>Wed, 07 Sep 2022 16:48:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-checkbox-true-false-with-a-button-if-else/#post-2434576"><span class="bb-reply-lable">Reply to</span> Change checkbox True/False with a button (if/else?)</a></p> <div class="bb-content-inr-wrap"><p>MY GOD, you are a life saver Dan! Thank you so much.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">254bd6d41bac204489768594055906a4</guid>
				<title>Vincenzo Imbimbo started the discussion Change checkbox True/False with a button (if/else?) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-checkbox-true-false-with-a-button-if-else/</link>
				<pubDate>Wed, 07 Sep 2022 16:03:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-checkbox-true-false-with-a-button-if-else/">Change checkbox True/False with a button (if/else?)</a></p> <div class="bb-content-inr-wrap"><p>Hi guys, i&#8217;m trying to create a button that when you click it a checkbox would change it&#8217;s state, if its &#8220;false&#8221; then it will change to &#8220;true&#8221;, and if it&#8217;s &#8220;true&#8221; then it will change to &#8220;false&#8221;. I got it working but the problem is that only works once, then no longer changes, i want it to change everytime i press the button, what am i doing&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-373909"><a href="https://creativecow.net/forums/thread/change-checkbox-true-false-with-a-button-if-else/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4aa7332073a1068d59801b2f28e4a72</guid>
				<title>Vincenzo Imbimbo replied to the discussion Duplicate the &#34;Stroke&#34; in any Vector Group via Scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434543</link>
				<pubDate>Wed, 07 Sep 2022 12:07:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434543"><span class="bb-reply-lable">Reply to</span> Duplicate the "Stroke" in any Vector Group via Scripting</a></p> <div class="bb-content-inr-wrap"><p>Also, i&#8217;m trying to change the colors but i can&#8217;t figure it out how to access to &#8220;Stroke 1&#8221; and &#8220;Stroke 2&#8221;, i tried this:</p>
<p>if (subProp.matchName == &#8220;ADBE Vector Graphic &#8211; Stroke&#8221;) {</p>
<p>                subProp.duplicate();</p>
<p>                subProp.content(&#8220;Stroke 1&#8221;).color.setValue([0,0,0]);</p>
<p>                subProp.content(&#8220;Stroke&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-373894"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434543" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0772f7a8f1277f6a3dbb90796a334578</guid>
				<title>Vincenzo Imbimbo replied to the discussion Duplicate the &#34;Stroke&#34; in any Vector Group via Scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434541</link>
				<pubDate>Wed, 07 Sep 2022 11:35:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434541"><span class="bb-reply-lable">Reply to</span> Duplicate the "Stroke" in any Vector Group via Scripting</a></p> <div class="bb-content-inr-wrap"><p>Thank you! This works perfectly, but is there any way to just duplicate it one time? I don&#8217;t want to duplicate everytime i press the button, something like &#8220;if this layer has Vector Groups with Stroke 1 and Stroke 2 then DON&#8217;T duplicate strokes&#8221;?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f45f0cbeccb95bff07553f7cdf0e269</guid>
				<title>Vincenzo Imbimbo replied to the discussion Duplicate the &#34;Stroke&#34; in any Vector Group via Scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434533</link>
				<pubDate>Wed, 07 Sep 2022 08:30:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/#post-2434533"><span class="bb-reply-lable">Reply to</span> Duplicate the "Stroke" in any Vector Group via Scripting</a></p> <div class="bb-content-inr-wrap"><p>Hello Andrei, thanks for your reply, unfortunately i&#8217;m still getting the same result (nothing happens), i don&#8217;t know if there&#8217;s a different approach to this, i want to duplicate the stroke of any selected layer (for every vector group) and then change the color of each stroke (assign 1 color to stroke 1 and another color to stroke 2).</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9e08aa2960ed5b5a58c6f5f9ac9f64ee</guid>
				<title>Vincenzo Imbimbo started the discussion Duplicate the &#34;Stroke&#34; in any Vector Group via Scripting in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/</link>
				<pubDate>Tue, 06 Sep 2022 10:01:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/">Duplicate the "Stroke" in any Vector Group via Scripting</a></p> <div class="bb-content-inr-wrap"><p>Hello Guys, i&#8217;m trying to duplicate the &#8220;Stroke&#8221; in every vector group of all shape layers selected, but it&#8217;s not working, i don&#8217;t know what i&#8217;m doing wrong, this is the code:</p>
<pre><p>app.beginUndoGroup("myScript");</p><p>                var myLayers = comp.selectedLayers;</p><p>                for (var i = 0; i &lt; myLayers.length; i++){</p><p>&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-373836"><a href="https://creativecow.net/forums/thread/duplicate-the-stroke-in-any-vector-group-via-scripting/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd44b78c1e2235e7c611f59b05e675e6</guid>
				<title>Vincenzo Imbimbo replied to the discussion Tutorial rolling circles onto the screen in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/#post-2434380</link>
				<pubDate>Fri, 02 Sep 2022 12:20:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/tutorial-rolling-circles-onto-the-screen/#post-2434380"><span class="bb-reply-lable">Reply to</span> Tutorial rolling circles onto the screen</a></p> <div class="bb-content-inr-wrap"><p>This is freaking amazing!! Thank you so much, this will save me tons of time.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9058cfa9040d2d4e76f64ce463fca0a6</guid>
				<title>Vincenzo Imbimbo started the discussion [HELP] Add a conditional to a Slider control in Script UI? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-add-a-conditional-to-a-slider-control-in-script-ui/</link>
				<pubDate>Mon, 29 Aug 2022 08:13:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-add-a-conditional-to-a-slider-control-in-script-ui/">[HELP] Add a conditional to a Slider control in Script UI?</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i created a slider UI to control the opacity of my layers, and it&#8217;s working fine, but there&#8217;s a problem, if the property has a keyframe (the stopwatch enabled) the slider control stops working. I&#8217;m trying to make it work in both scenarios, if there&#8217;s no keyframes then change the opacity value of my layers, and if there&#8217;s a keyframe i&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-373557"><a href="https://creativecow.net/forums/thread/help-add-a-conditional-to-a-slider-control-in-script-ui/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b0ef0dc717e199ba0caa70bfb058efa0</guid>
				<title>Vincenzo Imbimbo started the discussion How to add .ffx to a bunch of layers via scripting? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-add-ffx-to-a-bunch-of-layers-via-scripting/</link>
				<pubDate>Sat, 02 Jul 2022 10:55:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-add-ffx-to-a-bunch-of-layers-via-scripting/">How to add .ffx to a bunch of layers via scripting?</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i have an AE Project with 50 compositions, in each composition i have 2 shape layers, i need to apply one .ffx to the first layer, and apply another .ffx to the second layer, i need to do this in all 50 compositions, so i think the best option is to do it automatically with a script, can you guys help me?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">72cbbdd55d264c372c1eeadcca1861a2</guid>
				<title>Vincenzo Imbimbo replied to the discussion My first Script UI has a bug and its making me crazy in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/my-first-script-ui-has-a-bug-and-its-making-me-crazy/#post-2430633</link>
				<pubDate>Thu, 09 Jun 2022 14:32:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/my-first-script-ui-has-a-bug-and-its-making-me-crazy/#post-2430633"><span class="bb-reply-lable">Reply to</span> My first Script UI has a bug and its making me crazy</a></p> <div class="bb-content-inr-wrap"><p>Thanks for your reply Andrei, unfortunately my script keeps having the same bug, I was hoping I wouldn&#8217;t have to rebuild everything from scratch but I&#8217;ll take a look at that ScriptUI Dialog Builder, thank you!!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce6bd9054fb8f2254994ee2296f5c4ea</guid>
				<title>Vincenzo Imbimbo started the discussion My first Script UI has a bug and its making me crazy in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/my-first-script-ui-has-a-bug-and-its-making-me-crazy/</link>
				<pubDate>Tue, 07 Jun 2022 09:00:29 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/my-first-script-ui-has-a-bug-and-its-making-me-crazy/">My first Script UI has a bug and its making me crazy</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, i&#8217;ve just created an script UI and its working fine but every time i close After Effects and open it again the script stops working, it became like a shell, buttons without any functionality, and i only got 2 options to make it work again, 1: close the script and open it again. 2: change the working space to any other and go back to my&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370416"><a href="https://creativecow.net/forums/thread/my-first-script-ui-has-a-bug-and-its-making-me-crazy/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0c03c851c171f0b4b3043ab887860d13</guid>
				<title>Vincenzo Imbimbo replied to the discussion Add Trim Paths to any selected shape layers with a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430262</link>
				<pubDate>Tue, 31 May 2022 09:45:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430262"><span class="bb-reply-lable">Reply to</span> Add Trim Paths to any selected shape layers with a Script</a></p> <div class="bb-content-inr-wrap"><p>I figured it out with this:</p>
<pre><p>var durationIn = myLayers[i].Effects("ADBE Slider Control")</p><p>                ? myLayers[i].Effects("ADBE Slider Control")</p><p>                : myLayers[i].Effects.addProperty("ADBE Slider Control");</p><p>                durationIn.name = "IN";</p><p>var durationOut = myLayers[i].Effects("ADBE Slider Control")</p><p>                ?&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-370193"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430262" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">328def29235c7904b8220e6d8d41a8d2</guid>
				<title>Vincenzo Imbimbo replied to the discussion Add Trim Paths to any selected shape layers with a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430261</link>
				<pubDate>Tue, 31 May 2022 09:06:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430261"><span class="bb-reply-lable">Reply to</span> Add Trim Paths to any selected shape layers with a Script</a></p> <div class="bb-content-inr-wrap"><p>Is there any way to apply the same Ternary Operator to this line of code?</p>
<p>var durationIn = myLayers[i].Effects.addProperty(&#8220;ADBE Slider Control&#8221;);</p>
<p>                durationIn.name = &#8220;IN&#8221;;</p>
<p>I want to add to each selected layer a slider control named &#8220;IN&#8221; but if i run the script again i don&#8217;t want to add another slider control named &#8220;IN&#8221;, i just want to&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370192"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430261" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d87ba5f69f7011b17c103859a2bc35d7</guid>
				<title>Vincenzo Imbimbo replied to the discussion Add Trim Paths to any selected shape layers with a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430260</link>
				<pubDate>Tue, 31 May 2022 08:57:06 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430260"><span class="bb-reply-lable">Reply to</span> Add Trim Paths to any selected shape layers with a Script</a></p> <div class="bb-content-inr-wrap"><p>Oh nevermind, it was the &#8220;;&#8221; that i was keeping at the end of &#8220;var myTrim&#8230;&#8221; so the ternary operator was missing the condition, but now is working perfectly, thank you so much!!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d5e683087e79226ee23ec15f5c0ec84</guid>
				<title>Vincenzo Imbimbo replied to the discussion Add Trim Paths to any selected shape layers with a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430259</link>
				<pubDate>Tue, 31 May 2022 08:40:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430259"><span class="bb-reply-lable">Reply to</span> Add Trim Paths to any selected shape layers with a Script</a></p> <div class="bb-content-inr-wrap"><p>Hi again Andrei, thank you for your reply, i tried the code but i&#8217;m getting a syntax error saying that &#8220;?&#8221; doesn&#8217;t have an assigned value. What i am missing?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec2b48b9cf3b6cc2a10ae57fbb5e3853</guid>
				<title>Vincenzo Imbimbo replied to the discussion Add Trim Paths to any selected shape layers with a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430127</link>
				<pubDate>Fri, 27 May 2022 15:46:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430127"><span class="bb-reply-lable">Reply to</span> Add Trim Paths to any selected shape layers with a Script</a></p> <div class="bb-content-inr-wrap"><p>Thank you Andrei!! This is what i need it, but there&#8217;s a little problem, if i execute the script again it will add another Trim Paths to each selected layer, i just want to have 1 Trim Path, no matter how many times i execute the script, any way to fix this? Something like &#8220;if this shape layer already has a trim path then don&#8217;t add a trim paths&#8221;,&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-370059"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/#post-2430127" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c1e18a30aa4cb95cc76127d3585b4528</guid>
				<title>Vincenzo Imbimbo started the discussion Add Trim Paths to any selected shape layers with a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/</link>
				<pubDate>Thu, 26 May 2022 16:00:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/">Add Trim Paths to any selected shape layers with a Script</a></p> <div class="bb-content-inr-wrap"><p>Hello guys, anyone can help me to add a Trim Paths to any selected shape layers? I just want to add ONE trim paths to each layer, no matter how many shapes it has inside.</p>
<p>Any help?</p>
<p>This is the property path to the Trim Paths:<br />layers[i].property(&#8220;ADBE Root Vectors Group&#8221;).property(&#8220;ADBE Vector Filter &#8211; Trim&#8221;)</p>
<p></p>
<p>I also want to access the &#8220;Start&#8221; and &#8220;End&#8221;&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-369994"><a href="https://creativecow.net/forums/thread/add-trim-paths-to-any-selected-shape-layers-with-a-script/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f65f808503fa754d929c243fdbcb8fd</guid>
				<title>Vincenzo Imbimbo replied to the discussion [HELP] Time Remap - Trying to create a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-time-remap-trying-to-create-a-script/#post-2430041</link>
				<pubDate>Thu, 26 May 2022 15:46:03 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-time-remap-trying-to-create-a-script/#post-2430041"><span class="bb-reply-lable">Reply to</span> [HELP] Time Remap - Trying to create a Script</a></p> <div class="bb-content-inr-wrap"><p>Thank you Dan, it works perfectly!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80254a95c797711fb946b3e25bff752b</guid>
				<title>Vincenzo Imbimbo replied to the discussion Convert 40 Compositions into 40 AE Projects in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/convert-40-compositions-into-40-ae-projects/#post-2430008</link>
				<pubDate>Wed, 25 May 2022 19:28:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/convert-40-compositions-into-40-ae-projects/#post-2430008"><span class="bb-reply-lable">Reply to</span> Convert 40 Compositions into 40 AE Projects</a></p> <div class="bb-content-inr-wrap"><p>This was exactly what i needed, thank you so much Dan!!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">252bd02899c28dcb127e139c5495be3c</guid>
				<title>Vincenzo Imbimbo started the discussion [HELP] Time Remap - Trying to create a Script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-time-remap-trying-to-create-a-script/</link>
				<pubDate>Wed, 25 May 2022 19:27:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-time-remap-trying-to-create-a-script/">[HELP] Time Remap - Trying to create a Script</a></p> <div class="bb-content-inr-wrap"><p>Hello guys! I&#8217;m trying to create a script that does this:</p>
<p>Step 1: Enable Time Remap of a precomp ( or all precomps selected)</p>
<p>The time remap automatically creates 2 keyframes, so&#8230;</p>
<p>Step 2: Go to the last keyframe and go back 1 frame, create new keyframe and delete the last keframe. Example: a precomp of 10 seconds (25 fps) would have a keyframe on&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-369951"><a href="https://creativecow.net/forums/thread/help-time-remap-trying-to-create-a-script/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c67985ae02390fc386c092e07d3fb73</guid>
				<title>Vincenzo Imbimbo started the discussion Convert 40 Compositions into 40 AE Projects in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/convert-40-compositions-into-40-ae-projects/</link>
				<pubDate>Sat, 02 Apr 2022 16:06:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/convert-40-compositions-into-40-ae-projects/">Convert 40 Compositions into 40 AE Projects</a></p> <div class="bb-content-inr-wrap"><p>Hi, i have an AE Project with 40 compositions inside, this compositions are name &#8220;01&#8221;, &#8220;02&#8221; and so on&#8230; What i need is to have 40 AE Projects with 1 composition inside each one, is this possible? Anyone can point me in the right direction? Is there any script that makes this?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4fc92373c04c52a53fdd1bb0b1a221d9</guid>
				<title>Vincenzo Imbimbo replied to the discussion [HELP] Script to convert all expressions into keyframes in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-script-to-convert-all-expressions-into-keyframes/#post-2427044</link>
				<pubDate>Mon, 28 Mar 2022 16:43:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-script-to-convert-all-expressions-into-keyframes/#post-2427044"><span class="bb-reply-lable">Reply to</span> [HELP] Script to convert all expressions into keyframes</a></p> <div class="bb-content-inr-wrap"><p>Thank you so much Dan! This is exactly what i needed, you are such a pro!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce51a838fe0ae46ad0bc852bf27e5414</guid>
				<title>Vincenzo Imbimbo started the discussion [HELP] Script to convert all expressions into keyframes in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/help-script-to-convert-all-expressions-into-keyframes/</link>
				<pubDate>Mon, 28 Mar 2022 16:01:29 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/help-script-to-convert-all-expressions-into-keyframes/">[HELP] Script to convert all expressions into keyframes</a></p> <div class="bb-content-inr-wrap"><p>Hi! I&#8217;m trying to create a script that converts all the expressions to keyframes, i have a bunch of layers with expressions in the &#8220;Position&#8221; property, and i need to convert it to keyframes.</p>
<p></p>
<p>I found this post: <a href="https://creativecow.net/forums/thread/bulk-convert-expressions-into-keyframes/" rel="nofollow">https://creativecow.net/forums/thread/bulk-convert-expressions-into-keyframes/</a> where Dan wrote a code but i&#8217;m trying to run it and i get&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-367360"><a href="https://creativecow.net/forums/thread/help-script-to-convert-all-expressions-into-keyframes/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">85b71030c4771ec21a53f50024a73e5d</guid>
				<title>Vincenzo Imbimbo replied to the discussion &#34;Butt Cap&#34; to &#34;Round Cap&#34; with a Script (But it doesn&#039;t work) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/butt-cap-to-round-cap-with-a-script-but-it-doesnt-work/#post-2424297</link>
				<pubDate>Mon, 31 Jan 2022 17:37:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/butt-cap-to-round-cap-with-a-script-but-it-doesnt-work/#post-2424297"><span class="bb-reply-lable">Reply to</span> "Butt Cap" to "Round Cap" with a Script (But it doesn't work)</a></p> <div class="bb-content-inr-wrap"><p>I make it work but only for 1 shape element of each shape layer, i want it to work in any shape layer no matter how much elements it has inside the Groups.</p>
<p></p>
<p>This is what it works:</p>
<pre><p>var project = app.project;</p><p>var comp = project.activeItem;</p><p>app.beginUndoGroup("Process");</p><p>var myLayers = comp.selectedLayers;</p><p>for (var i = 0; i &lt; myLayers.length; i++){</p><p>var&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-364934"><a href="https://creativecow.net/forums/thread/butt-cap-to-round-cap-with-a-script-but-it-doesnt-work/#post-2424297" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fbe775d92e6f8ae485c076dbbe957d1c</guid>
				<title>Vincenzo Imbimbo replied to the discussion Script to change the Line Join of shape layer line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-to-change-the-line-join-of-shape-layer-line/#post-2424294</link>
				<pubDate>Mon, 31 Jan 2022 16:12:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-change-the-line-join-of-shape-layer-line/#post-2424294"><span class="bb-reply-lable">Reply to</span> Script to change the Line Join of shape layer line</a></p> <div class="bb-content-inr-wrap"><p>Hi, you know if there&#8217;s any way of doing this for ALL the shape layers that you have selected? Some shape layers may have more than 1 object inside, so what should i do?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f03d9741547f1f20bc765daf6d9b5c4</guid>
				<title>Vincenzo Imbimbo started the discussion &#34;Butt Cap&#34; to &#34;Round Cap&#34; with a Script (But it doesn&#039;t work) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/butt-cap-to-round-cap-with-a-script-but-it-doesnt-work/</link>
				<pubDate>Mon, 31 Jan 2022 15:31:03 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/butt-cap-to-round-cap-with-a-script-but-it-doesnt-work/">"Butt Cap" to "Round Cap" with a Script (But it doesn't work)</a></p> <div class="bb-content-inr-wrap"><p>Hi guys! I don&#8217;t know what i&#8217;m doing wrong, this should be working, anyone can help me?</p>
<p>I&#8217;m trying to change the &#8220;Butt Cap&#8221; of selected shape layers to &#8220;Round Cap&#8221; but i can&#8217;t figure it out why is not working, here is the code:</p>
<pre><p>var project = app.project;</p><p>var comp = project.activeItem;</p><p><br /></p><p>app.beginUndoGroup("Process");</p><p>var myLayers =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-364922"><a href="https://creativecow.net/forums/thread/butt-cap-to-round-cap-with-a-script-but-it-doesnt-work/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4179384a3138c90bb1155eaf60e765bd</guid>
				<title>Vincenzo Imbimbo replied to the discussion Script to Sequence Layers (What i&#039;m doing wrong?) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2423932</link>
				<pubDate>Mon, 24 Jan 2022 16:53:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2423932"><span class="bb-reply-lable">Reply to</span> Script to Sequence Layers (What i'm doing wrong?)</a></p> <div class="bb-content-inr-wrap"><p>Hi Dan! i finally achieved what i was looking for.</p>
<p>This was the modification that i did:</p>
<pre><p>var myCompTime = 0;</p><p>selLayers[i].startTime = (selLayers[i].inPoint = selLayers[i].startTime) + myCompTime + i * offset;</p></pre>
<p>You know how can i do to sequence layers AND keyframes? I mean, right know is working fine with layers, but i want it to work also with&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-364615"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2423932" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fbe95554564aae1c60a6538f35e1f2f2</guid>
				<title>Vincenzo Imbimbo replied to the discussion Script to Sequence Layers (What i&#039;m doing wrong?) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422958</link>
				<pubDate>Thu, 30 Dec 2021 16:58:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422958"><span class="bb-reply-lable">Reply to</span> Script to Sequence Layers (What i'm doing wrong?)</a></p> <div class="bb-content-inr-wrap"><p><a target='_blank' href="https://aescripts.com/pt_shiftlayers/" rel="nofollow">pt_ShiftLayers</a> by Paul Tuersley, what i mean is that the thing that i want to achieve has been already achieved by other scripts, but i can&#8217;t figure it out &#8220;how&#8221;, i need to know the &#8220;how&#8221; because i want to use this function in a custom script for the Motion Designers community. I was explaining the &#8220;why&#8221; i don&#8217;t use this script by Paul Tuersley,&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-363635"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422958" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f95eef3c818a16d74779bb6a4177bbb8</guid>
				<title>Vincenzo Imbimbo replied to the discussion Script to Sequence Layers (What i&#039;m doing wrong?) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422938</link>
				<pubDate>Thu, 30 Dec 2021 14:18:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422938"><span class="bb-reply-lable">Reply to</span> Script to Sequence Layers (What i'm doing wrong?)</a></p> <div class="bb-content-inr-wrap"><p>It was working before, when i had this code:</p>
<pre>selLayers[i].startTime = (selLayers[i].inPoint = selLayers[i].startTime) + i * offset;</pre>
<p></p>
<p>But now that i have changed the &#8220;=&#8221; to &#8220;-=&#8221; it becomes static, i mean, if i click on the &#8220;Execute button&#8221; of the script it works but that&#8217;s it, it doesn&#8217;t add a new value to the already sequenced layers, because there&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-363625"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422938" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45a890782c993ad2c0907ec397088eea</guid>
				<title>Vincenzo Imbimbo replied to the discussion Script to Sequence Layers (What i&#039;m doing wrong?) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422926</link>
				<pubDate>Thu, 30 Dec 2021 11:44:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-to-sequence-layers-what-im-doing-wrong/#post-2422926"><span class="bb-reply-lable">Reply to</span> Script to Sequence Layers (What i'm doing wrong?)</a></p> <div class="bb-content-inr-wrap"><p>Thank you Dan!! Now it&#8217;s working perfectly, but there&#8217;s another thing that i want to add, it is possible to keep adding the sequence to the already sequenced layers? Example: i sequence the layers by 5 frames, if i click it again now they&#8217;ll be sequenced by 10 frames, and if i click again they&#8217;ll be sequenced by 15 frames, and so on&#8230; is it possible?</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		