facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.45k stars 404 forks source link

Update Corrade and Magnum with changes for Python stub generation #2408

Closed mosra closed 3 weeks ago

mosra commented 3 weeks ago

Motivation and Context

Another two months worth of random Corrade + Magnum updates.

Mainly contains various fixes and updates to the Python bindings to make it possible to generate stubs for IDE autocompletion and type checking.

Besides that, the update contains the following:

How Has This Been Tested

:green_salad: