- bug fix, cage buttons weren't displayed correct with virtual modifiers

This commit is contained in:
2005-08-11 03:37:50 +00:00
parent 75bcb4cd98
commit 1fd6ce391b

View File

@@ -1061,6 +1061,7 @@ static void editing_panel_modifiers(Object *ob)
uiPanelPush(block);
for (i=0; md; i++, md=md->next) {
draw_modifier(block, ob, md, &xco, &yco, i, cageIndex, lastCageIndex);
if (md->mode&eModifierMode_Virtual) i--;
}
uiPanelPop(block);