We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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_Shear function in PyImath/PyImathShear.cpp.
register_Shear
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:
No branches or pull requests
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_Shear
function in PyImath/PyImathShear.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: