<?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 | Saulo Dal Pozzo | Activity</title>
	<link>https://creativecow.net/members/saulodalpozzo/activity/</link>
	<atom:link href="https://creativecow.net/members/saulodalpozzo/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Saulo Dal Pozzo.</description>
	<lastBuildDate>Sat, 05 Sep 2026 11:53:34 +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">0d7d7c8ef0d72e35b34f1afb9fe96e2a</guid>
				<title>Saulo Dal pozzo replied to the discussion RANDOMLY DISTRIBUTE INSIDE CIRCLE in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/randomly-distribute-inside-circle/#post-2468914</link>
				<pubDate>Thu, 20 Mar 2025 08:20:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/randomly-distribute-inside-circle/#post-2468914"><span class="bb-reply-lable">Reply to</span> RANDOMLY DISTRIBUTE INSIDE CIRCLE</a></p> <div class="bb-content-inr-wrap"><p>Thanks Dan! I still have trouble with all the Math functions, so generally I avoid them. I&#8217;ll try to make sense of what you did 😉</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">acc609ce0766ef8a8e24e56e75aa6e7d</guid>
				<title>Saulo Dal pozzo replied to the discussion RANDOMLY DISTRIBUTE INSIDE CIRCLE in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/randomly-distribute-inside-circle/#post-2468887</link>
				<pubDate>Wed, 19 Mar 2025 09:57:11 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/randomly-distribute-inside-circle/#post-2468887"><span class="bb-reply-lable">Reply to</span> RANDOMLY DISTRIBUTE INSIDE CIRCLE</a></p> <div class="bb-content-inr-wrap"><p>Found another <a href="https://creativecow.net/forums/thread/how-to-limit-a-layers-position-to-a-circular-zone/" rel="nofollow">thread</a> that helped me get the distribution in the image (I also needed to avoid the area of the screen)</p>
<p>The expression ended up like this:</p>
<p>seedRandom(index,true);</p>
<p>var center = [width/2,height/2];</p>
<p>var r = center[0]+thisComp.layer(&#8220;NULL &#8220;).effect(&#8220;RADIUS&#8221;)(&#8220;Slider&#8221;);</p>
<p>var pX = random(center[0]-r,center[0]+r);</p>
<p>if (pX &gt; 0 &amp;&amp; pX &lt; width){</p>
<p>	pY =&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-408423"><a href="https://creativecow.net/forums/thread/randomly-distribute-inside-circle/#post-2468887" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c091e9e851ecd3afc13583ef3bf8572a</guid>
				<title>Saulo Dal pozzo started the discussion RANDOMLY DISTRIBUTE INSIDE CIRCLE in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/randomly-distribute-inside-circle/</link>
				<pubDate>Wed, 19 Mar 2025 09:13:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/randomly-distribute-inside-circle/">RANDOMLY DISTRIBUTE INSIDE CIRCLE</a></p> <div class="bb-content-inr-wrap"><p>Hello! </p>
<p>I&#8217;m trying to randomly distribute several (a lot of) layers inside the area of a circle of radius &#8220;r&#8221; (controlled by a slider). I have this:</p>
<p>const r = 3000; // AT 3000 (&gt;2200) JUST SO IT DOESN&#8217;T CRASH</p>
<p>seedRandom(index,true);</p>
<p>var center = [width/2,height/2];</p>
<p>var pos = [0,0];</p>
<p>var dist = length(pos,center); // BY DEFAULT IT&#8217;S AT 2200</p>
<p>while (dist &gt;&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-408422"><a href="https://creativecow.net/forums/thread/randomly-distribute-inside-circle/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">daea89b4bf0172729f72afaabcf0276b</guid>
				<title>Saulo Dal pozzo replied to the discussion Layer width as it moves on Z axis in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/layer-width-as-it-moves-on-z-axis/#post-2457206</link>
				<pubDate>Wed, 20 Mar 2024 17:33:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/layer-width-as-it-moves-on-z-axis/#post-2457206"><span class="bb-reply-lable">Reply to</span> Layer width as it moves on Z axis</a></p> <div class="bb-content-inr-wrap"><p>I knew you would be the one to solve this! I had to adapt it a bit to fit my original plan, which was to have a line snap to the corner of an ellipse as if it was touching it. I&#8217;ll upload the results, this is the finished line of expression:</p>
<p>// LAYERS</p>
<p>posP = thisComp.layer(&#8220;LINHA: Path 1 [1.1.2]&#8221;).transform.position;</p>
<p>bola =&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-395532"><a href="https://creativecow.net/forums/thread/layer-width-as-it-moves-on-z-axis/#post-2457206" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ad4b2218c859a846ce3c009a8198da1</guid>
				<title>Saulo Dal pozzo replied to the discussion Expression errors only for 1 out of 2 people, same file in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expression-errors-only-for-1-out-of-2-people-same-file/#post-2457197</link>
				<pubDate>Wed, 20 Mar 2024 14:21:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expression-errors-only-for-1-out-of-2-people-same-file/#post-2457197"><span class="bb-reply-lable">Reply to</span> Expression errors only for 1 out of 2 people, same file</a></p> <div class="bb-content-inr-wrap"><p>Hey, have you checked if your client&#8217;s After Effects is using the legacy version of the expression language?</p>
<p>Another possibility is different languages on the program itself, if you&#8217;re using it as en_US and he&#8217;s using another language, it could cause issues.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0105a3095964f60bad889550162a18ac</guid>
				<title>Saulo Dal pozzo started the discussion Layer width as it moves on Z axis in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/layer-width-as-it-moves-on-z-axis/</link>
				<pubDate>Wed, 20 Mar 2024 13:33:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/layer-width-as-it-moves-on-z-axis/">Layer width as it moves on Z axis</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ve made this example to simplify the original situation; The red circle has the following expression in its position:</p>
<p></p>
<p> <em>a = thisComp.layer(&#8220;CIRCLE-BLUE&#8221;);</em></p>
<p><em>b = a.toWorld(a.transform.anchorPoint);</em></p>
<p><em>c = thisComp.layer(&#8220;CIRCLE-BLUE&#8221;).content(&#8220;Ellipse 1&#8221;).content(&#8220;Ellipse Path 1&#8221;).size;</em></p>
<p><em>[ (b[0]+c[0]/2) , b[1] ]</em></p>
<p><span><br /></span></p>
<p><span>It is using the blue circle size to be&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-395519"><a href="https://creativecow.net/forums/thread/layer-width-as-it-moves-on-z-axis/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">010f9ca54e2700b5170357957caa7d19</guid>
				<title>Saulo Dal pozzo replied to the discussion Random intervals between LoopOut (&#039;pingpong&#039;) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/random-intervals-between-loopout-pingpong/#post-2440415</link>
				<pubDate>Tue, 31 Jan 2023 18:45:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/random-intervals-between-loopout-pingpong/#post-2440415"><span class="bb-reply-lable">Reply to</span> Random intervals between LoopOut ('pingpong')</a></p> <div class="bb-content-inr-wrap"><p>Worked like a charm! Thanks a lot</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4fb95a0cd1ae3c9d8fbe083a1856581c</guid>
				<title>Saulo Dal pozzo started the discussion Random intervals between LoopOut (&#039;pingpong&#039;) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/random-intervals-between-loopout-pingpong/</link>
				<pubDate>Tue, 31 Jan 2023 17:57:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/random-intervals-between-loopout-pingpong/">Random intervals between LoopOut ('pingpong')</a></p> <div class="bb-content-inr-wrap"><p>Hey! Thanks for your time.</p>
<p></p>
<p>So I have a shape layer with 2 keyframes in its scale from 0 to 100 with a specific easing. I wanted to use the LoopOut PingPong expression in such a manner that the animation randomly holds, for a random duration, at both 0 and 100 before continuing with the loop.</p>
<p></p>
<p>It would look like this: the shape goes from 0 to 100&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-379272"><a href="https://creativecow.net/forums/thread/random-intervals-between-loopout-pingpong/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0270e302d88272ef1779307638e4fbd</guid>
				<title>Saulo Dal pozzo started the discussion mask object inside another object? in the forum Maxon Cinema 4D</title>
				<link>https://creativecow.net/forums/thread/mask-object-inside-another-object/</link>
				<pubDate>Tue, 09 Nov 2021 21:12:09 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/mask-object-inside-another-object/">mask object inside another object?</a></p> <div class="bb-content-inr-wrap"><p>I have this 2D eye that I want to animate as it were looking around, but I can&#8217;t figure out how to make the pupil dissapear once it leaves the eye &#8220;border&#8221;&#8230; I&#8217;m using octane so I can&#8217;t use the transparency workflow&#8230;. Any one know what could be done? Thanks a lot!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">72302d8a3108062093c33b434e3fec8e</guid>
				<title>Saulo Dal pozzo started the discussion Automate string effect? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/automate-string-effect/</link>
				<pubDate>Thu, 17 Jun 2021 23:56:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/automate-string-effect/">Automate string effect?</a></p> <div class="bb-content-inr-wrap"><p>Hello! I&#8217;m wondering if there&#8217;s a way to make the earpieces of my character swing along with the head movement automatically, like an expression, or something?</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		