[Bf-committers] Textobject: Patch is here

Ton Roosendaal ton at blender.org
Fri Jun 17 23:23:06 CEST 2005


Hi,

> Concerning old files: We need to up the version number to 238, so I  
> can put
> the compatibility code in readfile.c's do_versions (cu->wordspace needs
> to be initialized to 1.0, otherwise people will get weird whitespace).
> Alternatively, it could of course check for cu->wordspace == 0.0  
> (nonsensical
> anyway), and just set it to 1.0 then.

Not needed, just check for a value that's zero but never should be, like

if(cu->wordspace==0.0) {
	/* do the init */
}

Bumping up version numbers because of do_versions() I've *never* done.  
:)

-Ton-



>
>> And yes, someone should fix the displist stuff. Come on, not too  
>> hard! Nice job for someone here the next 2 weeks!
>
> :-)
>
> | alexander ewering              instinctive mediaworks
> | ae[@]instinctive[.]de   http://www[.]instinctive[.]de
> _______________________________________________
> 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