Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    728ad1c9
    disable numpy support in C++ layer · 728ad1c9
    Studer Gabriel authored
    Numpy support in C++ enabled features at two points:
    Efficient way of setting positions in entity handles or setting meshes
    in gfx.PrimList.
    
    Support for newer numpy versions would've required an effort to implement.
    As far as I know, no one uses these features (fingers crossed) so let's just
    dump numpy alltogether to simplify the build system.
    728ad1c9
    History
    disable numpy support in C++ layer
    Studer Gabriel authored
    Numpy support in C++ enabled features at two points:
    Efficient way of setting positions in entity handles or setting meshes
    in gfx.PrimList.
    
    Support for newer numpy versions would've required an effort to implement.
    As far as I know, no one uses these features (fingers crossed) so let's just
    dump numpy alltogether to simplify the build system.