I would have a small request: would it be possible to have a Fish binding to PythonNone?
As of 3DEC v7.00.157, PythonNone converts to Fish vector3 (0.,0.,0.) while (0.,0.,0.) gives an itasca.vec3 in return.
It would be great to have an actual bijection to avoid troubles when converting back from Fish to Python
The closest thing to None singleton I could think of is Fishnull pointer.
To date, trying to get null using itasca.fish.get raises an error in Python.
I am not sure it is easily feasible, or if using null is relevant.
Anyway, thanks for your answer!
The hack does the trick indeed.
An actual binding would be great.
For exemple, we’re working on a module where we link Python functions to Fish functions and a true binding would help having a proper linking.