- Fix: enter/exit posemode used wrong pointer, could crash

- enter/exit posemode now updates outliner view too

- New: outliner option "Show same type". Shows only object types as
  current active one. Nice to browse all lamps, mballs, armatures, etc
This commit is contained in:
2004-10-06 21:48:29 +00:00
parent 25c52c19e9
commit b94b922d23
6 changed files with 64 additions and 44 deletions

View File

@@ -125,6 +125,7 @@ void enter_posemode(void)
/* make_poseMesh(); */
allqueue(REDRAWHEADERS, 0);
allqueue(REDRAWBUTSALL, 0);
allqueue(REDRAWOOPS, 0);
allqueue(REDRAWVIEW3D, 0);
break;
default:
@@ -219,6 +220,7 @@ void exit_posemode (int freedata)
countall();
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWOOPS, 0);
allqueue(REDRAWHEADERS, 0);
allqueue(REDRAWBUTSALL, 0);
}