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

Ton Roosendaal ton at blender.org
Tue May 30 12:43:29 CEST 2006


Hi,

> 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.

A nice generic string manipulation lib would help too :)
Using our secured malloc, any malloc can always be verified to return  
the data allocation size, with this call;

MEM_allocN_len();

So you don't need to store string lengths.

-Ton-


>
> 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
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>
>
>
------------------------------------------------------------------------ 
--
Ton Roosendaal  Blender Foundation ton at blender.org  
http://www.blender.org



More information about the Bf-committers mailing list