Solved Distinct geometry objects from others?

Hi,

is there a simple and safe way to distinct
between non-gemetry objects (like for example nulls/deformers/etc)
and objects having geometry (polygon/loft/sweep/etc) ?

possibly including special cases like generator plugins etc

best, index

Hi index, thanks for reaching out us.

With regard to your issue, you can defintively tak advantage of the BaseObject flags which can be queried by using the GeListNode::GetInfo().
Finally, if you're are only interested in object that generate polygons, you can further refine the analysis by checking the existence of the cache.

Best,

Hi index, thanks for reaching out us.

With regard to your issue, you can defintively tak advantage of the BaseObject flags which can be queried by using the GeListNode::GetInfo().
Finally, if you're are only interested in object that generate polygons, you can further refine the analysis by checking the existence of the cache.

Best,