Hi, I'm trying to initialize a Gradient parameter, with disabled bias positions. From the defines in customgui_gradient.h
it seems that it is only necessary to have this in the .res
description:
GRADIENT MY_GRADIENT { NOBIASPOSITION; }
But all my attempts to achieve this have failed. I also tried setting this property to the description container of the Gradient, but this also did not have any result.
Is there something I'm missing to make this work?