gpuCache/CacheAlembicUtil.cpp
#include "CacheAlembicUtil.h"
namespace CacheAlembicUtil{
tbb::mutex gsAlembicMutex;
const std::string kCustomPropertyWireIndices("adskWireIndices");
const std::string kCustomPropertyWireIndicesOld("wireIndices");
const std::string kCustomPropertyShadingGroupSizes("adskTriangleShadingGroupSizes");
const std::string kCustomPropertyDiffuseColor("adskDiffuseColor");
const std::string kCustomPropertyCreator("adskCreator");
const std::string kCustomPropertyCreatorValue("adskGPUCache");
const std::string kCustomPropertyVersion("adskVersion");
const std::string kCustomPropertyVersionValue("1.0");
const std::string kMaterialsObject("materials");
const std::string kMaterialsGpuCacheTarget("adskMayaGpuCache");
const std::string kMaterialsGpuCacheType("surface");
}