Hi list, I'm pretty sure I know the answer to that one but just wondering. Do we have a way in Python to create a class that inherits from a class of the softimage SDK ?
Let's say I want to extend the SIVector3 or the Null object ? Any chance I could do something like that ? class mySIVector3( SIVector3 ) or class myCustomNull( Null ) Jeremie

