Skip to content

COMPAS 1.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 12:27

Added

  • Added draw_mesh method to compas_ghpython.artists.MeshArtist to match all other mesh artists.

Changed

  • Changed new artist registration to check if subclass.
  • Fixed RobotModelArtist for blender: missing abstract method impl and handle init order.

Removed