<?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 | Felipe Vallejo | Favorites</title>
	<link>https://creativecow.net/members/felipevallejo/activity/favorites/</link>
	<atom:link href="https://creativecow.net/members/felipevallejo/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of Felipe Vallejo's saved posts.</description>
	<lastBuildDate>Sat, 16 May 2026 12:52:18 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">a8b60d0036f50330ad8c062dbe71f35c</guid>
				<title>Filip Vandueren replied to the discussion how can i center the anchor point based on opacity of a comp&#039;s contents? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-can-i-center-the-anchor-point-based-on-opacity-of-a-comps-contents/#post-2439666</link>
				<pubDate>Thu, 12 Jan 2023 10:20:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-can-i-center-the-anchor-point-based-on-opacity-of-a-comps-contents/#post-2439666"><span class="bb-reply-lable">Reply to</span> how can i center the anchor point based on opacity of a comp's contents?</a></p> <div class="bb-content-inr-wrap"><p>Here&#8217;s a version that uses binary search so is exponentially faster:</p>
<p>Note that it works best in 16 or 32 bpc for images that have a very small amount of opaque pixels ( &lt; 0,4%)</p>
<p></p>
<pre>// posterizeTime(0); // uncomment for still images<br />includeEffects = false;<br />l=thisLayer;<br />w=l.source.width;<br />h=l.source.height;<br />threshold = 0;<br />width_bits =&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-378571"><a href="https://creativecow.net/forums/thread/how-can-i-center-the-anchor-point-based-on-opacity-of-a-comps-contents/#post-2439666" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">232fdf4e621ba4ae1415fe93accd43a6</guid>
				<title>Filip Vandueren replied to the discussion Scaleable Exponential Scale? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/scaleable-exponential-scale/#post-2439665</link>
				<pubDate>Thu, 12 Jan 2023 09:56:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/scaleable-exponential-scale/#post-2439665"><span class="bb-reply-lable">Reply to</span> Scaleable Exponential Scale?</a></p> <div class="bb-content-inr-wrap"><p>Here&#8217;s another method, that works more like the animation assistent:</p>
<p>Just keyframe your scale (I&#8217;m assuming 2D scales here) and apply this expression:</p>
<pre>if (numKeys&gt;2) {<br />    nk = nearestKey(time);<br />    prevKeyIndex = (1, nk.index - (nk.time&gt;time ? 1 : 0))||1;<br />    nextKeyIndex = Math.min(numKeys, prevKeyIndex+1)||1;
<br />    prevValue_X =&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-378570"><a href="https://creativecow.net/forums/thread/scaleable-exponential-scale/#post-2439665" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		