sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    SketchyPhysics 3.5.6 (26 January 2015)

    Scheduled Pinned Locked Moved SketchyPhysics
    208 Posts 49 Posters 290.0k Views 49 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.
    • T Offline
      Trobius
      last edited by

      Oh, actually I did think of something else that I would like to see:

      Could you create a function which would allow you to retrieve the "parent" of an emitted object? (eg, toucher.getEmitter?)

      1 Reply Last reply Reply Quote 0
      • pilouP Offline
        pilou
        last edited by

        I must miss something! ๐Ÿ˜ณ

        @unknownuser said:

        One way to get all the split bodies is by playing simulation, pausing it at desired frame (i.e when you have broken rocks), and then save as another model. Open the new model, and you have the broken rocks!

        @unknownuser said:

        The animation doesn't handle added and removed objects during simulation.

        So the animation can never play after the beginning of the cutting! ๐Ÿ˜ฎ

        Try with this example and show me how you can save the broken rocks.
        (I have the last version 3.52)


        cut.skp

        Frenchy Pilou
        Is beautiful that please without concept!
        My Little site :)

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

          Pilou, I'm speaking about the simulation tool, not animation tool. Press the Physics Toggle Play button and wait till the body is cut. As soon as it cuts, press the Physics Toggle Play button once again to pause. From there on you can 'save as' the model, but don't press the reset button, until you do say the model as another model, for instance, cut2.skp

          1 Reply Last reply Reply Quote 0
          • pilouP Offline
            pilou
            last edited by

            @unknownuser said:

            I'm speaking about the simulation tool, not animation tool. Press the Physics Toggle Play button and wait till the body is cut. As soon as it cuts, press the Physics Toggle Play button once again to pause. From there on you can 'save as' the model, but don't press the reset button, until you do say the model as another model, for instance, cut2.skp

            Alas it's that I make but when i Reload the "save as" that is again the start of the simulation!!! ๐Ÿ˜ฎ
            idem with your Cut2 file !
            A very vicious thing! ๐Ÿ˜„
            alas.jpg

            Frenchy Pilou
            Is beautiful that please without concept!
            My Little site :)

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

              Pilou, I re uploaded the cut2 file.

              One thing to remember is that after you save as, unhide all bodies and delete all the temporary hidden split bodies that were part of the original body. I already did this in the new cut2 file.


              cut2.skp

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

                --

                1 Reply Last reply Reply Quote 0
                • V Offline
                  vlkster
                  last edited by

                  Ok, i'm having a problem with the control panel/sp inspector. when i name a hinge, using " or ' i don't get a slider bar in the control panel. If i leave off the " or ' than i get a error"script error: undefined local variable or method..."

                  any help?

                  thanks
                  john

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

                    @vlkster, are you saying that you wrote slider("or') in the controller?
                    If so, then you got it wrong! The quotation marks surrounding the string must be the same!
                    You may eigher use a double quote (") or a single quote ('), but you cant use a combination of both.
                    This is what it should look like, slider("or") or slider('or').

                    1 Reply Last reply Reply Quote 0
                    • V Offline
                      vlkster
                      last edited by

                      @anton_s said:

                      @vlkster, are you saying that you wrote slider("or') in the controller?
                      If so, then you got it wrong! The quotation marks surrounding the string must be the same!
                      You may eigher use a double quote (") or a single quote ('), but you cant use a combination of both.
                      This is what it should look like, slider("or") or slider('or').

                      No i did the way that you have shown.
                      slider("or") or slider('or')

                      so i don't know

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

                        @vlkster said:

                        so i don't know

                        Is your hinge connected to the object ? Can you upload the model so I could investigate?

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

                          @trobius said:

                          Oh, actually I did think of something else that I would like to see:

                          Could you create a function which would allow you to retrieve the "parent" of an emitted object? (eg, toucher.getEmitter?)

                          I added $sketchyPhysicsToolInstnace.getEmitter(grp). This will return the group from which the body group was emitted, or nil if grp wasn't emitted.

                          Once I post an update, use this technique to get body emitter:

                          onTouch { |toucher, speed, pos|
                            emit_grp = sp_tool_instance.getEmitter(toucher.group)
                            emit_body = simulation.findBody(emit_grp)
                          }
                          
                          1 Reply Last reply Reply Quote 0
                          • V Offline
                            vlkster
                            last edited by

                            [/quote][quote="Anton_S":1owgtx3w]
                            Is your hinge connected to the object ? Can you upload the model so I could investigate?[/quote:1owgtx3w]
                            https://drive.google.com/file/d/0B3sm21-D2kf1VnJkUnFqZGFjaDQ/view?usp=sharing
                            Don't make to much fun of my model, just messing around to get a feel for SketchyPhysics.

                            john

                            1 Reply Last reply Reply Quote 0
                            • F Offline
                              faust07
                              last edited by

                              Hi Anton, thanks for resolving the significant errors in Sketchy Physics! A dream has come true. I tested an older large Model (was running but regularly crashed in version 3.2) with animated vehicles and animated camera and it runs almost flawlessly. To change I had only connected mirrored groups or components, whose collision geometry the new Physics (3.5) misinterpreted. The import of Replay Data into Twilight 1.5 and 2.0 seems to be working very well too. My goal is to simulate a futuristic urban space (WIP) with animated vehicles, aircraft, ships, people and cameras, which seems possible now. There is only the problem of time (leisure and rendering speed) ... Once again Thank you! ๐Ÿ‘

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

                                @vlkster said:

                                Don't make to much fun of my model, just messing around to get a feel for SketchyPhysics.

                                Nice rail car! ๐Ÿ‘ There are few things need to be done though.

                                • Your controllers are set to hinge in the rear wheels. The command hinge doesn't exist. In the controller section, you don't write the name of of the joint, but rather the command -- what joint is supposed to do, when is the wheel supposed to spin. In the controller section, the basic command is slider. Replace hinge in both controllers with slider("hinge"). There you will have some sort of a vehicle ๐Ÿ˜„
                                • Hinges are not good for motor purposes. I'd suggest using motor joints.
                                • Your rail needs to be covered with faces on both sides, and set to staticmesh, and needs to be smoother.
                                • Your car needs to be set to convexhull or convexhull2 collision.
                                  I uploaded your model with such improvements! FYI, I purged unused definitions and materials. The model size is much smaller now.

                                fun.skp

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

                                  @faust07 said:

                                  Hi Anton, thanks for resolving the significant errors in Sketchy Physics! A dream has come true. I tested an older large Model (was running but regularly crashed in version 3.2) with animated vehicles and animated camera and it runs almost flawlessly. To change I had only connected mirrored groups or components, whose collision geometry the new Physics (3.5) misinterpreted. The import of Replay Data into Twilight 1.5 and 2.0 seems to be working very well too. My goal is to simulate a futuristic urban space (WIP) with animated vehicles, aircraft, ships, people and cameras, which seems possible now. There is only the problem of time (leisure and rendering speed) ... Once again Thank you! ๐Ÿ‘

                                  Thanks for feedback faust07! Since SP3.5, mirrored bodies no longer unflip when simulation starts. I tested this improvement in quite a few cases, but never found where collision was improper. Could you share a piece of model where the collision geometry is misinterpreted? I will see what I could do to fix it.

                                  And GL with urban space ๐Ÿ˜Ž

                                  1 Reply Last reply Reply Quote 0
                                  • pilouP Offline
                                    pilou
                                    last edited by

                                    Except the case of the "save as" that is not yet resolved for me for mysterious reason
                                    how works the "explode volume" ?
                                    It's just scripting or there is a Menu / Button for apply this function to a selection of Groups / Components ?

                                    Frenchy Pilou
                                    Is beautiful that please without concept!
                                    My Little site :)

                                    1 Reply Last reply Reply Quote 0
                                    • V Offline
                                      vlkster
                                      last edited by

                                      @anton_s said:

                                      @vlkster said:

                                      Don't make to much fun of my model, just messing around to get a feel for SketchyPhysics.

                                      Nice rail car! ๐Ÿ‘ There are few things need to be done though.

                                      • Your controllers are set to hinge in the rear wheels. The command hinge doesn't exist. In the controller section, you don't write the name of of the joint, but rather the command -- what joint is supposed to do, when is the wheel supposed to spin. In the controller section, the basic command is slider. Replace hinge in both controllers with slider("hinge"). There you will have some sort of a vehicle ๐Ÿ˜„
                                      • Hinges are not good for motor purposes. I'd suggest using motor joints.
                                      • Your rail needs to be covered with faces on both sides, and set to staticmesh, and needs to be smoother.
                                      • Your car needs to be set to convexhull or convexhull2 collision.
                                        I uploaded your model with such improvements! FYI, I purged unused definitions and materials. The model size is much smaller now.

                                      Thats awesome!!! thank you for your help!! that solves the mystery for me.

                                      thanks again

                                      John

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

                                        Ok, here is split to pieces plugin.

                                        Usage: Select group/component to split and apply the menu option.
                                        Access: (Menu) Plugins > Split to Pieces

                                        Place into Plugins folder!

                                        1 Reply Last reply Reply Quote 0
                                        • pilouP Offline
                                          pilou
                                          last edited by

                                          The plugin works fine! ๐Ÿ˜Ž
                                          I will now study your very detailed explanation! ๐Ÿ˜‰

                                          http://s6.postimg.org/c9i6n6afl/blocks.jpg

                                          Frenchy Pilou
                                          Is beautiful that please without concept!
                                          My Little site :)

                                          1 Reply Last reply Reply Quote 0
                                          • pilouP Offline
                                            pilou
                                            last edited by

                                            Alas again! ๐Ÿ˜ฒ

                                            drama.jpg

                                            Frenchy Pilou
                                            Is beautiful that please without concept!
                                            My Little site :)

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 11 / 11
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement