This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source
Brecht Van Lommel 01ea2175db 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.
2010-01-29 13:06:50 +00:00
..
2010-01-28 19:54:06 +00:00
2010-01-03 20:35:13 +00:00
2010-01-29 09:56:32 +00:00
2009-10-19 16:20:12 +00:00
2009-10-19 16:20:12 +00:00
2009-10-19 16:20:12 +00:00