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:
authorCampbell Barton <campbell@blender.org>2022-01-18 05:05:07 +0300
committerCampbell Barton <campbell@blender.org>2022-01-18 06:13:58 +0300
commit20df402adc871a76cd98f7de116c48bebd151ce3 (patch)
tree7265aa7b2b4147f860697209ac15a32daf2744a3 /source/blender/blenkernel/intern/subdiv_modifier.c
parent7220897280e285305d8ab908a3ca95f8311dfa3e (diff)
Cleanup: move docs to definition
Diffstat (limited to 'source/blender/blenkernel/intern/subdiv_modifier.c')
-rw-r--r--source/blender/blenkernel/intern/subdiv_modifier.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/subdiv_modifier.c b/source/blender/blenkernel/intern/subdiv_modifier.c
index bafcb631f59..65809782f8f 100644
--- a/source/blender/blenkernel/intern/subdiv_modifier.c
+++ b/source/blender/blenkernel/intern/subdiv_modifier.c
@@ -124,8 +124,6 @@ bool BKE_subsurf_modifier_can_do_gpu_subdiv(const Scene *scene,
void (*BKE_subsurf_modifier_free_gpu_cache_cb)(Subdiv *subdiv) = NULL;
-/* Main goal of this function is to give usable subdivision surface descriptor
- * which matches settings and topology. */
Subdiv *BKE_subsurf_modifier_subdiv_descriptor_ensure(const SubsurfModifierData *smd,
const SubdivSettings *subdiv_settings,
const Mesh *mesh,