blender/source
Sergey Sharybin e5d4e0f69b Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop Error
In fact, error was much deeper and DND parenting in outliner used to parent all selected
objects to drop target, not just currently dragging object.

This was caused by code sharing between Parent Set operator and this DND operator which
was iterating all selected objects in scene and was setting parent to it.

Solved issue by separating actual parenting code which makes specified object be parented
to specified parent and moved iterating to Parent Set exec callback.

Now both of discovered issues (unneeded loop error and parenting all selected objects)
are solved, but more extensive testing of this changes are welcome.
2012-02-22 07:56:15 +00:00
..
blender Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop Error 2012-02-22 07:56:15 +00:00
blenderplayer Fixed blenderplayer compile for msvc. 2012-02-20 08:06:24 +00:00
creator svn merge ^/trunk/blender -r44235:44250 2012-02-19 17:59:30 +00:00
darwin replace former applescript with an editable one 2011-10-19 19:15:35 +00:00
gameengine minor edits to have the game engine and player building. 2012-02-19 23:36:10 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests use ValueError when vector/matrix multiplications sizes are not supported, was using TypeError for mat*vec and ValueError for vec*mat. 2012-02-11 14:27:36 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00