Hi,
I'm trying to learn how to write a Python plugin that generates a spline, using the examples you have on Github.
I'm basing it mostly on the "py-double_circle_r19" example.
One of the things I'm having issues with is with the custom controls.
I can add them, for example like this in the .res file:
REAL PYROUNDRECT_HEIGHT { UNIT METER; MIN 0.0; }
REAL PYROUNDRECT_WIDTH { UNIT METER; MIN 0.0; }
but they only have a text box, no slider. How do I add sliders to them?
Thank you.