[Bf-blender-cvs] [bad531b1b88] soc-2020-info-editor: Add missing debug flag after merge

Mateusz Grzeliński noreply at git.blender.org
Mon Aug 3 10:52:34 CEST 2020


Commit: bad531b1b880c999295a1ccfa5591efee359929f
Author: Mateusz Grzeliński
Date:   Mon Aug 3 10:49:22 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rBbad531b1b880c999295a1ccfa5591efee359929f

Add missing debug flag after merge

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

M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 441c835134e..c97f913ffda 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -5829,6 +5829,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
        ICON_NONE,
        "Debug Depsgraph Pretty",
        ""},
+      {G_DEBUG_DEPSGRAPH_UUID, "DEBUG_DEPSGRAPH_UUID", ICON_NONE, "Debug Depsgraph UUID", ""},
       /* skipped G_DEBUG_DEPSGRAPH */
       {G_DEBUG_SIMDATA, "DEBUG_SIMDATA", ICON_NONE, "Debug Simulation Data", ""},
       {G_DEBUG_GPU_MEM, "DEBUG_GPU_MEM", ICON_NONE, "Debug GPU Memory", ""},



More information about the Bf-blender-cvs mailing list