[Bf-blender-cvs] [bff3484] depsgraph_refactor: Depsgraph: Attempt to fix driving shapekey with another one

Sergey Sharybin noreply at git.blender.org
Wed Mar 18 12:21:26 CET 2015


Commit: bff34848c383b05def4ef0dc4e31043d7020b28e
Author: Sergey Sharybin
Date:   Wed Mar 18 16:21:05 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rBbff34848c383b05def4ef0dc4e31043d7020b28e

Depsgraph: Attempt to fix driving shapekey with another one

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

M	source/blender/depsgraph/intern/depsgraph.cpp

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

diff --git a/source/blender/depsgraph/intern/depsgraph.cpp b/source/blender/depsgraph/intern/depsgraph.cpp
index ca45549..a2c55a8 100644
--- a/source/blender/depsgraph/intern/depsgraph.cpp
+++ b/source/blender/depsgraph/intern/depsgraph.cpp
@@ -183,7 +183,7 @@ static bool pointer_to_component_node_criteria(const PointerRNA *ptr,
 
 		/* ShapeKeys are currently handled as geometry on the geometry that owns it */
 		*id = key->from; // XXX
-		*type = DEPSNODE_TYPE_GEOMETRY;
+		*type = DEPSNODE_TYPE_PARAMETERS;
 
 		return true;
 	}




More information about the Bf-blender-cvs mailing list