This is a little advanced i want to make it more simplified as a first step.
What is the best way to approach this? Or how can i make this?
I want to let a simplified bird fly or men walk along a path and create a mesh from the motion it has made.
In the video description said they used recorded data if i am not wrong
Maybe you can export skeleton lines sequence from another software and import it in rhino
nice!
This is definitely a good way to start.
Just thinking out loud, to mimic movement would it also be possible to make a curve as the path that the object is moving along.
And the next step could be to transform the object so for example moving arms along the path.
What do you think?
in blender it’s easy ; you apply the motion to the character or you assign curve to every bone (like what i did)
the curves follow the animation but than you need scripting ; i don’t have idea about that
Good morning.
I developed a plugin called Horse that might help (available on Food4Rhino). Horse allows to import, analyse and manipulate Motion Capture data from csv. files. The csv. file should have several rows (corresponding to the frames) and columns (corresponding to the coordinate x, y and z of each point in a consecutive manner).
These example was made through a capture of a person playing badmington (for biomechanics) with the Qualisys system.
Yes, I captured the data with the Qualisys sistem (wich includes the Qualisys Track Manager software), exported the coordinates in tsv and, in Excell, I exported again in csv.
Here is a video of motion capture of a man playing badminton, conducted using the Qualisys system integrated into Grasshopper through the Horse plugin.
I’ve just launch a new version of the Horse plugin.
Written in C#, BlackHorse offers faster data processing than the previous version. It also includes new features, such as a real-time connection to Qualisys Track Manager, a 6DOF importer, a Recorder, and a Stopwatch.
Hey @David_Afonso,
That looks great! Maybe you can adopt Posenet so BlackHorse can be also used with standard webcams. I think there are C# samples on Github, here some web based stuff: