OOF2: The Manual

Name

OOF.Mesh.Modify — Make changes to a Mesh.

Synopsis

OOF.Mesh.Modify(mesh,modifier)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function modifyMesh in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    modifier
    Mesh modifier. Type: An object of the MeshModification class.

Description

OOF.Mesh.Modify changes the given Mesh by applying the given modifier to it. For details, see the MeshModification subclasses.

Unlike for Skeleton modification, OOF2 does not maintain a stack of previous Meshes, so there is no Undo command in the OOF.Mesh menu. You've been warned.