- 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user