To get selection objects:
x = ix.selection
to check if its a .OBJ file:
print x[0].is_kindof(‘GeometryPolyfile’)
solutions and techniques
To get selection objects:
x = ix.selection
to check if its a .OBJ file:
print x[0].is_kindof(‘GeometryPolyfile’)