Fix: Mirror Modifier Flip buttons status #116830

Closed
Stefano Bonicatti wants to merge 1 commits from Smjert/blender:fix/mirror-modifier-flip-ui into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ static void panel_draw(const bContext * /*C*/, Panel *panel)
PointerRNA *ptr = modifier_panel_get_property_pointers(panel, &ob_ptr);
MirrorModifierData *mmd = (MirrorModifierData *)ptr->data;
bool has_bisect = (mmd->flag &
(MOD_MIR_BISECT_AXIS_X | MOD_MIR_BISECT_AXIS_X | MOD_MIR_BISECT_AXIS_X));
(MOD_MIR_BISECT_AXIS_X | MOD_MIR_BISECT_AXIS_Y | MOD_MIR_BISECT_AXIS_Z));
col = uiLayoutColumn(layout, false);
uiLayoutSetPropSep(col, true);