sketchucation logo sketchucation
    • Login
    1. Home
    2. TBoy
    3. Posts
    πŸ›£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 96
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Size editing ?

      Thank you Sahy !

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: Size editing ?

      @pbacot There is a plugin "Mastab", now renamed to "Resize" by Sahy - it can extract size information. >>> http://sketchucation.com/forums/viewtopic.php?p=81800#p81800

      Even an info window that can stay visible and update on selection change will be helpful.(If re-sizing this way is problematic)

      2.jpg

      (Or maybe as Onscreen info text, or tool-tip ???)
      The idea is to have visual information about sizes.

      Is it possible ?

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: Size editing ?

      Maybe my habits from Acad (ACA) make me think in this direction. Someone likes this way. Even I, although I hate typing. I prefer mouse control for everything, but exact sizes needs typing, and better way is to have sizes visible (when you need or allways for some kind of jobs).

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: Size editing ?

      As I remember origin is predefined in bounding box (can be changed at any position).
      I have another version of the above script where it is possible to change the origin in XY plane.
      5.jpg
      Image is from different script - but controls are same.
      Adding Z is possible too but too messy to represent with buttons.
      I'm not a programmer, just learned maxscript - it is well documented. I feel too old to began learning Ruby now, but I see you use similar controls and BBox orientation for scaling in FredoScale.

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: Size editing ?

      In the example script you don't need "hit s, pull one corner, let go of mouse"
      even "enter" as it is interactive (maxscript allow interactivity).
      Common Box, this is not the main question, you now. I'm talking about more natural way to edit, or if not natural let say more standard, compared to other 3d programs, or more obvious, and yes - faster.

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: Size editing ?

      Yes, I can. Question is for better way to resize. Count the clicks, zooming and panning for each...

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: [Plugin] Simple Scale Tool Handles v1.2 7-25-2011

      @fredo6 said:

      I think you can press TAB when the mouse is over a handle...
      Fredo

      Yes, 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.

      posted in Plugins
      T
      TBoy
    • Size editing ?

      Long time ago I made a 3dsMax script for Size editing.
      X, Y, Z spinners are interactive. When selection is changed, X, Y, Z values are updated immediately. When value is changed by spinner - geometry is updated immediately.
      Next to them is a button for Uniform/NonUniform mode, Last one (with "G" on it) is for editing inside a group or to whole group.
      It always shows (and modify) the exact size of objects, no matter what kind of rotation or scale was applied before.
      ScreenshotScriptspotCom.jpg
      Is it possible to have something similar for SketchUp ?

      posted in SketchUp Feature Requests sketchup
      T
      TBoy
    • RE: [Plugin] Simple Scale Tool Handles v1.2 7-25-2011

      @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.

      posted in Plugins
      T
      TBoy
    • RE: [Plugin][$] Profile Builder 2

      @tboy said:

      When I open library folder, only last row of profiles can be selected, no matter how long is the table of thumbnails-only last row. Anybody to tell me how to resolve this ?
      Trial version installed on 64 bit Windows8.1, same on Windows 10-64 bit.

      Hellow whaat,
      I found the reason - I was testing on some kind of portable version of SkethcUp.
      In installed Sketchup everything is OK.
      As a new user I'm testing a lot of plugins. ProfileBuilder2 is one of the best (possibly most useful). Professionally made, adding additional functionality to SketchUp. Congratulations for your work.

      posted in Plugins
      T
      TBoy
    • RE: [Plugin] Simple Scale Tool Handles v1.2 7-25-2011

      Is it possible to have simple scale handles as default behavior for scale tool ?

      posted in Plugins
      T
      TBoy
    • RE: [Plugin][$] Profile Builder 2

      When I open library folder, only last row of profiles can be selected, no matter how long is the table of thumbnails-only last row. Anybody to tell me how to resolve this ?
      Trial version installed on 64 bit Windows8.1, same on Windows 10-64 bit.

      posted in Plugins
      T
      TBoy
    • RE: Orbiting by thumb wheel

      cometric, I think this thumbweel is just a different design for button4 and button5, it is not "real wheel" so try to customize 4 & 5 buttons behavior.

      I have simple 5 button mouse + X-Mouse Button Control. Middle button scroll works for zoom in/out. Pressing middle button works as "Pan" in upper half of the sketchup window and as "Orbit" in lower half of the window.
      X-Mouse is excellent application.

      posted in SketchUp Feature Requests
      T
      TBoy
    • RE: Getting Component Size with Ruby

      @aibonewt said:

      @kaas said:

      Getting the size of an element with Ruby can be done with the boundingbox method.
      http://www.sketchup.com/intl/en/developer/docs/ourdoc/boundingbox

      Just get your box definition into a variable (for instance box_def) and use the methods
      box_def = Sketchup.active_model.definitions["Box"] bbox = box_def.bounds w = bbox.width (same for depth and height)

      This Bounding Box includes rotation, so X, Y , Z sizes are not object sizes.

      Is there a way to get exact sizes of objects (or groups,entities.. any kind of selection)according to local ("objects") or world coordinate system? (Sorry if my terminology is wrong).

      posted in Dynamic Components
      T
      TBoy
    • RE: Move and Select tools allways in context menu

      Obviously you don't smoke as much as I do.πŸ˜„

      After all day hard work, few hundred restarts of the program and lot of browsing and investigating available scripts - i have done this:


      MoveTool.rb

      require 'sketchup.rb'

      if( not file_loaded? "MoveTool.rb" )
      Sketchup.active_model.selection
      UI.add_context_menu_handler do |menu|
      menu.add_separator
      menu.add_item("Move tool"){Sketchup.send_action "selectMoveTool:"}
      menu.add_item("Select tool"){Sketchup.send_action "selectSelectionTool:"}
      end
      file_loaded "MoveTool.rb"
      end

      This is my first script and is working for now.

      posted in SketchUp Feature Requests
      T
      TBoy
    • Move and Select tools allways in context menu

      Is it possible to have "Select" and "Move" tool available always in right-click context menu ?

      posted in SketchUp Feature Requests sketchup
      T
      TBoy
    • 1 / 1