<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Displacement Painting Script</title>
	<atom:link href="http://www.blendernation.com/displacement-painting-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blendernation.com/displacement-painting-script/</link>
	<description>Fresh Blender News, Every Day</description>
	<lastBuildDate>Sat, 21 Nov 2009 17:04:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nery chucuy</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-473556</link>
		<dc:creator>Nery chucuy</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-473556</guid>
		<description>Hi guys, I&#039;m wondering if you have this script? I followed the link above but it seems to be broken. I&#039;ll be thankful if you share it with me :)

Cheers!

Nery</description>
		<content:encoded><![CDATA[<p>Hi guys, I&#039;m wondering if you have this script? I followed the link above but it seems to be broken. I&#039;ll be thankful if you share it with me :)</p>
<p>Cheers!</p>
<p>Nery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teatime</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-441817</link>
		<dc:creator>teatime</dc:creator>
		<pubDate>Tue, 13 Jan 2009 13:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-441817</guid>
		<description>The Sculpt mode in Blender is a result of the efforts of Sharp Construct being implemented into Blender.

Where do you go? For Sculpting, Blender. For Michael S, I would search around the blender forums, wiki, and mailing lists.</description>
		<content:encoded><![CDATA[<p>The Sculpt mode in Blender is a result of the efforts of Sharp Construct being implemented into Blender.</p>
<p>Where do you go? For Sculpting, Blender. For Michael S, I would search around the blender forums, wiki, and mailing lists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Convinced</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-441696</link>
		<dc:creator>Convinced</dc:creator>
		<pubDate>Tue, 13 Jan 2009 05:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-441696</guid>
		<description>Very interesting but Michaels site is inaccessible and I am informed that Sharp Construct is no longer under developement.
I do understand that it has been partially integrated into Blender but I would like to try Michaels offerings.
Where do I go from here?</description>
		<content:encoded><![CDATA[<p>Very interesting but Michaels site is inaccessible and I am informed that Sharp Construct is no longer under developement.<br />
I do understand that it has been partially integrated into Blender but I would like to try Michaels offerings.<br />
Where do I go from here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LokiClock</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-146813</link>
		<dc:creator>LokiClock</dc:creator>
		<pubDate>Fri, 31 Aug 2007 16:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-146813</guid>
		<description>To ease copying (good for scripts the Terminal won&#039;t let you add), run an open command on the hidden folder.</description>
		<content:encoded><![CDATA[<p>To ease copying (good for scripts the Terminal won&#039;t let you add), run an open command on the hidden folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crisses</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-4008</link>
		<dc:creator>Crisses</dc:creator>
		<pubDate>Fri, 09 Jun 2006 14:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-4008</guid>
		<description>Mac OS X Users can find the .blender folder at:

/Applications/blender/blender.app/Contents/MacOS/.blender

scripts should be installed at:
/Applications/blender/blender.app/Contents/MacOS/.blender/scripts

Replace &quot;blender&quot; with the name of the folder your own blender is in, if any.

If you&#039;re using Finder to navigate to the folders, it&#039;s rough -- you can right click on blender.app and use &quot;Show Package Contents&quot; but I don&#039;t know how to see the .blender folder (it&#039;s invisible).  It&#039;s easier to use terminal if you know how to do that.  Instructions:

If you use Terminal, and the .py is on the desktop, do the following commands in Terminal (this assumes you&#039;ve started a new Terminal window and are in ~ (your home directory):

cd Desktop
cp filename.py /Applications/blender/blender.app/Contents/MacOS/.blender/scripts/

If you want to move it replace cp (copy) with mv (move).

Good luck!</description>
		<content:encoded><![CDATA[<p>Mac OS X Users can find the .blender folder at:</p>
<p>/Applications/blender/blender.app/Contents/MacOS/.blender</p>
<p>scripts should be installed at:<br />
/Applications/blender/blender.app/Contents/MacOS/.blender/scripts</p>
<p>Replace &#034;blender&#034; with the name of the folder your own blender is in, if any.</p>
<p>If you&#039;re using Finder to navigate to the folders, it&#039;s rough &#8212; you can right click on blender.app and use &#034;Show Package Contents&#034; but I don&#039;t know how to see the .blender folder (it&#039;s invisible).  It&#039;s easier to use terminal if you know how to do that.  Instructions:</p>
<p>If you use Terminal, and the .py is on the desktop, do the following commands in Terminal (this assumes you&#039;ve started a new Terminal window and are in ~ (your home directory):</p>
<p>cd Desktop<br />
cp filename.py /Applications/blender/blender.app/Contents/MacOS/.blender/scripts/</p>
<p>If you want to move it replace cp (copy) with mv (move).</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-2771</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 22 May 2006 08:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-2771</guid>
		<description>Thanks

epat, for your answer i will give it a go.

Gary.</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>epat, for your answer i will give it a go.</p>
<p>Gary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epat</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-2451</link>
		<dc:creator>epat</dc:creator>
		<pubDate>Fri, 19 May 2006 23:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-2451</guid>
		<description>I don&#039;t know about mac, but on linux the scripts folder is hidden within the /.blender folder
ie. /path/to/blender/.blender/scripts (/.blender is hidden because it starts with a dot)
Try turning display of hidden folders on - or else just try typing it into the address bar of whatever you use to browse your computer with. Hope this helps in some way - epat.</description>
		<content:encoded><![CDATA[<p>I don&#039;t know about mac, but on linux the scripts folder is hidden within the /.blender folder<br />
ie. /path/to/blender/.blender/scripts (/.blender is hidden because it starts with a dot)<br />
Try turning display of hidden folders on &#8211; or else just try typing it into the address bar of whatever you use to browse your computer with. Hope this helps in some way &#8211; epat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-2169</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 17 May 2006 11:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-2169</guid>
		<description>Me Again

Please can you help with one more question.

I have downloaded and installed Blender 2.41 for Mac OSX.

The only thing with the Mac OSX version though is i cannot see a Scripts folder within the installation, only a Plugin folder.

Could any one tell me why this is.

Thanks again

Gary.

Blender newbie</description>
		<content:encoded><![CDATA[<p>Me Again</p>
<p>Please can you help with one more question.</p>
<p>I have downloaded and installed Blender 2.41 for Mac OSX.</p>
<p>The only thing with the Mac OSX version though is i cannot see a Scripts folder within the installation, only a Plugin folder.</p>
<p>Could any one tell me why this is.</p>
<p>Thanks again</p>
<p>Gary.</p>
<p>Blender newbie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-2167</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 17 May 2006 11:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-2167</guid>
		<description>A Big thanks to you guys.

The Espresso Displacement script is now working.

Wow ! what a great script.

Since i discovered Blender a long time ago i i never used it becuase i was still a little green about 3D apps. Also when i first looked at Blender many years ago the interface frightened me.

Now some weeks ago i decided to download and look again at The current version of Blender for Windows, all i can say is what a fantastic powerfull 3D app it is, also i cannot believe how superb the interface is as for some reason i manged to use it within a couple of sessions and with the help of the also superb manual.

I,m hooked, i think 3D max may take a back seat for a while.

Blender Rocks, and so do all the talented scripters.

Thanks again you guy,s for your very quick reply.

Gary</description>
		<content:encoded><![CDATA[<p>A Big thanks to you guys.</p>
<p>The Espresso Displacement script is now working.</p>
<p>Wow ! what a great script.</p>
<p>Since i discovered Blender a long time ago i i never used it becuase i was still a little green about 3D apps. Also when i first looked at Blender many years ago the interface frightened me.</p>
<p>Now some weeks ago i decided to download and look again at The current version of Blender for Windows, all i can say is what a fantastic powerfull 3D app it is, also i cannot believe how superb the interface is as for some reason i manged to use it within a couple of sessions and with the help of the also superb manual.</p>
<p>I,m hooked, i think 3D max may take a back seat for a while.</p>
<p>Blender Rocks, and so do all the talented scripters.</p>
<p>Thanks again you guy,s for your very quick reply.</p>
<p>Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vassilios Boucer</title>
		<link>http://www.blendernation.com/displacement-painting-script/comment-page-1/#comment-2165</link>
		<dc:creator>Vassilios Boucer</dc:creator>
		<pubDate>Wed, 17 May 2006 11:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2006/05/16/displacement-painting-script/#comment-2165</guid>
		<description>I also agree with dave62!
3ddd ....maybe you forget to Update the Python Scripts in Blenders Scripts Window in List go Up and press Update!</description>
		<content:encoded><![CDATA[<p>I also agree with dave62!<br />
3ddd &#8230;.maybe you forget to Update the Python Scripts in Blenders Scripts Window in List go Up and press Update!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
