SketchyPhysics 3.5.6 (26 January 2015)
-
[/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
-
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!
-
@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 commandhinge
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. Replacehinge
in both controllers withslider("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.
- Your controllers are set to
-
@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
-
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 ? -
@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 commandhinge
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. Replacehinge
in both controllers withslider("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
- Your controllers are set to
-
Ok, here is split to pieces plugin.
Usage: Select group/component to split and apply the menu option.
Access: (Menu) Plugins > Split to Pieces -
The plugin works fine!
I will now study your very detailed explanation! -
Alas again!
-
@unknownuser said:
The plugin works fine!
I will now study your very detailed explanation!Very well. No need to study the detailed explanation if you plan to use the plugin. One thing to remember, when you use the plugin, set all pieces to convexhull2 for proper collision generation. By default, all collisions are boxes, derived from the groups' bounding box.
-
@unknownuser said:
Alas again!
[attachment=0:2rsm73ts]<!-- ia0 -->drama.jpg<!-- ia0 -->[/attachment:2rsm73ts]
So you are saying that whenever you 'save as' the model with original positions is saved, but not with the current positions, right?
-
@unknownuser said:
@unknownuser said:
...right ?
Exactly!
I can't seem to reproduce this. It works on myne, Win7, SU2014.
What SU version are you using? I can see you're using Win8.
-
@unknownuser said:
...right ?
I save like you said before when i had press again the Toggle Play Button so the blocks on the ground exploded visible!
Exactly! -
Yes Windows 8.0 + SU 2014 0. 49 000 - I don't want 8.1
and SketchyPhysics 3.5.2I will install 3.5.3 but I am confiant in the result!
-
Before I try it on my Win8, I would like you to clarify. So you pressed play, paused at desired time, saved as, reset simulation, close the model without saving it again, opening the saved model, and you have your rocks at current locations.
If you did save after the 'save as' then here is your problem... Saving after the 'save as' will overwrite the 'saved as' model.
-
@unknownuser said:
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 ?Its just scripting. Would of been helpful if I could understand which part you are confused on.
Here are the steps I would like you to follow, on how to save broken rocks. Please reply on those that don't work or you're confused on.- Open a model and select a group you want to be broken.
- Open the SP UI, and paste this code in the scripted field:
onStart { split(self, 2) }
This piece of code will split body when simulation starts. Change 2 to higher value if want to split body into more pieces. Make sure the scripted checkbox is checked. - Press physics toggle play button to start simulation. You will see that your body got split into pieces.
- At desired frame, press physics toggle play once again to pause simulation. You may either press it right away after simulation starts to maintain full form or when pieces of rocks fall and rest on floor - Its up to you.
- Once simulation is paused, go to (Menu) > File > Save As and give it a different name (don't overwrite the default model).
- Now you may press physics reset, and close the current model without saving it.
- Open the new saved model, and there you will see cut rocks at desired locations.
- Now, before you use them it is essential to erase all hidden temporary pieces of rocks. So, enable view hidden geometry option, and delete all hidden pieces of rocks.
- From there, you may use the left over rocks for your purpose.
The sketchyphysics split method was meant for ingame effects, not for saving purpose. A plugin could be developed that will split body into multiple pieces though. It's very simple and I will create it for you.
-
@unknownuser said:
Bingo all works with the 3.53 !!!
Great! Just a side note: Viewing the picture, I see that all pieces have box collisions. Set their collision to Convexhull2 for proper collisions generation.
-
Bingo! All works fine with the 3.53 !!!
The problem is resolved and was in the NΒ° of version of SketchyPhysics (for me) !
You rocks!
-
Thx for the Hint of the Convex Hull2!
-
I'm glad it's resolved
Advertisement