<?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 | Otávio Nascimento | Activity</title>
	<link>https://creativecow.net/members/otavionascimento/activity/</link>
	<atom:link href="https://creativecow.net/members/otavionascimento/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Otávio Nascimento.</description>
	<lastBuildDate>Fri, 15 May 2026 00:17:29 +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">c548da4c3db54a2cc4ef7509ea07712f</guid>
				<title>Otávio Nascimento replied to the discussion Scripting: rotated layer anchor point in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/#post-2455784</link>
				<pubDate>Wed, 14 Feb 2024 22:18:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/#post-2455784"><span class="bb-reply-lable">Reply to</span> Scripting: rotated layer anchor point</a></p> <div class="bb-content-inr-wrap"><p>Thank you <a href="https://creativecow.net/members/filipvandueren/" title="View Filip Vandueren's profile" rel="nofollow">Filip Vandueren</a>, that worked!</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d26c34d3b8f9e6d5d7806e58b784b83a</guid>
				<title>Otávio Nascimento replied to the discussion Scripting: rotated layer anchor point in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/#post-2455760</link>
				<pubDate>Wed, 14 Feb 2024 14:56:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/#post-2455760"><span class="bb-reply-lable">Reply to</span> Scripting: rotated layer anchor point</a></p> <div class="bb-content-inr-wrap"><p>Yes, in the center of the composition in this example. Later I want to modify the code so I can move the anchor point to the corners of the composition as well.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">acac1ee6526d8c567e57df06b274d139</guid>
				<title>Otávio Nascimento started the discussion Scripting: rotated layer anchor point in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/</link>
				<pubDate>Wed, 14 Feb 2024 01:52:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/">Scripting: rotated layer anchor point</a></p> <div class="bb-content-inr-wrap"><p>I want to move the anchor point in a rotated layer and maintain the visual position via script. I tried this code below but I dont know how to make it work: </p>
<pre>var layer = app.project.activeItem.selectedLayers[0];<br />var position = layer.property("ADBE Transform Group").property("ADBE Position");<br />var anchorPoint = layer.property("ADBE Transform&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-394166"><a href="https://creativecow.net/forums/thread/scripting-rotated-layer-anchor-point/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3bbb6e3c1057cf9735beaef1728f0d06</guid>
				<title>Otávio Nascimento replied to the discussion Offset blinking expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/offset-blinking-expression/#post-2453479</link>
				<pubDate>Thu, 14 Dec 2023 20:31:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/offset-blinking-expression/#post-2453479"><span class="bb-reply-lable">Reply to</span> Offset blinking expression</a></p> <div class="bb-content-inr-wrap"><p>I tried something similar but it didn&#8217;t work. <br />Here is the full expression in the opacity animator, so you can understand better:<br />(&#8216;startAnimationTime&#8217; in the expression below is always zero, so the blinking still starts at a random value)</p>
<pre>var cursorSpeed = 10;<br />var startAnimationTime = 0;
<br />// animation happening here<br />if (thisLayer.name.length &gt;&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-391668"><a href="https://creativecow.net/forums/thread/offset-blinking-expression/#post-2453479" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">14eb2be18809c84ece0de55394c7791b</guid>
				<title>Otávio Nascimento started the discussion Offset blinking expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/offset-blinking-expression/</link>
				<pubDate>Thu, 14 Dec 2023 19:58:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/offset-blinking-expression/">Offset blinking expression</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m using a blinking expression inside an &#8216;else&#8217;, but it starts with a random value when it reaches the &#8216;else&#8217;. How to make the blinking start at zero? (<span>I dont know the exact time that will reach the else).</span></p>
<p>This is an example in the source text:</p>
<pre><p>var anyTime = 2.28;</p><p>var cursorSpeed = 10;</p><p>if (time &lt; anyTime) {</p><p>	time;</p><p>} else {</p><p>  var blinking =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-391664"><a href="https://creativecow.net/forums/thread/offset-blinking-expression/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa58c29f11f0071a0c28c5e168ec6978</guid>
				<title>Otávio Nascimento replied to the discussion Keyframes offset and duration expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/keyframes-offset-and-duration-expression/#post-2447087</link>
				<pubDate>Tue, 04 Jul 2023 15:10:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/keyframes-offset-and-duration-expression/#post-2447087"><span class="bb-reply-lable">Reply to</span> Keyframes offset and duration expression</a></p> <div class="bb-content-inr-wrap"><p>That worked perfectly!</p>
<p>Is it possible to change the keyframe value with an slider?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c997aa995b049417af335603596df4c6</guid>
				<title>Otávio Nascimento replied to the discussion Keyframes offset and duration expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/keyframes-offset-and-duration-expression/#post-2447082</link>
				<pubDate>Tue, 04 Jul 2023 13:48:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/keyframes-offset-and-duration-expression/#post-2447082"><span class="bb-reply-lable">Reply to</span> Keyframes offset and duration expression</a></p> <div class="bb-content-inr-wrap"><p>Just the result with an expression</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c622ad0d4d928dcf610c8f2760cc0f59</guid>
				<title>Otávio Nascimento started the discussion Keyframes offset and duration expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/keyframes-offset-and-duration-expression/</link>
				<pubDate>Tue, 04 Jul 2023 12:18:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/keyframes-offset-and-duration-expression/">Keyframes offset and duration expression</a></p> <div class="bb-content-inr-wrap"><p class="">I made two keyframes and I want to move the first keyframe to the in point of the layer above and the second keyframe to the out point of the layer above. How can I do it?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">af266f787b7458faa52a0f4748ce59f4</guid>
				<title>Otávio Nascimento replied to the discussion Set rove keyframes via script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/set-to-rove-keyframes-with-script/#post-2446427</link>
				<pubDate>Mon, 19 Jun 2023 19:10:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/set-to-rove-keyframes-with-script/#post-2446427"><span class="bb-reply-lable">Reply to</span> Set rove keyframes via script</a></p> <div class="bb-content-inr-wrap"><p>It worked now. I was trying to add rove to the last keyframe so it wasn&#8217;t working. Thanks!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d362d3e962a5e7870543536f5b0c3ecf</guid>
				<title>Otávio Nascimento started the discussion Set rove keyframes via script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/set-to-rove-keyframes-with-script/</link>
				<pubDate>Mon, 19 Jun 2023 17:51:49 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/set-to-rove-keyframes-with-script/">Set rove keyframes via script</a></p> <div class="bb-content-inr-wrap"><p class="">Hello,<br />Im trying to set rove keyframes via script but it&#8217;s not working. What is the correct way of doing it?</p>
<pre>var layer = app.project.activeItem.selectedLayers[0];<br />var property = layer.property("Position"); <br />var keyIndex = 2; <br />property.setRovingAtKey(keyIndex, true);</pre></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5c8322c4951ffc70c40e25b788a182d9</guid>
				<title>Otávio Nascimento replied to the discussion Change solid color with script in AE 2023 in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-solid-color-in-ae-2023/#post-2446095</link>
				<pubDate>Sat, 10 Jun 2023 23:16:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-solid-color-in-ae-2023/#post-2446095"><span class="bb-reply-lable">Reply to</span> Change solid color with script in AE 2023</a></p> <div class="bb-content-inr-wrap"><p>Thank you it worked!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2dd91679ddab3935189512fff76f04f6</guid>
				<title>Otávio Nascimento started the discussion Change solid color with script in AE 2023 in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-solid-color-in-ae-2023/</link>
				<pubDate>Sat, 10 Jun 2023 17:56:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-solid-color-in-ae-2023/">Change solid color with script in AE 2023</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I&#8217;m trying to change the solid color but it&#8217;s not working in AE 2023: </p>
</p>
<pre>app.project.activeItem.layer(1).source.mainSource.color.setValue([50/255,50/255,50/255]);</pre></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8ffcd0c07df68ef811c3e30a1701988</guid>
				<title>Otávio Nascimento replied to the discussion Extendscript .split expression error in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/extendscript-split-expression-error/#post-2440741</link>
				<pubDate>Thu, 09 Feb 2023 19:18:29 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/extendscript-split-expression-error/#post-2440741"><span class="bb-reply-lable">Reply to</span> Extendscript .split expression error</a></p> <div class="bb-content-inr-wrap"><p>I want to return nothing and put it inside an array with other characters. So something like this? </p>
<pre>split = <span>text.sourceText</span><span>.split(",");<br /></span>splitOne = split.length &gt; 1 ? split[1] : "";<br />splitTwo= split.length &gt; 1 ? split[2] : "";<br />splitThree= split.length &gt; 1 ? split[3] : "";<br />wordDictionary = [":", ".",splitOne ,splitTwo,splitThree]</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de3e9bf206c2e0d66f6802f2f69a0ee2</guid>
				<title>Otávio Nascimento started the discussion Extendscript .split expression error in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/extendscript-split-expression-error/</link>
				<pubDate>Thu, 09 Feb 2023 17:47:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/extendscript-split-expression-error/">Extendscript .split expression error</a></p> <div class="bb-content-inr-wrap"><p class="">Hi, </p>
<p class="">I want to get the second array of the split but Im getting a error in extendscript when the second array doesn&#8217;t exist. Is there a solution to make it work in both expression engine? </p>
<pre>text.sourceText.split(",")[1]</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e8ab8e4c8083e4e37ea98d9fe12b9222</guid>
				<title>Otávio Nascimento started the discussion Reset next text horizontal scale in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/reset-next-text-horizontal-scale/</link>
				<pubDate>Sun, 05 Feb 2023 00:56:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/reset-next-text-horizontal-scale/">Reset next text horizontal scale</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m using this script to change the text horizontal scale, but when I create another text in the comp, it set to the previous horizontal scale. How can I make changes to text and a new text will be in normal scale? </p>
<pre>function TextHorizScale(myLayer) {<br /></pre>
<pre>    var myLayer = myLayer;<br />    var textProp = myLayer.property("Source Text");<br />    textDocument =&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-379426"><a href="https://creativecow.net/forums/thread/reset-next-text-horizontal-scale/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45228cce2e1ef0b5c221032077d0d084</guid>
				<title>Otávio Nascimento started the discussion Start counting frames from inPoint in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/start-counting-frames-from-inpoint/</link>
				<pubDate>Fri, 20 Jan 2023 01:41:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/start-counting-frames-from-inpoint/">Start counting frames from inPoint</a></p> <div class="bb-content-inr-wrap"><p>Hi. <span>How can I make this frames expression start counting from the inPoint of the layer?</span></p>
<pre>timeToFrames()
						</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f5a3d7fc1e9af4c9b1a16c91498b1bc1</guid>
				<title>Otávio Nascimento replied to the discussion Why does my script makes After Effects crash? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/#post-2438619</link>
				<pubDate>Mon, 12 Dec 2022 20:34:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/#post-2438619"><span class="bb-reply-lable">Reply to</span> Why does my script makes After Effects crash?</a></p> <div class="bb-content-inr-wrap"><p>Thank you, thats what I needed.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2bf073d871d7ca1eb18081a8b52a9ca6</guid>
				<title>Otávio Nascimento replied to the discussion Why does my script makes After Effects crash? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/#post-2438536</link>
				<pubDate>Sun, 11 Dec 2022 00:48:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/#post-2438536"><span class="bb-reply-lable">Reply to</span> Why does my script makes After Effects crash?</a></p> <div class="bb-content-inr-wrap"><pre>function addEffect(myFindString)<br />{<br />    if (myFindString == "") {<br />        return;<br />    }<br />    var curItem = app.project.activeItem.selectedLayers;<br />    for (i=0; i&lt;curItem.length; i++){<br />        var layerI = curItem[i].property("ADBE Effect Parade");<br />        layerI.addProperty(myFindString);<br />    }<br />}</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">783b5f6aa7524f5645d09956f48d77a0</guid>
				<title>Otávio Nascimento started the discussion Why does my script makes After Effects crash? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/</link>
				<pubDate>Sat, 10 Dec 2022 22:31:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/">Why does my script makes After Effects crash?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I made a script UI with a &#8216;edit text&#8217; and a button. It apply to selected layers a effect that is inside the  &#8216;edit text&#8217;. But when typing the effect wrong and using the button to apply, After Effects freezes. What can I do to make After Effects not crash when trying to apply an effect that doesn&#8217;t exist?</p>
<p>function addEffect(findString)</p>
<p>{</p>
<p>if&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-377567"><a href="https://creativecow.net/forums/thread/why-does-my-script-makes-after-effects-crash/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ab6594a786a5933d76eea7ca45d305d</guid>
				<title>Otávio Nascimento replied to the discussion toFixed() for all iterations after &#34;.join() in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/tofixed-for-all-iterations-after-join/#post-2438047</link>
				<pubDate>Wed, 30 Nov 2022 22:26:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/tofixed-for-all-iterations-after-join/#post-2438047"><span class="bb-reply-lable">Reply to</span> toFixed() for all iterations after ".join()</a></p> <div class="bb-content-inr-wrap"><p>Hi. I tried to add columns to this expression but I couldnt. Is there a way to add columns in addition with rows to this expression? </p>
<pre>a=[];<br />for (i=1; i&lt;10; i++) {<br />    a.push(random(998+i).toFixed(3));<br />}<br />a.join("r");</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">caf775ac863281eb8d4017e4ea43e4d3</guid>
				<title>Otávio Nascimento replied to the discussion Expression with &#039;carriage return&#039; via script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-with-carriage-return-n-via-script/#post-2437741</link>
				<pubDate>Tue, 22 Nov 2022 15:14:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-with-carriage-return-n-via-script/#post-2437741"><span class="bb-reply-lable">Reply to</span> Expression with &#039;carriage return&#039; via script</a></p> <div class="bb-content-inr-wrap"><p>It worked! Thanks!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">448b6d89405c02bd0c7cd4adb47aa7f6</guid>
				<title>Otávio Nascimento started the discussion Expression with &#039;carriage return&#039; via script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-with-carriage-return-n-via-script/</link>
				<pubDate>Tue, 22 Nov 2022 12:51:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-with-carriage-return-n-via-script/">Expression with &#039;carriage return&#039; via script</a></p> <div class="bb-content-inr-wrap"><p class="">I want to add a expression that has carriage return (&#8216;n&#8217;) to the source text via script. But when I run the script, it apply the carriage return to the expression and not to the source text. How to only copy and paste the expression with script?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd4269c7a2e9979704a55f2c3e8406f0</guid>
				<title>Otávio Nascimento replied to the discussion Target an effect without the name of it in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/target-an-effect-without-the-name-of-it/#post-2437464</link>
				<pubDate>Mon, 14 Nov 2022 19:31:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/target-an-effect-without-the-name-of-it/#post-2437464"><span class="bb-reply-lable">Reply to</span> Target an effect without the name of it</a></p> <div class="bb-content-inr-wrap"><p>That is what I needed. Thank you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c18babd6ab73138b8459433314991573</guid>
				<title>Otávio Nascimento started the discussion Target an effect without the name of it in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/target-an-effect-without-the-name-of-it/</link>
				<pubDate>Mon, 14 Nov 2022 14:37:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/target-an-effect-without-the-name-of-it/">Target an effect without the name of it</a></p> <div class="bb-content-inr-wrap"><p>I have a expression in source text that apply the name of the first effect to source text.</p>
<p>But I want to add other effects before it. How do I target this specific effect? I have a effect named &#8220;Nslider&#8221; after this effect (I dont know if its possible to subtract 1 of this &#8220;Nslider&#8221;).</p>
<pre>thisLayer.effect(1).name </pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38b233f43d31fac53fd670f572ca1acf</guid>
				<title>Otávio Nascimento replied to the discussion Add Effect to layers with expressions erros in all comps in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/effect-to-layers-with-expressions-erros-in-all-comps/#post-2437430</link>
				<pubDate>Fri, 11 Nov 2022 21:58:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/effect-to-layers-with-expressions-erros-in-all-comps/#post-2437430"><span class="bb-reply-lable">Reply to</span> Add Effect to layers with expressions erros in all comps</a></p> <div class="bb-content-inr-wrap"><p>Thank you Dan. It helps a lot. But maybe I need other solution for my problem:</p>
<p>I made a plugin and used it a lot in my project. Now I want to add a &#8216;checkbox&#8217; in my plugin. If I add it I will receive a warning in my project and will glitchy my project. There is a good solution for it?</p>
<p>My idea was to remove the plugin from all the project and add&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-376538"><a href="https://creativecow.net/forums/thread/effect-to-layers-with-expressions-erros-in-all-comps/#post-2437430" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38a3cc01aa87d9fad962b95b712410f4</guid>
				<title>Otávio Nascimento started the discussion Add Effect to layers with expressions erros in all comps in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/effect-to-layers-with-expressions-erros-in-all-comps/</link>
				<pubDate>Fri, 11 Nov 2022 15:38:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/effect-to-layers-with-expressions-erros-in-all-comps/">Add Effect to layers with expressions erros in all comps</a></p> <div class="bb-content-inr-wrap"><p>How to add an effect to all layers with expression errors in all comps?</p>
<p>I have this expression:</p>
<pre>var effectMatchName = "ADBE Fill";<br />var comp = app.project.activeItem;<br />for(var i = 1; i &lt;= comp.numLayers; i++){<br />        comp.layer(i).Effects.addProperty(effectMatchName);<br />        }</pre>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca6b865672d556dbc395961267cd3a40</guid>
				<title>Otávio Nascimento started the discussion How to multiply &#34;slider&#34; with Expression? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-multiply-slider-with-expression/</link>
				<pubDate>Wed, 09 Nov 2022 17:14:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-multiply-slider-with-expression/">How to multiply "slider" with Expression?</a></p> <div class="bb-content-inr-wrap"><p>I want to multiply &#8220;slider 1&#8221; with this expression time*100 if my other &#8220;slider 2&#8221; is 2, but if &#8220;slider 2&#8221; has value of 3 I want time*1000, if its 4, time*10000, and so on. How can I do it with expression?
						</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">85e6a9023162efac39d34c7b0d76c6ce</guid>
				<title>Otávio Nascimento replied to the discussion Text animator offset expression to react to source text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-animator-offset-expression-to-react-to-source-text/#post-2436210</link>
				<pubDate>Sun, 16 Oct 2022 21:07:04 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-animator-offset-expression-to-react-to-source-text/#post-2436210"><span class="bb-reply-lable">Reply to</span> Text animator offset expression to react to source text</a></p> <div class="bb-content-inr-wrap"><p>When I animate the source text with a slider, the offset still selecting the same number of characters.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4af91a70f1b859d8f6f836dded632b18</guid>
				<title>Otávio Nascimento started the discussion Text animator offset expression to react to source text in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/text-animator-offset-expression-to-react-to-source-text/</link>
				<pubDate>Sun, 16 Oct 2022 20:07:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/text-animator-offset-expression-to-react-to-source-text/">Text animator offset expression to react to source text</a></p> <div class="bb-content-inr-wrap"><p>I need a expression to make 2 animators offsets to always adjust to the selected number of characters I set in the offset. So when I type more characters the range selector only affects the number of characters I set previously. I have 2 animators with range selector (square). One set to 80 and other to -80.</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">34f932dfc0b2697b1afba16310c903fa</guid>
				<title>Otávio Nascimento replied to the discussion Change dot to comma in expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435936</link>
				<pubDate>Sat, 08 Oct 2022 16:39:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435936"><span class="bb-reply-lable">Reply to</span> Change dot to comma in expression</a></p> <div class="bb-content-inr-wrap"><p>That&#8217;s great! Thank you.</p>
<p></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66e4df0adaa654cc905210e2e8c3e543</guid>
				<title>Otávio Nascimento replied to the discussion Change dot to comma in expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435927</link>
				<pubDate>Fri, 07 Oct 2022 20:00:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435927"><span class="bb-reply-lable">Reply to</span> Change dot to comma in expression</a></p> <div class="bb-content-inr-wrap"><p>Thank you!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c3b17e83905816e1a7c2cb6d7fa83eb0</guid>
				<title>Otávio Nascimento replied to the discussion Change dot to comma in expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435905</link>
				<pubDate>Fri, 07 Oct 2022 18:25:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435905"><span class="bb-reply-lable">Reply to</span> Change dot to comma in expression</a></p> <div class="bb-content-inr-wrap"><p>It worked! Thank you for letting me know about this &lt;/&gt; format.</p>
<p>One more thing that I didnt mention I want to add  is:</p>
<p>If the dropdown menu value is 5 change to &#8220;_&#8221;: 1_000</p>
<p>If the dropdown menu value is 6 change to &#8221; &#8220;: 1 000</p>
<p>How the expression looks like?</p>
<p>You can test with this:</p>
<pre><p>var num = Math.floor(effect("Slider Control")("Slider").value);</p><p>var menu =&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-375133"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435905" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">653f15e5dd7d7d115c47f83ee0c3ed31</guid>
				<title>Otávio Nascimento replied to the discussion Change dot to comma in expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435899</link>
				<pubDate>Fri, 07 Oct 2022 17:16:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/#post-2435899"><span class="bb-reply-lable">Reply to</span> Change dot to comma in expression</a></p> <div class="bb-content-inr-wrap"><p>Error on line 2: Undetermined string constant</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9d6367419eaa47839c2a4ae4724ad77d</guid>
				<title>Otávio Nascimento started the discussion Change dot to comma in expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/</link>
				<pubDate>Fri, 07 Oct 2022 15:20:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/">Change dot to comma in expression</a></p> <div class="bb-content-inr-wrap"><p>I have a expression that makes a dot every 3 digits: 1.000  </p>
<p>I want to change the dot to comma with a drop down menu. </p>
<p>If the dropdown menu value is 3 or 4 change to comma: 1,000 </p>
<p>How can I do that with this expression:</p>
<p><span><br /></span></p>
<p>var num =  Math.floor(effect(&#8220;Number&#8221;)(&#8220;Valor&#8221;).value)</p>
<p>var num = Comma(num);</p>
<p>var menu = effect(&#8220;Number&#8221;)(&#8220;Dot and&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-375122"><a href="https://creativecow.net/forums/thread/change-dot-to-comma-in-expression/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">332d269cb596c203fd3ae31ce35854a1</guid>
				<title>Otávio Nascimento started the discussion Trim the out point of a layer to the inpoint of the layer above in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/trim-the-out-point-of-a-layer-to-the-inpoint-of-the-layer-above/</link>
				<pubDate>Tue, 20 Sep 2022 23:37:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/trim-the-out-point-of-a-layer-to-the-inpoint-of-the-layer-above/">Trim the out point of a layer to the inpoint of the layer above</a></p> <div class="bb-content-inr-wrap"><p>Hi, how I can trim the out point of a layer to the inpoint of the layer above for all layers  at once?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8173dbdac9dce6fa58411246e0cf1538</guid>
				<title>Otávio Nascimento replied to the discussion Marker comment to text in one line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/#post-2434686</link>
				<pubDate>Thu, 08 Sep 2022 22:29:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/#post-2434686"><span class="bb-reply-lable">Reply to</span> Marker comment to text in one line</a></p> <div class="bb-content-inr-wrap"><p>Thank you! It worked, but if I want to edit one comment and add another line. Is it possible?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">92a29e0986e7f2e6dba659c23d6b3d7f</guid>
				<title>Otávio Nascimento replied to the discussion Marker comment to text in one line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/#post-2434683</link>
				<pubDate>Thu, 08 Sep 2022 21:24:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/#post-2434683"><span class="bb-reply-lable">Reply to</span> Marker comment to text in one line</a></p> <div class="bb-content-inr-wrap"><p>I want to remove from all comments the &#8220;enter to another line&#8221; so the text stays in one single line. So I can adjust the lines with the paragraph text.</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7eddd33729cd9f54b1faf71b12b1467</guid>
				<title>Otávio Nascimento started the discussion Marker comment to text in one line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/</link>
				<pubDate>Thu, 08 Sep 2022 19:59:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/">Marker comment to text in one line</a></p> <div class="bb-content-inr-wrap"><p>Hey, I have a expression that copy comments from markers and add to text.<br />
But I want all the texts in one line. How do I do it?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>n = 0;</p>
<p>t = 0;</p>
<p>x = text.sourceText;</p>
<p>if (marker.numKeys &gt; 0){n = marker.nearestKey(time).index;</p>
<p>if (marker.key(n).time &gt; time) n&#8211;;}</p>
<p>if (n &gt; 0)</p>
<p>marker.key(n).comment; else&hellip;<span class="activity-read-more" id="activity-read-more-373965"><a href="https://creativecow.net/forums/thread/marker-comment-to-text-in-one-line/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37d38be6c8d1e69ee1c43534395c4180</guid>
				<title>Otávio Nascimento became a registered member</title>
				<link>https://creativecow.net/news-feed/p/373959/</link>
				<pubDate>Thu, 08 Sep 2022 17:06:48 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		