<?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 | Will Batchelor | Activity</title>
	<link>https://creativecow.net/members/willb/activity/</link>
	<atom:link href="https://creativecow.net/members/willb/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Will Batchelor.</description>
	<lastBuildDate>Wed, 20 May 2026 16:05:13 +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">7b0de9d2bb00cc00084917f53c3a84b2</guid>
				<title>Will Batchelor replied to the discussion Auto-FontSizing Text that Also Auto-Line Breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408343</link>
				<pubDate>Mon, 19 Apr 2021 19:37:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408343"><span class="bb-reply-lable">Reply to</span> Auto-FontSizing Text that Also Auto-Line Breaks?</a></p> <div class="bb-content-inr-wrap"><p>Very, very cool idea and I was able to get it running! However after effects really chugs even with posterizeTime(0) thrown in when applicable. Will probably not be able to use this right now. but still quite happy with the result! Thank you so much!</p>
<p>Here&#8217;s the code I ended up using:</p>
<p>On the Source Text layer for the hidden text layer (layer name&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350307"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408343" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d33b65e42f670adca3cf90940f96586f</guid>
				<title>Will Batchelor replied to the discussion Auto-FontSizing Text that Also Auto-Line Breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408231</link>
				<pubDate>Fri, 16 Apr 2021 20:08:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408231"><span class="bb-reply-lable">Reply to</span> Auto-FontSizing Text that Also Auto-Line Breaks?</a></p> <div class="bb-content-inr-wrap"><p>Thank you Tomas! I recently learned how to set up the autoscaling constraints on a 1 line text layer doing something like this: </p>
<p>maxWidth = 500;</p>
<p>currentWidth = sourceRectAtTime().width; </p>
<p>s = Math.min(maxWidth / sourceRectAtTime().width * 100, 100);</p>
<p>[s,s]</p>
<p></p>
<p>So you&#8217;re suggesting trying to work this in while adding in a line break expression driven from a&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350196"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408231" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8fb3fe3593ac174a489a664caf326841</guid>
				<title>Will Batchelor replied to the discussion Auto-FontSizing Text that Also Auto-Line Breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408230</link>
				<pubDate>Fri, 16 Apr 2021 19:51:41 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408230"><span class="bb-reply-lable">Reply to</span> Auto-FontSizing Text that Also Auto-Line Breaks?</a></p> <div class="bb-content-inr-wrap"><p>Edit- Sorry posted this before seeing replies</p>
<p>My setup is drawing a text bounding box which automatically adds line breaks. It scales to fit when you manually change the font size. My goal is to create an expression that automates the action of changing the font size. </p>
<p>In theory I would draw the bounding box to the desired width and then make the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350195"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/#post-2408230" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec61d9c40dfde5294d349a7f8fd699a1</guid>
				<title>Will Batchelor started the discussion Auto-FontSizing Text that Also Auto-Line Breaks? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/</link>
				<pubDate>Thu, 15 Apr 2021 18:44:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/">Auto-FontSizing Text that Also Auto-Line Breaks?</a></p> <div class="bb-content-inr-wrap"><p>Hello! Been trying to figure this out for a while and just keep coming up short. </p>
<p>Is there a way to have a text layer that will line break after a specified width (not character count), like when you draw the text bounding box, and also have the font size automatically scale down so nothing gets clipped/cropped out?</p>
<p>I tried using for loops/while&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-350124"><a href="https://creativecow.net/forums/thread/auto-fontsizing-text-that-also-auto-line-breaks/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3f7785c1a2519a994e28cac07eabb10b</guid>
				<title>Will Batchelor replied to the discussion Best Practices for Optimizing Expression Code for .Mogrts? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/best-practices-for-optimizing-expression-code-for-mogrts/#post-2406502</link>
				<pubDate>Mon, 22 Mar 2021 16:25:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/best-practices-for-optimizing-expression-code-for-mogrts/#post-2406502"><span class="bb-reply-lable">Reply to</span> Best Practices for Optimizing Expression Code for .Mogrts?</a></p> <div class="bb-content-inr-wrap"><p>Quick update after a weekend of tweaking. Turns out I was overcomplicating quite a bit. I just precomposed the entire animation and added some hold keyframes anywhere that was applicable to freeze all calculations and it worked! Got my export times down significantly (from 30 minutes to 2 minutes). So now I can keep writing crappy code and just&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-348564"><a href="https://creativecow.net/forums/thread/best-practices-for-optimizing-expression-code-for-mogrts/#post-2406502" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8249c433199874494d6ce6ea68735c1f</guid>
				<title>Will Batchelor started the discussion Best Practices for Optimizing Expression Code for .Mogrts? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/best-practices-for-optimizing-expression-code-for-mogrts/</link>
				<pubDate>Sat, 20 Mar 2021 21:29:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/best-practices-for-optimizing-expression-code-for-mogrts/">Best Practices for Optimizing Expression Code for .Mogrts?</a></p> <div class="bb-content-inr-wrap"><p>Hi new to this forum so apologies if this bible exists somewhere already.</p>
<p>I am wondering what are some expression tips/tricks to speed up the processing and render times of a heavily coded .mogrt?</p>
<p>I use posterizeTime(0) on all static values (Can you use inside a function so only part of the expression is calculated once? I haven&#8217;t had&hellip;<span class="activity-read-more" id="activity-read-more-348497"><a href="https://creativecow.net/forums/thread/best-practices-for-optimizing-expression-code-for-mogrts/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4112519667a70c5b7e21c7c872e6fe12</guid>
				<title>Will Batchelor became a registered member</title>
				<link>https://creativecow.net/news-feed/p/348492/</link>
				<pubDate>Sat, 20 Mar 2021 15:32:49 +0000</pubDate>

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