提交 ee1e677b 编写于 作者: B Ben Houston

remove unused code.

上级 7812b25c
......@@ -565,7 +565,6 @@ class Geometry(base_classes.BaseNode):
mt = api.mesh.blend_shapes(self.node, self.options) or []
self[constants.MORPH_TARGETS] = mt
if len(mt) > 0 and self._scene: # there's blend shapes, let check for animation
#self[constants.CLIPS] = api.mesh.animated_blend_shapes(self.node, self.options) or []
tracks = api.mesh.animated_blend_shapes(self.node, self[constants.NAME], self.options) or []
merge = self._scene[constants.ANIMATION][0][constants.KEYFRAMES]
for track in tracks:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册