+ implement PropertyMaterialListItem

This commit is contained in:
wmayer
2016-05-08 19:28:02 +02:00
parent b80df1db40
commit 61aa0fcafe
3 changed files with 241 additions and 82 deletions

View File

@@ -139,6 +139,7 @@ void Gui::SoFCDB::init()
PropertyIntegerListItem ::init();
PropertyColorItem ::init();
PropertyMaterialItem ::init();
PropertyMaterialListItem ::init();
PropertyFileItem ::init();
PropertyPathItem ::init();
PropertyTransientFileItem ::init();