Blender Git Loki
Git Commits -> Revision 2474329
Revision 2474329 by Joshua Leung (master) December 22, 2008, 09:43 (GMT) |
2.5 - Action Editor Bugfixes * Restored y-position translations needed for gla-stuff, as gla stuff sets viewport + matrices! * Fixed alpha-problems with icons. The ft-font drawing was turning off GL_BLEND when it was done, which screwed up the icon drawing (previous names were drawn with 'standard' fonts only) * Removed Context arg from drawing funcs. Passing anim-context instead. * Properly initialised new theme settings ported over from animsys2. |
Commit Details:
Full Hash: 2474329ba82a85d7c97735a1b690852d38146387
SVN Revision: 18006
Parent Commit: 42def9a
Lines Changed: +98, -73
6 Modified Paths:
/source/blender/editors/animation/anim_keyframes_draw.c (+9, -8) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -2) (Diff)
/source/blender/editors/interface/resources.c (+17, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+60, -57) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -2) (Diff)
/source/blender/editors/space_action/space_action.c (+8, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -2) (Diff)
/source/blender/editors/interface/resources.c (+17, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+60, -57) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -2) (Diff)
/source/blender/editors/space_action/space_action.c (+8, -3) (Diff)