transformation_to_compas

compas_blender.conversions.transformation_to_compas(matrix)[source]

Convert a Blender transformation to a COMPAS transformation.

Parameters:
matrixmathutils.Matrix

A Blender transformation.

Returns:
compas.geometry.Transformation

A COMPAS transformation.