• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Native tool CREATE FACE

Scheduled Pinned Locked Moved SketchUp Feature Requests
sketchup
12 Posts 4 Posters 1.3k Views 4 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.
  • M Offline
    mitcorb
    last edited by 7 Apr 2009, 16:43

    Well...
    Learning Ruby code is one of those things on a long to do list after modeling, rendering, laundry, lawn work, and other such irrelevant activities and not necessarily in that order, because some of these seem to take priority--and maybe you know which ones I mean.

    I take the slow, deliberate approach in my aimless wandering.

    1 Reply Last reply Reply Quote 0
    • P Offline
      perk
      last edited by 7 Apr 2009, 17:46

      I created a shortcut for it "Ctrl + C" I think it is even faster then if it were in the right context menu.

      1 Reply Last reply Reply Quote 0
      • M Offline
        mitcorb
        last edited by 7 Apr 2009, 19:27

        @perk:
        was that before Bill Gates created his shortcut?

        I take the slow, deliberate approach in my aimless wandering.

        1 Reply Last reply Reply Quote 0
        • P Offline
          perk
          last edited by 7 Apr 2009, 21:08

          Sorry I wasn't paying much attention while typing. What I meant was "Shift + C"

          1 Reply Last reply Reply Quote 0
          • G Offline
            Gaieus
            last edited by 8 Apr 2009, 08:42

            @mitcorb said:

            @perk:
            was that before Bill Gates created his shortcut?

            🤣

            Gai...

            1 Reply Last reply Reply Quote 0
            • M Offline
              mitcorb
              last edited by 9 Apr 2009, 11:26

              @perk:
              Sorry for the delay in responding. Thanks for your suggestion.
              I do not know how to assign multiple keystrokes for shortcuts. And I do not use ruby language interface.

              I take the slow, deliberate approach in my aimless wandering.

              1 Reply Last reply Reply Quote 0
              • P Offline
                perk
                last edited by 9 Apr 2009, 18:58

                Mitcorb

                You could assign it anything you like. Shift + C is just my choice. To change your shortcuts go to window preferences shortcuts. To make it multiple keys you simple hold down the shift key while pressing the other desired key.

                1 Reply Last reply Reply Quote 0
                • G Offline
                  Gaieus
                  last edited by 9 Apr 2009, 19:13

                  Hi Tim,

                  In (Window - or Skethup on Mac - menu) Preferences > Shortcuts you can easily assign a keystroke to anything that appears anywhere in the SU menu system. Taking the make faces function as an example, see my screenshot:

                  ShortCut.png

                  1. Navigate to the panel and choose the shortcuts tab
                  2. start typing the name of the tool you want to find - the characters "cre" (for create) have already spotted it for me.
                  3. select it, click into the field where you have to enter the shortcut (just use the keys you would when using it - like Alt and C here)
                  4. press the + sign to add the shortcut (it will appear below as an already assigned shortcut)
                  5. OK and you are done.
                    As for the ruby thing, under the Plugins folder of your SU app, there is a "Utilities" subbfolder with a single rb file called "utilitiestools". This is the one we are talking about.

                  Since it's a simple text file, you can open it in a text editor like Notepad (never a word procesor like MS Word!). At the bottom, you would find this:

                  #----------------------------------------------------------------------------
                  # Add things to the Utilities menu
                  if( not $utilities_menu_loaded )
                      add_separator_to_menu("Tools")
                      utilities_menu = UI.menu("Tools").add_submenu($uStrings.GetString("Utilities"))
                  
                      utilities_menu.add_item($uStrings.GetString("Create Face")) { create_face_from_selection }
                      utilities_menu.add_item($uStrings.GetString("Query Tool")) { Sketchup.active_model.select_tool TrackMouseTool.new }
                      #utilities_menu.add_item($uStrings.GetString("Fix Non-planar Faces")) { Sketchup.send_action "fixNonPlanarFaces;" }
                  
                      $utilities_menu_loaded = true
                  end
                  
                  

                  I'm not saying that you should start editing it and find out how to get it to work from the context menu (I couldn't do it either of course) but I'm sure that there would be takers who'd do it for you.

                  Gai...

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mitcorb
                    last edited by 10 Apr 2009, 14:21

                    Whoa:
                    Thanks, guys.
                    I wasn't expecting much attention to this thread.
                    It is greatly appreciated.

                    I take the slow, deliberate approach in my aimless wandering.

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      Gaieus
                      last edited by 11 Apr 2009, 14:59

                      Well, after we'd suffered a while to get you properly in to the forums, I thought you would like to feel that it was worth the effort.
                      😄

                      Gai...

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      1 / 1
                      • First post
                        12/12
                        Last post
                      Buy SketchPlus
                      Buy SUbD
                      Buy WrapR
                      Buy eBook
                      Buy Modelur
                      Buy Vertex Tools
                      Buy SketchCuisine
                      Buy FormFonts

                      Advertisement