Message 1 of 4

Not applicable
08-13-2020
06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to instanciate a material from a plugin in pymxs. I know the superclass id and the class id. In MaxPlus it worked like this:
MaxPlus.Factory.CreateMaterial(MaxPlus.Class_ID(superclassid, classid))
How does this work in pymxs?
Solved! Go to Solution.