You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for issue AcademySoftwareFoundation#428
Created a pybind11 wrapping file based on the specified template. Requires further testing, as this is my first time using pybind11.
Signed-off-by: Nikhil Mishra <[email protected]>
We are gradually working through replacing the existing Boost.Python wrappings of Imath classes with new wrappings using pybind11.
Follow the example of PyBindImath/PyBindImathBox.cpp as a template. Provide wrappings for all the methods covered in the original source, in the
register_Frustum
function in PyImath/PyImathFrustum.cpp.Skip the array classes for now.
This requires some knowledge of pybind11 although it should be straightforward to follow the existing patterns.
This also requires a development environment with both Boost.Python and pybind11 installed.
The text was updated successfully, but these errors were encountered: