blender/build_files
Campbell Barton acd7b81c2d bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' option.
Problem is is with operator redo which click-extrude exposed.

Check if redo operator can run, otherwise lock the UI and add a label that the operator doesn't support redo.
This is clunky but IMHO better then failing silently and leaving the user confused.

- Merged redo functions into ED_undo_operator_repeat(), code was duplicated in a few places.
- added WM_operator_repeat_check to check if WM_operator_repeat() can run, avoids an undo call when redo work.

Unrelated changes
- GHOST_SystemWin32.cpp set to utf8 encoding.
- cmake_consistency_check.py now checks source files are utf8.
2010-12-15 04:06:19 +00:00
..
cmake bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' option. 2010-12-15 04:06:19 +00:00
make Global definition of _LARGEFILE_SOURCE, _FILE_OFFSET_BITS and _LARGEFILE64_SOURCE at linux and win32/mingw platforms 2010-11-04 17:02:25 +00:00
package_spec/pacman spec files for building arch linux packages (pacman) 2010-09-12 16:00:12 +00:00
scons Remove redundant VC_REDIST code, since it's not used anymore. 2010-12-07 08:37:00 +00:00