New Features
- New grid floor for the 3D scene— The 3D product scene now displays a clean grid floor, giving customers a clearer sense of scale and orientation while configuring.
- Toggle to hide slider controls— Slider controls on numeric properties can now be hidden per property, showing just the plus/minus input for a simpler configuration experience.
- Greyed-out display for currently unavailable options— Options that aren't currently selectable based on the active configuration can now be shown greyed-out instead of hidden entirely, with an optional tooltip explaining why — making it easier to discover the full range of what's possible.
- New "Scripted Structure" building block— Product configurations can now use a new structure type that automatically creates and manages sets of related parts, simplifying setups that previously required manually maintaining long lists of near-duplicate parts.
- Smarter autocomplete in the script editor— The scripting editor used to build product configuration logic now suggests relevant values based on what you're typing, making it faster and less error-prone to write scripts.
- Autocomplete and validation for connector scripts— Scripts that control how parts connect to one another now get the same autocomplete and validation support as other scripts, helping catch mistakes earlier.
Bug Fixes
- Improved data-structure integrity repair— Strengthened the automatic repair process for broken parent/child references in product structures, ensuring both sides of a reference are corrected together.
- Fixed unnecessary repeated save requests— Editing a numeric position value and moving away from the field no longer triggers extra background save requests for values that haven't actually changed, improving editor responsiveness.
- Fixed error when adding site-visibility settings— Resolved an error that could appear when adding site-visibility properties to a product, which previously blocked the properties from rendering.
- Fixed incorrect multi-select highlighting in the product tree— Selecting a folder (e.g. "Materials") inside one part of a product no longer incorrectly highlights same-named folders elsewhere in the tree.
- Fixed copy-pasted items not becoming properly selected— After copying and pasting a product item, the new item is now correctly selected for editing — previously, edits could be silently applied to the original item instead of the copy.
- Fixed unclear digits in exported PDFs when using Euros— Prices in PDF exports no longer show a stray slash next to digits when the currency is set to Euros.
- Fixed a rare case where an edit could silently fail to save— Resolved a backend issue that could, in specific circumstances, cause a change to not be persisted even though no error was shown.