View Single Post
  #1  
Old 05-27-2009, 01:54 AM
Joran Joran is offline
Member
 
Join Date: Jun 2006
Posts: 38
Send a message via Yahoo to Joran
Question How to remove a modifier

Hello,

After running this piece of code:

Code:
toon = viz.add('toon.dlm')
ball = viz.add('ball.wrl')
ball.modify(toon)
How do you remove the toon modifier from the ball?

Greetings, Joran.
Reply With Quote