UI: don't show decorators in Remesh panel

This commit is contained in:
Brecht Van Lommel
2019-09-13 14:06:41 +02:00
parent 27bbe7cbd9
commit fcf94c772f

View File

@@ -468,6 +468,7 @@ class DATA_PT_remesh(MeshButtonsPanel, Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
row = layout.row()
mesh = context.mesh
@@ -489,6 +490,7 @@ class DATA_PT_customdata(MeshButtonsPanel, Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
obj = context.object
me = context.mesh