Panda3D
Loading...
Searching...
No Matches
Macros | Functions | Variables
mayapath.cxx File Reference

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

#include "dtoolbase.h"
#include "filename.h"
#include "globPattern.h"
#include "dSearchPath.h"
#include "executionEnvironment.h"
#include "hashVal.h"
#include <stdlib.h>
#include <sys/stat.h>

Go to the source code of this file.

Macros

#define QUOTESTR(x)   #x
 
#define TOSTRING(x)   QUOTESTR(x)
 

Functions

int main (int argc, char *argv[])
 

Variables

struct MayaVerInfo maya_versions []
 

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
2008-04-07

Definition in file mayapath.cxx.

Macro Definition Documentation

◆ QUOTESTR

#define QUOTESTR ( x)    #x

Definition at line 58 of file mayapath.cxx.

◆ TOSTRING

#define TOSTRING ( x)    QUOTESTR(x)

Definition at line 59 of file mayapath.cxx.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 206 of file mayapath.cxx.

Variable Documentation

◆ maya_versions

struct MayaVerInfo maya_versions[]
Initial value:
= {
{ "MAYA6", "6.0" },
{ "MAYA65", "6.5" },
{ "MAYA7", "7.0" },
{ "MAYA8", "8.0" },
{ "MAYA85", "8.5" },
{ "MAYA2008", "2008"},
{ "MAYA2009", "2009"},
{ "MAYA2010", "2010"},
{ "MAYA2011", "2011"},
{ "MAYA2012", "2012"},
{ "MAYA2013", "2013"},
{ "MAYA20135", "2013.5"},
{ "MAYA2014", "2014"},
{ "MAYA2015", "2015"},
{ "MAYA2016", "2016"},
{ "MAYA20165", "2016.5"},
{ "MAYA2017", "2017"},
{ "MAYA2018", "2018"},
{ "MAYA2019", "2019"},
{ "MAYA2020", "2020"},
{ "MAYA2022", "2022"},
{ 0, 0 },
}

Definition at line 81 of file mayapath.cxx.