-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
QDS 4.4
-
None
Issue found:
- If the user has an effect with a name that starts with lowercase (won't happen easily, if this is fixed https://bugreports.qt.io/browse/QDS-11605), saving the effect using Save As, does not create a new effect but updates the existing.
- See the video EffectMaker-noise-08012024.mp4
- There is no way for the user to just to change the name of the effect and correct the issue.
- Snapshot: 31
- OS: Mac OS/ M1
How to reproduce
- Create a project
- Create a noise effect in the effect maker (with a lowercase name: "noise")
- Change noise parameters a bit and click Save As.
- Give it name: Noise.
- Nothing appears in the Assets, and if you check the parameters, it appears that effect with a name noise has been updated, but not the name
You may use this project to try out these issues: TestEffectMaker08012024.zip
How it is expected to work
- Effects with names beginning with lowercase should be prohibited.
- If an effect with lowercase name exists, and the user saves the effect with same name but uppercase we should do one of the following:
- If an effect with same name already exists, we ask it to be overwritten. Then also replace the name to start with uppercase.
- We save the effect as a new
- There should be a possibility to change the name in the Assets
- relates to
-
QDS-11605 Effect name needs to start with capital letter, but it is not enforced
-
- Closed
-