blender-robotics-utils icon indicating copy to clipboard operation
blender-robotics-utils copied to clipboard

urdfToBlender: Add support for boxes, not only cubes, in the conversion script

Open Nicogene opened this issue 2 years ago • 0 comments

The urdfToBlender script support for basic geometric shapes, unfortunately, Blender does not support natively boxes as primitive shapes, for now, all the box are imported as cubes, printing a warning.

We can exploit the scale.x scale.y scale.z for deforming the cube.

Nicogene avatar Nov 14 '22 14:11 Nicogene