Hey guys, If I wish to ad a point cache modifire I can just type
addModifire $ Point_Cache
or
addModifire $ (Point_Cache())
but when I try to add a box2 particle skinner
addModifire $ Particle_Skinner
it is undefined. If I ad the skinner Manually, I get.
modPanel.addModToSelection (Particle_Skinner ()) ui:on
in the listiner, but if I copy and paste it I get.
-- Runtime error: Not creatable: Particle_Skinner
What is happening here? Can maxscript not read the class? Do I have to ad some kind of library somewhere?
barigazy · 2013-02-13