remove readblend, it will be replaced by Serialize

This commit is contained in:
erwin.coumans
2010-01-20 22:50:37 +00:00
parent b010233e7b
commit 901ff7a4f8
12 changed files with 2 additions and 4128 deletions

View File

@@ -1032,7 +1032,7 @@ void ColladaConverter::prepareConstraints(ConstraintInput& input)
/*
* JC patch. Skip the rigid body if it doesn't have any DOM
* node associated - e.g. because it was created directly, without
* the COLLADA file.
* the COLLADA file.
*/
if(!domRigidBody)
continue;