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

Joint Push Pull Classic (Old version) - v2.2a - 26 Apr 17

Scheduled Pinned Locked Moved Plugins
363 Posts 149 Posters 2.0m Views
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.
  • F Offline
    fredo6
    last edited by 23 Feb 2008, 16:57

    @daniel s said:

    Totally Amazing!!
    How can i set for default for Joint, Vector and Normal Push pull in the finishing options "thickening" instead "erase original faces"?? it´s easy with the TAB or F5 keys... but when i restart SketchUp i have to set my defaults again.

    Edit the rb file, line 334, and change @option_finishing = 'D' to @option_finishing = 'K'

    @daniel s said:

    PS. It´s possible to make the plugin work like the SketchUp push/pull? I mean... now you must select at least one face before running the plugin... and after doing the PP you have to select the icon again to PP another face....

    This would only work in single-face push pull (but there would be no difference compared to the Sketchup tool). Because you need to be multi-face, you have to select the faces first. Remember that 2 successive JPP may not be equivalent to a single one on the total set of faces!

    1 Reply Last reply Reply Quote 0
    • J Offline
      jeff hammond
      last edited by 23 Feb 2008, 17:47

      that's great.. i like the feel much better than the first one.. it's faster and more intuitive for me..

      a couple of the tool bar icons are showing up blurry.. any idea why?

      Picture 2.jpg

      dotdotdot

      1 Reply Last reply Reply Quote 0
      • D Offline
        Daniel S
        last edited by 23 Feb 2008, 19:10

        @unknownuser said:

        Edit the rb file, line 334, and change @option_finishing = 'D' to @option_finishing = 'K'

        Thank you! it´s working like i wanted!

        @unknownuser said:

        This would only work in single-face push pull (but there would be no difference compared to the Sketchup tool). Because you need to be multi-face, you have to select the faces first. Remember that 2 successive JPP may not be equivalent to a single one on the total set of faces!

        i understand... the problem is single-face or multi-face...
        it´s like the SketchUp push/pull vs your normal push/pull.
        In theory is better your normal push/pull because you can extrude single and multi faces... but the SU push/pull is faster... because it auto-selects faces on hover instead having to select faces first. Of course that are used in different situations but i think that you understand what i try to say.
        SketchUp has a lot of problems with curves faces (including no offset) ... This is one of the features that i was waiting for SU7... use the SU push/pull for curved faces... that is exactly your JPP for single faces.
        I attach a video example of what i´m trying to say...

        Daniel S


        PP vs JPP video.zip


        Other problem with curved faces.. you cannot offset

        1 Reply Last reply Reply Quote 0
        • W Offline
          Whaat
          last edited by 23 Feb 2008, 20:41

          I am really impressed by this script! Outstanding work!

          SketchUp Plugins for Professionals

          1 Reply Last reply Reply Quote 0
          • J Offline
            JClements
            last edited by 24 Feb 2008, 00:57

            As mentioned by others, this really is an incredibly well thought out/well executed/all inclusive/well documented script. Thank you for your superb effort, Fredo

            ===============================================

            Curved Offset.

            Yes, I was hoping there would be a way to use a combination of the existing JPP options to trick it into producing a "multi-facet"-offset.

            ===============================================

            There is a small typo. There is a right-parenthesis following "Thickening" in the Create Border Faces drop-down list.

            ===============================================

            "The editor makes full usage of the Sketchup inference mechanism so that you can
            visually adjust the distance by reference to a particular point in your model, as in most
            Sketchup tools. However, when you drag, you may want to skip some inferences. For
            this, just keep the SHIFT key pressed down, while dragging faces."

            For me, keeping the SHIFT key depressed doesn't appear to do anything. The black triangle at the cursor seems to be inferencing to other geometry. Perhaps I am misinterpreting its usage?

            John | Illustrator | Beaverton, Oregon

            1 Reply Last reply Reply Quote 0
            • B Offline
              bellwells
              last edited by 24 Feb 2008, 01:28

              Fredo, this is a SIGNIFICANT improvement over the last version. What a tremendously useful tool. Thank you very much!!

              Ron

              1 Reply Last reply Reply Quote 0
              • B Offline
                boofredlay
                last edited by 24 Feb 2008, 06:19

                Brilliant new interface, thanks. 😍

                http://www.coroflot.com/boofredlay

                1 Reply Last reply Reply Quote 0
                • B Offline
                  boofredlay
                  last edited by 24 Feb 2008, 06:31

                  Is it possible for this script to explode the curve after it is run? Or at least segment it into parts. It would cut down on a step if you are trying to erase lines for a cleaner face. See image.


                  ExplodeCurve.jpg

                  http://www.coroflot.com/boofredlay

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    Gaieus
                    last edited by 24 Feb 2008, 06:53

                    @unknownuser said:

                    ...I also very much want to see an offset tool for curved surfaces.
                    Can it be done?

                    Well, to me this is practically theoffset tool for curved surfaces. Or am I missing something?

                    Gai...

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      solo
                      last edited by 24 Feb 2008, 12:35

                      Thank you so very much for this amazing plugin.

                      This is another step towards SU being able one day to model organic shapes with ease.

                      The idea of an offset tool for curved surfaces would be fantastic.

                      We have so many talented coders here that I believe Google is sitting back watching how SU is upgrading itself without much input from them as the users have given this amazing app a life of it's own.

                      OT: Now if only we can get some uber geek help on the texture mapping thing.

                      http://www.solos-art.com

                      If you see a toilet in your dreams do not use it.

                      1 Reply Last reply Reply Quote 0
                      • F Offline
                        fredo6
                        last edited by 24 Feb 2008, 17:35

                        @unknownuser said:

                        Is it possible for this script to explode the curve after it is run? Or at least segment it into parts. It would cut down on a step if you are trying to erase lines for a cleaner face. See image.

                        I put precisely some code to keep curves on the original surface (to be as less destructive as possible). Note however that the generated corresponding contour is not welded as a curve. Is it the situation you have?

                        1 Reply Last reply Reply Quote 0
                        • F Offline
                          fredo6
                          last edited by 24 Feb 2008, 17:42

                          @unknownuser said:

                          that's great.. i like the feel much better than the first one.. it's faster and more intuitive for me..

                          a couple of the tool bar icons are showing up blurry.. any idea why?

                          I guess you are on Mac.
                          No idea of what happens with the PNG files, especially because only 2 of them appears in the 'fog'. They all come from the same source (thanks to Daniel S. who designed them). One idea, make sure you got all 5 icons of the latest version (they are all 24 x 24). The two I designed and published in the initial version were 32x32.

                          1 Reply Last reply Reply Quote 0
                          • F Offline
                            fredo6
                            last edited by 24 Feb 2008, 17:45

                            On offset tool for curved surfaces:

                            I am not totally clear on what several of you are targeting. Personally, I see 2 categories of such surface offset tool:

                            1. Only offsets the external border edges of the surface. This means for instance that all interior faces are left untouched. This does not exist in native Sketchup but can easily be done by a script. Actually the faces are just there to give the overall contour the planes for offsetting and the direction interior / exterior.
                              First method - Offset only the border contour

                            2. Deform continuously all faces of the model to accommodate the offset of the contour. In such a case, I think it would always change (even slightly) the shape of the overall surface. The best is probably to Scale the surface in all directions, and then move it to the closest position to fit the original surface. This can also easily be automated by a script.
                              Second method - Scale up the whole surface and try to fit to the original surface

                            Maybe I lack imagination and there are other forms of surface offset someone would think of!?

                            1 Reply Last reply Reply Quote 0
                            • F Offline
                              fredo6
                              last edited by 24 Feb 2008, 18:00

                              @jclements said:

                              "The editor makes full usage of the Sketchup inference mechanism so that you can
                              visually adjust the distance by reference to a particular point in your model, as in most
                              Sketchup tools. However, when you drag, you may want to skip some inferences. For
                              this, just keep the SHIFT key pressed down, while dragging faces."

                              For me, keeping the SHIFT key depressed doesn't appear to do anything. The black triangle at the cursor seems to be inferencing to other geometry. Perhaps I am misinterpreting its usage?

                              The black triangle will seem to 'block' on other geometry, but it position will be ignored when you drag the faces. So inference is skipped 'geometrically', but I did not find a way to skip it 'visually'. Hope this answers your question.

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                Daniel S
                                last edited by 24 Feb 2008, 19:42

                                About the icons.. i made the two that are blurry on mac on a different day.. so perhaps i export the icons with different settings...
                                Jeff here i attach the two icons again... tell me if this fixes the problem (i don´t have a Mac for testing).

                                And about the offset the best method for me will be option nº 1: Only offsets the external border edges of the surface.

                                Daniel S


                                Icons for Mac.zip


                                offset.skp


                                offset.jpg

                                1 Reply Last reply Reply Quote 0
                                • U Offline
                                  urs0815
                                  last edited by 24 Feb 2008, 20:25

                                  hallo Daniel,

                                  I´ve tested the 2 icons on my mac -> same problem as before 😕

                                  but the icon of the very first edition of jpp were OK, so we can use them 😉

                                  urs

                                  1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    Daniel S
                                    last edited by 24 Feb 2008, 20:37

                                    Here i made them with other settings... try this ones please


                                    Icons for Mac2.zip

                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      jeff hammond
                                      last edited by 24 Feb 2008, 20:39

                                      [EDIT] daniel posted the latest update while i was typing this reply.. iconsformac2 are correct..

                                      i switched to the first icons and they worked ok..

                                      Picture 1.jpg

                                      the new pngs display as sharp in all other apps except sketchup.. i compared the blurry ones against the sharp ones in PS and found the image sizes are different.. i changed the blurry J & V files to the following size..

                                      Picture 3.jpg

                                      ..and now the new icons look ok..
                                      Picture 4.jpg

                                      it's a strange thing to me because the new icons are all 24x24 px.. it's just the resolution and wxh are set different but i would have thought they would display on a monitor according to the pixel size alone..
                                      fwiw - the blurry icons are set to 24 x 24 px... .08 x .08 inches .... resolution 299.974..

                                      dotdotdot

                                      1 Reply Last reply Reply Quote 0
                                      • urgenU Offline
                                        urgen
                                        last edited by 24 Feb 2008, 22:33

                                        M-m-m-many thanks to Fredo6 ! very conveniently! 😍 ...
                                        ...and let's write it in the end in "jointpushpull.rb" :
                                        #------------------------------------------------------
                                        UI.add_context_menu_handler do |menu|
                                        menu.add_separator
                                        menu.add_item("Joint Push Pull ") { JointPushPull.execute 'J' }
                                        menu.add_item("Vector Push Pull ") { JointPushPull.execute 'V' }
                                        menu.add_item("Normal Push Pull ") { JointPushPull.execute 'N' }
                                        menu.add_item("Undo") { JointPushPull.undo }
                                        menu.add_item("Redo") { JointPushPull.redo }
                                        end
                                        #--------------------------------------------------------------

                                         ....right click mouse we select the  face and activate skript board Simultaneously :stuck_out_tongue: ...Process of drawing will be faster! :tada:
                                        

                                        --pupil forever...------

                                        1 Reply Last reply Reply Quote 0
                                        • F Offline
                                          fredo6
                                          last edited by 25 Feb 2008, 08:49

                                          Urgen,

                                          Very good idea and quite natural in Sketchup.
                                          I updated the files in the script repository (also with non blurry icons).
                                          http://www.sketchucation.com/forums/scf/viewtopic.php?f=153&t=6708&p=42783#p42783

                                          Thanks

                                          Fredo

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 18
                                          • 19
                                          • 1 / 19
                                          1 / 19
                                          • First post
                                            14/363
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement