Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.8
-
None
-
43efe746e (unification)
Description
Steps to reproduce:
- Create a project
- Add rectangle component to 2D View
- Click "Add Effects" in Properties view
- -> rectangle is no longer visible in 2D view. Expected is to see the rectangle with some applied effects
- -> when running the project, application output shows a lot of warnings:
Warning: Failed to find shader ":/qt-project.org/imports/QtQuick/Studio/DesignEffects/shaders/gaussianBlur.frag.qsb" Warning: ShaderEffect: Failed to deserialize QShader from :/qt-project.org/imports/QtQuick/Studio/DesignEffects/shaders/gaussianBlur.frag.qsb. Either the filename is incorrect, or it is not a valid .qsb file. In Qt 6 shaders must be preprocessed using the Qt Shader Tools infrastructure. The vertexShader and fragmentShader properties are now URLs that are expected to point to .qsb files generated by the qsb tool. See https://doc.qt.io/qt-6/qtshadertools-index.html for more information. Warning: ShaderEffect: shader preparation failed for qrc:/qt-project.org/imports/QtQuick/Studio/DesignEffects/shaders/gaussianBlur.frag.qsb
- Design Effect Demo also broken, same warning in app output