<?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 | Antoine Dupont | Activity</title>
	<link>https://creativecow.net/members/antoinedupont/activity/</link>
	<atom:link href="https://creativecow.net/members/antoinedupont/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Antoine Dupont.</description>
	<lastBuildDate>Sun, 09 Aug 2026 19:56:58 +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">5f3faf4180fbd41fcc4df67207bbbc00</guid>
				<title>Antoine Dupont updated their profile</title>
				<link>https://creativecow.net/news-feed/p/367947/</link>
				<pubDate>Sat, 09 Apr 2022 15:34:47 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8dd2380f3675211c79cc6961beeb758a</guid>
				<title>Antoine Dupont started the discussion Shuffle layers order while keeping track mattes link?? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/shuffle-layers-order-while-keeping-track-mattes-link/</link>
				<pubDate>Sun, 27 Dec 2020 20:41:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/shuffle-layers-order-while-keeping-track-mattes-link/">Shuffle layers order while keeping track mattes link??</a></p> <div class="bb-content-inr-wrap"><pre>app.beginUndoGroup("Randomize");<br />var myComp = app.project.activeItem;<br />var n = myComp.numLayers;<br />var myLayers = [];<br />var myIdx = [];<br />for (var i = 1; i&lt;= n; i++){ <br />    myIdx[i-1] = i; <br />    myLayers[i-1] = myComp.layer(i); <br />} <br />var idx;<br />var temp; <br />for (var i = 0; i &lt; myIdx.length; i++){ <br />    idx = i + Math.floor(Math.random()*(myIdx.length - i)); <br />    temp =&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-342230"><a href="https://creativecow.net/forums/thread/shuffle-layers-order-while-keeping-track-mattes-link/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4812499d8a505d4e54b45388be034eec</guid>
				<title>Antoine Dupont started the discussion [Script] How to select random keyframes? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/script-how-to-select-random-keyframes/</link>
				<pubDate>Wed, 11 Nov 2020 13:49:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-how-to-select-random-keyframes/">[Script] How to select random keyframes?</a></p> <div class="bb-content-inr-wrap"><p>This script of the talented Zack Lovatt select all keyframes inside a work area: <a target='_blank' href="https://github.com/zlovatt/zl_Scriptlets/blob/master/Select%20Keys%20in%20Work%20Area.jsx" rel="nofollow">https://github.com/zlovatt/zl_Scriptlets/blob/master/Select%20Keys%20in%20Work%20Area.jsx</a></p>
<p>How can I instead select random key-frames in all layers of current comp? (Not limited to work area).</p>
<p>Thank you very much!</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad90650f3b6d32b52882c9efc173952d</guid>
				<title>Antoine Dupont started the discussion [Script] Get the source name of fx/property? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/script-get-the-source-name-of-fx-property/</link>
				<pubDate>Tue, 03 Nov 2020 20:16:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-get-the-source-name-of-fx-property/">[Script] Get the source name of fx/property?</a></p> <div class="bb-content-inr-wrap"><p>How to get the source name of an Effect / Property with scripting?</p>
<p>Here&#8217;s an example with the &#8220;Rectangle 1&#8221; name changed.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f052fc7736b5a3aeaf37173f23ce783</guid>
				<title>Antoine Dupont started the discussion [Script] Add amount to keyframe velocity? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/script-add-amount-to-keyframe-velocity-2/</link>
				<pubDate>Sat, 17 Oct 2020 09:32:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-add-amount-to-keyframe-velocity-2/">[Script] Add amount to keyframe velocity?</a></p> <div class="bb-content-inr-wrap"><p>I know how to change the value of the velocity of a key-frame (setTemporalEaseAtKey), but what if &#8211; instead of changing the ENTIRE value &#8211; I want to add to the pre-existing one.</p>
<p>The equivalent of xxxx.setValue(xxxx.value + Amount); but for the keyframe velocity.</p>
<p>Thank you!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8fd4568da16808f349e4a5f9af2a24b1</guid>
				<title>Antoine Dupont started the discussion [Script] Add amount to keyframe velocity? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/script-add-amount-to-keyframe-velocity/</link>
				<pubDate>Sat, 17 Oct 2020 09:28:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/script-add-amount-to-keyframe-velocity/">[Script] Add amount to keyframe velocity?</a></p> <div class="bb-content-inr-wrap"><p>I know how to change the value of the velocity of a key-frame (setTemporalEaseAtKey), but what if &#8211; instead of changing the ENTIRE value &#8211; I want to add to the pre-existing one.</p>
<p>The equivalent of xxxx.setValue(xxxx.value + Amount); but for the keyframe velocity.</p>
<p>Thank you!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">22d51df721e670b520d3664825cbaf7b</guid>
				<title>Antoine Dupont replied to the discussion Remove hidden properties and effects in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/remove-hidden-properties-and-effects-3/#post-2337532</link>
				<pubDate>Sat, 17 Oct 2020 07:06:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/remove-hidden-properties-and-effects-3/#post-2337532"><span class="bb-reply-lable">Reply to</span> Remove hidden properties and effects</a></p> <div class="bb-content-inr-wrap"><p>Thank you very much!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f41760953b17e867e75d50b29a2b4080</guid>
				<title>Antoine Dupont replied to the discussion Remove hidden properties and effects in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/remove-hidden-properties-and-effects-3/#post-2336438</link>
				<pubDate>Sat, 03 Oct 2020 10:51:11 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/remove-hidden-properties-and-effects-3/#post-2336438"><span class="bb-reply-lable">Reply to</span> Remove hidden properties and effects</a></p> <div class="bb-content-inr-wrap"><p>Sorry for not being clear.</p>
<p>I&#8217;m looking for a script that does that.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21051f9d92dcf4381ead43ff4387a8f4</guid>
				<title>Antoine Dupont started the discussion Remove hidden properties and effects in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/remove-hidden-properties-and-effects-3/</link>
				<pubDate>Fri, 02 Oct 2020 21:37:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/remove-hidden-properties-and-effects-3/">Remove hidden properties and effects</a></p> <div class="bb-content-inr-wrap"><p>How to delete hidden properties (Like Fill &#8211; Stroke &#8211; Trim Paths of shape layers) and effects from selected layers?</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		