How do I delete extensions in Sketchup 2015
-
Hi I'm on an iMac running Yosemite.
I've downloaded the trial of Artisan to use the paintbrush and it's really screwed up the projection of textures.
Now the entire image is placed inside each triangle. Flat serfaces are covered in the image repeated very very small. I just want to get rid of the extension.I deleted it from the google sketchup 8 folder in application support, and from sketchup 2013 and 2014. But there is no sketchup 2015 folder to delete it from and when I open sketchup 2015 it's still there.
Could someone please tell me how to get rid of it.
Thanks
-
Before uninstalling make sure you have a copy of your SU Podium V2 Plus license if you own full commercial or student version. You need to reactivate your license after re-installing SU Podium V2 Plus. Below are the alternative methods of Uninstalling SU Podium V2 Plus for SketchUp 2015.
Note: SU Podium V2 Plus supports SketchUp 2015. This uninstall section only addresses V2 Plus uninstall.-
Use Control Panel, Programs and Features. Open your Windows Control Panel and select Programs and Features. From the list of Programs, select SU Podium V2.18.9xx.
-
Using unins000.exe. C:\ProgramData\SketchUp\SketchUp 2015\SketchUp\Plugins\SU_Podium_V2\Uninst\ and invoke unins000.exe. This will remove all the critical folders and files. Most of the Extension will not uninstall but they will be replaced when you install a new version.
-
Manually removing. Go to C:\ProgramData\SketchUp\SketchUp 2015\SketchUp\Plugins C:. Delete all the SU_Podium_xx files and folders. These will be SU_Podium_V2.rbs and SU_Podium_V2 folder.
-
-
i just found out the same problem here. I go to Library > Sketchup 2013,2014,2015 Plugins Folders and can't find my newly installed "extensions". Thus, I can't delete them. but where else can i find them though. Scratching my head.
I even looked at the extension warehouse, couldn't find my newly installed extensions either. -
Do you have the right library? On the Mac it is now Users / <username> / Library / Application Support / SketchUp 2015 / Plugins. At the Finder choose menu "Go / Go to Folder" and type "~/Library" since this is a hidden folder.
-
ahh! I forgot to go to USERS!!!!. yes I found it!!! Thanks!!! glad I asked.
-
I have the same problem on my PC. I just installed "Follow and rotate" extension and I was not satisfied with it. But, I can't seem to find plugins in the location where I have installed sketchup... Can somebody, please help me, how to find and remove the extension. Thank you.
-
To open your user Plugins folder [i.e. the folder where extensions and plugins get installed by default], you can use this snippet in the SketchUp > Window > Ruby Console:
UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}")
You can of course 'navigate to the equivalent folder - although on a PC it's hidden by default:
C:\Users\YOUR_NAME\AppData\Roaming\SketchUp\SketchUp 2017\SketchUp\Plugins
For other SketchUp versions change the version suffix - e.g. 2016...
Then find the .RB 'loader' file - which creates the extension, and then [re]move it.
Also find the subfolder with the exact matching name, and [re]move that.
Note that some very simple [older] Plugins might not have the matching subfolder...Alternatively...
The way that the SketchUp ExtensionStore³ 'Uninstaller' works is that it adds an X to the loader .RB file-type - i.e .RBX
This stops it loading, and being listed in the Extensions and Plugins Managers, however, it can be 'Uninstalled' using the toolset - whereby its loader is reverted to .RBB ...
Advertisement