- for some reason mesh_create_derived_no_deform took the raw data (not

an object) but this is not going to work... I can't remember the reason
   I did it this way in the first place either! oops! regardless, switch
   to all mesh_ derived accessors taking object argument. there is still
   a bug in render orco calculation though. (hunt hunt)
 - removed python files that should have been ditched in previous commit
This commit is contained in:
2005-07-20 04:44:02 +00:00
parent 259c7b6cad
commit 38e0d79e68
8 changed files with 28 additions and 481 deletions

View File

@@ -2209,7 +2209,7 @@ void convertmenu(void)
for(a=0; a<ob1->totcol; a++) id_us_plus((ID *)me->mat[a]);
}
dm= mesh_create_derived_no_deform(ob->data, NULL);
dm= mesh_create_derived_no_deform(ob, NULL);
dlm= dm->convertToDispListMesh(dm);
dm->release(dm);