SketchyPhysics 3.7.4
-
@mister k said:
Very cool improvements.
How do these versions work now, did you base it on Antons 3.5 and are you now doing the improvements from that point on?Hi Mr.K. My channel on YouTube you'll find the "How to use" videos. But on SketchyWiki page there are also examples scripts.
-
Works great. The rendering of animations of regular physics models with TwilightRenderer works very well. The problem of rendering of emitters and programmed objects as in Anton's youngest car AI model remains. These temporary objects are unfortunately invisible when rendering from Replay. Anton's intelligently programmed cars and SketchyPhysics could be the basis for a visualized traffic simulation. Many thanks to both - Anton and Pitu! Please continue this way.
-
I recently found an old model with this motor-joint. It works under SPh3.6 but the joint can not be modified, for example, combine it with another kind of joint. Is something like this possible in current SP-versions?
-
I'm looking for advice on world scale.. typically I work in cm and I just can't get the gravity and world scale right..
I'm been messing about with chains and they seem to snap depending on were the camera is, if the chain is entirely in view it'll be fine, but if its out of the camera frame or at a distance it'll snap, altering the world scale improves it but then things start running very slowthis is a bike chain and after a bit of trial and error it will record fine without breaking,, but its running at 2 fps recording lol
-
@nigec said:
I'm looking for advice on world scale.. typically I work in cm and I just can't get the gravity and world scale right..
I'm been messing about with chains and they seem to snap depending on were the camera is, if the chain is entirely in view it'll be fine, but if its out of the camera frame or at a distance it'll snap, altering the world scale improves it but then things start running very slowthis is a bike chain and after a bit of trial and error it will record fine without breaking,, but its running at 2 fps recording lol
Care must be taken to have a very small gap between the "collisions". The chain is can be loose, so to speak. Just like in the video, however also laterally, between the chain links. This "chain-physics" really put a strain on SketchyPhysics. For this reason, too slow, animation and recording.
But this video looks really good.
-
The gap between the rollers and gear are pretty huge, I could of got away with them a lot closer, but its a "suck it n see" past time lol
Here's the render -
Nice one Nige!
-
Are there any plans for a 64-bit version of this tool?
I have SU 64-bit so I cannot use this extension
-
@ntxdave said:
I have SU 64-bit so I cannot use this extension
A lot of people keep an older 32-bit version installed in parallel (e.g. SU 2014) to the currrent one. You can model in 2015 and save as 2014 to animate it with SketchyPhysics there.
-
@cotty said:
@ntxdave said:
I have SU 64-bit so I cannot use this extension
A lot of people keep an older 32-bit version installed in parallel (e.g. SU 2014) to the currrent one. You can model in 2015 and save as 2014 to animate it with SketchyPhysics there.
Good idea. I still have 2014 installed. Kind of a DUH moment for me
-
I have 2013,2014 and 2015 lol.. 2014 seems better to play with SP, I don't have the 32bit 2015 but I found 2013 started to really struggle
Its great fun JQL and a welcome distraction for me
-
@unknownuser said:
Good idea. I still have 2014 installed. Kind of a DUH moment for me
Calmly to use the SU 32-bit, in 64-bit Win. It is as if the previous versions using it. Just did not become the icon of thumbnails. Probably there will be no 64-bit edition.
Anton Synytsia created a new plugin. The name is MSPhysics, it is now compatible with 64-bit SketchUp, however, is still under development. Link: http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=56852
-
Is there a user guide in English?
Do I have to code actions? Can I apply the physics to my existing model? How does this compare to using a tool like Keyframe Animation or Simfonia?
-
@ntxdave said:
Is there a user guide in English?
Do I have to code actions? Can I apply the physics to my existing model? How does this compare to using a tool like Keyframe Animation or Simfonia?
If you click on the toolbar / settings button, there you will find 3 link: SketchUp API, Ruby core and Sketchy Wiki. You can learn from these as well.
The blue fields, onTouch, onclick, Script box to write the code. I recommend the latter.Well, there is not a lot of description. I'm going to make more another intro videos on my YouTube channel:
https://www.youtube.com/channel/UCgkpyypPCP_ibNues2ypnGwYou can watch it around Warehouse: https://3dwarehouse.sketchup.com/search.html?q=sketchyphysics+3%26amp;rsi=sbis%26amp;backendClass=entity
My warehouse: https://3dwarehouse.sketchup.com/user.html?id=1103716790123296929922921
Anton Synytsia: https://3dwarehouse.sketchup.com/user.html?id=1378794811912915769114661
Mr.K. : https://3dwarehouse.sketchup.com/user.html?id=1200553748731081340515705
John: https://3dwarehouse.sketchup.com/user.html?id=1664833144786437775321088
November92: https://3dwarehouse.sketchup.com/user.html?id=1341212916375552782606464Although there is enough old models SP 3.2, it is not certain that all of them will work but worth a try.
-
Nice work with this, Pitu! I really like how you implemented the ACE editor and did a well job with styling.
-
@anton_s said:
Nice work with this, Pitu! I really like how you implemented the ACE editor and did a well job with styling.
Thank you, Anton. Just a pity that does not work with Ctrl+C function in editor. The SU 13 comes up a window with a javascript error.
These tried:
-
src-min-noconflict
-
src-min
-
src
-
<div editor
-
<textarea editor
But even trying.
-
-
To fix that message, in settings_ui.html, replace
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
with
<meta http-equiv="X-UA-Compatible" content="IE=10" />Here is an optional command to add. I don't recall what it does, but you can read about it on web.
<meta http-equiv="MSThemeCompatible" content="Yes" /> -
@anton_s said:
To fix that message, in settings_ui.html, replace
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
with
<meta http-equiv="X-UA-Compatible" content="IE=10" />Here is an optional command to add. I don't recall what it does, but you can read about it on web.
<meta http-equiv="MSThemeCompatible" content="Yes" />Wow... really, I rewrite the "IE=edge, chrome=1" to "IE=10" and now work perfectly. I thought it was much more serious the error.
The MSThemeCompatible not necessary: http://www.metatags.info/meta_http_equiv_msthemecompatibleThanks Anton, coming soon the next version.
-
A small question or idea to improve the handling of Physics Simulations after crash and bug splat. Would it be feasible to incorporate a function to start the simulation with a freely selected physics frame number, so how one can do it with Twilight Renderer in the animation presets?
-
Hi faust07. Try this: http://twilightrender.com/phpBB3/viewtopic.php?t=215
Advertisement