[Plugin] Dimension management tools
-
Give the following a try and let me know if there are problems. This version combines the nested logic requested previously with this change to the default new layer naming. To avoid confusion, it appends " dims" to the name of the current scene. If there are no scenes or the current scene is not named, it will revert to the previous default of "DIM_TEXT".
One issue I know about is that the UI.inputbox may truncate the strings it displays - they are correct but the dialog doesn't expand to show them. This is a known bug in inputbox that I can't fix except with a rewrite to use a different input technique.
[edit] The rbz I uploaded earlier was somehow damaged. Please use the one in my later post.
-
ok. it works. While installing the windows "Unable to install this Extension..." still pops up but the plugin works anyway. Many thanks for your changes.
-
I have downloaded your plugin for handling dimensions and it works beautifully. Its Exactly what I needed. Thank you very, very much!
-
How do I remove this extension from Sketchup2016?
-
@tdoolittle said:
How do I remove this extension from Sketchup2016?
Since it's a simple Plugin [rather than an Extension which would also have its own subfolder], you can simply find its RB file 'dimension_utilities.rb
' and delete it.
Look in your Plugins folder...
This one-liner copy+pasted into the Ruby Console +<enter> will open your Plugins folder for you [it is in a folder-path that is hidden by default]:
UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}")
Alternatively if you have the SketchUcation Toolset installed you can use its Plugins-Manager dialog to Disable any listed plugin-file that is being Loaded/Enabled - when SketchUp restarts it won't load, but you could always reinstate it if you so desired, OR in the same toolset - use its submenu item to 'Uninstall' that plugin in which case, thereafter it won't load or even appear in any of its Manager dialogs, but it could still be Reinstalled later, if desired - by using the same dialog...
Advertisement