Blender Git Commit Log
Git Commits -> Revision de0b017
Revision de0b017 by Dan Eicher (master) April 3, 2013, 07:42 (GMT) |
Cleanup outliner_dropzone code * deduplicated a bunch of code and moved it into outliner_dropzone_find() * moved all the per-dropzone checks into the poll functions * one functional change, disable drop parenting on self & self->parent The basic assumption: if poll() == true then outliner_dropzone_find() will return a valid TreeElement |
Commit Details:
Full Hash: de0b01712774a45df77f24b46886e1d3556e17b2
SVN Revision: 55748
Parent Commit: beb4d38
Lines Changed: +79, -156