ERC Freeze set to zero by default

BradCarstenBradCarsten Posts: 856

I've created a new ERC Freeze controller and linked it to the X translate property of my object, but when I call SetValue(), I can set the value to anything, but zero. 

So oControllerProperty.setValue(150); sets the new controller to 150, 

oControllerProperty.setValue(-40); sets the new controller to -40

but oControllerProperty.setValue(0); sets the new controller to 1. 

 

EDIT* If I call SetDefaultValue(0) nothing happens. If I call SetDefaultValue(1) , it works. 

 

Post edited by BradCarsten on
Sign In or Register to comment.