-
Notifications
You must be signed in to change notification settings - Fork 4
Proposal for an implementation of a recordBone #148
Conversation
recordBone can be used to store a data structure defined via a RelSkel within a skeleton. This enables to build more complex building blocks within a skeleton without adding a new module for that.
I would like to defer this one to 2.5 or 3.0, just from looking at the code there are too many open questions regarding this one (Representation for searching/ordering/filtering in the datastore? What's the point of having this bone with multiple=False? How to integrate #71? What about inter-bone dependencies / Skeleton validation) |
…ormatString); removed Code that handled cases that are now excluded
@phorward Can you run an extensive test on this? I've added the necessary constraints and removed code that handled the now forbidden corner-cases. Also i improved handling of non-required bones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creating, loading, deleting works with well known vi Plugin,
json,vi Structure and Data is renderered correctly,
Skel in htmlrenderer is also be correct.
The recordBone can be used to store a data structure defined via a RelSkel within a skeleton. This enables to build more complex building blocks within a skeleton without adding a new module for that.