Hi Blax,
I'm glad you are liking RealFlow 2014 so far.
Let's go straight to the questions:
When I use the fieldDistanceUnion, the output is not a "field-distance" but a "field", so I can't stack fieldDistanceUnion nodes. What is the workflow if I want to combine more than 2 Distance fields ?
You are pretty right about this. Boolean operations between distance fields should result in a distance field.
At the moment the only workaround to "re-distance" the output scalar field is inserting a FieldRealMesher node followed by a FieldDistanceCreateFromMesh. It may kill performance a little bit, but should do the trick.
We will put the highest priority for the RealFieldToDistanceField missing node.
Is there a vector magnitude operator
Vector3Length is its name.
When I convert distance field to field mask, I can't do anything with the output, exept display it, what king of field is it ?
Mask fields can be used as inputs for the node called FieldMix. Actually, there is a node that didn't make it to the final release which is called FieldDiffuse and takes this MaskField as input. It is also related to your following question.
field blur / field noise (like naiad ) nodes would be perfect
Regarding the noise field, do you need your field noise to be a distance field at the same time? or is it enough with some random values over space? If it is the later, there might be a way to create one. Let us know what do you need it for if you need more help on this.
Best regards