cinetec_tech Posted December 22, 2016 Posted December 22, 2016 it seems the lights combobox callback have a bug. it might affect all objects which have a combobox ui 1:create a projection light 2:copy another one and change it's combobox property like shape to rectangle. 3:now select both lights (you need first the last one you created and then select the first one, other way won't reproduce) 4:check the property, the second one shape changed to the same as first one. it doesn't matter if you copy or create a new projection light. so far just combobox properties are affected. please provide a fix asap
cinetec_tech Posted December 22, 2016 Author Posted December 22, 2016 it's seems related to the changed callback. temporary if i use Clicked event it's ok. I guess it's because when select the otherway the ui will change when you do multiselection.
silent Posted December 24, 2016 Posted December 24, 2016 Hi Cinetec, It's a bug inside editor_lights.h logic. You ca fix it by applying following path: lights_fix.diff Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts