diff options
author | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2021-11-02 15:52:40 -0700 |
---|---|---|
committer | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2021-11-03 08:28:32 -0700 |
commit | 8d9619ad4699f32c246cdcbefa3760c70ffaaba6 (patch) | |
tree | 4c875e4814f1f20bc7ae06b56156dbdaa00c3529 /CONTRIBUTING.md | |
parent | 795cd2eb38626970e7487fcc0686b33c19fd6ab5 (diff) |
Fix errors with invalid bone node path in Polygon2D
NodePath properties are designed to be relative to the given node, so
validity checks are failing in the editor for Polygon2D nodes, which are
relative to the Skeleton2D node rather than the Polygon2D node.
Fixed by saving bone paths as String properties instead of NodePath.
Shouldn't cause a difference for performance since NodePath properties
are technically saved as String anyway.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions