Bug: nested tags not cloned until reinit

tags.toe (3.3 KB)

delete/add a tag at master/nested
→ its not updated in clone/nested until you re-init network on /clone

Can confirm this has been a thing for a long while - a few other things in this vein :

  1. when clicking the “+” icon for adding a new parameter to the new dynamic parameter inputs some nodes have, the nodes inside of clones do not automatically grow with new inputs until reinitialized / cloned anew.

  2. also node colors set in the clone master after clones are made do not get written to clones. purely aesthetic and minor but worth noting.


I think there’s some internal design distinguishing between the cloneable attributes and non-cone-able attributes that explains this but since clone init causes these attributes to copy over it only makes sense that they should pull from source to begin with.

Thanks, added these all to the bug list.