+ implement PropertyMaterialList

This commit is contained in:
wmayer
2016-05-07 14:41:24 +02:00
parent d8ad50d11d
commit 317b447f88
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();