Files
test2/source/blender/editors/include
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
..
2010-12-06 17:20:22 +00:00
2010-07-25 22:05:52 +00:00
2010-03-21 01:14:04 +00:00
2010-03-25 06:27:25 +00:00
2010-04-29 17:07:17 +00:00
2010-03-21 01:14:04 +00:00
2010-12-04 13:00:28 +00:00
2010-12-04 13:00:28 +00:00
2010-02-12 13:34:04 +00:00
2010-03-21 01:14:04 +00:00
2010-02-12 13:34:04 +00:00
2010-03-21 01:14:04 +00:00
2010-03-21 01:14:04 +00:00
2010-10-14 09:31:14 +00:00
2010-12-04 13:00:28 +00:00
2010-12-07 07:02:47 +00:00