Is there a menu / dialog box when an object is selected that displays attributes such as name, object type, number of polygons. Allowing a user to numerically edit certain attributes, such as location, size, rotation, location of gum ball, mesh resolsution, etc?
Hi @laird
I don’t think there’s an all-in-one for your entire list, but
can be edited via BoxEdit.
Mesh resolution is a document property (DocumentProperties>Mesh), but can also be assigned on object level basis from the Properties>Object tab.
As for numerically changing the location of the gumball, use GumballRelocate
. All of these can be scripted/macroed if needed.
HTH, Jakob