Unable to convert to type: float

Ever since I installed the 1.6.0.43612 beta (so I can use it with fume 2.1) I get an error when opening certain magmaflows. Specifically for the type where I exposed vector controls, it gives me the unable to convert type [3 numbers] to type: float error. I have saved these with previous kraka versions and they were working. The only thing that doesnt work now is the exposed vector controls, to change x,y,z, (which i use to change RGB). So I have to go into magmaflow and change it there, instead of the exposed UI.

Am i doing something wrong or is this a bug? The magmaflow works correctly so I dont get any error at render time.

thanks

Yes, I found this bug two days ago and was surprised nobody had reported it.
In short, the code for exposing Vectors (Point3s) was broken and attempting to load a flow that contains an Exposed vector value input would cause that message.
Attached is a fixed version for testing - see if it solves the problem and if it does, we will roll it out in another update.
To install, locate the Krakatoa installation folder, go to the \Scripts sub-folder, rename the existing file’s extension from Krakatoa_Channel_Node_Editor.MS to Krakatoa_Channel_Node_Editor.BAK and then copy the one from the ZIP file into the folder to replace it.

Let me know if it fixes the problem.
Krakatoa_Channel_Node_Editor_20101224.zip (81.9 KB)