[Plugin] Material Tools
-
-
So it crashes all the time? No exceptions?
-
As far as I tried - yes.
-
Ok - I'll see if I can make a debug version to detect where it splats.
-
thanks for sharing
-
This is a great plugin Thomas, thanks
-
Thanks ThomThom! your plug-ins are really cool!
-
Great plugin thomthom, nice work, only wish remove by selection would remove the materials applied to faces and groups/components inside selected groups/components, and components in selection are made unique.
-
I'm not getting 'Remove Material from selection' to work?
-
-
My bad...
Error; #<NameError; undefined local variable or method `ents' for TT;;Plugins;;MaterialTools;Module> C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270;in `remove_all_from_selection' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `remove_all_from_selection' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;62 C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/recurve.rb;17;in `call' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/recurve.rb;17
-
Actually I just noticed that right clicking produces this error
Error; #<LocalJumpError; unexpected return> (eval);106;in `load' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270;in `call' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270
-
Sorry this error
Error; #<LocalJumpError; unexpected return> (eval);106;in `load' (eval);106;in `call' (eval);106
-
I think the problem is with Recurve? i'm getting all sorts of errors when I right click
-
Problem isn't Recurve as I've removed it....
Error; #<NameError; undefined local variable or method `ents' for TT;;Plugins;;MaterialTools;Module> C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270;in `remove_all_from_selection' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `remove_all_from_selection' C;/Program Files (x86)/Google/Google SketchUp
-
Stop breaking things!
-
They call me Mr.Glass
-
As a DIY quick-fix - change
if ents.respond_to?( :back_material )
to
if e.respond_to?( :back_material )
-
Sorted
Now I'll break something else
-
Go'n run with scissors or something...
Advertisement