Skip to content
Snippets Groups Projects
Commit f26a1043 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

fixed transform py export

parent 2539ad6f
Branches
Tags
No related merge requests found
......@@ -100,6 +100,8 @@ PyObject* get_pos1(EntityHandle& entity)
return get_pos2(entity,true);
}
#endif
geom::Mat4 depr_get_transformation_matrix(const EntityHandle& eh)
{
return eh.GetTransformationMatrix();
......@@ -110,7 +112,6 @@ bool depr_is_transformation_identity(const EntityHandle& eh)
return eh.IsTransformationIdentity();
}
#endif
} // ns
void export_Entity()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment