Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Proposal for an implementation of a recordBone #148

Merged
merged 4 commits into from
Jun 7, 2019

Conversation

phorward
Copy link
Member

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.

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.
@tsteinruecken
Copy link
Contributor

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)

bones/recordBone.py Outdated Show resolved Hide resolved
@tsteinruecken tsteinruecken modified the milestones: v2.4.0, v2.5.0 Apr 2, 2019
@tsteinruecken tsteinruecken added v2.5 and removed v2.4 labels Apr 2, 2019
@tsteinruecken tsteinruecken requested a review from sveneberth May 21, 2019 08:48
@tsteinruecken tsteinruecken self-assigned this May 21, 2019
@tsteinruecken
Copy link
Contributor

@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.

Copy link
Member

@akelch akelch left a 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.

@tsteinruecken tsteinruecken merged commit 332f106 into develop Jun 7, 2019
@tsteinruecken tsteinruecken deleted the feature_recordBone branch June 7, 2019 09:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants