View Single Post
Old 13th February 2018, 02:07 PM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,563
Default Re: Export Object Names

I don't know of a script.

Not sure what you want in the size - if you want the bounding box, you may need to calculate that from the vertices. Easier if you want just the number of vertices.

If you have some unix tools, like grep, installed you could probably do something like this with a .ac file:

egrep "OBJECT|numvert" car.ac

OBJECT world
OBJECT poly
numvert 102
OBJECT poly
numvert 61
OBJECT poly
numvert 61
OBJECT poly
numvert 61
OBJECT poly
numvert 61
Andy is offline   Reply With Quote