Suppose I want to show some object in Celestia (a 3D label, say), but don't want the user to be able to select it by clicking on it (or else, it could be very obstrusive). By default, all objects defined in an SSC file are clickable. For an unclickable object, the command line to add to the SSC could be
Code: Select all
Clickable false
That way, I could solve lots of technical problems in addons creation and it should make life a lot easier for the users.