Skip to content

Commit

Permalink
remove Euler
Browse files Browse the repository at this point in the history
Signed-off-by: Todica Ionut <[email protected]>
  • Loading branch information
TodicaIonut authored Dec 18, 2024
1 parent 766ab75 commit f6edc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind11/PyBindImath/pybindimathmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PYBIND11_MODULE(pybindimath, m)
PyBindImath::register_imath_box(m);
PyBindImath::register_imath_plane(m);
PyBindImath::register_imath_line(m);
PyBindImath::register_imath_euler(m);
// PyBindImath::register_imath_euler(m)
// PyBindImath::register_imath_frustum(m)


Expand Down

0 comments on commit f6edc6a

Please sign in to comment.