sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    Urasik Extensions | Lots of new extensions to check out Learn More

    Move, Rotate and Scale on right click Menu

    Scheduled Pinned Locked Moved Newbie Forum
    sketchup
    3 Posts 2 Posters 366 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • broomstickB Offline
      broomstick
      last edited by

      Hi, I am posting a question to plugin developers: would it be difficult to have the three main tools, MOVE - ROTATE - SCALE, as selectable commands in the right click menu?

      Is there already a plugin that does so?

      I would find it useful for my workflow (I know there are shortcuts and stuff, but sometimes I can't use my left hand and clicking on the buttons slows me down).

      I hope to have some answers πŸ˜‰

      1 Reply Last reply Reply Quote 0
      • TIGT Online
        TIG Moderator
        last edited by

        This code adds Move/Scale/Rotate to the context-menu if something is selected.
        The code is very simple and can be adjusted as desired...

        require('sketchup.rb')
        unless file_loaded?(__FILE__)
        	UI.add_context_menu_handler{|menu|
        		if Sketchup.active_model.selection[0]
        			menu.add_item('Move...'){Sketchup.send_action("selectMoveTool;")}
        			menu.add_item('Scale...'){Sketchup.send_action("selectScaleTool;")}
        			menu.add_item('Rotate...'){Sketchup.send_action("selectRotateTool;")}
        		end
        	}
        end
        file_loaded(__FILE__)
        

        Put the rb file into your Plugins folder and restart Sketchup to see the additional commands in the context-menu...


        #MSR.rb

        TIG

        1 Reply Last reply Reply Quote 0
        • broomstickB Offline
          broomstick
          last edited by

          😍 😍 😍

          Thank you so much πŸ˜„

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better πŸ’—

          Register Login
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement