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.
This commit is contained in:
2006-02-07 19:59:02 +00:00
parent 0b1cf0a01f
commit 78c87abeed
7 changed files with 71 additions and 185 deletions

View File

@@ -2850,6 +2850,7 @@ void copy_attr(short event)
cu1= base->object->data;
cu1->resolu= cu->resolu;
cu1->resolu_ren= cu->resolu_ren;
nu= cu1->nurb.first;