Look in the SDK Explorer, that will show
you how to get the clip.
// Steve
// Team Lead, XSI Customer Support
//
// See the XSI wiki for KB articles,
FAQs, and more...
// softimage.wiki.avid.com/Category:Support
From:
owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Angel Pavon
Sent: Tuesday, May 06, 2008 4:31
PM
To: lista XSI
Subject: Re: TextureMap c++ class
I found how access to the
Custom Property but I still searching the TextureMap class.
2008/5/6, Angel Pavon <mislistas(at)agedito.com>:
I'd write a python operator but is too slow, so now I'm writing a C++
plugin and I have two questions:
1) I use a TextureMap object but I don't know wich C++ class I need to
manage it. It's seem a Property object but I need to access to the texturemap
clip, and the property class doesn't have methods to acccess to the clip.
2) My output is some parameters into a Custom Parameter Set,
what class I need to access to a Custom Parameter Set? The CustomProperty class
doesn't have methods to access to the Parameters.
Anybody know what classes I need?