Notifications
Clear all
[Closed] whats up showendresult ?
Aug 16, 2004 6:45 pm
I recently downloaded a script called QuickSelection by M. Breidt.
However it didn’t feature the subobjectlevels selection sets, so I implemented this.
When I have an EditablePoly as the baseobject and showrendresult in on, max reports errors when the scripts try to select a subobjectlevel selection set. I had various errors like no select function for undefined, or that it isn’t a mesh/poly object.
Even though I specifically selected the baseobject level it gives the same errors. Really strange, like max converts the baseobject to something else when showendresult is on.
So what I had to do was to temporarily turn off the showendresult when doing these operations.
Actually, it seems that cspolytools have the same problems with its csslide feature, same kind of error, and it only happens when showendresult is turned on.
Anyone have some info on this behaviour.. do we have to make our little workarounds, or is there another way?