Hi everyone!
I would have a small request: would it be possible to have a Fish binding to Python None
?
As of 3DEC v7.00.157, Python None
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 Fish null
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!
Regards,
Théophile