[Plugin] Simple Scale Tool Handles v1.2 7-25-2011
-
i'm having a problem using this tool. when i click either of the two toolbars button, the default scaling handles remain. they never change to the simple scale tool what should i do?
-
@rock1 said:
i'm having a problem using this tool. when i click either of the two toolbars button, the default scaling handles remain. they never change to the simple scale tool what should i do?
Do you have a group or component, in your drawing, for the plugin to modify? You can give it a try under the plugins menu, but no one else has reported a problem with the toolbar?
-
@kyyu said:
@rock1 said:
i'm having a problem using this tool. when i click either of the two toolbars button, the default scaling handles remain. they never change to the simple scale tool what should i do?
Do you have a group or component, in your drawing, for the plugin to modify? You can give it a try under the plugins menu, but no one else has reported a problem with the toolbar?
I did this for group, i even tried from the plugin drop down menu, i select the simple option but the default handles remain
-
Sounds like pilot error. After clicking on the toolbar icon, click on one of the scale handles and they'll change as set by the plugin.
-
@dave r said:
Sounds like pilot error. After clicking on the toolbar icon, click on one of the scale handles and they'll change as set by the plugin.
i select a box [which is a group], press "s", then click the 1st button of toolbar. nothing happens
if i select the box, then click the button, it doesn't get pressed at all
-
@rock1 said:
i select a box [which is a group], press "s", then click the 1st button of toolbar. nothing happens
Because the scale tool does not know to update it's handles drawing. You have to force it to redraw. Either by selecting a handle, like Dave R, suggested. Or by reselecting the group. Deselect by pressing [Esc]key or right clicking on an empty spot on the screen. And reselect the group.
@rock1 said:
if i select the box, then click the button, it doesn't get pressed at all
The button doesn't depress for selection. If there is nothing selected, then all active group/components are processed and the button is depressed as an indicator that every thing was processed.
-
@rock1 said:
@dave r said:
Sounds like pilot error. After clicking on the toolbar icon, click on one of the scale handles and they'll change as set by the plugin.
i select a box [which is a group], press "s", then click the 1st button of toolbar. nothing happens
if i select the box, then click the button, it doesn't get pressed at all
Too bad you didn't read what I wrote.
Thank you, Kyyu
-
Nice one kwok thank you!
Mark and Trish -
don't work at all,it's just empty icons
-
@sicksickisck said:
don't work at all,it's just empty icons
Sounds like you didn't install it correctly. Most likely you didn't preserve the folder structure.
Have a look at this utility plugin that will make it easier to install plugin correctly: http://forums.sketchucation.com/viewtopic.php?t=42315
Also have a look at this tutorial on installing plugins: http://www.thomthom.net/thoughts/2012/01/installing-plugins-for-google-sketchup/
-
Is it possible to have simple scale handles as default behavior for scale tool ?
-
@tboy said:
Is it possible to have simple scale handles as default behavior for scale tool ?
Set up a keyboard shortcut to activate this tool instead of the default Scale tool. S is the default keyboard shortcut for the native Scale tool. Change it to activate this tool instead.
-
Just for info, FredoScale does this reduction of handle automatically depending on the 'apparent' dimensions along the axes. If you manipulate a thin plate, you'll get one handle, but if you zoom, you will end up by getting 3 as in the native Scale Tool.
Fredo
-
Fredo I had never noticed that. As I'm used to being afraid of Scale tool handles I thought it was better zooming in with yours too... Mindless zooming in and out! Your tools seem to surprise me at every corner with such elaborate features!
-
@fredo6
FredoScale "Box stretching" is most useful in planar editing I think. Default scale tool may modify size in view direction (invisible in 2d view), that's why I wish to replace the default scale tool handles.
Your work is amazing fredo6...What I really miss in Skethup is some kind of property window or something - showing and modifying real x, y, z size of selected object/s (or/and any kind of selection) in users units. I wander why it is not done yet. I know I can enter exact values with scale tool, but this is NOT a natural way for size editing.
You can do it fredo6. -
@tboy said:
What I really miss in Skethup is some kind of property window or something - showing and modifying real x, y, z size of selected object/s (or/and any kind of selection) in users units. I wander why it is not done yet. I know I can enter exact values with scale tool, but this is NOT a natural way for size editing.
You can do it fredo6.I think you can press TAB when the mouse is over a handle and you'll get a dialog box to enter the size.
Fredo
-
@fredo6 said:
I think you can press TAB when the mouse is over a handle...
FredoYes, something like this but...
too much clicks to obtain a simple size change.
I started a new topic here:
http://sketchucation.com/forums/viewtopic.php?f=10%26amp;t=64170
Please see it. -
ky, where can I find explanation of those numeric equivalents of the commands you use in this and other scripts?
Thanks for Simple scale handles, it is always ON with "120 mask" in my files. -
use this in the console to find out the integers (also below are some you can use)
@s=Sketchup.active_model.selection;@d=@m.definitions;@s[0].definition.behavior.no_scale_mask = 127 ; Sketchup.send_action('selectScaleTool;')
ALL VISIBLE = 000000 = 0
NO RED = 0000001 = 1
NO GREEN = 0000010 = 2
NO BLUE = 0000100 = 4
NO FREE DEFORM = 0111000 = 56
CORNERS ONLY = 0111111 = 63
NO HANDLES = 1111111 = 127
ONLY AXES = 1110000 = 120 -
Thank you CadFather. So answer of my question is: anyone can extract these and others using console? Any additional explanations for integers? I'm just curious.
(Error: #<NoMethodError: undefined method `definitions' for nil:NilClass>)Please, tell me what to do to activate 'Simple scale handles' automatically for every file permanently?
P.S. My next question will be: Why size of objects is so difficult to extract and show in some kind of info panel, this is strange, too strange.
Advertisement