+ implement PropertyMaterialList

This commit is contained in:
wmayer
2016-05-07 14:41:24 +02:00
parent 2868bbd8c5
commit e9a46f658e
5 changed files with 217 additions and 0 deletions

View File

@@ -1123,6 +1123,7 @@ void Application::initTypes(void)
App ::PropertyColor ::init();
App ::PropertyColorList ::init();
App ::PropertyMaterial ::init();
App ::PropertyMaterialList ::init();
App ::PropertyPath ::init();
App ::PropertyFile ::init();
App ::PropertyFileIncluded ::init();