User Tools

Site Tools


vrep:blender_help-design

Back to V-REP Main Page

You can fully build the robot, you can do it manually with V6REP GUI (Graphical user Interface). However it may be interesting to compute the location and the size of the components instead of entering them manually. The Python API of blender allows to build the robot and even the whole scene using a python script.

First we download the last version of Blender

After downloading and decompressing, we start blender with the command line :

./blender

On the top horizontal, nearly a the right end , we click on scripting

Then we can add code in the edit window. The we “save the code as” to have a Python file we can, if we want, edit with another editor.

Once the code is written, you simple execute it bu clicking on “run script” button in the upper right of the edit window.

We the objets are OK, we export them in Collada format (compatible with Gazebo and V-REP)

… and that's it !!

Here are some examples :

Back to top.

vrep/blender_help-design.txt · Last modified: 2023/03/31 12:14 by 127.0.0.1