soc-2008-mxcurioni: clean-up #2

This commit is contained in:
Maxime Curioni
2008-08-01 02:25:21 +00:00
parent 4580fd1415
commit c324f0cbc7
12 changed files with 144 additions and 141 deletions

View File

@@ -158,7 +158,7 @@ PyObject * FEdgeSmooth_materialIndex( BPy_FEdgeSmooth *self ) {
PyObject * FEdgeSmooth_material( BPy_FEdgeSmooth *self ) {
Material m( self->fes->material() );
return BPy_Material_from_Material(m);
return BPy_FrsMaterial_from_Material(m);
}
PyObject * FEdgeSmooth_setNormal( BPy_FEdgeSmooth *self, PyObject *args ) {