fix issues
- disable bmx import/export temporaryly - optimize the ui display of importing/exporting. (use box to organize props) - place button horizontally, not vertically in virtools material. - disallow apply in legacy align if no axis selected. - add applied step counter in legacy alignment. - add feedback for reseting bme material/component. (add a message box to show success)
This commit is contained in:
@ -656,8 +656,9 @@ class BBP_PT_virtools_material(bpy.types.Panel):
|
||||
props: BBP_PG_virtools_material = get_virtools_material(context.material)
|
||||
|
||||
# draw operator
|
||||
layout.operator(BBP_OT_preset_virtools_material.bl_idname, icon="PRESET")
|
||||
layout.operator(BBP_OT_apply_virtools_material.bl_idname, icon="NODETREE")
|
||||
row = layout.row()
|
||||
row.operator(BBP_OT_preset_virtools_material.bl_idname, text = 'Preset', icon = "PRESET")
|
||||
row.operator(BBP_OT_apply_virtools_material.bl_idname, text = 'Apply', icon = "NODETREE")
|
||||
|
||||
# draw data
|
||||
layout.label(text="Color Parameters")
|
||||
|
Reference in New Issue
Block a user