Closed jimfoltz closed 11 years ago
Looks good to me. Any comments from the peanut gallery before I merge it?
actually, is_solid?
can never return a positive the way it is written...
Anyone had time to test this? (I've been too busy with deadlines.)
I noticed one thing:
When importing geometry when there is existing geometry, so that the imported geometry ends up in a group, then the view doesn't properly zoom around the imported geometry.
I tried to have quick look at the zoom code - but wasn't able to work out what was going on.
Anyone else had a chance?
When importing geometry when there is existing geometry, so that the imported geometry ends up in a group, then the view doesn't properly zoom around the imported geometry.
No idea, it works for me.
@jimfoltz Do you not get the same behaviour I get: http://youtu.be/pUwRZdz2sRc
Sorry Tom, you're right. Pushed an update.
That looks to be working now. :+1:
But can yo push a latest change - it's just a minor one that doesn't affect functionality, but I found it read easier - at line 98:
model.active_view.zoom(container.entities.to_a)
to model.active_view.zoom(entities.to_a)
?
Never mind - I'll just merge it and use GitHub's edit feature to fix it.
Conflicts: src/sketchup-stl/importer.rb