open_toontown_panda3d/pandatool/src/mayaprogs
Daniel 74a4648965 mayaprogs: Completely refactor the maya2egg server
The maya2egg_server utility is no longer a separate utility. To run the maya2egg_server (now Maya conversion server), use `maya2egg -server` or `egg2maya -server`.

Two new utilities have been added: `maya2egg_client` and `egg2maya_client`. Both of them are Maya version independent, and do not rely on any Maya libraries. However, they're only built with SDKs that already come with the Maya binaries, as the server makes its own assumptions about the current working directory (the client and the server are expected to be on the same machine.)

A new feature has been added to ProgramBase: an `exit_on_complete` flag, which allows you to parse the command line without exiting the program upon a failure or a help command.

In addition to this, a getopt bug has been fixed in ProgramBase: It is now possible to clear the state of the Panda implementation of getopt, making it possible once again to parse command line arguments twice in a row.

Closes #1025
2020-12-29 16:16:36 +01:00
..
blend_test.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
config_mayaloader.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggImportOptions.mel general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
eggToMaya.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
eggToMaya.h mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
eggToMayaBin.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
eggToMayaClient.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaConversionClient.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaConversionClient.h mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaConversionServer.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaConversionServer.h mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaEggImport.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
mayaPview.cxx general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
mayaPview.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
mayaSavePview.cxx general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
mayaSavePview.h general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
mayaToEgg.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaToEgg.h mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaToEggBin.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayaToEggClient.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
mayapath.cxx general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
normal_test.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00