transformation_to_blender

compas_blender.conversions.transformation_to_blender(transformation)[source]

Convert a COMPAS transformation to a Blender transformation.

Parameters:
transformationcompas.geometry.Transformation

A COMPAS transformation.

Returns:
mathutils.Matrix

A Blender transformation.