maya: Silence compiler warning
This commit is contained in:
parent
1f504f6031
commit
216475091e
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue