[Plugin] 2D Tools
-
That file should be inside the 2D Tools folder.
-
Hi Tig,
First of all thank you for your great work with plugins.
I just download 2D Tools but can't find the toolbar, what's wrong with me?
-
I'm not TIG but I can see the problem. Incorrect installation. You should not have the folder called 2Dtools_50. If you take the contents of that folder and move them to the plugins folder, all should be well. you should end up with 2D#.rb and the folder called 2DTools in Plugins and of course all the contents of the folder called 2DTools must remain in that folder.
-
Thanks so much Dave R, that worked.
-
Hi Tig, If I'm not mistaking, the hatching in 2Dtools is not working as well as it was in V7, right ?
Like now in V8 (Mac), it's only calling up the hatching choices the first time, and then not anymore. So one has to right-click in the Bucket panel to add a new hatch. Is this the way it meant to be ? -
@mariocha said:
Hi Tig, If I'm not mistaking, the hatching in 2Dtools is not working as well as it was in V7, right ?
Like now in V8 (Mac), it's only calling up the hatching choices the first time, and then not anymore. So one has to right-click in the Bucket panel to add a new hatch. Is this the way it meant to be ?The way 2dHatch tool is meant to work... on the first time you use 2dHatch tool in that model the dialog auto-opens so you can choose the 2dHatch pattern, because no pattern is yet set.
Subsequently in that model the 2dHatch tool will use the last used 2dHatch pattern.
If you want to change the 2dHatch pattern you run the tool and right-click 'in empty-space' and the dialog should appear for you to choose a new 2dHatch pattern... You can even change the pattern part way through applying 2dHatch patterns to faces by right-clicking at any time whilst in the tool... -
Ah, ok. Great ! Thanks a many.
-
Updated from version 4.6 but I'm surprised you didn't include my modified tools for Mac I gave you, the Cline toggle still doesn't work on my mac (SU8, OS 10.5.8), one of the circle tool toggle doesn't work.
They are your tools so whatever decision is OK by me anyhow.
I still have 4.6 modified tools versions of:
2D arc; 2D circle; 2D line; 2d Polygon; 2Drectangle
available with cline and polyline toggles for mac and the text box appropriate changes. All toggles fixed, some other slight changes, mostly to make it Mac friendly (not tested on PC though)
Let me know if you want them.Thanks so much for your work.
Did you change any of these tools from version 4.6? (so I know if I just can replace or I have to dig and reapply modifs in the scripts)
-
@michaelv said:
Updated from version 4.6 but I'm surprised you didn't include my modified tools for Mac I gave you, the Cline toggle still doesn't work on my mac (SU8, OS 10.5.8), one of the circle tool toggle doesn't work.
They are your tools so whatever decision is OK by me anyhow.
I still have 4.6 modified tools versions of:
2D arc; 2D circle; 2D line; 2d Polygon; 2Drectangle
available with cline and polyline toggles for mac and the text box appropriate changes. All toggles fixed, some other slight changes, mostly to make it Mac friendly (not tested on PC though)
Let me know if you want them.
Thanks so much for your work.
Did you change any of these tools from version 4.6? (so I know if I just can replace or I have to dig and reapply modifs in the scripts)Please read the release note at the end of the first page http://forums.sketchucation.com/viewtopic.php?p=185760#p185760
Please send your tweaked version by PM attachment so I can consider if v5.1 is needed [I assume the MAC problem is with some modifier keys?] -
Thanks for another great one.
-
@tig said:
[... so I can consider if v5.1 is needed [I assume the MAC problem is with some modifier keys?]
Have you received his "tweaks" ?
Is a new version needed ? -
@mariocha said:
@tig said:
[... so I can consider if v5.1 is needed [I assume the MAC problem is with some modifier keys?]
Have you received his "tweaks" ?
Is a new version needed ?There ARE some weirdnesses with some of the modifier-keys etc on the MAC which need tidying up... BUT it's on the end of my list right now...
-
I hope this is an appropriate thread for my question.
I have never got 2Dtools to pop up a control panel. It correctly modifies the Draw menu, but doesn't offer a toolbar or panel like most other plugins. (I have also not yet figured out how to make any of it work -- have tried to draw dashed lines, for example, but gave up in the end. "Click on empty space" is supposed to do something, according to the prompt at the bottom of the Sketchup window, but I never could get it to do anything.)
How do I go about figuring out why the control panel never pops up at startup? I see a directory full of icons, and I see code that looks like it should build a control panel, so I assume that's what's supposed to happen? I have installed 2Dtools50 with Sketchup 8, and immediately noticed that in 2D#.rb (startup script) there was a case mismatch between the path to 2D#loader.rb:
load '2Dtools/2D#loader.rb'
and the directory 2DTools_50 (cap T, even when the _50 is removed).
I fixed this by renaming the directory 2Dtools to match the startup script. I was hoping that the latest version, with the latest Sketchup, would work (i.e. display a control panel). However it seems about like the old version with Sketchup 7: the Draw menu is modified but there is nary an icon in sight
So I am looking for Sketchup's startup log, where presumably I might find an error message from the attempt to load 2Dtools. It's been quite a while since I fooled around with ruby scripts and Sketchup plugins and so on, and I'm trying to refresh my failing memory
-
The toolbar only appears if you activate it from Menu > View > Toolbars.
If that fixes it then great, BUT it sounds like you have totally 'ballsed-up' the installation of the files/folders.
Your reference to a folder named '2DTools_50' is a clue..... There is no folder called this in the installed files/folder set...NOTE:
When you extract files from a zip file your zip/unzip application will probably put everything into a new folder [here called '2DTools_50'] named after the zip's name... BUT you NEVER move that new folder directly into your Plugins folder. It's simply a temporary container for the files you must relocate manually. It's always best to extract a zip into a [temporary] folder on your desktop and then sort out where they belong as the next step...
You must keep the files within subfolders in the same relationship as they are inside the zip itself.
So you must open that new folder and select all of its files and any subfolders and copy [or cut] them all at once: then change to the Plugins folder and paste them all [or you might use drag'n'drop if you are 'competent']. Overwrite older files when prompted...
NEVER move files from the subfolders - i.e. all of the files in the '2Dtools' subfolder stay in that folder when it's relocated into Plugins...If you have mis-installed things you will need to check your Plugins folder for erroneous folders/files - remove them if they are now duplicated within the correctly installed set's contents...
-
Don't worry TIG my install is not as BU as you fear. Tool palette is now visible and working.
The revelation I needed was the View->Tool Palettes feature in the main menubar... And yes, I do feel stupid for not noticing it before. So many of my plugins activate their tool palettes by default, that I thought there must be some problem with those that don't -- and if they were not absolutely necessary I just ignored 'em and got on with my drawing
My bad -- as you can tell I'm not a deep Sketchup user, I use it only when I have to get something done; so I don't spend a lot of time exploring all the features (though it's on my list of fun things to do when I someday have the time). Kind of like vi -- most people only know the minimum number of commands necessary to do basic text editing, and never explore the huge toolkit lurking within.
So thx for the pointer to the "obvious" menu item! and yes I do generally understand the packaging of plugins, but it's been 6 mo or so since I fooled with them so it's all a bit rusty. I was grasping at any straw to explain what I thought was broken behaviour.
I fear that the remaining mystery may come down to OSX and mouse buttons (or lack of same).
I still can't get the dashed-line tool to do anything. I can select a line (it becomes bolded); the hint at bottom of screen suggests I then right-click in empty space to get a dialogue box. I am sitting at a macbook pro, with cmd-click mapped to right-click (seems to work in x11 apps anyway, xev confirms). I begin to fear that this mapping may be at the X11 level, though I think in previous releases of OSX it was at the System Preferences level. [a little rootling around...]
Damn. No click modifier mapping for 3btn emu in Leopard System Preferences, at least not obviously visible -- maybe with some googling I can find a way to do it. If not, looks like I will have to buy a trackball or 3btn mouse if I want 2dtools to work.
Sorry for the dimness of the original query. My brain is much more engaged with the stuff I'm building (1100 sf of new sails plus spars to match) than with the s'ware I'm using to draw it. Different headspace
ps Actually I don't use dragndrop much unless the app is chained to the OSX GUI; being an old linux geek I prefer mv, cp, tar, etc. very old-fashioned I know
-
Resolved
The macbook pro is new to me -- my old laptop was stolen in December 2010. I'm still discovering the differences.
Turns out the new trackpad, aside from being jittery and twitchy (grrr) emulates mouse button 3 -- not 2 for some reason, there is dissatisfied chitchat about this here and there on Apple user groups -- but 3 is emulated with 2 fingers (I will refrain from some obvious jesting).
I can right-click with this builtin mapping, and presto I can now draw coloured and dashed and weighted lines, which is really cool... and it appears I can retroactively style lines drawn with other SU tools such as Arc -- very nice!
My difficulty with 2dtools is now resolved -- and was not a difficulty with 2dtools at all, but with my shallow knowledge of SU.
-
@rootlessagrarian said:
Turns out the new trackpad, aside from being jittery and twitchy (grrr) emulates mouse button 3 -- not 2 for some reason, there is dissatisfied chitchat about this here and there on Apple user groups -- but 3 is emulated with 2 fingers (I will refrain from some obvious jesting).
I can right-click with this builtin mapping, and presto I can now draw coloured and dashed and weighted lines, which is really cool... and it appears I can retroactively style lines drawn with other SU tools such as Arc -- very nice!
A word of advice: If you plan to really use SketchUp, go buy an inexpensive PC-style mouse and use it instead of the pad. I have one of these from Logitech.
Do not install the driver software. Just plug it in and go.
-
I installed 2D tools (thanks TIG) on my OS X SketchUp Pro trial version but I can't get dashed lines to stay dashed.
I select dashed line style, draw the 2D line (and it looks dashed) but as soon as I double-click to end the line, the line is laid down as solid.
What am I missing?
-
@amsketcher said:
I installed 2D tools (thanks TIG) on my OS X SketchUp Pro trial version but I can't get dashed lines to stay dashed.
I select dashed line style, draw the 2D line (and it looks dashed) but as soon as I double-click to end the line, the line is laid down as solid.
What am I missing?Red the instructions again...
Just draw some lines [just make any old lines or curves will do but not guide/clines] - this can be 2Dlines OR standard lines.
NOW you activate the 2D LineStyle tool.
The Status Bar tells you the current settings and other instructions.
Right-click in open-space to get the dialog and set the width/pattern/color as desired.
Now pick on the lines you want 'Styling' they will change to your settings.If a line has no face or two coplanar faces the patterned 'line' is centered on the original.
If a line has one face the patterned 'line' is aligned to the side so it is wholly on the face.
If a line has two non-coplanar faces the patterned 'line' is aligned to one side of it so it is wholly on the face that is most squarely facing the camera - this allows you to 'style' the edges of a cube in 3d...Later you can Select some 'Styled' lines and right-click context-menu and 'Edit' them - a similar dialog appears and you can change width/pattern/color as desired and they will update.
-
@amsketcher said:
I installed 2D tools (thanks TIG) on my OS X SketchUp Pro trial version but I can't get dashed lines to stay dashed.
I select dashed line style, draw the 2D line (and it looks dashed) but as soon as I double-click to end the line, the line is laid down as solid.
What am I missing?
If what you're trying to do is draw thing as construction lines, it doesn't work on the Mac.
Here are some tools that will let you use clines on the Mac.
You need to replace the original tools inside the 2DTools folder by these (make backups of the originals!). They are however based on version 4.6 of TIG's tools, but they work fine as far as I know. I don't know of any core modifications done between version 4.6 and 5.0 of these tools and I haven't checked the script to make sure, but it shouldn't be an issue. For Mac users they give you access to all options. For PC users you don't need them (I don't know how the modifier behave, and haven't checked).
Advertisement