Notifications
Clear all
[Closed] Controller with undo off
Nov 22, 2018 4:34 pm
Hello everyone … I’m trying to create a simple spinner with a controller … The problem is … whenever I change the spinner value I get a “Parameter Change” in my undo list crowding the list.
is there a way to get rid of this “Parameter Change” and just use the spinner with undo off ?
x = bezier_float ()
rollout test "test"
(
slider 'Sld1' "" controller:x
)
CreateDialog test
thanks in advance