diff --git a/src/appleseedmaya/attributeutils.cpp b/src/appleseedmaya/attributeutils.cpp index 412b52d..cd89bf7 100644 --- a/src/appleseedmaya/attributeutils.cpp +++ b/src/appleseedmaya/attributeutils.cpp @@ -165,7 +165,7 @@ bool anyChildPlugConnected(const MPlug& plug, bool input) MStatus makeInput(MFnAttribute& attr, const bool keyable) { attr.setStorable(true); - attr.setReadable(false); + attr.setReadable(true); // if it's false, it won't appear on the attr spreadsheet attr.setWritable(true); attr.setKeyable(keyable); return MS::kSuccess;