<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; Vray Tutorial</title>
	<atom:link href="http://blog.dynamicwork.net/category/tutorial/vray-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynamicwork.net</link>
	<description></description>
	<lastBuildDate>Sun, 02 May 2010 20:19:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VRay material to Standard material</title>
		<link>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/vray-material-to-standard-material/</link>
		<comments>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/vray-material-to-standard-material/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 11:25:40 +0000</pubDate>
		<dc:creator>put3d</dc:creator>
				<category><![CDATA[3ds Max Tutorials]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Free maxScript]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Vray Tutorial]]></category>

		<guid isPermaLink="false">http://blog.dynamicwork.net/?p=1215</guid>
		<description><![CDATA[this script converts all scene VRay materials to max&#8217;s standard material.
it keeps diffuse color and diffuse map. right now it works with multi sub-object materials if you guys found it useful .
Script
for o in geometry do
(
if classof o.material == VRayMtl do
 (
  tt = Standardmaterial ()
  tt.diffusemap = o.material.texmap_diffuse
  
tt.diffuse = o.material.diffuse
  o.material = tt
 )
if classof o.material == Multimaterial then
 for [...]]]></description>
		<wfw:commentRss>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/vray-material-to-standard-material/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial for Vray : BASIC TECHNIQUES FOR VRAY ADVANCED</title>
		<link>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/tutorial-for-vray-basic-techniques-for-vray-advanced/</link>
		<comments>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/tutorial-for-vray-basic-techniques-for-vray-advanced/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 18:33:39 +0000</pubDate>
		<dc:creator>put3d</dc:creator>
				<category><![CDATA[3ds Max Tutorials]]></category>
		<category><![CDATA[Lighting&Rendering Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Vray Tutorial]]></category>
		<category><![CDATA[3ds max]]></category>
		<category><![CDATA[GI Rendering]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[Vray]]></category>

		<guid isPermaLink="false">http://blog.dynamicwork.net/?p=1212</guid>
		<description><![CDATA[

CLICK                   IMAGE TO ENLARGE 
TOPICS                         COVERED:
1.        [...]]]></description>
		<wfw:commentRss>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/tutorial-for-vray-basic-techniques-for-vray-advanced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>V-Ray Tutorial &#8211; Studio Lighting (3ds Max)</title>
		<link>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/v-ray-tutorial-studio-lighting-3ds-max/</link>
		<comments>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/v-ray-tutorial-studio-lighting-3ds-max/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 19:21:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[3ds Max Tutorials]]></category>
		<category><![CDATA[Lighting&Rendering Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Vray Tutorial]]></category>
		<category><![CDATA[lighting]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Vray]]></category>

		<guid isPermaLink="false">http://www.dynamicwork.net/blog/?p=201</guid>
		<description><![CDATA[ 
CGIndia.org brings to you a new V-Ray Studio Lighting Tutorial, especially for the guys who want to get photoreal. In this V-Ray + 3ds Max tutorial, Kádas Géza explains in step by step method of lighting the interior scene. Geza with the help this tutorial explains the various stages involved, in the creation of photorealistic [...]]]></description>
		<wfw:commentRss>http://blog.dynamicwork.net/tutorial/3ds-max-tutorials/v-ray-tutorial-studio-lighting-3ds-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
