Panda3D
Classes | Macros | Functions
mayaSavePview.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "dtool_config.h"
#include <maya/MArgList.h>
#include <maya/MPxCommand.h>
#include <maya/MObject.h>

Go to the source code of this file.

Classes

class  MayaSavePview
 This class serves as a plug-in to Maya to save the scene and view it using the external pview program, rather than linking in any part of Panda to a Maya plugin. More...
 

Macros

#define _BOOL   1
 
#define EXPCL_MISC
 

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

Function Documentation

◆ initializePlugin()

MStatus initializePlugin ( MObject  obj)

Called by Maya when the plugin is loaded.

Definition at line 150 of file mayaEggImport.cxx.

References MayaPview::creator(), and MayaSavePview::creator().

◆ uninitializePlugin()

MStatus uninitializePlugin ( MObject  obj)

Called by Maya when the plugin is unloaded.

Definition at line 162 of file mayaEggImport.cxx.