+ editor for PropertyMaterial

This commit is contained in:
wmayer
2016-05-07 22:11:37 +02:00
parent a175c4884d
commit 8bbc642115
6 changed files with 412 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ FeatureTest::FeatureTest()
ConstraintFloat.setConstraints(&floatPercent);
App::Color c;
App::Material mat;
App::Material mat(App::Material::GOLD);
ADD_PROPERTY(Colour ,(c) );
ADD_PROPERTY(ColourList ,(c) );
ADD_PROPERTY(Material ,(mat));