// Copyright 2014 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk
// license agreement provided at the time of installation or download,
// or which otherwise accompanies this software in either electronic
// or hard copy form.
/**
* @file xpd2mel.cpp
* @brief Convert an XPD file into a mel script.
*
* CONFIDENTIAL INFORMATION: This software is the confidential and
* proprietary information of Walt Disney Animation Studios ("WDAS").
* This software may not be used, disclosed, reproduced or distributed
* for any purpose without prior written authorization and license
* from WDAS. Reproduction of any section of this software must include
* this legend and all copyright notices.
* Copyright Disney Enterprises, Inc. All rights reserved.
*
* @author Thomas V Thompson II
*
* @version tthompso 01/27/05 Initial Version
* @version bachorn 02/07/06 added circle extrusion
* @version lgramlin 09/28/06 Update for xgen5 version of xpd
*/
#include
#include
#include
#include
#include
#include
#include
#include
typedef safevector XpdFullPrimF;
#include