Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.4
-
None
-
1
-
458d44fdc (qds/dev)
-
QDS Oulu - 2023 Week 45/46
Description
When I try to use an exported effect that contains image, such as opacity mask, in the project. I get this error:
Warning: file:///C:/dev/qt/DesignStudio/apps/UntitledProject81/asset_imports/Effects/OpEff/OpEff.qml:24:13: Unable to assign QQuickImage to QUrl (file:///C:/dev/qt/DesignStudio/apps/UntitledProject81/asset_imports/Effects/OpEff/OpEff.qml:24, (null))
To repro:
- Create new effect using opacity mask node
- Export effect
- Add a Rectangle node to scene
- Drag the effect under the rectangle node
-> The effect doesn't work. Puppet trace shows the above warning.