Show mesh type and number of per model settings in ObjectSelector

This commit is contained in:
fieldOfView 2020-04-10 19:13:36 +02:00
parent d1c79a3af2
commit bba07d01fb
3 changed files with 92 additions and 2 deletions

View file

@ -121,6 +121,8 @@ Item
text: model.name
width: listView.width
property bool outsideBuildArea: model.outside_build_area
property int perObjectSettingsCount: model.per_object_settings_count
property string meshType: model.mesh_type
}
}
}