Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.4.1
-
None
-
2
-
0a9723332 (qds/dev)
-
QDS Oulu - 2024 Week 9/10
Description
Steps:
- Create effect with image, e.g. lava
- Add effect to e.g. a Rectangle component -> effect shows correctly on 2D view
- Import a 2D image to the project
- Select Lava effect in navigator
- Set Lava "Image" property on property view to the imported image -> New image is correctly utilized in effect on 2D view
- Save project -> New image is no longer utilized for effect in 2D view
Resetting puppet doesn't fix the issue. If you close QDS and restart, effect is still not utilizing the image correctly in 2D view. If you run the project, effect works correctly.
Trace shows it's trying to load the image with incorrect path, it appears the relative path is not resolved correctly in puppet. The path is resolved as if it is relative to the component when it should be relative to the main qml file where the property is actually set.