Open3DMotionGroup / Open3DMotion

Other
5 stars 2 forks source link

PythonConvert should produce and expect plain integers as representation of TreeValueInt32 to avoid truncation issues #27

Closed drjrm closed 6 years ago

drjrm commented 6 years ago

Originally a Python integer input to PythonConvert was expected to have the Python long type (unlimited and variable precision). This could lead to wrong expectations that it would store at unlimited precision, whereas it will always truncate to 32-bit.

We suggest:

drjrm commented 6 years ago

Implemented in d5e87b1fd9db05f8264e88ce1a858c9ca8ebeb19.