thomthom / quadface-tools

Suite of tools for manipulating quad faces in SketchUp.
https://extensions.sketchup.com/en/content/quadface-tools
MIT License
18 stars 1 forks source link

Add support for groups in OBJ import #102

Closed thomthom closed 8 years ago

thomthom commented 8 years ago

Original report by me.


It appear that the QFT importer makes a group only when the OBJ define an object 'o'. But it seems to make sense to do the same for 'g' as well. 'g' might provide multiple group names - but that is not doable in SU, so everything needs to be added there.

Question is, should objects 'o' that appear after a 'g' be sub-instances of the 'g' group?

thomthom commented 8 years ago

Fixed in a0fb4be