sketchucation logo sketchucation
    • 登入
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

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

    已排程 已置頂 已鎖定 已移動 Plugins
    368 貼文 150 Posters 2.0m 瀏覽 150 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • D 離線
      Daniel S
      最後由 編輯

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


      Icons for Mac2.zip

      1 條回覆 最後回覆 回覆 引用 0
      • jeff hammondJ 離線
        jeff hammond
        最後由 編輯

        [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 條回覆 最後回覆 回覆 引用 0
        • urgenU 離線
          urgen
          最後由 編輯

          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 條回覆 最後回覆 回覆 引用 0
          • fredo6F 離線
            fredo6
            最後由 編輯

            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 條回覆 最後回覆 回覆 引用 0
            • PixeroP 離線
              Pixero
              最後由 編輯

              There is a bug in the latest version there should be a ] in this line:
              menu.add_item(Traductor[DLG_MnuRedo]) { JointPushPull.redo }

              1 條回覆 最後回覆 回覆 引用 0
              • fredo6F 離線
                fredo6
                最後由 編輯

                Oops...!!
                Updated with correct code in Ruby repository

                Fredo

                1 條回覆 最後回覆 回覆 引用 0
                • boofredlayB 離線
                  boofredlay
                  最後由 編輯

                  @unknownuser said:

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

                  The generated contour is not welded correct.
                  The original is however. I did another test after installing the latest and I get conflicting results. The top ellipse is broken into 2 welded curves that do not correspond the the new JPP created. The bottom ellipse stays completely intact.
                  See images.
                  Again, thanks for this script.


                  Top1.jpg


                  Top2.jpg


                  Bottom.jpg

                  http://www.coroflot.com/boofredlay

                  1 條回覆 最後回覆 回覆 引用 0
                  • fredo6F 離線
                    fredo6
                    最後由 編輯

                    Coen

                    If you scale uniformly a surface, it will never match the original (think of a sphere for instance). However, this is somehow an approximate way to offset its contour, while preserving the overall shape of the surface.

                    With the first method (only offset the borders), you just use the shape of the outer borders and ignore the ones which are inside. So if you offset by a large distance, you will certainly 'dilute' the shape of the surface.

                    Both methods have their own benefits and drawbacks, and both can be implemented via a script.

                    That's what I meant.

                    Fredo

                    1 條回覆 最後回覆 回覆 引用 0
                    • X 離線
                      xrok1
                      最後由 編輯

                      where is this offset tool?????

                      “There are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

                      http://www.Twilightrender.com try it!

                      1 條回覆 最後回覆 回覆 引用 0
                      • F 離線
                        Fletch
                        最後由 編輯

                        beautiful, Fredo... simply fantastic. Thank you so much for your generosity in sharing!

                        Fletch
                        Twilight Render Cross-platform Plugin for SketchUp on PC or Mac

                        1 條回覆 最後回覆 回覆 引用 0
                        • M 離線
                          mateo soletic
                          最後由 編輯

                          Thanks for a great script.

                          [Concept Illustrations](http://concept-illustrations.com/)

                          1 條回覆 最後回覆 回覆 引用 0
                          • urgenU 離線
                            urgen
                            最後由 編輯

                            ...Here I have applied this script, very pleasant in work.... Thanks once again! 👍


                            cup1.jpg

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

                            1 條回覆 最後回覆 回覆 引用 0
                            • erikBE 離線
                              erikB
                              最後由 編輯

                              Thanks fredo for this wonderfull new tool. Works like a charme 😍 and with the use of the icons it seems like if they have always been part of the original program. GREAT scripting !!!
                              erikB

                              1 條回覆 最後回覆 回覆 引用 0
                              • ToboboT 離線
                                Tobobo
                                最後由 編輯

                                WOW!!

                                All my SU life i've been waiting for this!

                                Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You Thank You

                                Toby

                                Philippians 4:13

                                I can do everything through him who gives me strength.

                                1 條回覆 最後回覆 回覆 引用 0
                                • jim smithJ 離線
                                  jim smith
                                  最後由 編輯

                                  I must add by belated THANKS!!! Fredo for this super, great, etc. tool. As usual, I am a bit late finding such gems, but glad I found it now since next week I will be working on a curvy building project that will now be much easier to model.

                                  Glad to "bump" this file up to the top of the list so maybe more late comers can find it.

                                  Spectacular job - again - many thanks

                                  "Out of clutter find simplicity,
                                  from discord find harmony,
                                  In the middle of difficulty lies opportunity"
                                  Albert Einstein

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • sk.lionS 離線
                                    sk.lion
                                    最後由 編輯

                                    Awsome, yet another great tool for creating things like stairs. And the ofset tool for the curved surfaces would be great too.

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • B 離線
                                      Bryden
                                      最後由 編輯

                                      Great tool 👍 👍 the normal push pull reminds me of the extrude tool in Wings 3d which i've always liked.

                                      http:img7.imageshack.usimg78487googlesketchupuserbarzh3.jpg

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • ToboboT 離線
                                        Tobobo
                                        最後由 編輯

                                        I have just used this Ruby to create a lavender hedge on to of contour grass mounds.

                                        It has saved me days (well maybe hours) in time.

                                        View0004.jpg

                                        View0005.jpg

                                        Thanks Mate

                                        Toby

                                        Toby

                                        Philippians 4:13

                                        I can do everything through him who gives me strength.

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • ely862meE 離線
                                          ely862me
                                          最後由 編輯

                                          wooooow, i want that offset tool :-O,it s a very usefull tool,until this i have to do the contour by hand on curved surfaces. U*re the man!!!

                                          UPDATE After searching i realised that isn t done yet,but i ll wait for it 😒 😄 😆

                                          Elisei (sketchupper)


                                          Before no life was done on Earth it was THE LIFE ITSELF...GOD
                                          Come and See EliseiDesign

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • T 離線
                                            thinkbuild
                                            最後由 編輯

                                            Cher M. Fred,

                                            Your script is awesome. But, I've installed it but it seems to be crashing everytime on my mac. Not sure what I am doing wrong. I got the old version to work fine. This new one - 20 Feb 2008 - loads, icons are crisp and beautiful. I select a face, pull it out - even just one face - and then, progress bar pops, looks nice ... freeze ... pause - su disappears. ;(

                                            Has anyone else seen this? I am running su pro 6/ mac leopard/ intel 2.4mhz/ 3GB ram .... ? What to do?
                                            Perhaps it is my installation ... ?

                                            Happy for any advice.

                                            Merci bien en avance et best from Berlin,

                                            Jason

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 18
                                            • 19
                                            • 2 / 19
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement