Re: Freeze Texture Projection without Freezing other Ops?

Date : Wed, 03 May 2006 10:02:02 -0700
To : XSI(at)Softimage.COM
From : James Prevette <james(at)nerdcorps.ca>
Subject : Re: Freeze Texture Projection without Freezing other Ops?

Set oList = GetValue( "SelectionList" )

For Each oItem in oList

If oItem.type = "polymsh" or oItem.type = "surfmsh" then
Set oClusterList = oItem.activeprimitive.geometry.Clusters
For Each oCluster in oClusterList
If oCluster.type = "sample" Then
Set oProjectionList = oCluster.properties
For Each oProjection in oProjectionList
If oProjection.type = "uvspace" Then
FreezeObj oProjection
End If
Next
End If
Next
End If
Next
` End **********



Cheers,

James

Byron Nash wrote:
I need to be able to freeze my projection on an object without freezing the geometry ops too. I have a little rig that allows me to adjust the size and shape of a cylinder object. When I monkey with the settings if throws the texture way off. If I can freeze the projection, the texture will stay put right?

--
Byron Nash
www.armoredsquirrel.com <http://www.armoredsquirrel.com>


--
James Prevette
1337 Pixel Pusher
Nerd Corps Entertainment Inc.
3rd Floor, 1256 East 6th Ave.
Vancouver, B.C.      V5T 1E7
Tel: 604.484.0266
Fax: 604.484.0267
james(at)nerdcorps.ca
http://www.nerdcorps.ca

---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.