MSPhysics 1.0.3 (16 October 2017)
-
@PituPhysics: cool new MSPhysics models in 3D-Warehouse
-
How does the added curve functions (similar to SketchyPhysics) work? Can't wait to see an example because my attempts to transform SP-scripts to MSP will take years...
-
At first glance MSPhysics working "mostly", nicely with SPGears & Linux SU8. When Using UI only simulation tab works on Linux / Wine.
-
-
Yes, this is exactly what I mean. Thank you very much! The first step to this:
-
Hey faust, here is your birdy configured to work on MSPhysics and SketchyPhysics. I think it needs some adjustments though.
-
Hey Anton, this is more than I could wish. It works excellent. Many thanks also to you!
For people who want to work with the unlimited possibilities of Physics scripts, such examples are fundamental.
In addition to the new capabilities of MSP, especially the transfer of SP to MSP is interesting for me because there are so many very good models and scripts. And when you look at this example, there are significant differences in the scripts. I would like to explore them in the near future ... -
@Anton: cool new MSPhysics models in 3D-Warehouse - you linked in the first post
Magnets test, copyable joints, new turret with missiles, buoyancy with flow on water surface ... - impressive! -
Can we have an option to store Replay in a model, please?
-
And from Anton's TODO list - the fracture/split function and Twilight implementation.
-
Hey everyone, first post here. I have MSPhysics 0.4.0, and I have a model which I would like to use in a physics simulation. The model is a box with several protrusions and a few holes. When I run the simulation with show collision meshes enabled, the box's mesh is rendered as a box with all the empty spaces included, so objects hit the spaces between the protrusions instead of continuing through. Any help would be much appreciated!
-
I speak French
Excuse me my english
I want a body designated by name ? Please
I TEST get_"group_by_name(name) Does not work !!!
ex: skechiphysics FindBodyName(NAME)... -
findBody("name") and findGroupByName("name") ==> version MSPhysics ????, please.
-
Not knowing what I am doing I cannot get a good install!!
ERRRORS:
Error Loading File C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics/main.rb
Error: #<LoadError: 126: The specified module could not be found. - C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics/win64/2.0/msp_lib.so>
C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:inrequire' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in
require'
C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics/main.rb:24:in<top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in
require'
C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:inload' C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics.rb:119:in
register_extension'
C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics.rb:119:in<module:MSPhysics>' C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics.rb:101:in
<top (required)>'Thanks for the help.
-
The file:
C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics/win64/2.0/msp_lib.so
I not being found.
I a proper installation it should be there.
How did you install the files and subfolders ?
Did you install the contents of both of the required ZIP files, keep the subfolder structure entirely as it is in the ZIP ?Do you actually have the missing file installed ?
Open the Plugins folder and have a look...
C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins
Compare the ZIP file's contents with what's in Plugins...
All files are needed... -
Thanks TIG, C:/Users/Ralph/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/MSPhysics/win64/2.0/msp_lib.so is there!!
There was no "installation" I just downloaded the zip file, unzipped and copied to the Plugins folder.
The "missing" file msp_lib.so is the MSPhysics\win64\2.0 folder.
I'll try again this time un zipping directly to the plugins folder possible something was missed with the copy paste but the reported missing file is there.
-
What windows version and sketchup are you using, Ralphxyz?
-
Windows 10 SketchUp 15 Pro
-
@synsuka3d said:
findBody("name") and findGroupByName("name") ==> version MSPhysics ????, please.
SynSuka3D here are various ways to get bodies and groups in MSPhysics:
- body = simulation.get_body_by_name(name)
- body = simulation.get_body_by_group(group)
- group = simulation.get_group_by_name(name)
- group = this.get_group # get group by body
See extended docs here: http://www.rubydoc.info/github/AntonSynytsia/MSPhysics/MSPhysics/Simulation
Ralphxyz, it works on mine. It strange that it doesn't work on yours. Can you open MSPhysics/main.rb and uncomment
#UI.messagebox
info, on line 21. After you start SU a messagebox box should display with a list of libraries and their loaded IDs. Then post the library names that have their IDs set to zero if there's any. The ID of zero indicates that library failed to load. -
"Error Loading File MSPhysics/main.rb
Could not find included file 'MSPhysics/main.rb'I have main.rb in both MSPhysics folders but it is not found!!
Advertisement