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;
        }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to