- Modifié
spine骨骼操作问题
我在spine编辑器中移动这个网格的父级骨骼时无法一起移动网格,但是操作这个网格的父级骨骼的父级骨骼却可以进行移动、旋转等操作。这个问题在我重启spine以及使用最新版的编辑器时还是会出现,而且我确定没有锁定移动附件图片。想请问下是我的操作问题还是其他的原因?
spine编辑器版本:4.0.63
出现这个问题的附件我放在附件,请查收。
Hi, I have checked your Spine project and the mesh attachment has weights for only lian
and lian6
bones and these bones are not child bones of the acc_fl
bone, so the mesh is not affected by the acc_fl
bone's transform.
你好,我检查了你的脊柱工程,网格附件中只有lian
和lian6
骨头的权重,这些骨头不是acc_fl
骨头的子骨,所以网格不受acc_fl
骨头的变换影响。
To solve this, make lian
and lian6
bones child bones of acc_fl
bone or bind the acc_fl
bone to the mesh and add a weight for it.
为了解决这个问题,让lian
和lian6
骨骼成为acc_fl
骨骼的子骨骼,或者将acc_fl
骨骼绑定到网格上并为其添加权重。
解决了!感谢你Misaki!
不客气!