Blender Git Commit Log
Git Commits -> Revision 01ea217
Revision 01ea217 by Brecht Van Lommel (master) January 29, 2010, 13:06 (GMT) |
Fix #20327: uv smart project options can't be tweaked. Python operators calling C operators would get too many undo pushes, causing redo of the python operator not to work. Now the depth of operator callbacks is counted to detected nested calls, and in that case skip the undo/register here, and only do a single undo/register for the mother operator. |
Commit Details:
Full Hash: 01ea2175db20e5b2040b427217d8b11bb8b31b09
SVN Revision: 26395
Parent Commit: 0621a8e
Lines Changed: +97, -55