MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / setBefore

Method setBefore

Externals/MayaDataModel/include/MayaDMScript.h:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 virtual ~Script(){}
26
27 void setBefore(const string& b)
28 {
29 if(b == "NULL") return;
30 fprintf(mFile,"\tsetAttr \".b\" -type \"string\" ");
31 b.write(mFile);
32 fprintf(mFile,";\n");
33 }
34 void setAfter(const string& a)
35 {
36 if(a == "NULL") return;

Callers 2

writeGlobalAssetMethod · 0.80
importPlaybackOptionsMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected