Panda3D
Loading...
Searching...
No Matches
Macros | Functions
mayaEggImport.cxx File Reference

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)
 

Detailed Description

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."

Author
jyelon
Date
2005-07-20

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.

Macro Definition Documentation

◆ _MApiVersion

#define _MApiVersion

Definition at line 29 of file mayaEggImport.cxx.

Function Documentation

◆ initializePlugin()

EXPCL_MISC MStatus initializePlugin ( MObject obj)

Definition at line 150 of file mayaEggImport.cxx.

◆ uninitializePlugin()

EXPCL_MISC MStatus uninitializePlugin ( MObject obj)

Definition at line 162 of file mayaEggImport.cxx.