PlotMode property added
This commit is contained in:
parent
f1e3ea6548
commit
afc5843ab6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user