Amadan opened this issue on Dec 07, 2009 · 4 posts
Amadan posted Mon, 07 December 2009 at 1:33 AM
I'm trying to write a script that turns all the parts of a figure visible, after some parts may have been turned invisible.
for actr in fig.Actors():
actr.SetVisibleInRender(1)
doesn't seem to work.
Thanks.