Blame bugs/upstream/000002.txt

Carlos Lopez 76795b
Subject: Remove all bones from the static list makes it impossible to add a new one.
Carlos Lopez 76795b
Carlos Lopez 76795b
Add a new skeleton layer, Delete all the Bones (Delete Item Smart)
Carlos Lopez 76795b
The list becomes empty (and not expandable). Converting to Static List fails:
Carlos Lopez 76795b
Carlos Lopez 76795b
quote:
Carlos Lopez 76795b
Convert 'Layer Parameter (Skeleton):Bones' to ValueNode type
Carlos Lopez 76795b
 'Static List': Unable to create new value node
Carlos Lopez 76795b
Chris Moore e3add4
On the other hand, doing Disconnect instead of deleting all the bones
Chris Moore e3add4
allows the user to convert it again to Static List recovering the same bones and
Chris Moore e3add4
all the previous parent connections.
Chris Moore f633fd
Chris Moore f633fd
------------------------------------------------------------------------
Chris Moore f633fd
Chris Moore f633fd
This also happens with dynamic lists.
Chris Moore f633fd
Chris Moore f633fd
See sf.net bug #2412788.
Chris Moore dca132
Chris Moore dca132
------------------------------------------------------------------------
Chris Moore dca132
Chris Moore dca132
Actually, it's a duplicate of #1420091 from long ago.