#include "mayaPview.h"
#include "mayaToEggConverter.h"
#include "eggData.h"
#include "load_egg_file.h"
#include "config_util.h"
#include "textNode.h"
#include "pre_maya_include.h"
#include <maya/MString.h>
#include <maya/MFnPlugin.h>
#include <maya/MFileIO.h>
#include "post_maya_include.h"
Go to the source code of this file.
Defines | |
#define | _MApiVersion |
Functions | |
EXPCL_MISC MStatus | initializePlugin (MObject obj) |
Called by Maya when the plugin is loaded. | |
EXPCL_MISC MStatus | uninitializePlugin (MObject obj) |
Called by Maya when the plugin is unloaded. |
Definition in file mayaPview.cxx.
|
Definition at line 31 of file mayaPview.cxx. |
|
Called by Maya when the plugin is loaded.
Definition at line 196 of file mayaPview.cxx. |
|
Called by Maya when the plugin is unloaded.
Definition at line 226 of file mayaPview.cxx. |