[Bf-python] [ #2074 ] Blank GUI String field Crashes Blender

Tom M letterrip at gmail.com
Tue Feb 15 20:04:47 CET 2005


Okay, I was wrong but seem to have figured it out after much stupidty <grin>.


Will send the one line patch shortly (having it confirmed by someone
else), the fix is in Method_String in Draw.c

change

char *name, *tip = NULL, *newstr ;

to

char *name, *tip, *newstr = NULL ;

The first is apparently valid according to the C spec, but the gcc
compiler apparently doesn't like it.

LetterRip

LetterRip



More information about the Bf-python mailing list