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

V0 8 maintain #55

Closed seagetch closed 5 months ago

seagetch commented 5 months ago

Fixed the problem that child of composite node isn't displayed correctly for Vertex Edit view. This is caused due to the lack of propagation of setOneTimeTransformation method. This patch fixes the problem.