Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-05-02 15:25:32 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-05-02 18:09:44 +0300
commit651a2559318a5e8f3546286a207a5766e33feebe (patch)
treeb42b8f303ab46a4e7abf5d3882c68fd4cd712655 /source/blender/depsgraph/DEG_depsgraph_debug.h
parentbb75c4cbe9f54b643106a999a077d64b20f6d97a (diff)
Depsgraph: Cleanup, naming conventions
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_debug.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h
index 2f4cfc86955..326d2f87ed8 100644
--- a/source/blender/depsgraph/DEG_depsgraph_debug.h
+++ b/source/blender/depsgraph/DEG_depsgraph_debug.h
@@ -47,8 +47,8 @@ struct ViewLayer;
/* NOTE: Those flags are same bitmask as G.debug_flags */
-void DEG_set_debug_flags(struct Depsgraph *depsgraph, int flags);
-int DEG_get_debug_flags(const struct Depsgraph *depsgraph);
+void DEG_debug_flags_set(struct Depsgraph *depsgraph, int flags);
+int DEG_debug_flags_get(const struct Depsgraph *depsgraph);
/* ------------------------------------------------ */