mistake in last commit

This commit is contained in:
Campbell Barton 2009-10-06 20:00:23 +00:00
parent 88ab193a21
commit 041ce137e2

@ -8,6 +8,8 @@ def active_node_mat(mat):
mat_node = mat.active_node_material
if mat_node:
return mat_node
else:
return mat
return None