[Plugin] TIG-Smart_offset
-
Merry Xmas to you too.
Nice tool
-
Awesome TIG! Thanks for this one,
Chris
-
Thanks TIG
-
Merry Christmas TIG.
-
Pilou
There is a Ruby Console error message saying it can't be done [clearly it can !]
I knew there was as reason I had never released this code !
Now I need to find out what's wrong with it ??
Merry Solstice... -
Tahnks for the gift before the end of world !
Seems marvellous but...(maybe I miss something
The bow tie must not be disapear ?
(Normal Offset = Native Offset, Nothing = TIG_Smart_Offset )
Sorry for the inconvenience !
-
Bon courage!
-
Works very well. Merry Xmas to you too. Thanks
-
undefined method
suitable?' for TIG::Smart_offsetter:ModuleError Loading File TIG-Smart_offset.rb
undefined methodsuitable?' for TIG::Smart_offsetter:Module
but worked to a degree, the new border and face are separate and I can't seem to get them to merge with the original face?john
-
@driven said:
undefined method
suitable?' for TIG::Smart_offsetter:ModuleError Loading File TIG-Smart_offset.rb
undefined methodsuitable?' for TIG::Smart_offsetter:Module
but worked to a degree, the new border and face are separate and I can't seem to get them to merge with the original face?john
Strange there is a method called that ?
It checks selection for suitability and affects how the menu, toolbar and context-menu items display/enabled...
Are you on MAC ?
Was there a line number with that error ?
I'm about to issue v1.1 to resolve Pilou's tolerance issue...
I'll swap some code around to see if making that method earlier fixes it for you...
Let me know whatever you can...
If it's still an issue a sample SKP might help... -
Here's v1.1 http://sketchucation.com/forums/viewtopic.php?p=446462#p446462
It's been made more robust.
It now works on Pilou's problem shapes! -
Hi Tig,
I'll try the new one but something really odd is going on, and yes I'm on a mac.
I used SU to instal, and had line numbers then, so I removed it from 'plugins' to do again, but
this has been uninstalled, moved to trash, emptied trash, restarted computer, but it still there and it works, as well as it did, although sketchup can't find the file.... it's crazy, I don't have hidden files either.I'll over write with the new
john -
found it, a new 'finder. replacement doesn't update instantly... bin that
ok no errors. menu cmd works, context cmd work, toolbar cmd dosen't do anythingIt works if I split if the validation proc
cmd2=UI::Command.new('TIG.Smart_offset'){self.dialog()} cmd2.small_icon=File.join(dir, 'TIG-Smart_offset.png') cmd2.large_icon=File.join(dir, 'TIG-Smart_offset.png') toolbar=UI::Toolbar.new('TIG.Smart_offset') toolbar.add_item(cmd2)
john
-
You have no idea how many times I got frustrated doing an offset and have to get in there and clean up the shape. Thanks TIG!
-
i'm all greyed out (on two separate computers with different OS & different versions of sketchup on them).. will investigate more tomorrow
-
Merry Christmas to you too!
-
in
cmd.set_validation_proc
(and other places) you want to give the full scope of thesuitable?
method since it is being called from SketchUp outside the scope of your module.Also, combine the MF_ bits.
cmd=UI;;Command.new('TIG.Smart_offset'){self.dialog()} if TIG;;Smart_offsetter.suitable?() MF_ENABLED else MF_DISABLED | MF_GRAYED end
-
Nice gift! Thank you and Merry Christmas! (Are we allowed to use it before 24.12.?)
-
Yeeeeeeees! Works like a charm now!
You are the Ruby's king!And lucky because I can't more test your tricky plugin before the next year!
-
@jim said:
in
cmd.set_validation_proc
(and other places) you want to give the full scope of thesuitable?
method since it is being called from SketchUp outside the scope of your module.Also, combine the MF_ bits.
> cmd=UI;;Command.new('TIG.Smart_offset'){self.dialog()} > if TIG;;Smart_offsetter.suitable?() > MF_ENABLED > else > MF_DISABLED | MF_GRAYED > end >
Thanks, knew it was obvious... This only affected MACs though ???
This was collecting dust on a virtual dust, until Pilou reminded me that I'd written it, so sometimes things get 'forgotten'...
Advertisement