<?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 | Daniel Buckland | Activity</title>
	<link>https://creativecow.net/members/danielbuckland2/activity/</link>
	<atom:link href="https://creativecow.net/members/danielbuckland2/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Daniel Buckland.</description>
	<lastBuildDate>Mon, 04 May 2026 06:29: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">d3fed0900d3e337e2f83aabfae8a0098</guid>
				<title>Daniel Buckland replied to the discussion Corner pin effect with more points/pins in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/corner-pin-effect-with-more-pointspins/#post-2444423</link>
				<pubDate>Fri, 28 Apr 2023 04:32:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/corner-pin-effect-with-more-pointspins/#post-2444423"><span class="bb-reply-lable">Reply to</span> Corner pin effect with more points/pins</a></p> <div class="bb-content-inr-wrap"><p>AE has an effect called Reshape, which can work in some situations, but I&#8217;ve never had it look good. Puppet pin acheives better results, if you subject is organic looking.</p>
<p>For hard surface reshaping, there&#8217;s a third party plugin called Layer Sculptor, It&#8217;s does this amzingly well. Set it to reference mask mode if you don&#8217;t need the transform animated.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf20975beb34a5e67e0b63ce398bbbc6</guid>
				<title>Daniel Buckland replied to the discussion Current Date in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/current-date/#post-2440577</link>
				<pubDate>Mon, 06 Feb 2023 00:09:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/current-date/#post-2440577"><span class="bb-reply-lable">Reply to</span> Current Date</a></p> <div class="bb-content-inr-wrap"><p>If you copy and paste Dan Ebberts text, it throws up a syntax error casue the quatation marks copy wrong.</p>
<p>Here&#8217;s a fixed version</p>
<p>d = new Date();</p>
<p>&#8220;Date: &#8221; + d.getDate() + &#8220;/&#8221; + (d.getMonth()+1) + &#8220;/&#8221; + d.getFullYear();</p>
<p>Also here&#8217;s a version which pads the zeros.</p>
<p>d = new Date();</p>
<p>function padZeros(n){</p>
<p>  if(n &lt;= 9){</p>
<p>    return &#8220;0&#8221; + n;</p>
<p>  }</p>
<p>  return n</p>
<p>}</p>
<p>&#8220;Date: &#8221; +&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-379445"><a href="https://creativecow.net/forums/thread/current-date/#post-2440577" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		