#include <mayaPview.h>
Public Member Functions | |
MayaPview () | |
virtual MStatus | doIt (const MArgList &) |
Called when the plugin command is invoked. | |
Static Public Member Functions | |
void * | creator () |
This is used to create a new instance of the plugin. | |
Private Member Functions | |
bool | convert (const NodePath &parent) |
Actually converts the Maya selection to Panda geometry, and parents it to the indicated NodePath. |
Definition at line 45 of file mayaPview.h.
|
Definition at line 47 of file mayaPview.cxx. |
|
Actually converts the Maya selection to Panda geometry, and parents it to the indicated NodePath.
Definition at line 142 of file mayaPview.cxx. |
|
This is used to create a new instance of the plugin.
Definition at line 127 of file mayaPview.cxx. References MayaToEggConverter::_polygon_output, Filename::from_os_specific(), Filename::get_dirname(), and SomethingToEggConverter::get_path_replace(). |
|
Called when the plugin command is invoked.
Definition at line 59 of file mayaPview.cxx. |