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
modifyMeshin moduleooflib.engine.IO.meshmenu -
Parameters:
mesh- Type: The path to an existing
Meshobject. modifier- Mesh modifier. Type: An object of the
MeshModificationclass.
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.



