[tuhopuu-devel] Re: [tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/src buttons_logic.c buttons_object.c buttons_scene.c buttons_shading.c drawnla.c editaction.c editipo.c editnla.c editscreen.c editsound.c header_buttonswin.c header_info.c header_sound.c headerbuttons.c space.c toets.c

Stefan Gartner stefang at aon.at
Mon Feb 28 10:23:47 CET 2005


On Monday 28 February 2005 01:55, Matt Ebb wrote:
> On 27 Feb 2005, at 3:04 AM, Stefan Gartner wrote:
> > sgefant (Stefan Gartner) 2005/02/26 17:04:37 CET
> >
> >   Log:
> >   Allow negative frame numbers.
> >
> >   1.7       +2 -2      tuhopuu3/source/blender/src/headerbuttons.c
> >
> > <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/
> > blender/src/headerbuttons.c.diff?r1=1.6&r2=1.7&cvsroot=tuhopuu>
>
> aka:
>
>   	else if(add_addbutton) {	/* "add new" button */
>   		uiBlockSetCol(block, oldcol);
> -		uiDefButS(block, TOG, browse, "Add New" ,xco, yco, 110, YIC,
> menupoin, (float)*menupoin, 32767.0, 0, 0, "Add new data block");
> +		uiDefButS(block, TOG, browse, "Add New" ,xco, yco, 110, YIC, 0, 0,
> 0, 0, 0, "Add new data block");
>   		xco+= 110;
>   	}
>
> Stefan, was this particular commit intentional? It doesn't seem like it
> has anything to do with allowing negative frame numbers, and it's done
> some serious damage (crashing in texture buttons at least). I'd have
> reverted it, but I'm stuck behind a firewall today. Any thoughts?

This was definately not intentional, I accidentally commited some UI 
experiments, though I've thought I've reverted those changes. I'll fix it 
asap.

>
> Cheers
>
> Matt



More information about the tuhopuu-devel mailing list