transformation_to_blender
- compas_blender.conversions.transformation_to_blender(transformation)[source]
Convert a COMPAS transformation to a Blender transformation.
- Parameters:
- transformation
compas.geometry.Transformation
A COMPAS transformation.
- transformation
- Returns:
mathutils.Matrix
A Blender transformation.