Not breaking faces & not making faces
-
Hi just got back in and ran the suggestions,
I'm on 10.5.8 and V8 Pro M2
Sketchup.break_edges?with all plugins turned ON returnedfalseSketchup.break_edges?with all .rb plugins turned ON and all .rbs plugins OFF returnedfalseSketchup.break_edges?with ALL plugins turned OFF returnedfalseran
Sketchup.break_edges=truein Ruby Consoleafter restart...
with ALL plugins turned OFF
Sketchup.break_edges?returnstruewith ALL plugins turned ON
Sketchup.break_edges?returnstrueran a few plugins that break or restore edges SU still returns true.
I greped my plugins folder and edges.rb [by TT] uses
break_edge = Sketchup.break_edges? Sketchup.break_edges = falseand then
# Restore the break_edges setting Sketchup.break_edges = break_edge return temp_edges.sizeis that the same as saying
Sketchup.break_edges = true???I was using EdgeTools recently, but didn't notice a change afterwards, it was the OP that made me think about a few oddities, very recently...
Everything seems to be OK, I'll keep an eye out for it failing again.
cheers TIG and Thomas.
-
TT's tool does temporarily reset the edge-splitting to 'false'... BUT it is failsafe-trapped to 'ensure' it's set back as it was when the tool started off [even on a crash]... so it should never mess with your settings...
This is weird ? -
It is possible I had a hang , caused by another operation, the last time I used EdgeTools.
Could that effect the reset?
john
-
It might do...

You [we] need to ask TT... as I can see no reason to reset it at all, because API-made-edges never break whatever the main Sketchup setting ? So changing it back and forth seems to do nothing anyway
-
hmm... thought the fail catching should be safe. But I might have to look into this. If TIG is right and the setting only affect the native tools and not Ruby API made edges then is is redundant...
-
cheer TT,
since I did the reset I've had a couple of crashes and it's still returning 'true' at the moment.
so it maybe something else...
john
-
@driven said:
I was using EdgeTools recently, but didn't notice a change afterwards, it was the OP that made me think about a few oddities, very recently...
Close Gaps of Edge Tools breaks SU setting on my Mac if tolerance setting doesn't allow ends to meet.
Thanks for the help all, good learning experience now that I know the way out.

-
hi wind-borne,
I was doing something similar then running other scripts that caused hangs... I need try those scripts now... they might work after all
a question, does it stay false after a restart when induced?
john
-
@driven said:
hi wind-borne,
a question, does it stay false after a restart when induced?
john
yes, restarting SU or computer has no effect but =true works like a charm

-
hm... I cannot see why this should be happening at all. But I'm inclined to just remove the break_edges references all together.
Advertisement