sketchucation logo sketchucation
    • Login
    โ„น๏ธ 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

    Scheduled Pinned Locked Moved Plugins
    368 Posts 150 Posters 2.0m Views 150 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.
    • K Offline
      kwistenbiebel
      last edited by

      Auto-who?

      1 Reply Last reply Reply Quote 0
      • T Offline
        thinkbuild
        last edited by

        Greetings everyone.

        Fred - Sorry! Your work is so wonderful, but, for some reason it seems to be systematically crashing my machine.
        The mac makes really nice crash logs in this case. FYI, the full log is attached (because I am not a jedi programmer, I cannot understand it!) but here is some of what it looks like:

        @unknownuser said:

        Exception Type: EXC_BAD_ACCESS (SIGABRT)
        Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000003
        Crashed Thread: 0

        Thread 0 Crashed:
        0 libSystem.B.dylib 0x96d930ea __kill + 10
        1 libSystem.B.dylib 0x96e0a3f2 raise + 26
        2 libSystem.B.dylib 0x96e199af abort + 73
        3 com.google.rubyframework 0x00b4be59 rb_check_type + 0
        4 com.google.rubyframework 0x00bcc71c sigpipe + 0

        ...

        Thread 3:
        0 libSystem.B.dylib 0x96d249e6 mach_msg_trap + 10
        1 libSystem.B.dylib 0x96d2c1dc mach_msg + 72
        2 com.apple.CoreFoundation 0x926270de CFRunLoopRunSpecific + 1806
        3 com.apple.CoreFoundation 0x92627d18 CFRunLoopRunInMode + 88
        4 com.apple.Foundation 0x90556ac0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
        5 com.apple.Foundation 0x904f35ad -[NSThread main] + 45
        6 com.apple.Foundation 0x904f3154 NSThread__main + 308
        7 libSystem.B.dylib 0x96d55c55 _pthread_start + 321
        8 libSystem.B.dylib 0x96d55b12 thread_start + 34

        ...

        Please note:

        • this is a reproducible crash situation, it happens every time with any jp operation;
        • I am running on an intel mac (See above);
        • the first (older version) of the plugin seems to run perfectly;

        Or perhaps, I am doing something wrong? My suspicion is that there is a conflict with another ruby I have?
        Are there any other mac users who have this problem?

        Hoping all are well and that this can somehow be identified!

        best to all from Berlin,

        thinkbuild


        thinkbuild-mac-joint-pull-crash-log.txt

        1 Reply Last reply Reply Quote 0
        • fredo6F Offline
          fredo6
          last edited by

          Unfortunately the log does not seem to tell anything on the Ruby script itself, but only on the way it is called from Sketchup.
          I don't really know what I can do as I don't have your platform at hand.
          At least, you can maybe explore the idea of a conflict with other scripts and see if it improves.
          Can you confirm it crashes the same even with a simple model with one rectangular face that you would would extrude with any of the 3 Push Pull tools?

          Then, I would need help from the Mac Community of Sketchup users!

          1 Reply Last reply Reply Quote 0
          • fredo6F Offline
            fredo6
            last edited by

            @fletch said:

            @ely862me said:

            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 ๐Ÿ˜’ ๐Ÿ˜„ ๐Ÿ˜†

            ely862me,
            what are you talking about? it's out... avail. and works quite well! download it from the ruby repository ๐Ÿ˜‰

            Well, the Offset on Surface tool will be published soon, I am just writing the doc.
            Not so easy actually as the variety of topologies in Sketchup is immense!
            Here is preview


            OffsetOnSurface Sample.jpg

            1 Reply Last reply Reply Quote 0
            • A Offline
              a4chitect
              last edited by

              fredo!!!!! you rule!
              ๐Ÿ˜‰

              please allow a question

              offset.png

              I know it's pretty intensive on the algorithm

              1 Reply Last reply Reply Quote 0
              • ely862meE Offline
                ely862me
                last edited by

                i knew that isn t done yet and i m waiting for it,is gonna be something very nice and usefull,and u are great guy with i biiig brain and u do and u ll do a lot of people very happy and to lot of them u ll give an easyer way to do their job.

                THX!!

                Elisei (sketchupper)


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

                1 Reply Last reply Reply Quote 0
                • fredo6F Offline
                  fredo6
                  last edited by

                  You need to simplify the generated contour with a simple method where you take 2 vertices in sequence and check whether the original and generated points of the second vertex are on the same side of the plane determined by the original and generated points of the first vertex (this plane being normal to their common face).
                  If this is not the case, then you eliminate the vertex that has the smaller angle (this better preserves the original shape).

                  Now to separate the contours as you wish is more complex, asyou need to make the faluty vertex a point of rupture, but then decide on which other point of the contour to connect it. This is certainly not intensive, especially if you have to do it on a surface, but surely possible.

                  I am still wondering why the standard Sketchup Offset tool does not do that, as on a plane and with a compiled code, this should be much easier!

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    a4chitect
                    last edited by

                    sound reasonable - thanks for explaining! is this part of your script already? or should I dive into it?

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      thinkbuild
                      last edited by

                      dear fredo6

                      greetings from berlin. fredo6 - i'd say, don't spend too much time on this. your development is very important to many of us i think, so keep going. i think this is the priority. in the meantime, i think i might try your script with a fresh install on another machine to see if i have made this happen through a script conflict...? also, i can always re-install the first version for my "real" work...

                      BUT, just in case you are still curious and because you asked the question, i tested the script with the other two tools to answer your question. what i discovered is that it crashes in (i think) exactly the same way. attached are the two logs.

                      my method was as follows:

                      1. open a new drawing in a new SU session.
                      2. draw a box.
                      3. push pull it up a bit (with the regular tool).
                      4. pick a face.
                      5. use one of the three tools.
                      6. it starts - says, "double click or press enter to begin...)
                      7. (pause) ... progress bar moves ... then ...
                      8. <blank>
                      9. SU disappears, i am in the finder ...

                      my biggest question is: why does the original script work and the new one not? what has changed? and, are any other mac users having this or similar problems? i am very curious. any mac people out there to comment...?

                      the mystery continues....

                      i've also attached the traductor pieces to make sure they aren't causing the problem....

                      best wishes to all

                      jason


                      thinkbuild-mac-joint-pull-crash-log-normal-push-pull.txt


                      thinkbuild-mac-joint-pull-crash-log-vector-push-pull.txt


                      LibTraductor.rb

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        thinkbuild
                        last edited by

                        well well i fixed it! strange. i wiped out all of my plugins, started again, one at a time, and now it is fine.
                        so, the only thing i learned is that you CAN mess up your sketchup by having too many plugins. but i should have realized that... i am going to erase the posts above. sorry to all if i wasted anyone's time ... ;(

                        1 Reply Last reply Reply Quote 0
                        • Dave RD Offline
                          Dave R
                          last edited by

                          A friend of mine just downloaded Joint Push/Pull from Didier's site. Now when he opens SketchUp he gets the following:

                          @unknownuser said:

                          Error Loading File jointpushpull.rb
                          C:/Program Files/Google/Google SketchUp 6/Plugins/jointpushpull.rb:2356: syntax error
                          menu.add_item(Traductor[DLG_MnuRedo) { JointPushPull.redo }
                          ^
                          C:/Program Files/Google/Google SketchUp 6/Plugins/jointpushpull.rb:2356: syntax error
                          C:/Program Files/Google/Google SketchUp 6/Plugins/jointpushpull.rb:2378: syntax error

                          Any ideas of what needs to change?

                          Etaoin Shrdlu

                          %

                          (THERE'S NO PLACE LIKE)

                          G28 X0.0 Y0.0 Z0.0

                          M30

                          %

                          1 Reply Last reply Reply Quote 0
                          • fredo6F Offline
                            fredo6
                            last edited by

                            Dave,

                            Strange because this bugs existed only for one hour in the life of this script (see http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=6713&start=15#p43230).
                            But the version on Crai Ruby Depot does contain the bug apparently. Thanks for signaling.

                            A working version is anyway available on the present forum at http://www.sketchucation.com/forums/scf/viewtopic.php?f=153&t=6708#p42783

                            Didier: When you can, can you please update on your site (and also indicate that it works on Sketchup 5).

                            Thanks

                            Fredo

                            1 Reply Last reply Reply Quote 0
                            • Dave RD Offline
                              Dave R
                              last edited by

                              Thanks Fredo.

                              He has the updated version and all is well.

                              Cheers,

                              Dave

                              Etaoin Shrdlu

                              %

                              (THERE'S NO PLACE LIKE)

                              G28 X0.0 Y0.0 Z0.0

                              M30

                              %

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                pibuz
                                last edited by

                                AMAZING! REALLY AMAZING! NO OTHER WORDS!

                                WEB (ita) - https://filipposcarso.wixsite.com/ordinentropico

                                1 Reply Last reply Reply Quote 0
                                • ely862meE Offline
                                  ely862me
                                  last edited by

                                  u did it!! yes!!....bravoooooo!!!
                                  i would never can thank u enough ๐Ÿ˜‰
                                  http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=8821

                                  Elisei (sketchupper)


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

                                  1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sho inostar
                                    last edited by

                                    @dave r said:

                                    Thanks Fredo.

                                    He has the updated version and all is well.

                                    Cheers,

                                    Dave

                                    1 Reply Last reply Reply Quote 0
                                    • R Offline
                                      Rodentpete
                                      last edited by

                                      Excellent! Between this and OOS I am going to save so much time modelling, thanks for all the hard work you've put in.

                                      1 Reply Last reply Reply Quote 0
                                      • N Offline
                                        neoshed
                                        last edited by

                                        Fredo

                                        Many thanks for your effort on these scripts, to quote Push Pull Bar "CRACQUER"

                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          marcociacci
                                          last edited by

                                          This Plugin is FANTASTIC!!! thank you

                                          1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            digby dart
                                            last edited by

                                            Thank you for your generosity in sharing this excellent script Fredo6. It works beautifully. I now consider your icons an essential part of the Sketchup screen.

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

                                            Advertisement