<?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 | Emre Mutlu | Activity</title>
	<link>https://creativecow.net/members/emremutlu/activity/</link>
	<atom:link href="https://creativecow.net/members/emremutlu/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Emre Mutlu.</description>
	<lastBuildDate>Thu, 14 May 2026 05:33: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">6be1837de7f1946dd871a72d873ae17c</guid>
				<title>Emre Mutlu started the discussion Change in mask position when copying mask path to position path (Extendscript) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/change-in-mask-position-when-copying-mask-path-to-position-path-extendscript/</link>
				<pubDate>Tue, 13 Sep 2022 13:45:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/change-in-mask-position-when-copying-mask-path-to-position-path-extendscript/">Change in mask position when copying mask path to position path (Extendscript)</a></p> <div class="bb-content-inr-wrap"><p>Hi there,</p>
<p>I need to copy a mask path from another layer to a null&#8217;s position via script. When I paste the mask path the position of the path changes. I can&#8217;t figure out how to fix it. Any ideas? I&#8217;ve added screenshots.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f150422df7d76686ccde4bddc6bbb073</guid>
				<title>Emre Mutlu replied to the discussion Grouping layers in a comp with using prefix and precomposing them (Extendscript) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/grouping-layers-in-a-comp-with-using-prefix-and-precomposing-them-extendscript/#post-2433366</link>
				<pubDate>Mon, 08 Aug 2022 13:52:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/grouping-layers-in-a-comp-with-using-prefix-and-precomposing-them-extendscript/#post-2433366"><span class="bb-reply-lable">Reply to</span> Grouping layers in a comp with using prefix and precomposing them (Extendscript)</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ve solved it. I&#8217;m sharing the code block. Maybe it can help.</p>
<p>    var selectAiFiles = File.openDialog([&#8220;Select scene *.ai file&#8221;], [&#8220;Illustrator:*.ai&#8221;], [true]);</p>
<pre><p>    for (var i = 0; i &lt; selectAiFiles.length; i++) {</p><p>        var importAiFiles = new ImportOptions(File(selectAiFiles[i]));</p><p>        if&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-372932"><a href="https://creativecow.net/forums/thread/grouping-layers-in-a-comp-with-using-prefix-and-precomposing-them-extendscript/#post-2433366" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e879f82899f4c6ac33bf4450a9064be0</guid>
				<title>Emre Mutlu started the discussion Grouping layers in a comp with using prefix and precomposing them (Extendscript) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/grouping-layers-in-a-comp-with-using-prefix-and-precomposing-them-extendscript/</link>
				<pubDate>Mon, 08 Aug 2022 06:52:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/grouping-layers-in-a-comp-with-using-prefix-and-precomposing-them-extendscript/">Grouping layers in a comp with using prefix and precomposing them (Extendscript)</a></p> <div class="bb-content-inr-wrap"><p>Hi there,</p>
<p>I&#8217;m trying to precomposing layers within a comp by using layer&#8217;s name. I need to group layers which has same prefix and precompose them together. I&#8217;ve attached a photo and the code block. Might be there&#8217;s better and shorter way. I&#8217;ve just tried to make it work, i might be follow a wrong path.</p>
<pre><p>        if&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-372923"><a href="https://creativecow.net/forums/thread/grouping-layers-in-a-comp-with-using-prefix-and-precomposing-them-extendscript/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8be1593016c38ebfc3bca65a39558d8e</guid>
				<title>Emre Mutlu replied to the discussion Join seperate mask paths together via ExtendScript in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/join-seperate-mask-paths-together-via-extendscript/#post-2432928</link>
				<pubDate>Fri, 29 Jul 2022 06:27:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/join-seperate-mask-paths-together-via-extendscript/#post-2432928"><span class="bb-reply-lable">Reply to</span> Join seperate mask paths together via ExtendScript</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;ll try it. Thank you Andrei.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef84135e77de2a0e9269ebac6f457d31</guid>
				<title>Emre Mutlu replied to the discussion How to find system name of font in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-find-system-name-of-font/#post-2432927</link>
				<pubDate>Fri, 29 Jul 2022 06:20:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-find-system-name-of-font/#post-2432927"><span class="bb-reply-lable">Reply to</span> How to find system name of font</a></p> <div class="bb-content-inr-wrap"><p>Thank you Dan and Filip.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">962920c716c459dc4480c40b3785469b</guid>
				<title>Emre Mutlu started the discussion How to find system name of font in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/how-to-find-system-name-of-font/</link>
				<pubDate>Tue, 26 Jul 2022 12:46:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-find-system-name-of-font/">How to find system name of font</a></p> <div class="bb-content-inr-wrap"><p>Hi there. I want to use a font which i&#8217;m installed. I know i need to use system name of the font in script but how can i find it?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d87f2901f775f6635b484fa9164a9091</guid>
				<title>Emre Mutlu started the discussion Join seperate mask paths together via ExtendScript in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/join-seperate-mask-paths-together-via-extendscript/</link>
				<pubDate>Mon, 25 Jul 2022 07:32:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/join-seperate-mask-paths-together-via-extendscript/">Join seperate mask paths together via ExtendScript</a></p> <div class="bb-content-inr-wrap"><p>Hi there,</p>
<p>I want to add start and end vertices on a specific location and join them with the another mask path which i&#8217;ve created to create a single mask path. How can i achive it with script?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ba248469e8edbc5249cf085782c9a87</guid>
				<title>Emre Mutlu replied to the discussion Creating a textbox and align it to an area via extendscript in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/creating-a-textbox-and-align-it-to-an-area-via-extendscript/#post-2431750</link>
				<pubDate>Fri, 01 Jul 2022 07:34:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/creating-a-textbox-and-align-it-to-an-area-via-extendscript/#post-2431750"><span class="bb-reply-lable">Reply to</span> Creating a textbox and align it to an area via extendscript</a></p> <div class="bb-content-inr-wrap"><p>Thank you very much guys. I was having trouble to change style of the text box which i&#8217;ve added but figure it out too. I&#8217;m adding my code here too. Looks like you should use TextDocument object to modify the style of text box.</p>
<p>var titleLayer = mainComp.layers.addBoxText([1250,500]);</p>
<p>    // Title Text Properities&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-371516"><a href="https://creativecow.net/forums/thread/creating-a-textbox-and-align-it-to-an-area-via-extendscript/#post-2431750" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ada5cece35066a0f4e8101b91a818e0</guid>
				<title>Emre Mutlu replied to the discussion Importing file by using the script file&#039;s path in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/importing-file-by-using-the-script-files-path/#post-2431749</link>
				<pubDate>Fri, 01 Jul 2022 07:28:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/importing-file-by-using-the-script-files-path/#post-2431749"><span class="bb-reply-lable">Reply to</span> Importing file by using the script file's path</a></p> <div class="bb-content-inr-wrap"><p>Looks like it&#8217;s a bug. I have delete the file and copy again and it works. Thank you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">366bfeb256e2de75c3e56c451b30338b</guid>
				<title>Emre Mutlu started the discussion Importing file by using the script file&#039;s path in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/importing-file-by-using-the-script-files-path/</link>
				<pubDate>Thu, 30 Jun 2022 14:41:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/importing-file-by-using-the-script-files-path/">Importing file by using the script file's path</a></p> <div class="bb-content-inr-wrap"><p>Hello there,</p>
<p></p>
<p>I&#8217;m trying import a file by using the script&#8217;s path. <span>I have tried like this but it doesn&#8217;t work:</span></p>
<p><span><br /></span></p>
<p>var thisFile = File($.fileName);</p>
<p><span>var basePath = thisFile.path;</span></p>
<p>var resPath = basePath+&#8221;/res/&#8221;;</p>
<p>var paperFile = resPath+&#8221;paper.png&#8221;;</p>
<p>app.project.importFile(new ImportOptions(File(paperFile)));</p>
<p></p>
<p>Any ideas what&#8217;s wrong with these lines or any other&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-371481"><a href="https://creativecow.net/forums/thread/importing-file-by-using-the-script-files-path/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1fbf26270ca0d6f0347df2c85be473bb</guid>
				<title>Emre Mutlu replied to the discussion Using bounding box in extendscript (and using it to create a mask path) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/using-bounding-box-in-extendscript-and-using-it-to-create-a-mask-path/#post-2431595</link>
				<pubDate>Wed, 29 Jun 2022 06:01:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-bounding-box-in-extendscript-and-using-it-to-create-a-mask-path/#post-2431595"><span class="bb-reply-lable">Reply to</span> Using bounding box in extendscript (and using it to create a mask path)</a></p> <div class="bb-content-inr-wrap"><p>Thank you very much. This has been extremely helpful.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">236461dc75fe9ca5817c7f291ee3b5c2</guid>
				<title>Emre Mutlu replied to the discussion Using bounding box in extendscript (and using it to create a mask path) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/using-bounding-box-in-extendscript-and-using-it-to-create-a-mask-path/#post-2431578</link>
				<pubDate>Tue, 28 Jun 2022 21:49:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-bounding-box-in-extendscript-and-using-it-to-create-a-mask-path/#post-2431578"><span class="bb-reply-lable">Reply to</span> Using bounding box in extendscript (and using it to create a mask path)</a></p> <div class="bb-content-inr-wrap"><p>Thank you Dan. I tried your way and it worked.</p>
<p><span>I was talking about scripting. I post here because can&#8217;t find a scripting topic. How could i do it with script? Could you please explain the logic in this so that i can understand it 🙂 Also is there a way to create the mask point without using pen tool?</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0bfe2029c8c2ed67c9cfc137f500a115</guid>
				<title>Emre Mutlu started the discussion Creating a textbox and align it to an area via extendscript in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/creating-a-textbox-and-align-it-to-an-area-via-extendscript/</link>
				<pubDate>Tue, 28 Jun 2022 19:05:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/creating-a-textbox-and-align-it-to-an-area-via-extendscript/">Creating a textbox and align it to an area via extendscript</a></p> <div class="bb-content-inr-wrap"><p>Hi there,</p>
<p>How can i create a text box in a composition and center it to specific area? (Like the example in the attachment)</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6755848bca055f5efdee5416ab26d14f</guid>
				<title>Emre Mutlu started the discussion Using bounding box in extendscript (and using it to create a mask path) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/using-bounding-box-in-extendscript-and-using-it-to-create-a-mask-path/</link>
				<pubDate>Tue, 28 Jun 2022 18:52:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-bounding-box-in-extendscript-and-using-it-to-create-a-mask-path/">Using bounding box in extendscript (and using it to create a mask path)</a></p> <div class="bb-content-inr-wrap"><p>Hi there,</p>
<p>Can i reach a layer&#8217;s bounding box via ExtendScript? I can explain what i&#8217;m trying to do with those steps :</p>
<p>&#8211; Import a vector drawing in a comp</p>
<p>&#8211; Get the bounding box of this layer to create mask path within it</p>
<p>I&#8217;ve added a screenshot to illustrate it.</p>
<p></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">962fdc3c49930ef51b95fdcdc7949a5c</guid>
				<title>Emre Mutlu replied to the discussion Reducing Frame Rate? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/reducing-frame-rate/#post-2416281</link>
				<pubDate>Wed, 25 Aug 2021 11:47:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/reducing-frame-rate/#post-2416281"><span class="bb-reply-lable">Reply to</span> Reducing Frame Rate?</a></p> <div class="bb-content-inr-wrap"><p>Thanks for your replies and your time guys.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06a871e62f0a06becb90b7e63c1d923c</guid>
				<title>Emre Mutlu started the discussion Reducing Frame Rate? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/reducing-frame-rate/</link>
				<pubDate>Sun, 15 Aug 2021 20:52:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/reducing-frame-rate/">Reducing Frame Rate?</a></p> <div class="bb-content-inr-wrap"><p>Hi there! I got 30 fps footages with sound and i want to use it with another footage which is 25 fps. I want to reduce 30fps to 25fps. Does it work? What&#8217;s the right way of doing it?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">016733258e425592fe275caa351c4efd</guid>
				<title>Emre Mutlu replied to the discussion Prores 4444 Color Problem in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/prores-4444-color-problem/#post-2411073</link>
				<pubDate>Mon, 31 May 2021 18:38:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/prores-4444-color-problem/#post-2411073"><span class="bb-reply-lable">Reply to</span> Prores 4444 Color Problem</a></p> <div class="bb-content-inr-wrap"><p>Do you mean disabling &#8220;Use Display Color Management&#8221;? If so i&#8217;ve tried with it but couldn&#8217;t figure it out.</p>
<p></p>
<p>What&#8217;s the proper way of doing this? I&#8217;m sending my project also.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d7f430b919f36c8149bd7de184be455a</guid>
				<title>Emre Mutlu started the discussion Prores 4444 Color Problem in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/prores-4444-color-problem/</link>
				<pubDate>Mon, 31 May 2021 17:54:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/prores-4444-color-problem/">Prores 4444 Color Problem</a></p> <div class="bb-content-inr-wrap"><p>Hi there,</p>
<p>I&#8217;m working on 32bit linear workflow. Everything is ok while working in After Effects but when i render my comp with alpha i got color difference. When i import it again it looks different from my comp. I tried to use color profile converter but the result is different still. </p>
<p><span>Got any idea how i can fix this issue? If so could you please&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-352765"><a href="https://creativecow.net/forums/thread/prores-4444-color-problem/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		