Version 0.3.2
Feature
- Guidance for unsupported actionsAdded the ability for the system to provide guidance when users attempt unsupported actions.
- Faster “add object to scene” workflow (no custom instructions)Added a faster “add object to scene” workflow when no custom instructions are provided. Trigger via prompt template: "Add @path/to/model.glb to the scene".
- 3D viewer: manual edit mode for scene.glbImplemented a manual edit mode for scene.glb that matches the previous 3D model editor behavior. Must be explicitly enabled via the “Edit” button in the 3D viewer. Note: All other 3D models currently support view-only mode only.
- Image editing: edit an image using another image as inputAdded the ability to edit an image using another image as input. Trigger via prompt template: "Edit image @path/to/image.png with the following edits: (custom instructions) using @path/to/another/image.png". Best suited for embedding a specific object from one image into another (for example placing a specific sword into a character’s hands).
Improvement
- System & stability improvementsGeneral system updates to improve error handling, result parsing, tracing, and overall stability.
- Updated default polycount to 100kUpdated default polycount to 100k.
- 3D viewer: default view-only mode for scene.glbImplemented a default view-only mode for scene.glb. Transforms cannot be edited in view-only mode. The P key still toggles object labels for clarity.
- 3D viewer: optimized rendering performanceRendering optimized for improved memory usage and runtime performance.
Bug Fix
- Fix for local server timeouts during long Blender downloads (0.3.1 → 0.3.2)Version 0.3.1 was functionally the same as 0.3.2, except it was missing a fix for local server timeouts that could occur when Blender took too long to download. This fix is included in 0.3.2.
- 3D viewer: removed axis flickeringRemoved axis flickering in the 3D viewer.
Desktop App Updates
- Background plugin status checker with UI indicatorsAdded a background plugin status checker with UI indicators in the system panel.
- Plugin validation before sending assets/scenes via right-click menuAdded plugin status validation before sending assets or scenes via the right-click menu.
- Improved UX when required plugin is missingIf a plugin is not enabled and a user attempts to send an asset or scene, a UI pop-up is shown with brief instructions on how to get and install the required plugin.
- Blender updated to 5.0.0 (from 4.5.3)Updated default Blender version from 4.5.3 to 5.0.0, with automated cleanup of the old Blender version after upgrade.
