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>2019-01-16 12:15:25 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-16 13:00:43 +0300
commit7eda267df1a997c1525a0aa62ad2de2f1b77c6e5 (patch)
tree4586acf09d50d17f7161fa929149ce8768c978a4 /source/blender/blenkernel/BKE_subdiv.h
parent4fe6a2d9501415d98f3c6a995526a8802920eedd (diff)
Subdiv: Reset evaluator creation statistics
Makes it more clear to see what was exactly happening at the last invocation of subsurf modifier.
Diffstat (limited to 'source/blender/blenkernel/BKE_subdiv.h')
-rw-r--r--source/blender/blenkernel/BKE_subdiv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_subdiv.h b/source/blender/blenkernel/BKE_subdiv.h
index d79ea1ca646..302616e4867 100644
--- a/source/blender/blenkernel/BKE_subdiv.h
+++ b/source/blender/blenkernel/BKE_subdiv.h
@@ -188,6 +188,8 @@ void BKE_subdiv_stats_init(SubdivStats *stats);
void BKE_subdiv_stats_begin(SubdivStats *stats, eSubdivStatsValue value);
void BKE_subdiv_stats_end(SubdivStats *stats, eSubdivStatsValue value);
+void BKE_subdiv_stats_reset(SubdivStats *stats, eSubdivStatsValue value);
+
void BKE_subdiv_stats_print(const SubdivStats *stats);
/* ================================ SETTINGS ================================ */