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:
authorTon Roosendaal <ton@blender.org>2006-02-07 22:59:02 +0300
committerTon Roosendaal <ton@blender.org>2006-02-07 22:59:02 +0300
commit78c87abeeda4a366daf23e5b9ef81ba29e329e3f (patch)
tree00c07b3ec4342e4018c1d5fd9a1bc2ca80875ac6 /source/blender/makesdna/DNA_curve_types.h
parent0b1cf0a01f60414f5e9cda3ecac4b4ee439f891b (diff)
Wanted feature for curves: a render-time resolution. This option is
located under the 'def resolu' button. If not zero, it assigns this resolution to a curve on render. Also copies with ctrl+c menu.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index ff88e8b1c48..238276dac04 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -144,6 +144,8 @@ typedef struct Curve {
/* default */
short resolu, resolv;
+ short resolu_ren, resolv_ren;
+ int pad2;
/* font part */
short len, lines, pos, spacemode;