<?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 | Terje Lundgren | Activity</title>
	<link>https://creativecow.net/members/terjelundgren/activity/</link>
	<atom:link href="https://creativecow.net/members/terjelundgren/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Terje Lundgren.</description>
	<lastBuildDate>Mon, 31 Aug 2026 16:09:09 +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">edfe80d8f7a8d6b135e5518ec66c5b8e</guid>
				<title>Terje Lundgren replied to the discussion Expressions that work in all languages, best practises in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465189</link>
				<pubDate>Fri, 08 Nov 2024 14:34:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465189"><span class="bb-reply-lable">Reply to</span> Expressions that work in all languages, best practises</a></p> <div class="bb-content-inr-wrap"><p><span class=""><span class=""><span class=""><span class=""><span class="">@Y</span></span></span>o</span></span>an Great. Thanks for confirming using the Expression Universalizer as well. &#x1f44d;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4d27d9ec119ec50ff04f8d20eac77d8</guid>
				<title>Terje Lundgren replied to the discussion Expressions that work in all languages, best practises in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465185</link>
				<pubDate>Fri, 08 Nov 2024 13:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465185"><span class="bb-reply-lable">Reply to</span> Expressions that work in all languages, best practises</a></p> <div class="bb-content-inr-wrap"><p>Ok, tested in Spanish language AE. Here are results for future reference and anyone interested:</p>
<pre>// English version (breaks in Spanish AE)<br />comp("Comp 1").layer("myLayer")("Effects")("myCtrl 1")("Slider")</pre>
<p><span><br /></span></p>
<pre><span>// Spanish version <br /></span>comp("Comp 1").layer("myLayer").effect("myCtrl 1")("Deslizador")</pre>
<p></p>
<pre>// Works<br />comp("Comp 1").layer("myLayer").effect("myCtrl 1")(1)</pre>
<p></p>
<pre>//&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-403847"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465185" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">021c09ea757dcecf9d8b8f717c7c2b90</guid>
				<title>Terje Lundgren replied to the discussion Expressions that work in all languages, best practises in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465156</link>
				<pubDate>Thu, 07 Nov 2024 15:05:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465156"><span class="bb-reply-lable">Reply to</span> Expressions that work in all languages, best practises</a></p> <div class="bb-content-inr-wrap"><p><a class="bp-suggestions-mention" href="https://creativecow.net/members/dan/" rel="nofollow">@</a><a href="https://creativecow.net/members/danebberts/" title="View Dan Ebberts's profile" rel="nofollow">Dan Ebberts</a><span>: Thanks, that is promising.</span></p>
<p>I guess I will have to install a foreign language version on a spare computer to be sure, though. 🙂</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3095085ee5a26555bd51f42ae6f96d82</guid>
				<title>Terje Lundgren replied to the discussion Expressions that work in all languages, best practises in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465155</link>
				<pubDate>Thu, 07 Nov 2024 15:03:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465155"><span class="bb-reply-lable">Reply to</span> Expressions that work in all languages, best practises</a></p> <div class="bb-content-inr-wrap"><p>@Yoan Boisjoli <span>Interesting. Your option produces the second line below.</span></p>
<p>The &#8220;effect()&#8221; call will probably break, though, as I think it might translate to &#8220;<b>effet()&#8221; </b>in French.</p>
<p>Expression Universalizer is a safe bet, but I want to understand the underlying principles.</p>
<p></p>
<pre>effect("myCtrl 1")("Slider")<br />effect("myCtrl 1")(1)<br />thisLayer("ADBE Effect&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-403815"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/#post-2465155" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f4ff22712dc629cd6ddbbd1839944216</guid>
				<title>Terje Lundgren started the discussion Expressions that work in all languages, best practises in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/</link>
				<pubDate>Wed, 06 Nov 2024 06:50:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/">Expressions that work in all languages, best practises</a></p> <div class="bb-content-inr-wrap"><p>Hi everyone, </p>
<p>I want to make sure these expressions work in all AE languages:</p>
<pre>comp("Comp 1").layer("myLayer")("Effects")<b>("myCtrl 1")</b>("Slider")<br />comp("Comp 1").layer("myLayer")("Effects")<b>("myCtrl 2")</b>("Slider")</pre>
<p>Now, if all properties use matchNames, it looks like this:</p>
<pre>comp("Comp 1").layer("myLayer")("ADBE Effect Parade")<b>("ADBE Slider Control")</b>("ADBE&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-403728"><a href="https://creativecow.net/forums/thread/expressions-that-work-in-all-languages-best-practises/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		