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>2014-02-03 17:33:15 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-03 17:34:29 +0400
commit7fbb7e32fd4e50357ca4079b70f2917f412bcfa2 (patch)
treeccd89ec926e1a1cd5946401e3f7545b1f96eee3b /source/blender/makesdna/DNA_curve_types.h
parent04984430ce18a61560f793d0adf9b7acba4a05d4 (diff)
Fix T38450: Remove unused Children Offset option
This option was only exposed to the interface and internally was doing basically nothing. Removing it to prevent artists from being confused.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index c7b6a8c43d3..f0c555792fc 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -270,7 +270,7 @@ typedef struct Curve {
#define CU_UV_ORCO 32
#define CU_DEFORM_BOUNDS_OFF 64
#define CU_STRETCH 128
-#define CU_OFFS_PATHDIST 256
+/* #define CU_OFFS_PATHDIST 256 */ /* DEPRECATED */
#define CU_FAST 512 /* Font: no filling inside editmode */
/* #define CU_RETOPO 1024 */ /* DEPRECATED */
#define CU_DS_EXPAND 2048