<?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 | David Conklin | Activity</title>
	<link>https://creativecow.net/members/davidconklin/activity/</link>
	<atom:link href="https://creativecow.net/members/davidconklin/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for David Conklin.</description>
	<lastBuildDate>Thu, 20 Aug 2026 09:26:52 +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">000c5aec698d3b9a44e5939bf43cb0ce</guid>
				<title>David Conklin replied to the discussion TimeRemap with Random Frame Expression... NOT in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/timeremap-with-random-frame-expression-not/#post-2463319</link>
				<pubDate>Thu, 12 Sep 2024 14:48:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/timeremap-with-random-frame-expression-not/#post-2463319"><span class="bb-reply-lable">Reply to</span> TimeRemap with Random Frame Expression... NOT</a></p> <div class="bb-content-inr-wrap"><p>What aspect of the Advanced 3D renderer do you need for this comp? Remember, you can specify a different 3D render engine for each composition. So, even if you need to do something like extrude text or import a 3D model in another comp, you can still set this comp to Classic 3D.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">552f8ff532ab86c3d5b365b66d1a99d8</guid>
				<title>David Conklin replied to the discussion TimeRemap with Random Frame Expression... NOT in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/timeremap-with-random-frame-expression-not/#post-2463295</link>
				<pubDate>Wed, 11 Sep 2024 21:20:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/timeremap-with-random-frame-expression-not/#post-2463295"><span class="bb-reply-lable">Reply to</span> TimeRemap with Random Frame Expression... NOT</a></p> <div class="bb-content-inr-wrap"><p>This does seem like a glitch, or at least an inconsistency.</p>
<p>Fortunately, changing the 3D engine on the top-level comp from &#8220;Cinema 4D&#8221; to &#8220;Classic 3D&#8221; fixed the issue. Must be a bug in how the C4D 3D engine is handling instancing.</p>
<p>If for whatever reason you NEED to use the C4D 3D engine. I was able to &#8220;cheat&#8221; it to make it work by throwing an&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-401557"><a href="https://creativecow.net/forums/thread/timeremap-with-random-frame-expression-not/#post-2463295" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a49ff7bb4e6e0fabf13b65809dfe81e</guid>
				<title>David Conklin replied to the discussion Define width&#38;height of a single word from a text line in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/define-widthheight-of-a-single-word-from-a-text-line/#post-2459208</link>
				<pubDate>Thu, 09 May 2024 21:06:09 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/define-widthheight-of-a-single-word-from-a-text-line/#post-2459208"><span class="bb-reply-lable">Reply to</span> Define width&amp;height of a single word from a text line</a></p> <div class="bb-content-inr-wrap"><p>Hey friend,</p>
<p><span>Unfortunately there is no easy way to do what you&#8217;re saying in AE currently. It&#8217;s impossible to get the X location of a character within a string.</span></p>
<p><span>Fortunately, this task does become trivial if you have each word (or letter, line) on its own layer. If you need help with that, let me know, but the short version animate a slider (or use an&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-397358"><a href="https://creativecow.net/forums/thread/define-widthheight-of-a-single-word-from-a-text-line/#post-2459208" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">11133f435a37585851ac6a848705bc35</guid>
				<title>David Conklin replied to the discussion loopOut(&#34;offset&#34;) As A Function? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/loopoutoffset-as-a-function/#post-2459189</link>
				<pubDate>Thu, 09 May 2024 16:49:06 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/loopoutoffset-as-a-function/#post-2459189"><span class="bb-reply-lable">Reply to</span> loopOut("offset") As A Function?</a></p> <div class="bb-content-inr-wrap"><p>It&#8217;s hard to know without seeing your full setup but in the abstract you want to use the modulus operator (%) to &#8220;loop&#8221; the time property rather than trying to loop the expression. <a target='_blank' href="https://www.motionscript.com/design-guide/looping-wiggle.html" rel="nofollow">Check out this article from the legend himself</a> 🙂 </p>
<pre>deltaT = 0.02;<br />loopTimeInSeconds = 0.5;<br />thisProperty.valueAtTime( time % loopTimeInSeconds - deltaT);</pre>
<p>This will get you a&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-397344"><a href="https://creativecow.net/forums/thread/loopoutoffset-as-a-function/#post-2459189" rel="nofollow"> Read more</a></span></p>
<div class="bb-link-preview-container"><div class="bb-link-preview-info"><p class="bb-link-preview-link-name">motionscript.com</p><p class="bb-link-preview-title"><a href="https://www.motionscript.com/design-guide/looping-wiggle.html" target="_blank" rel="nofollow">Dan Ebberts&#039;s Expressioneering Design Guide</a></p><div class="bb-link-preview-excerpt"><p>Dan Ebberts's resource for After Effects scripting and expressions</p></div></div></div></div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64d1450cdf3164c19d3b5e39a1e9a47d</guid>
				<title>David Conklin replied to the discussion Center align text for mogrt in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/center-align-text-for-mogrt/#post-2458973</link>
				<pubDate>Thu, 02 May 2024 21:34:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/center-align-text-for-mogrt/#post-2458973"><span class="bb-reply-lable">Reply to</span> Center align text for mogrt</a></p> <div class="bb-content-inr-wrap"><p>I saw there were no replies here so I wanted to jump in.</p>
<p>I may be misreading, but it&#8217;s possible you&#8217;re overcomplicating things. If you just want to keep an anchor point centered in your text layer, regardless of its settings in the character panel or position in the comp, you can use this expression on the anchor point property:</p>
<pre>const { top, left,&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-397153"><a href="https://creativecow.net/forums/thread/center-align-text-for-mogrt/#post-2458973" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eb7b6d041f1b7a418ae36e8d6b632a5e</guid>
				<title>David Conklin replied to the discussion Change selected master properties with ExtendScript in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-selected-master-properties-with-extendscript/#post-2458972</link>
				<pubDate>Thu, 02 May 2024 20:52:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-selected-master-properties-with-extendscript/#post-2458972"><span class="bb-reply-lable">Reply to</span> Change selected master properties with ExtendScript</a></p> <div class="bb-content-inr-wrap"><p>I think this is what you&#8217;re asking for. Let me know if not.</p>
<p>This script will update your [first] selected property on your [first] selected layer in your active comp to say &#8220;abcd.&#8221;</p>
<pre>(function(){<br />  app.beginUndoGroup("Updated selected text essential property.");<br />
  var comp = app.project.activeItem;<br />  var lyr = comp.selectedLayers[0];<br />  var prop =&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-397152"><a href="https://creativecow.net/forums/thread/change-selected-master-properties-with-extendscript/#post-2458972" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">03421e463f9b0f4aabdc9aca26ed082d</guid>
				<title>David Conklin replied to the discussion How to make a sliding number counter in After Effects in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-make-a-sliding-number-counter-in-after-effects/#post-2458971</link>
				<pubDate>Thu, 02 May 2024 20:30:13 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-make-a-sliding-number-counter-in-after-effects/#post-2458971"><span class="bb-reply-lable">Reply to</span> How to make a sliding number counter in After Effects</a></p> <div class="bb-content-inr-wrap"><p>There&#8217;s not a silver-bullet expression you can apply to a single property to achieve this effect. Depending on how comfortable you are with expressions there are more- and less-complex ways to do it. </p>
<p>This might get you started:<br />1. On a new text layer, type the numbers 0-9 and then another 0, each on its own line.</p>
<pre>0<br />1<br />2<br />...<br />8<br />9<br />0</pre>
<p>2. Make a new slider on the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-397151"><a href="https://creativecow.net/forums/thread/how-to-make-a-sliding-number-counter-in-after-effects/#post-2458971" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d1033398d1170da0abf9dc7e62b9645a</guid>
				<title>David Conklin replied to the discussion Custom easing function using expression in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/custom-easing-function-using-expression/#post-2458969</link>
				<pubDate>Thu, 02 May 2024 20:07:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/custom-easing-function-using-expression/#post-2458969"><span class="bb-reply-lable">Reply to</span> Custom easing function using expression</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I think your question was already solved, but just posting this here in case it prove helpful to anyone else. I ran into variations of your problem for AGES before I finally found this expression:</p>
<pre>function customBezier(t,tMin,tMax,value1,value2,bezierPoints){if(arguments.length!==6)return value;var a=value2-value1;var b=tMax-tMin;var&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-397149"><a href="https://creativecow.net/forums/thread/custom-easing-function-using-expression/#post-2458969" rel="nofollow"> Read more</a></span></p>
<div class="bb-link-preview-container"><div class="bb-link-preview-info"><p class="bb-link-preview-link-name">cubic-bezier.com</p><p class="bb-link-preview-title"><a href="https://cubic-bezier.com/#.17,.67,.83,.67" target="_blank" rel="nofollow">cubic-bezier.com</a></p><div class="bb-link-preview-excerpt"><p>cubic-bezier.com</p></div></div></div></div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		