ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
How to delete templates
-
I accidentally added a few templates that were not needed, so I want to delete them but I can't find how to.
By the way, I am using mac, so window tips would not help at all.
-
Try these:
#<=8
Macintosh HD/Library/Application Support/Google SketchUp #/SketchUp/Templates
####>=2013
Macintosh HD/Users/Library/Application/Support/SketchUp ####/SketchUp/Templates -
if your Library's hidden, you can use SU's 'Ruby Console' to find and open it for you
Select All then copy and paste this into 'RC' and hit return/enter
open_Templates = %x(open "#{Sketchup.find_support_file('Templates')}")
then delete as desired...
john
Advertisement