Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(106)

Unified Diff: maya/AbcImport/AlembicNode.h

Issue 4662068: Alembic 1.0rc1, changes since 0.9.3
Patch Set: Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « maya/AbcImport/AbcImport.cpp ('k') | maya/AbcImport/AlembicNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: maya/AbcImport/AlembicNode.h
===================================================================
--- a/maya/AbcImport/AlembicNode.h
+++ b/maya/AbcImport/AlembicNode.h
@@ -67,7 +67,8 @@
// 5 mOutNurbsSurfaceArrayAttr
// 6 mOutNurbsCurveGrpArrayAttr
// 7 mOutParticlePosArrayAttr, mOutParticleIdArrayAttr
- mOutRead = std::vector<bool>(8, false);
+ // 8 mOutLocatorPosScaleArrayAttr
+ mOutRead = std::vector<bool>(9, false);
}
virtual ~AlembicNode() {}
@@ -93,6 +94,7 @@
static MObject mOutNurbsCurveGrpArrayAttr;
static MObject mOutNurbsSurfaceArrayAttr;
static MObject mOutTransOpArrayAttr;
+ static MObject mOutLocatorPosScaleArrayAttr;
// output informational attrs
static MObject mStartFrameAttr;
« no previous file with comments | « maya/AbcImport/AbcImport.cpp ('k') | maya/AbcImport/AlembicNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b