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?