Quote: "Alternatively you could give names to objects"
You can name limbs, but you can't name objects - it's one of my plug-ins that provides the limb naming commands.
It doesn't need any plug-in to provide this functionality though:
dim ObjectNames() as string
function LoadObject(ObjectId as integer, Path as string, Name as string)
if array count( ObjectNames() ) < ObjectId
dim ObjectNames(ObjectId) as string
endif
ObjectNames(ObjectId) = Name
load object Path, ObjectId
endfunction
function NameOfObject(ObjectId)
local Name as string
if object exist(ObjectId)
if array count( ObjectNames() ) >= ObjectId then Name = ObjectNames(ObjectId)
endif
endfunction Name
@Miscreant Software
Before purchasing plug-ins that you may not need, try out some of the free ones. My own come to mind. There is also a list of other free ones at the top of the Program Announcements forum.
In addition, I sometimes do requests