QtDesignStudio-changelog3.8.0: Difference between revisions

From Qt Wiki
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, <nowiki>{{Issue|QDS-7819}}</nowiki>
*Fixed that it was possible to click import twice (QDS-7819)
*Fixed that it is possible to assign material to the camera and light <nowiki>{{Issue|QDS-7843}}</nowiki>
*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)