[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/src header_info.c usiblender.c

Jiří Hnídek jiri.hnidek at tul.cz
Tue May 30 12:17:05 CEST 2006


Hi,
sorry for commit with bugs. This code has some weak parts. List of 
recent opened files are stored in two dimensional array of chars:

Global { ...; char recent[10][160]; ... }

Path to blend file could be longer then 160 chars, right? I see same 
problem in Global { ...;char sce[160], lib[160], ima[160]; ... }

I'm just rewriting recent open as ListBase and I would like to replace 
sce[160], lib[160], ima[160] with pointers at char in the future too.

Jiri Hnidek

Jiri Hnidek napsal(a):
> jiri (Jiri Hnidek) 2006/05/29 17:30:43 CEST
> 
>   Modified files:
>     blender/source/blender/src header_info.c usiblender.c 
>   
>   Log:
>    Bugfix #4224:
>   
>    Blender has Open recent submenu in main File menu, Open recent should
>    work correctly now, I remove Reopen last item (I hope, that I didn't
>    break anything), because it seems obsolete now
>   
>   Revision  Changes    Path
>   1.86      +37 -11    blender/source/blender/src/header_info.c
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_info.c.diff?r1=1.85&r2=1.86&cvsroot=bf-blender>
>   1.111     +27 -8     blender/source/blender/src/usiblender.c
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/usiblender.c.diff?r1=1.110&r2=1.111&cvsroot=bf-blender>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-blender-cvs


More information about the Bf-committers mailing list