提交 775dca6f 编写于 作者: V Vitaly Ovchinnikov

transparency attribute is exported

上级 55e1063d
......@@ -43,6 +43,9 @@ class Material(base_classes.BaseNode):
self[constants.BLENDING] = api.material.blending(self.node)
if api.material.transparent(self.node):
self[constants.TRANSPARENT] = True
self[constants.DEPTH_TEST] = api.material.depth_test(self.node)
self[constants.DEPTH_WRITE] = api.material.depth_write(self.node)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册