如何使用形状键对人脸网格进行动画处理?

发布于 2024-12-12 23:26:19 字数 146 浏览 1 评论 0原文

我有一个人脸形状的简单网格,我需要根据不同帧的不同面部特征(如眼睛的内外角、嘴唇、眉毛等)的坐标位置,根据各种面部表情进行动画处理(>500) 作为文本文件。

我对搅拌机和Python相当陌生,但通过一些研究很明显,答案在于使用形状键,但我不知道如何去做。

I have a simple mesh in the shape of the a human face, that I need to animate in terms of various facial expressions given the coordinate positions of the different facial features (like inner outer corners of eyes, lips, eyebrows etc) for different frames (>500) as text files.

I'm fairly new to blender and python but from a little research it was obvious that the answer lies in using shape keys, but I don't know how to go about it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦里°也失望 2024-12-19 23:29:50

我想这就是你所需要的。检查源代码,你就会得到解决方案。关键是使用形状键。
https://www.stickmanventures.com/labs/demo/webgl -twojs-morph-target/#

I think this is what you need. Check the source code and you will get with the solution. The key is to use shape keys.
https://www.stickmanventures.com/labs/demo/webgl-threejs-morph-target/#

殤城〤 2024-12-19 23:29:18

您是否正在寻求一种方法来执行 ,但是以编程方式?

这是关于编写脚本的教程。我已经很长时间没有使用 Blender 编写脚本了,但是文档就在那里(某处)。

如果必须,只需在模块和函数上运行 help() 函数即可。它们在内部有一定的记录。

Are you asking for a way to do this, but programatically?

Here's a tutorial on scripting them. I have't scripted with Blender in a long time, but the documentation is out there (somewhere).

If you must, just run the help() function on modules and functions. They are somewhat documented internally.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文