Fixes bug report 1012. Copy Attrib didn't copy sudsurftype.

(Now it does.)
This commit is contained in:
Robert Wenzlaff 2004-02-29 16:45:10 +00:00
parent 2c9b1d0005
commit 5998c12c60

@ -2125,6 +2125,7 @@ void copy_attr(short event)
Mesh *sourceme= ob->data;
targetme->flag= (targetme->flag&~ME_SUBSURF) | (sourceme->flag&ME_SUBSURF);
targetme->subsurftype = sourceme->subsurftype;
targetme->subdiv= sourceme->subdiv;
targetme->subdivr= sourceme->subdivr;
makeDispList(base->object);