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:
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt.hh')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.hh b/source/blender/editors/sculpt_paint/sculpt.hh
index ca144ea6391..7640ab70736 100644
--- a/source/blender/editors/sculpt_paint/sculpt.hh
+++ b/source/blender/editors/sculpt_paint/sculpt.hh
@@ -4,6 +4,7 @@
/*
This is a proof of concept of how a C++ sculpt system could work.
+It's a design study, not even a proposal.
We can't really use virtual-based polymorphism for performance reasons,
so the idea is to use templates and C++20's concepts instead.