def b_check_object(self, b_obj):
     TestBaseUV.b_check_data(self, b_obj)
     b_mesh = b_obj.data
     b_mat = b_mesh.materials[0]
     nose.tools.assert_equal(len(b_mesh.materials), 1)
 def b_check_object(self, b_obj):
     TestBaseUV.b_check_data(self, b_obj)
     b_mesh = b_obj.data
     b_mat = b_mesh.materials[0]
     nose.tools.assert_equal(len(b_mesh.materials), 1)
 def b_check_data(self, b_obj):
     TestBaseUV.b_check_data(self, b_obj)
     self.b_check_stencil_property(b_obj)
 def b_check_data(self, b_obj):
     TestBaseUV.b_check_data(self, b_obj)
     self.b_check_stencil_property(b_obj)