物理约束能不能排除一些骨骼的影响,即拖动此骨骼不会生成物理动画?
是否有类似裁剪框一样可以控制影响范围的功能?
希望我有描述明白问题,期待解答,感谢。
关于物理约束作用范围的问题
Aliya The physics constraints are always influenced by the parent bone, it is not possible for the child bones with physics constraints to not move as long as the parent bone is moving, even if you have disabled the Inherit options. However, it is possible to prevent the physics constraint from moving at all by setting Mix
to 0
. If you don't want physics to react only at certain times, try setting Mix
to 0
during the animation.
It is also possible to limit the range of change in how much the bones move by adjusting the Limit
property.
The default value is 5000, which is a very generous number, so if you want to reduce the amount of movement, look at setting this to a smaller value, such as 100 or 500.