Panda3D
Classes | Functions
mayaPview.h File Reference

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

#include "pandatoolbase.h"
#include "pandaFramework.h"
#include "pre_maya_include.h"
#include <maya/MArgList.h>
#include <maya/MPxCommand.h>
#include <maya/MObject.h>
#include "post_maya_include.h"

Go to the source code of this file.

Classes

class  MayaPview
 This class serves as a plug-in to Maya to allow viewing the current Maya selection as it will be converted to Panda. More...
 

Functions

EXPCL_MISC MStatus initializePlugin (MObject obj)
 Called by Maya when the plugin is loaded. More...
 
EXPCL_MISC 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-03-11

Definition in file mayaPview.h.

Function Documentation

◆ initializePlugin()

EXPCL_MISC MStatus initializePlugin ( MObject  obj)

Called by Maya when the plugin is loaded.

Definition at line 150 of file mayaEggImport.cxx.

◆ uninitializePlugin()

EXPCL_MISC MStatus uninitializePlugin ( MObject  obj)

Called by Maya when the plugin is unloaded.

Definition at line 162 of file mayaEggImport.cxx.