miggor-StreamGraph/classes/deck/nodes/general
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
..
array_get_index.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
bool_constant.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
button.gd add an API for buttons on ports (#96) 2024-03-06 07:50:23 +00:00
delay.gd rework RPC Signal Layer class (#101) 2024-03-14 05:54:25 +00:00
dictionary_get_key.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
expression_node.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
get_deck_var.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
if_true.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
is_equal.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00
numeric_constant.gd add scalar math nodes (#123) 2024-03-17 10:09:23 +00:00
pass_if_equal.gd add pass if equal node (#120) 2024-03-17 06:54:45 +00:00
passthrough.gd add passthrough node (#116) 2024-03-16 09:31:27 +00:00
print.gd add a method to make group instances unique, making them independent (#143) 2024-04-11 14:56:33 +00:00
process_node.gd make delta work with both usage types in process node 2024-03-19 13:54:59 +03:00
set_deck_var.gd add an API for buttons on ports (#96) 2024-03-06 07:50:23 +00:00
string_constant.gd fix value callback usage on output ports (#102) 2024-03-14 06:27:49 +00:00
string_split.gd be more lenient with using triggers and value requests on the same node on general and obs nodes (#78) 2024-02-26 05:34:00 +00:00