michal Posted June 22, 2021 Posted June 22, 2021 (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. Is Curve2d parameter supported or am I doing something wrong ? Thanks for help. Michal Edited June 22, 2021 by michal
bmyagkov Posted June 23, 2021 Posted June 23, 2021 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!
michal Posted June 23, 2021 Author Posted June 23, 2021 Hi , my SDK version is 2.14.1 . Can you check it is fixed in this version . Thanks Michal
bmyagkov Posted June 23, 2021 Posted June 23, 2021 Michal, did you try to add keys by right mouse click? It will allow you to edit curve then
michal Posted June 23, 2021 Author Posted June 23, 2021 Thank you. My project was not updated to new version correctly. Now it is working 1
michal Posted June 23, 2021 Author Posted June 23, 2021 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
bmyagkov Posted June 24, 2021 Posted June 24, 2021 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 1
Recommended Posts