[Bf-blender-cvs] [13d7e32ad78] collada: cleanup: Collada whitespace and obsolete comments

Gaia Clary noreply at git.blender.org
Wed Apr 10 22:40:40 CEST 2019


Commit: 13d7e32ad78793dd3bddec704f3742ccfc58deda
Author: Gaia Clary
Date:   Mon Apr 8 19:13:46 2019 +0200
Branches: collada
https://developer.blender.org/rB13d7e32ad78793dd3bddec704f3742ccfc58deda

cleanup: Collada whitespace and obsolete comments

===================================================================

M	source/blender/collada/DocumentImporter.cpp

===================================================================

diff --git a/source/blender/collada/DocumentImporter.cpp b/source/blender/collada/DocumentImporter.cpp
index f784c811c26..03d9545d6c9 100644
--- a/source/blender/collada/DocumentImporter.cpp
+++ b/source/blender/collada/DocumentImporter.cpp
@@ -646,7 +646,6 @@ std::vector<Object *> *DocumentImporter::write_node(COLLADAFW::Node *node, COLLA
 				libnode_ob.push_back(ob);
 		}
 
-
 		//create_constraints(et,ob);
 
 	}
@@ -664,6 +663,7 @@ std::vector<Object *> *DocumentImporter::write_node(COLLADAFW::Node *node, COLLA
 				ob->parsubstr[0] = 0;
 
 				//bc_set_parent(ob, par, mContext, false);
+
 			}
 		}
 	}
@@ -1128,7 +1128,6 @@ bool DocumentImporter::writeAnimation(const COLLADAFW::Animation *anim)
 	if (mImportStage == Fetching_Controller_data)
 		return true;
 
-	// return true;
 	return anim_importer.write_animation(anim);
 }



More information about the Bf-blender-cvs mailing list