<<



Editing Processes

Editing existing processes enables you to change parameters (like the arc length of a curve splitting process) or to connect a process to different ancestors (like getting the number of cells of a point distribution from a different point distribution instead of explicitely specifying the number off cells) You also have to edit all the parameters of a process when you insert a new process into the process script.

  1. Select a process to edit
  2. To edit a process you select a process box in the tree display or you select a process entry in the process script.
    If you select the process in the process script, this process gets the new head of the displayed tree.

  3. Start editing the selected process
  4. To edit the process you push the "e" key or you doubleclick the left mouse button while the pointer is above the corresponding process line of the process script.
    A dialog window pops up and presents the parameters of the selected process in two columns:

    Fig.1: Parameter editing dialog.

  5. Edit the parameters of the process
  6. You can edit all the parameter values in the right column of this dialog window by using the following techniques:

    The Info button offers additional informations about the parameters of the process that is beeing edited.

    When you have completed all your edits, select the Update button in the parameter window to update the process script and to close the parameter dialog.

  7. Check the result of your edit
  8. Immediately after closing the edit dialog window the process tree display is updated. You should carefully check all the twigs of the changed process before you continue to edit different processes or save the script.

Deleting Processes

Deleting processes is a bit dangerous, since the current release of MegaEdit does not check for children which depend on the deleted parent process. So deleting might leave orphans behind, which will most likey strike you with desaster in this life.

Inserting Processes

Inserting a process is easy:
  1. select the process in the process script list in front of which the new process should be inserted,
  2. select the desired type of the new process in the process types list, and
  3. push the `<< Insert Before...' button.
A parameter dialog will pop up, where you fill in all the parameters the new process needs. You can fill in the fields using the
techniques shown above.

<<