<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>eX-SI</title>
	<atom:link href="http://xsisupport.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xsisupport.com</link>
	<description>ICE, scripting, and other tech stuff about Softimage aka XSI</description>
	<lastBuildDate>Tue, 18 Jun 2013 17:45:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='xsisupport.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/61471e5fa045047056c35c2abcc46b58?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>eX-SI</title>
		<link>http://xsisupport.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://xsisupport.com/osd.xml" title="eX-SI" />
	<atom:link rel='hub' href='http://xsisupport.com/?pushpress=hub'/>
		<item>
		<title>Fit Subcomponent UVs To Image</title>
		<link>http://xsisupport.com/2013/06/18/fit-subcomponent-uvs-to-image/</link>
		<comments>http://xsisupport.com/2013/06/18/fit-subcomponent-uvs-to-image/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 17:45:20 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Softimage]]></category>
		<category><![CDATA[Textures]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10590</guid>
		<description><![CDATA[When you click Fit Subcomponent UVs to Image in the Texture Projection property editor, you&#8217;ll get these ERRORs in the script history: The fix for this requires that you edit $XSI_HOME\Application\DSScripts\Texture.vbs. You&#8217;ll probably need to edit the Permissions on Texture.vbs &#8230; <a href="http://xsisupport.com/2013/06/18/fit-subcomponent-uvs-to-image/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10590&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When you click <a href="http://download.autodesk.com/global/docs/softimage2013/en_us/userguide/files/tex_applying_ManipulatingProjectionsandSupports.htm" target="_blank">Fit Subcomponent UVs to Image</a> in the Texture Projection property editor, you&#8217;ll get these ERRORs in the script history:</p>
<pre class="brush: vb; title: ; notranslate">
' ERROR : Object doesn't support this property or method: 'in_uvprops.IsClassOf' - [line 1842 in C:\Program Files\Autodesk\Softimage 2014\Application\DSScripts\Texture.vbs]
' ERROR :  - [line 25]
' ERROR : Property Page Script Logic Error
' ERROR :    [23] 		end if
' ERROR :    [24] (null)
' ERROR :   &gt;[25] 		FitSubcomponentUVsToImage Pset.InspectedObjects, filtered
' ERROR :    [26] 	End Sub
</pre>
<p>The fix for this requires that you edit <strong>$XSI_HOME\Application\DSScripts\Texture.vbs</strong>. You&#8217;ll probably need to <a href="http://technet.microsoft.com/en-us/library/bb727008.aspx" target="_blank">edit the Permissions</a> on Texture.vbs so that you have Full Control or Modify permissions.</p>
<p>Find line 1842 in Texture.vbs, and then replace the <strong>if..else..endif</strong> with this:</p>
<pre class="brush: vb; title: ; notranslate">
set coll = CreateObject(&quot;XSI.Collection&quot;)
if in_uvprops.Type = &quot;XSICollection&quot; then
	set coll = in_uvprops
elseif in_uvprops.IsClassOf( siUVPropertyID ) = True then
	coll.Add in_uvprops
end if
</pre>
<p>The fix I posted on the Softimage mailing list awhile ago was a one-liner that would enable you to use Fit Subcomponent UVs to Image on a <strong>single </strong>texture projection. This fix will work if you have <strong>multiple </strong>texture projections in the property editor.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10590&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/18/fit-subcomponent-uvs-to-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscription Extra: CrowdFX Plotting Plugin</title>
		<link>http://xsisupport.com/2013/06/17/subscription-extra-crowdfx-plotting-plugin/</link>
		<comments>http://xsisupport.com/2013/06/17/subscription-extra-crowdfx-plotting-plugin/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 16:39:37 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[ICE]]></category>
		<category><![CDATA[ICE CrowdFX]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[CrowdFX]]></category>
		<category><![CDATA[Extras]]></category>
		<category><![CDATA[Softimage]]></category>
		<category><![CDATA[Subscription]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10586</guid>
		<description><![CDATA[I see there is an Extra for Softimage Subscription customers. It&#8217;s a plugin that adds two commands for exporting CrowdFX: Export Crowd as FBX (Null Rig) – Exports a null rig for each actor including the animations created by the &#8230; <a href="http://xsisupport.com/2013/06/17/subscription-extra-crowdfx-plotting-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10586&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I see there is an Extra for Softimage Subscription customers. It&#8217;s a plugin that adds two commands for exporting CrowdFX:<br />
<strong>Export Crowd as FBX (Null Rig)</strong> – Exports a null rig for each actor including the animations created by the crowd simulation<br />
<strong>Export Crowd as FBX (Null Rig and Geometry)</strong> – In addition to the null rig, it exports one geometry per actor enveloped to the null rig<br />
There&#8217;s some docs on the Documentation tab in the Sub center.<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/crowdfxplottingplugin.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/crowdfxplottingplugin.jpg?w=584&#038;h=274" alt="CrowdFXPlottingPlugin" width="584" height="274" class="alignnone size-large wp-image-10587" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10586/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10586&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/17/subscription-extra-crowdfx-plotting-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/crowdfxplottingplugin.jpg?w=584" medium="image">
			<media:title type="html">CrowdFXPlottingPlugin</media:title>
		</media:content>
	</item>
		<item>
		<title>Screenshots of the week</title>
		<link>http://xsisupport.com/2013/06/17/screenshots-of-the-week-90/</link>
		<comments>http://xsisupport.com/2013/06/17/screenshots-of-the-week-90/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 16:02:49 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[ICE]]></category>
		<category><![CDATA[Screenshots]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10579</guid>
		<description><![CDATA[particle flow control with turbulence by Peter Agg path through points by Enduk The Lorenz Attractor.Monkey style code retyping from C to Softimage ICE part 1 Understanding the &#8220;Doritos&#8221; (KineState Hack) Technique Making Hurricane Andy Vectors 101: Tubular Push with &#8230; <a href="http://xsisupport.com/2013/06/17/screenshots-of-the-week-90/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10579&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="https://groups.google.com/d/msg/xsi_list/Pd_PBrde5TE/T92uCrQJlLYJ" target="_blank">particle flow control with turbulence</a><br />
by Peter Agg<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/particle-flow-along-curve-w-turbulence.png"><img src="http://xsisupport.files.wordpress.com/2013/06/particle-flow-along-curve-w-turbulence.png?w=584&#038;h=419" alt="particle-flow-along-curve-w-turbulence" width="584" height="419" class="alignnone size-large wp-image-10580" /></a></p>
<p><a href="http://softimage.ru/forums/index.php?showtopic=9318" target="_blank">path through points</a><br />
by Enduk<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/post-37-13708491160.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/post-37-13708491160.jpg?w=584&#038;h=487" alt="post-37-13708491160" width="584" height="487" class="alignnone size-large wp-image-10582" /></a></p>
<p><strong>The Lorenz Attractor.Monkey style code retyping from C to Softimage ICE part 1</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/68484877" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>Understanding the &#8220;Doritos&#8221; (KineState Hack) Technique</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/68359879" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>Making Hurricane Andy</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67229128" width="584" height="350" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>Vectors 101: Tubular Push with ICE</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67972710" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>Vectors 101: Spherical Push with ICE</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67967251" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>A Look Inside Gear &#8211; Parts 1 and 2</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67967250" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67973547" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10579&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/17/screenshots-of-the-week-90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/particle-flow-along-curve-w-turbulence.png?w=584" medium="image">
			<media:title type="html">particle-flow-along-curve-w-turbulence</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/post-37-13708491160.jpg?w=584" medium="image">
			<media:title type="html">post-37-13708491160</media:title>
		</media:content>
	</item>
		<item>
		<title>Friday Flashback #124</title>
		<link>http://xsisupport.com/2013/06/14/friday-flashback-124/</link>
		<comments>http://xsisupport.com/2013/06/14/friday-flashback-124/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 16:10:29 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Friday Flashback]]></category>
		<category><![CDATA[Creative Environment]]></category>
		<category><![CDATA[Softimage]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10572</guid>
		<description><![CDATA[Screenshots from SOFTIMAGE Creative Environment v2.66 (captured on an SGI Indy running IRIX 5.3; it only has 8-bit graphics, hence the dithering in the shaded view). Many thanks to Aaron Rodgers for contributing these screenshots.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10572&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Screenshots from SOFTIMAGE Creative Environment v2.66 (captured on an SGI Indy running IRIX 5.3; it only has 8-bit graphics, hence the dithering in the shaded view).</p>
<p>Many thanks to Aaron Rodgers for contributing these screenshots.</p>
<p><a href="http://xsisupport.files.wordpress.com/2013/06/snap1.png"><img src="http://xsisupport.files.wordpress.com/2013/06/snap1.png?w=584&#038;h=467" alt="snap1" width="584" height="467" class="alignnone size-large wp-image-10573" /></a></p>
<p><a href="http://xsisupport.files.wordpress.com/2013/06/snap2.png"><img src="http://xsisupport.files.wordpress.com/2013/06/snap2.png?w=584&#038;h=467" alt="snap2" width="584" height="467" class="alignnone size-large wp-image-10574" /></a></p>
<p><a href="http://xsisupport.files.wordpress.com/2013/06/snap3.png"><img src="http://xsisupport.files.wordpress.com/2013/06/snap3.png?w=584&#038;h=467" alt="snap3" width="584" height="467" class="alignnone size-large wp-image-10575" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10572/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10572&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/14/friday-flashback-124/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/snap1.png?w=584" medium="image">
			<media:title type="html">snap1</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/snap2.png?w=584" medium="image">
			<media:title type="html">snap2</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/snap3.png?w=584" medium="image">
			<media:title type="html">snap3</media:title>
		</media:content>
	</item>
		<item>
		<title>Lost connections to license servers</title>
		<link>http://xsisupport.com/2013/06/13/lost-connections-to-license-servers/</link>
		<comments>http://xsisupport.com/2013/06/13/lost-connections-to-license-servers/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 19:56:41 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Licensing]]></category>
		<category><![CDATA[Softimage]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10566</guid>
		<description><![CDATA[Ever wonder what happens if you lose your connection to the license server? Well, two hours after the connection is lost, you&#8217;ll get a warning: When you click OK, you&#8217;ll be prompted to either save or discard your work. And &#8230; <a href="http://xsisupport.com/2013/06/13/lost-connections-to-license-servers/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10566&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Ever wonder what happens if you lose your connection to the license server?</p>
<p>Well, two hours after the connection is lost, you&#8217;ll get a warning:<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/lost_connection_1.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/lost_connection_1.jpg?w=300&#038;h=123" alt="Lost_connection_1" width="300" height="123" class="alignnone size-medium wp-image-10567" /></a><br />
When you click OK, you&#8217;ll be prompted to either save or discard your work.<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/lost_license_save_work.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/lost_license_save_work.jpg?w=300&#038;h=202" alt="Lost_license_save_work" width="300" height="202" class="alignnone size-medium wp-image-10569" /></a><br />
And after you save your scene, Softimage will exit.<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/lost_connection_2.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/lost_connection_2.jpg?w=300&#038;h=127" alt="Lost_connection_2" width="300" height="127" class="alignnone size-medium wp-image-10568" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10566/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10566&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/13/lost-connections-to-license-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/lost_connection_1.jpg?w=300" medium="image">
			<media:title type="html">Lost_connection_1</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/lost_license_save_work.jpg?w=300" medium="image">
			<media:title type="html">Lost_license_save_work</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/lost_connection_2.jpg?w=300" medium="image">
			<media:title type="html">Lost_connection_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Wednesday Word Cloud: Advanced Support</title>
		<link>http://xsisupport.com/2013/06/12/wednesday-word-cloud-advanced-support/</link>
		<comments>http://xsisupport.com/2013/06/12/wednesday-word-cloud-advanced-support/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 21:24:57 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Infographic]]></category>
		<category><![CDATA[Word Cloud]]></category>
		<category><![CDATA[Autodesk]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10562</guid>
		<description><![CDATA[Word cloud for the Customer Guide to Autodesk Advanced Support. On this subject, now that the AREA forums have been updated, I suspect Maya/3dsMax/Softimage customers are one step closer to forum support. From the Advanced Customer Guide: Proactively Escalate Forum &#8230; <a href="http://xsisupport.com/2013/06/12/wednesday-word-cloud-advanced-support/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10562&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Word cloud for the <a href="http://usa.autodesk.com/support-offerings/advanced/#" target="_blank">Customer Guide</a> to Autodesk Advanced Support.</p>
<p><a href="http://xsisupport.files.wordpress.com/2013/06/advanced_support.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/advanced_support.jpg?w=584&#038;h=552" alt="Advanced_Support" width="584" height="552" class="alignnone size-large wp-image-10563" /></a></p>
<p>On this subject, now that the AREA forums have been updated, I suspect Maya/3dsMax/Softimage customers are one step closer to forum support. From the Advanced Customer Guide:</p>
<blockquote><p><strong>Proactively Escalate Forum Posts to Autodesk</strong><br />
Autodesk Advanced Support provides you with all the benefits of Basic Support, including expedited community forum support: if the community does not respond to your posts within 24 hours, they are automatically escalated to Autodesk.
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10562/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10562&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/12/wednesday-word-cloud-advanced-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/advanced_support.jpg?w=584" medium="image">
			<media:title type="html">Advanced_Support</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoiding exceptions when populating XSICollections</title>
		<link>http://xsisupport.com/2013/06/11/avoiding-exceptions-when-populating-xsicollections/</link>
		<comments>http://xsisupport.com/2013/06/11/avoiding-exceptions-when-populating-xsicollections/#comments</comments>
		<pubDate>Tue, 11 Jun 2013 21:01:59 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Softimage]]></category>
		<category><![CDATA[XSICollection]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10560</guid>
		<description><![CDATA[Use the Items property. You won&#8217;t get any errors, you just have to check whether or not the collection is empty.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10560&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Use  the Items property. You won&#8217;t get any errors, you just have to check whether or not the collection is empty.</p>
<pre class="brush: python; title: ; notranslate">
import win32com.client

oColl = win32com.client.Dispatch(&quot;XSI.Collection&quot;)
oColl.Unique = True
oColl.Items = &quot;*.*.dontexist_*&quot;
print oColl.Count
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10560/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10560&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/11/avoiding-exceptions-when-populating-xsicollections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>
	</item>
		<item>
		<title>Screenshots of the week</title>
		<link>http://xsisupport.com/2013/06/10/screenshots-of-the-week-89/</link>
		<comments>http://xsisupport.com/2013/06/10/screenshots-of-the-week-89/#comments</comments>
		<pubDate>Mon, 10 Jun 2013 15:10:35 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Screenshots]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10544</guid>
		<description><![CDATA[WildStar, Behind the Scenes by Eric Chadwick on polycount UI customizations by kovalex Flow along curve speed control by Vincent Ullmann Randomize image sequence per particle. Fixing Scrambled UVs in Softimage Tool for adding overrides Protein through membrane by gotchee &#8230; <a href="http://xsisupport.com/2013/06/10/screenshots-of-the-week-89/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10544&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.polycount.com/2013/06/03/wildstar-behind-the-scenes/" target="_blank">WildStar, Behind the Scenes</a><br />
by Eric Chadwick on <a href="http://www.polycount.com/" target="_blank">polycount</a><br />
<a href="http://xsisupport.files.wordpress.com/2013/06/wildstar_xsi_env1-e1370299188653.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/wildstar_xsi_env1-e1370299188653.jpg?w=300&#038;h=182" alt="WildStar_XSI_Env1-e1370299188653" width="300" height="182" class="alignnone size-medium wp-image-10553" /></a></p>
<p><a href="http://softimage.ru/forums/index.php?showtopic=9311#" target="_blank">UI customizations</a><br />
by kovalex<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/post-9-13704491640.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/post-9-13704491640.jpg?w=584&#038;h=216" alt="post-9-13704491640" width="584" height="216" class="alignnone size-large wp-image-10550" /></a><br />
<a href="http://xsisupport.files.wordpress.com/2013/06/img.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/img.jpg?w=584&#038;h=434" alt="img" width="584" height="434" class="alignnone size-large wp-image-10551" /></a></p>
<p><a href="https://mail.google.com/mail/u/0/?tab=qm#label/%5BGmail%5D%2FXSI-List/13f1190a12d59d40" target="_blank">Flow along curve speed control</a><br />
by Vincent Ullmann<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/flowalongcurvewithconstantspeed.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/flowalongcurvewithconstantspeed.jpg?w=300&#038;h=163" alt="flowAlongCurveWithConstantSpeed" width="300" height="163" class="alignnone size-medium wp-image-10555" /></a></p>
<p><strong>Randomize image sequence per particle.</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67929785" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>Fixing Scrambled UVs in Softimage</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67783125" width="584" height="329" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><strong>Tool for adding overrides</strong></p>
<div class="embed-vimeo"><iframe src="http://player.vimeo.com/video/67997171" width="584" height="437" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</p>
<p><a href="http://www.si-community.com/community/viewtopic.php?f=15&amp;t=3923" target="_blank">Protein through membrane</a><br />
by gotchee<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/protein_through_membrane.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/protein_through_membrane.jpg?w=300&#038;h=185" alt="Protein_Through_Membrane" width="300" height="185" class="alignnone size-medium wp-image-10547" /></a></p>
<p><a href="http://www.si-community.com/community/viewtopic.php?f=15&amp;t=3912" target="_blank">Changing start time of Modulate Value over Time</a><br />
by face<br />
<a href="http://xsisupport.files.wordpress.com/2013/06/simualted.gif"><img src="http://xsisupport.files.wordpress.com/2013/06/simualted.gif?w=300&#038;h=137" alt="simualted" width="300" height="137" class="alignnone size-medium wp-image-10545" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10544&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/10/screenshots-of-the-week-89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/wildstar_xsi_env1-e1370299188653.jpg?w=300" medium="image">
			<media:title type="html">WildStar_XSI_Env1-e1370299188653</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/post-9-13704491640.jpg?w=584" medium="image">
			<media:title type="html">post-9-13704491640</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/img.jpg?w=584" medium="image">
			<media:title type="html">img</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/flowalongcurvewithconstantspeed.jpg?w=300" medium="image">
			<media:title type="html">flowAlongCurveWithConstantSpeed</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/protein_through_membrane.jpg?w=300" medium="image">
			<media:title type="html">Protein_Through_Membrane</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/simualted.gif?w=300" medium="image">
			<media:title type="html">simualted</media:title>
		</media:content>
	</item>
		<item>
		<title>Friday Flashback #123</title>
		<link>http://xsisupport.com/2013/06/07/friday-flashback-123/</link>
		<comments>http://xsisupport.com/2013/06/07/friday-flashback-123/#comments</comments>
		<pubDate>Fri, 07 Jun 2013 15:56:57 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[Friday Flashback]]></category>
		<category><![CDATA[Softimage]]></category>
		<category><![CDATA[Flashback]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10541</guid>
		<description><![CDATA[Gesture. Unparalleled Artistry. XSI v.3.5 The new tools and interface in SOFTIMAGE&#124;XSI are really exciting. XSI allows for a thoroughfare between imagination and creation that we&#8217;d never seen or experienced before. That mad us very ecited and made us adopt &#8230; <a href="http://xsisupport.com/2013/06/07/friday-flashback-123/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10541&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Gesture. Unparalleled Artistry. XSI v.3.5</p>
<blockquote><p>The new tools and interface in<br />
SOFTIMAGE|XSI are really exciting.<br />
XSI allows for a thoroughfare between<br />
imagination and creation that we&#8217;d<br />
never seen or experienced before.</p>
<p>That mad us very ecited and made<br />
us adopt XSI into our pipeline<br />
as quickly as possible.</p>
<p>PSYOP,Inc.</p></blockquote>
<p><a href="http://xsisupport.files.wordpress.com/2013/06/newversion35.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/newversion35.jpg?w=584&#038;h=785" alt="NewVersion35" width="584" height="785" class="alignnone size-large wp-image-10542" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10541/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10541/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10541&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/07/friday-flashback-123/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/newversion35.jpg?w=584" medium="image">
			<media:title type="html">NewVersion35</media:title>
		</media:content>
	</item>
		<item>
		<title>Softimage 2014 SP1</title>
		<link>http://xsisupport.com/2013/06/06/softimage-2014-sp1/</link>
		<comments>http://xsisupport.com/2013/06/06/softimage-2014-sp1/#comments</comments>
		<pubDate>Thu, 06 Jun 2013 10:09:27 +0000</pubDate>
		<dc:creator>xsisupport</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2014]]></category>
		<category><![CDATA[Softimage]]></category>
		<category><![CDATA[SP]]></category>

		<guid isPermaLink="false">http://xsisupport.com/?p=10534</guid>
		<description><![CDATA[Get it here. Check the README for what&#8217;s fixed. Word cloud for the 37 bug fixes:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10534&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Get it <a href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=21874973&amp;linkID=12544121" target="_blank">here</a>.<br />
Check the <a href="http://images.autodesk.com/adsk/files/Autodesk_Softimage_2014_SP1.htm" target="_blank">README </a>for what&#8217;s fixed.</p>
<p><em>Word cloud for the 37 bug fixes:</em><br />
<a href="http://xsisupport.files.wordpress.com/2013/06/softimage2014sp1_bugfixes.jpg"><img src="http://xsisupport.files.wordpress.com/2013/06/softimage2014sp1_bugfixes.jpg?w=584&#038;h=327" alt="Softimage2014SP1_BugFixes" width="584" height="327" class="alignnone size-large wp-image-10536" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsisupport.wordpress.com/10534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsisupport.wordpress.com/10534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsisupport.com&#038;blog=5846418&#038;post=10534&#038;subd=xsisupport&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsisupport.com/2013/06/06/softimage-2014-sp1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da9428cd36d186e2bcaea54ac2e91070?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xsisupport</media:title>
		</media:content>

		<media:content url="http://xsisupport.files.wordpress.com/2013/06/softimage2014sp1_bugfixes.jpg?w=584" medium="image">
			<media:title type="html">Softimage2014SP1_BugFixes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
