Is there a way to play a journal file without seeing the steps played on the screen.
I have a journal that creates 30,000 verticies and fits 9000 splines and it takes about 6 hours to run. I think the graphics are slowing it down.
Is there a way to play a journal file without seeing the steps played on the screen.
I have a journal that creates 30,000 verticies and fits 9000 splines and it takes about 6 hours to run. I think the graphics are slowing it down.
Turning off info, graphics, and undo will speed up the execution of the journal file. Try this at the top of your journal file:
Set info off
graphics off
undo off
Make sure you turn them back on once the journal file is completed running.
Set info on
graphics on
undo on