[Bf-blender-cvs] [ad0690f78fc] custom-manipulators: Missed when removing face-map DNA

Campbell Barton noreply at git.blender.org
Thu Jun 1 07:08:28 CEST 2017


Commit: ad0690f78fc73d9c3ee2361b92e040dc107bca0d
Author: Campbell Barton
Date:   Thu Jun 1 14:56:12 2017 +1000
Branches: custom-manipulators
https://developer.blender.org/rBad0690f78fc73d9c3ee2361b92e040dc107bca0d

Missed when removing face-map DNA

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

M	source/gameengine/Converter/BL_ArmatureObject.cpp

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

diff --git a/source/gameengine/Converter/BL_ArmatureObject.cpp b/source/gameengine/Converter/BL_ArmatureObject.cpp
index d72c7299b04..a5af525e13a 100644
--- a/source/gameengine/Converter/BL_ArmatureObject.cpp
+++ b/source/gameengine/Converter/BL_ArmatureObject.cpp
@@ -129,9 +129,6 @@ static void game_copy_pose(bPose **dst, bPose *src, int copy_constraint)
 			BLI_listbase_clear(&pchan->constraints);
 		}
 
-		if (pchan->fmap_object) {
-			id_us_plus(&pchan->fmap_object->id);
-		}
 		if (pchan->custom) {
 			id_us_plus(&pchan->custom->id);
 		}




More information about the Bf-blender-cvs mailing list