diff --git a/2.10/Source/ScriptForm.pas b/2.10/Source/ScriptForm.pas index 97ff81e..469a4ab 100644 --- a/2.10/Source/ScriptForm.pas +++ b/2.10/Source/ScriptForm.pas @@ -3243,6 +3243,7 @@ begin DefineProp('Variation', tkFloat, GetTransformVarProc, SetTransformVarProc, nil, false, 1); DefineProp('Variable', tkFloat, GetTransformVariProc, SetTransformVariProc, nil, false, 1); DefineProp('Chaos', tkFloat, GetTransformChaosProc, SetTransformChaosProc, nil, false, 1); + DefineProp('PlotMode', tkInteger, SetTransformPlotModeProc, SetTransformPlotModeProc); end; Scripter.AddObject('Transform', Transform);