PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "mayaSavePview.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 <stdlib.h>
Go to the source code of this file.
Functions | |
MStatus | initializePlugin (MObject obj) |
Called by Maya when the plugin is loaded. More... | |
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 mayaSavePview.cxx.
MStatus initializePlugin | ( | MObject | obj | ) |
Called by Maya when the plugin is loaded.
Definition at line 109 of file mayaSavePview.cxx.
References MayaSavePview::creator().
MStatus uninitializePlugin | ( | MObject | obj | ) |
Called by Maya when the plugin is unloaded.
Definition at line 124 of file mayaSavePview.cxx.