Support for styled items in the Blender addon and make use of material indices

This commit is contained in:
Thomas Krijnen
2013-05-11 17:14:47 +00:00
parent 3f048efc79
commit 259cfa895e
2 changed files with 32 additions and 7 deletions
+1
View File
@@ -115,6 +115,7 @@
specular = property(specular)
transparency = property(transparency)
specularity = property(specularity)
name = property(name)
def __repr__(self): return "Material"
%}
};