I have a .cel script I've written, and I want to show the planet orbits but not the orbits of spacecraft, comets, and asteroids.
I can manually go into View Options and turn on and off the orbits I want displayed. I can do
Code: Select all
renderflags {clear "orbits"}
Code: Select all
labels {clear ""}
But is there a way, within a .cel script, to turn off individual orbit options like you can manually do in the View Options window?
Thank you!