[Bf-blender-cvs] [405becec70c] blender2.8: Comment out and tag unused bit as unused

Sergey Sharybin noreply at git.blender.org
Wed Dec 13 16:08:53 CET 2017


Commit: 405becec70c226607641d35fa7611bb8fec4e007
Author: Sergey Sharybin
Date:   Wed Dec 13 16:05:20 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB405becec70c226607641d35fa7611bb8fec4e007

Comment out and tag unused bit as unused

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

M	source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 4e1161148ea..58beee01aa4 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -440,7 +440,7 @@ enum {
 	/* RESET_AFTER_USE, used by update code (depsgraph). */
 	LIB_TAG_ID_RECALC       = 1 << 12,
 	LIB_TAG_ID_RECALC_DATA  = 1 << 13,
-	LIB_TAG_ANIM_NO_RECALC  = 1 << 14,
+	/* LIB_TAG_AVAILABLE  = 1 << 14, */  /* Was used by deprecated flag. */
 	LIB_TAG_ID_RECALC_ALL   = (LIB_TAG_ID_RECALC | LIB_TAG_ID_RECALC_DATA),
 
 	/* The datablock is a copy-on-write version. */



More information about the Bf-blender-cvs mailing list