open_toontown_panda3d/pandatool/src/eggbase
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
..
CMakeLists.txt CMake: Fix build when HAVE_EGG=OFF 2018-12-29 02:51:53 -07:00
eggBase.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eggBase.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eggConverter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eggConverter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eggFilter.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggFilter.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggMakeSomething.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggMakeSomething.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggMultiBase.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
eggMultiBase.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggMultiFilter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eggMultiFilter.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggReader.cxx mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
eggReader.h mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
eggSingleBase.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
eggSingleBase.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
eggToSomething.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eggToSomething.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eggWriter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eggWriter.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
p3eggbase_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
somethingToEgg.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
somethingToEgg.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00