Announcement

Collapse
No announcement yet.

Centering the Pivot - Maxscript?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    after you've dragged it in it shows up in customize ui as category 'Drag and Drop'.. from there you can add it to your quad menu (You might want to right click on the toolbar button, edit script, and see which Drag and Drop # the script is though to make it easier)
    Dave Buchhofer. // Vsaiwrk

    Comment


    • #17
      Originally posted by dbuchhofer
      after you've dragged it in it shows up in customize ui as category 'Drag and Drop'.. from there you can add it to your quad menu (You might want to right click on the toolbar button, edit script, and see which Drag and Drop # the script is though to make it easier)
      awesome

      Comment


      • #18
        i'm loving centerpivot on my quadmenu, woohoo

        Comment


        • #19
          ok, and now the shortcut for "bridge" in polymode please.
          Jonas

          www.jonas-balzer.de
          www.shack.de

          Comment


          • #20
            Tsk tsk Jonny

            1. Customize Menu
            2. customize user interface
            3. change "group" to edit poly
            4. click on bridge and set to key required or assign to quadmenu

            Comment


            • #21
              ah. you've try'd it?

              for me it dind't work.
              Jonas

              www.jonas-balzer.de
              www.shack.de

              Comment


              • #22
                hahah no.. one sec let me test it

                Comment


                • #23
                  hmm its acting stupid.

                  will work on it tomorrow.. there must be a way to make it work.

                  Comment


                  • #24
                    hehehe

                    btw. for me, its one of the most importend tool in max.
                    and wan't work with shortcut.

                    edit:

                    ok, i've reached that i'v got the bridge settings on pressing the hotkey, or bridge is selected, and i can bridge the faces by clicking them. but i want select two faces, push (B), and there're connected.
                    Jonas

                    www.jonas-balzer.de
                    www.shack.de

                    Comment


                    • #25
                      errr.... can I join in the maxscript request queue.
                      I would like to the pivot point to centre on the origin.
                      Useful for stairs when creating arrays.

                      Geoff
                      www.EeDesign.co.uk

                      Comment


                      • #26
                        Originally posted by geoff
                        errr.... can I join in the maxscript request queue.
                        I would like to the pivot point to centre on the origin.
                        Useful for stairs when creating arrays.

                        Geoff
                        $.pivot = [0,0,0]

                        replace the 0,0,0 with whatever coordinates you want.

                        Comment


                        • #27
                          thanks joconnell
                          very usefull.

                          geoff
                          www.EeDesign.co.uk

                          Comment

                          Working...
                          X