maya: Silence compiler warning

This commit is contained in:
Daniel 2020-08-31 23:53:48 +03:00 committed by rdb
parent 1f504f6031
commit 216475091e
1 changed files with 1 additions and 1 deletions

View File

@ -519,8 +519,8 @@ describe_compound_attribute(MObject &node) {
for (size_t i = 0; i < comp_attr.numChildren(); i++) {
MObject child = comp_attr.child(i, &status);
if (child.apiType() == MFn::kAttribute3Float){
LRGBColor color;
/*
LRGBColor color;
if (get_vec3_attribute(child, "color", color)) {
maya_cat.info() << "color: " << color << endl;
}