fixed some more screenupdate issues and eliminated a crash

when trying tio shear/warp not visible objects. (thanks Matt)
This commit is contained in:
2003-05-13 14:22:28 +00:00
parent e6ea8d356e
commit 83b5ef6523
8 changed files with 64 additions and 45 deletions

View File

@@ -1522,11 +1522,8 @@ void add_primitiveArmature(int type)
};
countall();
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSALL, 0);
allqueue(REDRAWBUTSHEAD, 0);
allqueue(REDRAWBUTSCONSTRAINT, 0);
allqueue(REDRAWNLA, 0);
allqueue(REDRAWALL, 0);
}
static void add_bone_input (Object *ob)