15 #include "config_maya.h"
19 Configure(config_maya);
20 NotifyCategoryDef(maya,
"");
22 ConfigureFn(config_maya) {
27 (
"init-maya-repeat-count", 5,
28 PRC_DESC(
"The number of times to attempt to initialize Maya and acquire the "
29 "Maya license before giving up."));
32 (
"init-maya-timeout", 5.0,
33 PRC_DESC(
"The number of seconds to wait between attempts to acquire the "
46 static bool initialized =
false;
This is a convenience class to specialize ConfigVariable as a floating-point type.
This is a convenience class to specialize ConfigVariable as an integer type.