<?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 | Fabian Brugger | Activity</title>
	<link>https://creativecow.net/members/fabianb/activity/</link>
	<atom:link href="https://creativecow.net/members/fabianb/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Fabian Brugger.</description>
	<lastBuildDate>Sat, 16 May 2026 02:38:05 +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">e35cb6ee39c7d8fc4c6da877d5cc7d01</guid>
				<title>Fabian Brugger replied to the discussion Isometric tire rotation in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/isometric-tire-rotation/#post-2447205</link>
				<pubDate>Fri, 07 Jul 2023 10:29:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/isometric-tire-rotation/#post-2447205"><span class="bb-reply-lable">Reply to</span> Isometric tire rotation</a></p> <div class="bb-content-inr-wrap"><p>And yes i know the tire profile is in the wrong direction 🙂<br />I thought maybe a stop motion kind of animation would work. Illustrating 4 parts of the rotation and just making it a stop motion rotation&#8230;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf8c40618494844dc29e3b334d3d9e29</guid>
				<title>Fabian Brugger started the discussion Isometric tire rotation in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/isometric-tire-rotation/</link>
				<pubDate>Fri, 07 Jul 2023 10:11:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/isometric-tire-rotation/">Isometric tire rotation</a></p> <div class="bb-content-inr-wrap"><p>So i have this isometric style project and its pretty low budget. Is there any simple/quick way to make the tires rotate? Of course rotation won&#8217;t work as its a isometric drawing and making it in 3d is too much work for this projekt. Is there anything that i could do to move the texture of the tire to make it seem like its rotating?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3f33f2212dea1d34a6428810bc9c462c</guid>
				<title>Fabian Brugger replied to the discussion Creating a Slider and changing its range via script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/creating-a-slider-and-changing-its-range-via-script/#post-2444890</link>
				<pubDate>Wed, 10 May 2023 12:09:03 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/creating-a-slider-and-changing-its-range-via-script/#post-2444890"><span class="bb-reply-lable">Reply to</span> Creating a Slider and changing its range via script</a></p> <div class="bb-content-inr-wrap"><p>Thanks for the quick replay, if you ever in vienna austria ill buy you some beers haha</p>
<p>I worked around it with just using a linear funktion to translate 0 to 100 into 0 to 360.</p>
<p>sliderValue = effect(&#8220;GlobalOffset&#8221;)(&#8220;Slider&#8221;);</p>
<p>linear(sliderValue, 0, 100, 0, 360)</p>
<p></p>
<p>Cheers</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fb9170ce10abf13113b5d6dfa54fcc8a</guid>
				<title>Fabian Brugger started the discussion Creating a Slider and changing its range via script in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/creating-a-slider-and-changing-its-range-via-script/</link>
				<pubDate>Tue, 09 May 2023 10:18:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/creating-a-slider-and-changing-its-range-via-script/">Creating a Slider and changing its range via script</a></p> <div class="bb-content-inr-wrap"><p>Is it possible to change a sliders range, like if you right klick the slider and change set the min and max value, when creating it via a script?</p>
<p></p>
<p>var comp = app.project.activeItem;</p>
<p>var layers = comp.selectedLayers;</p>
<p>for (var p = 0; p &lt; layers.length; p++) {</p>
<p>    layers[p].effect.addProperty(&#8220;ADBE Slider Control&#8221;);</p>
<p>}</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9c9525cf070f154d21080c2b98ea355f</guid>
				<title>Fabian Brugger replied to the discussion Add something to a selected group of a shapelayer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-something-to-a-selected-group-of-a-shapelayer/#post-2444831</link>
				<pubDate>Tue, 09 May 2023 08:11:55 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-something-to-a-selected-group-of-a-shapelayer/#post-2444831"><span class="bb-reply-lable">Reply to</span> Add something to a selected group of a shapelayer</a></p> <div class="bb-content-inr-wrap"><p>Thank you Dan!</p>
<p>I almost had the same but i mistakenly left the Line:<br />if (layers[i] instanceof ShapeLayer) {<br />in the same place and i think it broke the code as a property cant is obviously not a shapelayer 🙂</p>
<p>Thanks!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a9db169b00cec246bb4239dacc60568a</guid>
				<title>Fabian Brugger started the discussion Add something to a selected group of a shapelayer in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/add-something-to-a-selected-group-of-a-shapelayer/</link>
				<pubDate>Mon, 08 May 2023 12:58:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/add-something-to-a-selected-group-of-a-shapelayer/">Add something to a selected group of a shapelayer</a></p> <div class="bb-content-inr-wrap"><p>Hallo, so i want to add something, for example a trim path effekt, to a shapelayer. That works with the script below but how could i change the script so it will put the effekt on a the selected group of the shapelayer?</p>
<p>var comp = app.project.activeItem;</p>
<p>var layers = comp.selectedLayers;</p>
<p>    for (var i = 0; i &lt; layers.length; i++) {</p>
<p>        if&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-383306"><a href="https://creativecow.net/forums/thread/add-something-to-a-selected-group-of-a-shapelayer/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7548b0fc9664f460072f01490ca89f6</guid>
				<title>Fabian Brugger replied to the discussion Looping through a shapelayers groups to add things like trim path in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/looping-through-a-shapelayers-groups-to-add-things-like-trim-path/#post-2444791</link>
				<pubDate>Mon, 08 May 2023 11:50:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/looping-through-a-shapelayers-groups-to-add-things-like-trim-path/#post-2444791"><span class="bb-reply-lable">Reply to</span> Looping through a shapelayers groups to add things like trim path</a></p> <div class="bb-content-inr-wrap"><p>Hm basically to loop through all the groups in the first order/hierarchy. Not going into nested groups.</p>
<p>Is this really not possible? 🙁</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8fd5e256f231749c34093ece626acb16</guid>
				<title>Fabian Brugger started the discussion Looping through a shapelayers groups to add things like trim path in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/looping-through-a-shapelayers-groups-to-add-things-like-trim-path/</link>
				<pubDate>Wed, 15 Mar 2023 14:06:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/looping-through-a-shapelayers-groups-to-add-things-like-trim-path/">Looping through a shapelayers groups to add things like trim path</a></p> <div class="bb-content-inr-wrap"><p>Hallo,</p>
<p>can someone tell me how i can loop through all groups in a shapelayer to add a trim path in every group of the shapelayer?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">04418eb4c87cbec1501629da5c31c99d</guid>
				<title>Fabian Brugger replied to the discussion Find selected Layers with part of name. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/find-selected-layers-with-part-of-name/#post-2440590</link>
				<pubDate>Mon, 06 Feb 2023 13:45:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/find-selected-layers-with-part-of-name/#post-2440590"><span class="bb-reply-lable">Reply to</span> Find selected Layers with part of name.</a></p> <div class="bb-content-inr-wrap"><p>The <span>.indexOf</span><span> version does exactly what i want.</span></p>
<p><span>But will use the one with </span><span>case insensitive matching so it has less possibilities for errors</span></p>
<p><span>Thank you!</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c254e2e50215839d10680e46baf70049</guid>
				<title>Fabian Brugger started the discussion Find selected Layers with part of name. in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/find-selected-layers-with-part-of-name/</link>
				<pubDate>Mon, 06 Feb 2023 10:29:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/find-selected-layers-with-part-of-name/">Find selected Layers with part of name.</a></p> <div class="bb-content-inr-wrap"><p>Is it possible to get to all selected layers that have, for example, the name scale in its name.</p>
<p>So the layer would be called something like: Frame1_Icon1_Scale</p>
<p>And i want to find all layers with the ending Scale or with Scale in its name anywhere (whatever is possible) to animate it through a script.</p>
<p>I write this but it just finds the exact name:</p>
<p>var&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-379468"><a href="https://creativecow.net/forums/thread/find-selected-layers-with-part-of-name/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cdbacd5fb626ba8b0872e77662c65ab1</guid>
				<title>Fabian Brugger replied to the discussion Easing and interpolation in text script problem in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/easing-and-interpolation-in-text-script-goes-negative/#post-2435963</link>
				<pubDate>Mon, 10 Oct 2022 10:00:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/easing-and-interpolation-in-text-script-goes-negative/#post-2435963"><span class="bb-reply-lable">Reply to</span> Easing and interpolation in text script problem</a></p> <div class="bb-content-inr-wrap"><p>Ok i answered my own question, i understood the new KeyframeEase values wrong.<br />I thought its 0 to 100 values for ease in and ease out but its units of the graph editor with the first value beeing units and the second beeing time?</p>
<p>Can someone confirm this?</p>
<p>Greetings</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">82fbb97a054cb9e2353c2f415d9c2eab</guid>
				<title>Fabian Brugger started the discussion Easing and interpolation in text script problem in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/easing-and-interpolation-in-text-script-goes-negative/</link>
				<pubDate>Fri, 07 Oct 2022 14:36:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/easing-and-interpolation-in-text-script-goes-negative/">Easing and interpolation in text script problem</a></p> <div class="bb-content-inr-wrap"><p>Hallo, i want to make a script that animates a text layer behind a mask kind of style and found some ae presets that i used for this. Now i want to put this into a script but when i animate the keyframes through my script the interpolation of the easing is different instead of it being horizontal (see graph screenshots) and so it bounces under the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-375113"><a href="https://creativecow.net/forums/thread/easing-and-interpolation-in-text-script-goes-negative/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">339c9ef394d7e6b9a8b67d034bf82849</guid>
				<title>Fabian Brugger replied to the discussion Changing the Trim Path style in a script? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/changing-the-trim-path-style-in-a-script/#post-2435468</link>
				<pubDate>Tue, 27 Sep 2022 08:53:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/changing-the-trim-path-style-in-a-script/#post-2435468"><span class="bb-reply-lable">Reply to</span> Changing the Trim Path style in a script?</a></p> <div class="bb-content-inr-wrap"><p>Thank you very much! It works.</p>
<p>Also thank you for all the work you do on this forum! I red some posts of yours answering other people&#8217;s question and could learn from that!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d4a63c2b61f10cff5b745cfd5222081</guid>
				<title>Fabian Brugger started the discussion Changing the Trim Path style in a script? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/changing-the-trim-path-style-in-a-script/</link>
				<pubDate>Mon, 26 Sep 2022 21:29:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/changing-the-trim-path-style-in-a-script/">Changing the Trim Path style in a script?</a></p> <div class="bb-content-inr-wrap"><p>Hey, i am writing a script that makes keyframe and a trim path effect for multiple shape layers. I am almost done but can&#8217;t find a way to change the trim patch style from simultaneously, as its set by default, to individually. Is there any way?</p>
<p>I tried it with this but didn&#8217;t work:</p>
<p>var trimStyle =&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-374764"><a href="https://creativecow.net/forums/thread/changing-the-trim-path-style-in-a-script/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">084f83a457e010ce8e1ba0e6f2d72382</guid>
				<title>Fabian Brugger replied to the discussion Auto secondary movement (inertia/overshoot) in children layers in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/auto-secondary-movement-inertiaovershoot-in-childr/page/3/#post-2424306</link>
				<pubDate>Mon, 31 Jan 2022 19:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/auto-secondary-movement-inertiaovershoot-in-childr/page/3/#post-2424306"><span class="bb-reply-lable">Reply to</span> Auto secondary movement (inertia/overshoot) in children layers</a></p> <div class="bb-content-inr-wrap"><p>Hey, is there anything we need to change for new versions of ae (22)? The position expression works perfectly but the rotation expression doesn&#8217;t work for me. No error, just doesnt more anything&#8230;</p>
<p>greetings</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e54c4c7aac4ce344bda4c2060fcbfd40</guid>
				<title>Fabian Brugger started the discussion test in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/test-671/</link>
				<pubDate>Wed, 04 Aug 2021 13:31:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/test-671/">test</a></p> <div class="bb-content-inr-wrap"><p>test</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee9f4b633e91db5eebddab13f3e7ef20</guid>
				<title>Fabian Brugger started the discussion Link a shape layer to a time remap value in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/link-a-shape-layer-to-a-time-remap-value/</link>
				<pubDate>Wed, 04 Aug 2021 13:31:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/link-a-shape-layer-to-a-time-remap-value/">Link a shape layer to a time remap value</a></p> <div class="bb-content-inr-wrap"><p>I tried to find a way to quickly make a character talk and find a plugin called lipsyncr. But it makes a time remap precomp that has keyframes for each mouth form. The result looks like stop motion. So since i have keyframe from that plugin in a timeremaped precomp ( for example the time is frame 1 would be a O shaped mouth, at the time of frame 2&hellip;<span class="activity-read-more" id="activity-read-more-356378"><a href="https://creativecow.net/forums/thread/link-a-shape-layer-to-a-time-remap-value/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b29bc883bd17a3f966dfc76ea579c206</guid>
				<title>Fabian Brugger became a registered member</title>
				<link>https://creativecow.net/news-feed/p/356363/</link>
				<pubDate>Wed, 04 Aug 2021 12:10:46 +0000</pubDate>

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