Page Menu
Home
Search
Configure Global Search
Log In
Files
F1610
Curve.c-resol.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Gergely Erdelyi (dyce)
Nov 13 2013, 12:58 PM
Size
614 B
Subscribers
None
Curve.c-resol.patch
View Options
Index: Curve.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Curve.c,v
retrieving revision 1.24
diff -d -u -r1.24 Curve.c
--- Curve.c 6 Mar 2005 14:55:00 -0000 1.24
+++ Curve.c 7 Mar 2005 14:47:32 -0000
@@ -1165,8 +1165,8 @@
if( CurNurb_appendPointToNurb( new_nurb, args ) ) {
*pptr = new_nurb;
- new_nurb->resolu = 12;
- new_nurb->resolv = 12;
+ new_nurb->resolu = self->curve->resolu;
+ new_nurb->resolv = self->curve->resolv;
if( new_nurb->bezt ) { /* do setup for bezt */
new_nurb->type = CU_BEZIER;
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bd/ac/4649a06be31db91c8f45e7b928e7
Event Timeline
Log In to Comment