From f6edc6a5dc895b2e9358cf546f6b9a94fd176bcd Mon Sep 17 00:00:00 2001 From: Todica Ionut Date: Wed, 18 Dec 2024 19:20:46 +0200 Subject: [PATCH] remove Euler Signed-off-by: Todica Ionut --- src/pybind11/PyBindImath/pybindimathmodule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind11/PyBindImath/pybindimathmodule.cpp b/src/pybind11/PyBindImath/pybindimathmodule.cpp index 9a58a9c3..79f6b2f7 100644 --- a/src/pybind11/PyBindImath/pybindimathmodule.cpp +++ b/src/pybind11/PyBindImath/pybindimathmodule.cpp @@ -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)