Assorted smaller fixes:

- Fix: modal keymaps for editmode in view3d were not set again
  when you copy areas or go fullscreen.

- Improved "redo last op" (F6) to search back in history for
  a redoable operator. Operator also used wrong pupmenu type.

- On creating new FCurve editor, the channel rainbow colors are
  set correct.

- EditMesh: fixed code for Spin/Screw, correct props, init and
  error reporting. (Spin hotkey ALT+R temporary)

- recompiled all to check for uninitialized variable warnings.
  (compile flag should be -O for this). Fixed some proto's.
This commit is contained in:
2009-02-19 16:22:07 +00:00
parent 521a18f5a2
commit f377be3783
26 changed files with 151 additions and 152 deletions

View File

@@ -309,7 +309,7 @@ int uiDefAutoButsRNA(uiBlock *block, PointerRNA *ptr)
PropertyRNA *iterprop, *prop;
PropertySubType subtype;
char *name, namebuf[128];
int a, length, x= 0, y= 0;
int a= 0, length, x= 0, y= 0;
x= 0;
y= 0;