<?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>GEAR Weblog &#187; Autodesk</title>
	<atom:link href="http://blog.t714.com/category/autodesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.t714.com</link>
	<description>(n&#039;∀&#039;）η弱酸性</description>
	<lastBuildDate>Tue, 11 May 2010 06:58:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>3ds Max 2011</title>
		<link>http://blog.t714.com/autodesk/2010/05/11/3ds-max-2011/</link>
		<comments>http://blog.t714.com/autodesk/2010/05/11/3ds-max-2011/#comments</comments>
		<pubDate>Tue, 11 May 2010 06:53:38 +0000</pubDate>
		<dc:creator>GEAR</dc:creator>
				<category><![CDATA[Autodesk]]></category>
		<category><![CDATA[3ds Max]]></category>

		<guid isPermaLink="false">http://blog.t714.com/autodesk/2010/05/11/3ds-max-2011/</guid>
		<description><![CDATA[去年アップグレードするまで、しばらくサブスク入っていなかったので11日にパッケージ出荷なのかと思ったら、今はダウンロードなんですね。というか、パッケージも来るのかしら。とりあえず、今回からは覚える事が増えそうですね。　と ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.t714.com/wp-content/uploads/2010/05/3dsmax2011.jpg" class="highslide" onclick="return hs.expand(this)"><img class="size-thumbnail wp-image-39 alignright" title="3dsmax2011" src="http://blog.t714.com/wp-content/uploads/2010/05/3dsmax2011-150x150.jpg" alt="" width="150" height="150" /></a>去年アップグレードするまで、しばらくサブスク入っていなかったので11日にパッケージ出荷なのかと思ったら、今はダウンロードなんですね。というか、パッケージも来るのかしら。とりあえず、今回からは覚える事が増えそうですね。　とりあえず現在デモ版にてテスト中なので、自宅に戻ったらVrayと一緒にセットアップしてみる予定。</p>
<p>今回Compositeが付いてくるのはありがたいですが、結局AEを使ってしまいそうな感じもしつつ、この辺も色々触ってみないとわからないですねぇ。</p>
<p>後、今月はAdobeのCS5関連ですか。これでやっと64bit環境が整ってくる感じですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.t714.com/autodesk/2010/05/11/3ds-max-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>toggle</title>
		<link>http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/toggle/</link>
		<comments>http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/toggle/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 09:28:38 +0000</pubDate>
		<dc:creator>GEAR</dc:creator>
				<category><![CDATA[3ds Max Script]]></category>
		<category><![CDATA[3ds Max Scripts]]></category>

		<guid isPermaLink="false">http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/toggle/</guid>
		<description><![CDATA[個人的なMax設定メモ。
ビューポートのレフト＆ライト、フロント＆バックはそれぞれ「L」と「F」にショートカットキーに割り当て、押すたびにビューが切り替わるように設定変更。
FrontToggle.mcr

macros ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.t714.com/wp-content/uploads/2010/01/toggle.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://blog.t714.com/wp-content/uploads/2010/01/toggle-150x150.jpg" alt="" title="toggle" width="150" height="150" class="alignright size-thumbnail wp-image-28" /></a>個人的なMax設定メモ。</p>
<p>ビューポートのレフト＆ライト、フロント＆バックはそれぞれ「L」と「F」にショートカットキーに割り当て、押すたびにビューが切り替わるように設定変更。</p>
<p>FrontToggle.mcr</p>
<blockquote><p>
macroscript FrontToggle category:&#8221;toggle&#8221;<br />
(<br />
if viewport.getType() == #view_front<br />
then viewport.setType #view_back<br />
else viewport.setType #view_front<br />
)
</p></blockquote>
<p>RightToggle.mcr</p>
<blockquote><p>
macroscript RightToggle category:&#8221;toggle&#8221;<br />
(<br />
if viewport.getType() == #view_right<br />
then viewport.setType #view_left<br />
else viewport.setType #view_right<br />
)
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/toggle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TexTools</title>
		<link>http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/textools/</link>
		<comments>http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/textools/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 09:19:27 +0000</pubDate>
		<dc:creator>GEAR</dc:creator>
				<category><![CDATA[3ds Max Script]]></category>
		<category><![CDATA[3ds Max Scripts]]></category>

		<guid isPermaLink="false">http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/textools/</guid>
		<description><![CDATA[TexTools
TexTools is a collection of UV and Texture related scripts for 3dsmax 9 and up that can be very easil ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.t714.com/wp-content/uploads/2010/01/TexTools_2.90_splash.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://blog.t714.com/wp-content/uploads/2010/01/TexTools_2.90_splash-150x150.jpg" alt="" title="TexTools_2.90_splash" width="150" height="150" class="alignright size-thumbnail wp-image-25" /></a><a href="http://www.renderhjs.net/textools/"><strong>TexTools</strong><strong></strong></a><br />
TexTools is a collection of UV and Texture related scripts for 3dsmax 9 and up that can be very easily installed. It was initially started to improve my personal workflow of UV-editing and Texture previewing in 3dsmax. Eventually I ended up creating scripts that existing and other UV tools can not do or do not yet provide.</p>
<p>以前、他にも色々探してみようと思っていましたが、TexToolsで十分便利に使えているので、このままありがたく使わせていただく予定。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.t714.com/autodesk/3ds_max_script/2010/01/12/textools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Correct</title>
		<link>http://blog.t714.com/autodesk/3ds_max_plugin/2010/01/12/color-correct/</link>
		<comments>http://blog.t714.com/autodesk/3ds_max_plugin/2010/01/12/color-correct/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:19:02 +0000</pubDate>
		<dc:creator>GEAR</dc:creator>
				<category><![CDATA[3ds Max Plugin]]></category>

		<guid isPermaLink="false">http://blog.t714.com/autodesk/3ds_max_plugin/2010/01/12/color-correct/</guid>
		<description><![CDATA[CUNEYTOZDAS.COM
3ds Max Plugins
とりあえず環境移行につき再びセットアップ開始。
Max2010用はまだフォーラムの方にあるみたいですね。
ColorCorrect for max 2010 ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.t714.com/wp-content/uploads/2010/01/cc.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://blog.t714.com/wp-content/uploads/2010/01/cc-150x150.jpg" alt="" title="Color Correct " width="150" height="150" class="alignright size-thumbnail wp-image-21" /></a><a href="http://www.cuneytozdas.com/"><strong>CUNEYTOZDAS.COM</strong></a><br />
<a href="http://www.cuneytozdas.com/software/3dsmax/">3ds Max Plugins</a></p>
<p>とりあえず環境移行につき再びセットアップ開始。</p>
<p>Max2010用はまだフォーラムの方にあるみたいですね。</p>
<p><a href="http://www.cuneytozdas.com/forum/topic.asp?TOPIC_ID=645"><strong>ColorCorrect for max 2010 (Beta)</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.t714.com/autodesk/3ds_max_plugin/2010/01/12/color-correct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
