RobotModelArtist.transform

RobotModelArtist.transform(native_mesh, transformation)[source]

Transform the mesh of a robot model.

Parameters
  • native_mesh (bpy.types.Object) – A mesh scene object.

  • transformation (Transformation) – A transformation matrix.

Returns

None