Josiah opened this issue on Nov 24, 2002 ยท 3 posts
Josiah posted Sun, 24 November 2002 at 8:21 AM
This should hide the magnet base, and it does for an instant, but then its back again. It does seem to work for any other props and actors. I can go to "properties" for any of the magnets parts, turn off "visible", and it works, so why can't I do it through script? ############################################ scene = poser.Scene() actor = scene.CurrentActor() scene.CreateMagnet() actor = scene.Actor("Mag Base 1") actor.SetOnOff(0) scene.DrawAll() ############################################ By the way, does anyone know if there any known method of making an actor un-selectable in the scene window? Thanks all!