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:
authorMartin Poirier <theeth@yahoo.com>2009-02-05 00:38:03 +0300
committerMartin Poirier <theeth@yahoo.com>2009-02-05 00:38:03 +0300
commite25318ebefb4dd34443430ab0b7408d3a6118b3d (patch)
tree75fde6dc80d9ff59f69683613e3c5ae8a3b5bb65 /source/blender/makesdna/DNA_scene_types.h
parent4286730d34ba4d36b994b73b3017bacf4552e1f4 (diff)
Rename correlation subdividing method into adaptative subdividing method, since that's what it's trying to do and much more understandable from a user's pov.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 2d5097e7899..c6dff387c49 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -886,7 +886,7 @@ typedef struct Scene {
/* toolsettings->bone_sketching_convert */
#define SK_CONVERT_CUT_FIXED 1
#define SK_CONVERT_CUT_LENGTH 2
-#define SK_CONVERT_CUT_CORRELATION 3
+#define SK_CONVERT_CUT_ADAPTATIVE 3
#define SK_CONVERT_RETARGET 4
/* toolsettings->skgen_retarget_options */