Copying sequences links copies to originals
-
- Posts: 84
- Joined: Sat Jan 16, 2016 2:32 am
- Location: Usa
- Real Name: mgGagGD
- Contact:
In the latest version 4.11.0, when you copy a Sequence to the clipboard and paste it. The two sequences (the original and copied) remain linked. Add a fixture to the original after you duplicate, the copy will have that added fixture. Likewise when you delete a fixture from the original, it is gone from the copy. (This works both ways.)
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
@mcallegari:
https://github.com/mcallegari/qlcplus/b ... ce.cpp#L76:
This uses the same bound scene. It should copy the scene as well.
@ralbrightii: thanks for reporting!
Jano
https://github.com/mcallegari/qlcplus/b ... ce.cpp#L76:
Code: Select all
m_boundSceneID = sequence->m_boundSceneID;
@ralbrightii: thanks for reporting!
Jano
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Note: the bound scene should also be deleted somewhere when the sequence is deleted.
- mcallegari
- Posts: 4711
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
This is wanted.
If you have 30 sequences on the same track of a Show, you might want to share the same Scene instead of creating a new one each time.
To distinguish 2 sequences, copy all the steps of a Sequence, create a new Sequence and paste the steps.
Otherwise every single Sequence in a project would create a bound Scene and I don't see a point in doing that.
If you have 30 sequences on the same track of a Show, you might want to share the same Scene instead of creating a new one each time.
To distinguish 2 sequences, copy all the steps of a Sequence, create a new Sequence and paste the steps.
Otherwise every single Sequence in a project would create a bound Scene and I don't see a point in doing that.