Jump to content

Curve2d parameter


photo

Recommended Posts

Posted (edited)

Hi , I want to use Curve2d as parameter for custom component.  

 PROP_PARAM(Curve2d, mapping);

But I am not able to modify curve in the editor. 

image.thumb.png.aee5b456d3d94bc1d6ee38fe9f2a6491.png

 

Is Curve2d parameter supported or am I doing something wrong ?

Thanks for help. 

Michal

Edited by michal
Posted

Hello!

What is your SDK version? The issue is related to a bug that we fixed in release 2.14.1

If it possible, please update to the latest version to fix the problem.

Thanks!

Posted

Hi , my SDK version is 2.14.1 . Can you check it is fixed in this version . Thanks

Michal

Posted

Michal, did you try to add keys by right mouse click? It will allow you to edit curve then

изображение.png

Posted

Thank you. My project was not updated to new version correctly. Now it is working

  • Like 1
Posted

In addition , I would like to ask

1 . if it is possible set MaxValue regard to have wider range  : e.g  PROP_PARAM(Curve2d, mapping,value_ragne(0-100));

2. set default curve in editor :      e.g PROP_PARAM(Curve2d, mapping, value_pair{{0,1},{1,50}});

 

Thanks

Posted
15 hours ago, michal said:

In addition , I would like to ask

1 . if it is possible set MaxValue regard to have wider range  : e.g  PROP_PARAM(Curve2d, mapping,value_ragne(0-100));

2. set default curve in editor :      e.g PROP_PARAM(Curve2d, mapping, value_pair{{0,1},{1,50}});

 

Thanks

Hello!

Such feature not available at this moment, but we plan to add in some of following releases. Stay tuned!

Thanks

  • Thanks 1
×
×
  • Create New...