Skip to content

Commit

Permalink
Fix PyBindImathEuler
Browse files Browse the repository at this point in the history
Signed-off-by: Todica Ionut <todicaionut2000111@gmail.com>
  • Loading branch information
TodicaIonut authored Dec 13, 2024
1 parent d4e5fbc commit 868754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind11/PyBindImath/PyBindImathEuler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace PyBindImath {
register_euler<float>(m, "Eulerf");
register_euler<double>(m, "Eulerd");

// Enums for Euler Orders
// Enums for Euler Orders
pybind11::enum_<Imath::Euler<float>::Order>(m, "Order")
.value("XYZ", Imath::Euler<float>::XYZ)
.value("XZY", Imath::Euler<float>::XZY)
Expand Down

0 comments on commit 868754a

Please sign in to comment.