Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
QtDesignStudio-changelog3.8.0: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
*Integrated Qt Effect Maker | *Integrated Qt Effect Maker | ||
*Integrated Qt Design Viewer | *Integrated Qt Design Viewer | ||
*Fixed that it was possible to click import twice | *Fixed that it was possible to click import twice (QDS-7819) | ||
*Fixed that it is possible to assign material to the camera and light | *Fixed that it is possible to assign material to the camera and light (QDS-7843) | ||
*Fixed that custom Easing Curves are not visible in the editor (QDS-7720) | *Fixed that custom Easing Curves are not visible in the editor (QDS-7720) | ||
*Fixed that copying material properties should store the current value at copy time and pass that instead of a reference to a property (QDS-7804) | *Fixed that copying material properties should store the current value at copy time and pass that instead of a reference to a property (QDS-7804) |
Revision as of 10:53, 29 November 2022
The Qt Design Studio 3.8.0 release contains bug fixes and new features.
The most important changes are listed in this document. For more complete lists of changes, see release reports for Qt Design Studio 3.8.0: https://bugreports.qt.io/projects/QDS/versions/20146
General
- Added new states view
- Integrated Qt Effect Maker
- Integrated Qt Design Viewer
- Fixed that it was possible to click import twice (QDS-7819)
- Fixed that it is possible to assign material to the camera and light (QDS-7843)
- Fixed that custom Easing Curves are not visible in the editor (QDS-7720)
- Fixed that copying material properties should store the current value at copy time and pass that instead of a reference to a property (QDS-7804)
- Fixed that projects -view does not update to show both QtQuick3DAssets and ComponentBundles folders (QDS-7813)
Material Editor and Browser
- Changed that material library is not be created for scenes that have Material subclass as root node (QDS-7374)
- Added copy and paste for material properties (QDS-7014)
- Added environment and model selectors to material preview (QDS-7347)
- Added support for component materials (QDS-7390)
Qt Bridge for Figma
- The Figma bridge is now in the Figma community marketplace
- Added support for Ellipse, Arc, and Pie StudioComponents.ArcItem (QDS-7127)
- Reworked Settings page, introduced tooltips instead of help text (QDS-8131)
- Fixed issue with arrows export in shape path mode (QDS-7868)
- Fixed issue with exporting components with effects on root item (QDS-7869)
Documentation
- Fixed the Login UI tutorial (QDS-7761)