1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef shaveRenderman_h #define shaveRenderman_h // Shave and a Haircut // (c) 2019 Epic Games // US Patent 6720962 #include <maya/MString.h> class shaveRenderman { public: static MStatus dumpAll(MString filename); }; #endif