miggor-StreamGraph/classes/deck/nodes
Lera Elvoé a518e46b0f add a method to make group instances unique, making them independent (#143)
closes #97

when copying group nodes across decks (including in and out of groups), they become unique and completely independent copies of the original. this is done recursively, so in the case of copying:

- group X
	- contained in Deck A
	- has another group Z

into Deck B, group X will become group Y, group Z will become group W.

there is a rare bug that will sometimes cause the deck to save with no groups at all, which i haven't been able to hunt down and don't know how to replicate at the moment.

Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/143
Co-authored-by: Lera Elvoé <yagich@poto.cafe>
Co-committed-by: Lera Elvoé <yagich@poto.cafe>
2024-04-11 14:56:33 +00:00
..
general add a method to make group instances unique, making them independent (#143) 2024-04-11 14:56:33 +00:00
group add a method to make group instances unique, making them independent (#143) 2024-04-11 14:56:33 +00:00
math fix vector subtract 2024-03-19 13:54:54 +03:00
obs fix obs set source transform not working wwith trigger into xform port 2024-03-19 13:54:12 +03:00
test add an API for buttons on ports (#96) 2024-03-06 07:50:23 +00:00
twitch Updates NoTwitch + Implements Twitch Get Request (#124) 2024-03-17 10:28:54 +00:00