<?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 | Kamiar Babaei | Favorites</title>
	<link>https://creativecow.net/members/kamiarbabaei/activity/favorites/</link>
	<atom:link href="https://creativecow.net/members/kamiarbabaei/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of Kamiar Babaei's saved posts.</description>
	<lastBuildDate>Sat, 05 Sep 2026 16:06:49 +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">c665913d94f2d337cfff8b02342c65be</guid>
				<title>Dan Ebberts replied to the discussion Connecting Two Keyframes To Start And End Point of Workspace in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/connecting-two-keyframes-to-start-and-end-point-of-workspace/#post-2424540</link>
				<pubDate>Sun, 06 Feb 2022 19:54:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/connecting-two-keyframes-to-start-and-end-point-of-workspace/#post-2424540"><span class="bb-reply-lable">Reply to</span> Connecting Two Keyframes To Start And End Point of Workspace</a></p> <div class="bb-content-inr-wrap"><p>It could, but that would require a UI for the script, which is a bit of work. Here&#8217;s how the basic functionality might look though:</p>
<pre><p>function setKF(){</p><p>	var myComp = app.project.activeItem;</p><p>	if (! (myComp &amp;&amp; (myComp instanceof CompItem))){</p><p>		alert("No comp active.");</p><p>		return;</p><p>	}</p><p>	var myProps = myComp.selectedProperties;</p><p>	if (myProps.length ==&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-365172"><a href="https://creativecow.net/forums/thread/connecting-two-keyframes-to-start-and-end-point-of-workspace/#post-2424540" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb4a592f9ca040f983e5a9f6eb723eee</guid>
				<title>Dan Ebberts replied to the discussion Increase slider value by one, every 90 frames in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/increase-slider-value-by-one-every-90-frames/#post-2424524</link>
				<pubDate>Sun, 06 Feb 2022 03:20:55 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/increase-slider-value-by-one-every-90-frames/#post-2424524"><span class="bb-reply-lable">Reply to</span> Increase slider value by one, every 90 frames</a></p> <div class="bb-content-inr-wrap"><p>Try this:</p>
<pre>Math.floor(timeToFrames(time-inPoint)/90) + 1<br /></pre>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		