Blender Git Commit Log

Git Commits -> Revision 91d0f6f

March 6, 2015, 16:24 (GMT)
Modifier Drag&Drop

**Warning: WIP!** Basic functionality works fine and there shouldn't be any crashes, however, if you occur issues, feel free to report them to me (not in the bug tracker!)

Some more effort is needed to get this ready for master, but I thought it would be nice as a little present for the Gooseberry-team (I heard some of you were requesting this?) and the ones using the Gooseberry-builds :)

Oh, and better not look at that code, it's ugly and a lot of changes are planned, I just wanted to get something working before getting into details.

Commit Details:

Full Hash: 91d0f6f1139054abcfca3d8044eae6e2bb82fb9a
Parent Commit: 7b426d2
Lines Changed: +407, -43

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+6, -0) (Diff)
/source/blender/editors/interface/interface.c (+81, -6) (Diff)
/source/blender/editors/interface/interface_handlers.c (+160, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+26, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+16, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+12, -7) (Diff)
/source/blender/editors/interface/interface_utils.c (+10, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+74, -27) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+10, -2) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021