Skip to content

v1.6.1

Compare
Choose a tag to compare
@pthom pthom released this 08 Dec 09:44
· 142 commits to main since this release
08280dd

v1.6.1

Small corrections to v1.6.0.

ImGuizmo

  • Breaking change on ImGuizmo Python API: Added classes Matrix3/6/16, modifiable by manipulate and view_manipulate
    See changes in demo_gizmo.py to see how to adapt to the new API
    Basically:
  • use gizmo.Matrix3 / Matrix6 / Matrix16 instead of np.array
  • gizmo.manipulate and view_manipulate will modify the matrices they receive
  • if using glm, you will to need to convert to Matrix16, see glm_mat4x4_to_float_list in demo_gizmo.py

Python

  • fix bindings for implot.plot_bar_groups
  • sdl pure backend: fix get_clipboard_text
  • patches for conda-forge package (in preparation)

iOs

  • Improved font rendering on iOS (use static freetype, use retina resolution)

Full Changelog: 1.6.0...v1.6.1