问题标签 [bmesh]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
273 浏览

python - 为什么网格在编辑模式下没有跟随骨架,如何获得被骨架变形的网格上的点坐标?

我想通过骨架随机变形一个对象并获取该对象上的点坐标,但是在旋转骨架中的骨骼后,我只得到了每个点的原点坐标。

我试过了:

并尝试过:

但是,两个代码都获得了点的原点坐标。有谁知道如何获得跟随电枢的网格中点的坐标?

0 投票
0 回答
51 浏览

python-3.x - Blender 的 python 中的有效 data_path 值

我在搅拌机 2.83 python 脚本中使用 cube.keyframe_insert(data_path="scale", frame=start_frame)。“data_path”有哪些不同的有效选项?我的意思是我可以作为data_path传递的所有字符串参数是什么?我搜索了很多网站,但我无法找到答案。甚至 blender 的文档也只涉及 FCurves。