From 78c87abeeda4a366daf23e5b9ef81ba29e329e3f Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 7 Feb 2006 19:59:02 +0000 Subject: 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. --- source/blender/makesdna/DNA_curve_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_curve_types.h') 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; -- cgit v1.2.3