Blender Git Commit Log
Git Commits -> Revision dfb654b
Revision dfb654b by Ton Roosendaal (master) August 24, 2005, 20:18 (GMT) |
Huge commit, but not much features... had to shuffle a lot of code around. Main target was cleanup of editconstraint.c and removal of the ugly ob->activecon (active constraint channel), which was set by the "Show" button in the Constraint Panel. Better is to introduce an 'Active Constraint' itself, which stores in the Constraint itself. By using this setting, and by checking the active Bone, the UI can update reliably now. This only shows now in IpoWindow btw (for constraint ipos). The active Constraint is drawn in the Buttons with a slightly brighter backdrop. Any action in that Panel selects a constraint now (even click in backdrop). So now we have pose channels & constraint channels nicely behaving. Now the darn Action channels... :) Further in this commit: - interface.c: Button ROUNDBOX now does button callback too. Button NUMSLI didn't do the callback on a click only - Cleaned up include files in yafray, got annoyed it compiled over all the time. - removed unused variables from Constraint struct |
Commit Details:
Full Hash: dfb654ba60154e6aad52047e6f44da37d1782952
SVN Revision: 5194
Parent Commit: bc3f228
Lines Changed: +475, -531
21 Modified Paths:
/source/blender/blenkernel/BKE_constraint.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/action.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+2, -10) (Diff)
/source/blender/blenkernel/intern/object.c (+27, -31) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -4) (Diff)
/source/blender/include/BIF_editconstraint.h (+7, -16) (Diff)
/source/blender/include/BIF_poseobject.h (+2, -0) (Diff)
/source/blender/include/butspace.h (+1, -5) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+37, -38) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -3) (Diff)
/source/blender/src/buttons_object.c (+195, -214) (Diff)
/source/blender/src/editarmature.c (+1, -18) (Diff)
/source/blender/src/editconstraint.c (+92, -89) (Diff)
/source/blender/src/editipo.c (+40, -32) (Diff)
/source/blender/src/editnla.c (+0, -4) (Diff)
/source/blender/src/editobject.c (+5, -9) (Diff)
/source/blender/src/headerbuttons.c (+43, -38) (Diff)
/source/blender/src/interface.c (+2, -0) (Diff)
/source/blender/src/outliner.c (+1, -1) (Diff)
/source/blender/src/poseobject.c (+16, -0) (Diff)
/source/blender/yafray/intern/yafray_Render.h (+0, -16) (Diff)
/source/blender/blenkernel/intern/action.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+2, -10) (Diff)
/source/blender/blenkernel/intern/object.c (+27, -31) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -4) (Diff)
/source/blender/include/BIF_editconstraint.h (+7, -16) (Diff)
/source/blender/include/BIF_poseobject.h (+2, -0) (Diff)
/source/blender/include/butspace.h (+1, -5) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+37, -38) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -3) (Diff)
/source/blender/src/buttons_object.c (+195, -214) (Diff)
/source/blender/src/editarmature.c (+1, -18) (Diff)
/source/blender/src/editconstraint.c (+92, -89) (Diff)
/source/blender/src/editipo.c (+40, -32) (Diff)
/source/blender/src/editnla.c (+0, -4) (Diff)
/source/blender/src/editobject.c (+5, -9) (Diff)
/source/blender/src/headerbuttons.c (+43, -38) (Diff)
/source/blender/src/interface.c (+2, -0) (Diff)
/source/blender/src/outliner.c (+1, -1) (Diff)
/source/blender/src/poseobject.c (+16, -0) (Diff)
/source/blender/yafray/intern/yafray_Render.h (+0, -16) (Diff)