[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_texture.h blender/source/blender/makesdna DNA_texture_types.h

Branan Riley branan at gmail.com
Tue Sep 19 17:27:43 CEST 2006


It can't be a dynamic array because of SDNA limitations. (I think...
someone correct me if I'm wrong) I linked-list could work, but that
would break compatability with older .BLEND files. 32 keys should be
more than enough, though.

On 9/18/06, Joe Eagar <joeedh at gmail.com> wrote:
> Ton Roosendaal wrote:
> > ton (Ton Roosendaal) 2006/09/18 17:32:11 CEST
> >
> >   Modified files:
> >     blender/source/blender/blenkernel BKE_texture.h
> >     blender/source/blender/makesdna DNA_texture_types.h
> >
> >   Log:
> >   Maximum amount of keys in a ColorBand now is 32.
> >   This is static array stuff... could be dynamic once.
> >
> >
> Thanks!  That limit was really annoying.
>
> Joe
> _______________________________________________
> 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