jMonkeyEngine / jMonkeyEngine/jmonkeyengine
Attachment Nodes not updated after changing Armature's bind pose
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 1.2k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 14
Description
When a model's bones are adjusted and saved by calling armature.saveBindPose(), the attachment nodes do not get updated.
More information and a screenshot showing the issue in this thread: https://hub.jmonkeyengine.org/t/attachmentnodes-are-not-updated-after-armatures-bind-pose-is-updated/47995
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at armature.saveBindPose() and review the linked forum thread and screenshot for the attachment-node behavior. Trace how bind-pose changes propagate to attachment nodes, then verify that saved bone adjustments are reflected by those nodes; the issue is done when they update after saveBindPose().
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics, game-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100