[Bf-committers] Python Ipo.c

Ken Hughes khughes at pacific.edu
Sat Dec 23 19:49:10 CET 2006


Best way to report bugs is through the bug tracker:

http://projects.blender.org/tracker/?group_id=9&atid=125

I'll go ahead and commit your fix, though.  Thanks.

Ken

Linterra wrote:
> Greetings.
> 
> I've recently discovered a small bug in python\api2_2x\Ipo.c
> 
> I'm not sure the best way to go about reporting the bug and applying the 
> fix.
> 
> I've attached a small patch that solves the problem.
> 
> Thanks,
> Tony Richards
> 
> 
> ------------------------------------------------------------------------
> 
> ? Ipo.c.diff.txt
> Index: Ipo.c
> ===================================================================
> RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Ipo.c,v
> retrieving revision 1.57
> diff -r1.57 Ipo.c
> 1668c1668
> < 	if( num < 0 && !icu )
> ---
>> 	if( num < 0 || !icu )
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Bf-committers mailing list
>> Bf-committers at projects.blender.org
>> http://projects.blender.org/mailman/listinfo/bf-committers



More information about the Bf-committers mailing list