PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
Configure (config_maya) | |
ConfigureFn (config_maya) | |
void | init_libmaya () |
Initializes the library. More... | |
NotifyCategoryDef (maya, "") | |
Variables | |
ConfigVariableInt | init_maya_repeat_count ("init-maya-repeat-count", 5, PRC_DESC("The number of times to attempt to initialize Maya and acquire the " "Maya license before giving up.")) |
ConfigVariableDouble | init_maya_timeout ("init-maya-timeout", 5.0, PRC_DESC("The number of seconds to wait between attempts to acquire the " "Maya license.")) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file config_maya.cxx.
void init_libmaya | ( | ) |
Initializes the library.
This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.
Definition at line 42 of file config_maya.cxx.