Panda3D
Functions
mayaSavePview.cxx File Reference

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

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
drose
Date
2003-10-27

Definition in file mayaSavePview.cxx.

Function Documentation

◆ initializePlugin()

MStatus initializePlugin ( MObject  obj)

Called by Maya when the plugin is loaded.

Definition at line 109 of file mayaSavePview.cxx.

References MayaSavePview::creator().

◆ uninitializePlugin()

MStatus uninitializePlugin ( MObject  obj)

Called by Maya when the plugin is unloaded.

Definition at line 124 of file mayaSavePview.cxx.