Page MenuHome

patch-IpodelCurve.txt

Authored By
Ken Hughes (khughes)
Nov 13 2013, 1:02 PM
Size
636 B
Subscribers
None

patch-IpodelCurve.txt

Index: blender/source/blender/python/api2_2x/Ipo.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Ipo.c,v
retrieving revision 1.40
diff -u -u -r1.40 Ipo.c
--- blender/source/blender/python/api2_2x/Ipo.c 24 May 2005 15:14:32 -0000 1.40
+++ blender/source/blender/python/api2_2x/Ipo.c 30 May 2005 22:04:40 -0000
@@ -958,7 +958,10 @@
if( icu->bezt )
MEM_freeN( icu->bezt );
MEM_freeN( icu );
- del_ipoCurve( icu );
+
+ allspace( REMAKEIPO, 0 );
+ EXPP_allqueue( REDRAWIPO, 0 );
+
Py_INCREF( Py_None );
return Py_None;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5f/2b/568300194608736c739bb83e014f

Event Timeline