gdbaldw / BlenderAndMBDyn

Combines Blender's graphical interface and rendering capabilities with MBDyn's multi-body dynamics, aerodynamics, and aeroelastics simulation and analysis, for rapid modeling and realistic rendering of physics based multi-body simulations.
GNU General Public License v3.0
25 stars 13 forks source link

Can't add gravity #26

Closed apalazzi closed 6 years ago

apalazzi commented 6 years ago

Hi,

I'm trying to use this plugin to run MBDyn but the tutorial seems to be running a different version of the plugin and I can't figure out how to set the gravity vector.

In the tutorial https://www.youtube.com/watch?v=RKprhyOqHZM a nice windows asking for a vector shows up when Gravity is added, however all I can do is add an array of 3D drives or a template 3D drive.

Whatever I choose, I can't figure out how to add the gravitiy to the problem, can you help me?

I'm using blender 2.77, same thing with blender 2.79.

gdbaldw commented 6 years ago

1) Inside Gravity select "New" Template Drive 2) Click Use Drive 3 (the global Z-direction), and select "New" Drive. 3) Make a Constant Drive with value of -9.8 4) OK to save Constant Drive, OK to save Template Drive, OK to save Gravity.

This follows how MBDyn specifies gravity: a 3D field aligned with the global reference frame. (In the tutorials, and earlier versions, gravity was more intuitive, but did not support the more general cases supported by MBDyn.)

-----Original Message----- From: apalazzi notifications@github.com To: gdbaldw/BlenderAndMBDyn BlenderAndMBDyn@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Sent: Sun, Oct 15, 2017 8:34 am Subject: [gdbaldw/BlenderAndMBDyn] Can't add gravity (#26)

Hi, I'm trying to use this plugin to run MBDyn but the tutorial seems to be running a different version of the plugin and I can't figure out how to set the gravity vector. In the tutorial https://www.youtube.com/watch?v=RKprhyOqHZM a nice windows asking for a vector shows up when Gravity is added, however all I can do is add an array of 3D drives or a template 3D drive. Whatever I choose, I can't figure out how to add the gravitiy to the problem, can you help me? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

apalazzi commented 6 years ago

Checked and it works, thanks.