PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "mayaPview.h"
#include "mayaToEggConverter.h"
#include "eggData.h"
#include "load_egg_file.h"
#include "config_putil.h"
#include "config_chan.h"
#include "config_gobj.h"
#include "textNode.h"
#include "multiplexStream.h"
#include "distanceUnit.h"
#include "configVariableEnum.h"
#include "pre_maya_include.h"
#include <maya/MString.h>
#include <maya/MFnPlugin.h>
#include <maya/MFileIO.h>
#include <maya/MArgParser.h>
#include <maya/MArgList.h>
#include <maya/MSyntax.h>
#include <maya/MProgressWindow.h>
#include "post_maya_include.h"
Go to the source code of this file.
Functions | |
EXPCL_MISC MStatus | initializePlugin (MObject obj) |
Called by Maya when the plugin is loaded. More... | |
EXPCL_MISC MStatus | uninitializePlugin (MObject obj) |
Called by Maya when the plugin is unloaded. More... | |
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 mayaPview.cxx.
EXPCL_MISC MStatus initializePlugin | ( | MObject | obj | ) |
Called by Maya when the plugin is loaded.
Definition at line 300 of file mayaPview.cxx.
References MayaPview::creator().
EXPCL_MISC MStatus uninitializePlugin | ( | MObject | obj | ) |
Called by Maya when the plugin is unloaded.
Definition at line 326 of file mayaPview.cxx.