[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...
-
I like find this plugin very useful, especially the possibility to transfer the instance material to the faces inside the group or component, but that results in the backfaces also being painted. But sometimes I just want all the instance material gone as I sometimes accidentally assign a material to a group or component and later I can't find it any more. This is especially annoying if the material is not used any more in the rest of the model but remains in the material browser and doesn't get purged. I tried removing all backface materials after transferring the instance material but that resulted in also losing all backface materials I assigned intentionally. Is there a way to simply remove all instance materials?
Advertisement