Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.25k stars 47 forks source link

Fix isSet and translation for INP exports #47

Closed seagetch closed 1 year ago

seagetch commented 1 year ago

Fixed two minor problem. 1) isSet is not set properly. 2) translationChildren is cleared before all of the parameters are applied to children, so if multiple parameter changed same child, it failed to apply parameter to children.