Blender Git Commit Log
Git Commits -> Revision 02ecd9f
Revision 02ecd9f by Campbell Barton (master) March 10, 2013, 06:40 (GMT) |
code cleanup: - remove unused block from before blender was opensourced (BKE_library_make_local) noticed by Lawrence D'Oliveiro (ldo) - remove text_idbutton() unused function. - test_idbutton(name) was taking (name + 2), then checking 2 bytes before the pointer, this is error prone so better just take the name including the ID prefix. |
Commit Details:
Full Hash: 02ecd9f84279acab5d5fdc26c3db467164b6542d
SVN Revision: 55153
Parent Commit: f9f7070
Lines Changed: +7, -43