PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include <string.h>
#include <sys/types.h>
#include "dtoolbase.h"
#include "pre_maya_include.h"
#include <maya/MStatus.h>
#include <maya/MPxCommand.h>
#include <maya/MString.h>
#include <maya/MStringArray.h>
#include <maya/MArgList.h>
#include <maya/MGlobal.h>
#include <maya/MFnPlugin.h>
#include <maya/MObject.h>
#include <maya/MPlug.h>
#include <maya/MPxFileTranslator.h>
#include "post_maya_include.h"
#include "mayaEggLoader.h"
#include "notifyCategoryProxy.h"
Go to the source code of this file.
Functions | |
EXPCL_MISC MStatus | initializePlugin (MObject obj) |
EXPCL_MISC MStatus | uninitializePlugin (MObject obj) |
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."
This is the wrapper code for the maya importer plugin. It includes:
It does not include the actual code to traverse the EggData.
Definition in file mayaEggImport.cxx.