[Bf-blender-cvs] [6e476800779] master: Depsgraph: Remove confusing declaration of node method

Sergey Sharybin noreply at git.blender.org
Thu Dec 21 11:59:48 CET 2017


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*/) {}



More information about the Bf-blender-cvs mailing list