Added area cooking support for MP2 and MP3. DKCR support has been started but is currently broken.

This commit is contained in:
parax0
2016-02-22 11:47:47 -07:00
parent 200918671b
commit 9f2c4d75bf
15 changed files with 638 additions and 189 deletions

View File

@@ -160,7 +160,7 @@ public:
TMayaSplineProperty(IPropertyTemplate *pTemp, CPropertyStruct *pParent, const std::vector<u8>& v)
: TTypedProperty(pTemp, pParent, v) {}
virtual bool MatchesDefault() { return true; }
virtual bool MatchesDefault() { return Get().empty(); }
};
/*