Lucas Miller
Lucas Miller
Along with the theme of configureable email settings, I would LOVE to have the ability to turn off email on a per job basis (maybe as a method on the...
Thanks, that was the hint I needed!
> Question for @lamiller0 : Is the only reason you needed the target in the first place that the python module was given a nonstandard name and location? If it...
I dont have a full solution, but would like to reiterate that I suspect defining Imath::PyImath_Python3_9 will likely still be necessary going forward for systems in which more than 1...
We noticed this problem on Linux as well. We suspect its related to this: https://github.com/AcademySoftwareFoundation/Imath/issues/360 Making it optional ended up totally removing Imath::PyImath_Python3_9 from ImathTargets-release.cmake.
> I assume that if you restore the line, then PyAlembic links again? I ran out of time to be able to confirm this, but hope to early next week....
I just did a few experiments with bringng back the EXPORT line back and diffing what changed when building WITH python: In ImathTargets.cmake: `foreach(_cmake_expected_target IN ITEMS Imath::ImathConfig Imath::Imath Imath::PyImathConfig Imath::PyImath_Python3_9)`...
I think a minimal external C++ binding library that provides 1 method that depends on PyImath bindings to take a list of V3d from python, use those to calculate the...
At this point we should finish off the pybind11 bindings. After that is done how much work is it to transition from pybind11 to nanobind? Our previous concerns with jumping...