OOF2: The Manual
Name
OOF.Mesh.Scheduled_Output.Edit — Replace an existing output operation, keeping the same schedule and destination.
Synopsis
OOF.Mesh.Scheduled_Output.Edit(mesh, output, new_output)
Details
- Parent Menu: OOF.Mesh.Scheduled_Output
-
Callback: function
_editOutputin moduleooflib.engine.IO.scheduledoutputmenu -
Parameters:
mesh- Type: The path to an existing
Meshobject. output- Name of the output being replaced Type: A character string.
new_output- A new output object. Type: An object of the
ScheduledOutputclass.
Description
Replace the ScheduledOutput of the
given Scheduled
Output, without changing its name, Schedule, ScheduleType, or OutputDestination. This corresponds to
editing in the GUI, because the GUI preloads the dialog box with the
current settings of the ScheduledOutput that is being replaced.
If the new ScheduledOutput is
incompatible with the old ScheduledOutput's OutputDestination, the old OutputDestination will be deleted.



