Commit: 6e476800779ac04154d84964d52f533c9da85a6a
Author: Sergey Sharybin
Date:   Thu Dec 21 11:58:48 2017 +0100
Branches: master
https://developer.blender.org/rB6e476800779ac04154d84964d52f533c9da85a6a

Depsgraph: Remove confusing declaration of node method

it is only to be implemented for operation node.

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

M       source/blender/depsgraph/intern/nodes/deg_node.h

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

diff --git a/source/blender/depsgraph/intern/nodes/deg_node.h 
b/source/blender/depsgraph/intern/nodes/deg_node.h
index 79464ae5fa7..cc741224c71 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.h
+++ b/source/blender/depsgraph/intern/nodes/deg_node.h
@@ -74,7 +74,6 @@ struct DepsNode {
        virtual ~DepsNode();
 
        virtual string identifier() const;
-       string full_identifier() const;
 
        virtual void init(const ID * /*id*/,
                          const char * /*subdata*/) {}

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

Reply via email to