Product update

Release Notes - September 16, 2025

Product & Engineering avatar
Shared by Product & Engineering • September 17, 2025

Here's what's new in our latest update:

SDK Release v0.20.0

Clearer error handling
No more guessing where a timeout came from. When Mesh.wait() or Simulation.wait() times out, the SDK now raises a specific luminarycloud.exceptions.Timeout. This removes the ambiguity of Python’s generic TimeoutError and makes debugging much easier.

Direct access to project IDs
You can now grab a project_id right from Geometry, saving you extra steps and making project-specific workflows simpler.

Use your saved cameras everywhere
Cameras saved in the UI are now accessible through the SDK with vis.list_cameras and vis.get_cameras. That means you can quickly recreate the exact same views in your scripts that you set up visually in the app.


For full details, see the SDK release notes.

Enhancements

  • Added support for Inventor 2026 and AutoCAD 2026

Bug Fixes

  • Formatted number displays are now non-interactive, so you won’t accidentally trigger invalid actions by clicking them. You’ll see clean formatted numbers when viewing, and plain numbers only when editing.
  • Removed number formatting in mesh size validation to eliminate rounding errors, ensuring your meshes are validated exactly as you intended.