David Rose 23 years ago
parent
commit
465c6aecff

+ 5 - 5
pandatool/src/eggcharbase/eggBackPointer.h

@@ -26,11 +26,11 @@
 ////////////////////////////////////////////////////////////////////
 //       Class : EggBackPointer
 // Description : This stores a pointer from an EggJointData or
-//               EggSlider object back to the referencing data in an
-//               egg file.  One of these objects corresponds to each
-//               model appearing in an egg file, and may reference
-//               either a single node, or a table, or a slew of
-//               vertices and primitives, depending on the type of
+//               EggSliderData object back to the referencing data in
+//               an egg file.  One of these objects corresponds to
+//               each model appearing in an egg file, and may
+//               reference either a single node, or a table, or a slew
+//               of vertices and primitives, depending on the type of
 //               data stored.
 //
 //               This is just an abstract base class.  The actual

+ 2 - 0
pandatool/src/eggcharbase/eggCharacterCollection.h

@@ -92,6 +92,8 @@ private:
   void add_morph_back_pointers(EggAttributes *attrib, EggObject *egg_object,
                                int model_index, EggCharacterData *char_data);
 
+  // The _top_egg_nodes member is only used temporarily, when adding
+  // each pre-existing egg file to the structure for the first time.
   typedef pvector<EggNode *> EggNodeList;
   typedef pmap<EggNode *, EggNodeList> TopEggNodes;
   typedef pmap<string, TopEggNodes> TopEggNodesByName;

+ 1 - 1
pandatool/src/eggcharbase/eggCharacterData.cxx

@@ -21,7 +21,7 @@
 #include "eggJointData.h"
 #include "eggSliderData.h"
 
-#include <indent.h>
+#include "indent.h"
 
 ////////////////////////////////////////////////////////////////////
 //     Function: EggCharacterData::Constructor

+ 4 - 4
pandatool/src/eggcharbase/eggCharacterData.h

@@ -19,13 +19,13 @@
 #ifndef EGGCHARACTERDATA_H
 #define EGGCHARACTERDATA_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 #include "eggJointData.h"
 
-#include <eggNode.h>
-#include <pointerTo.h>
-#include <namable.h>
+#include "eggNode.h"
+#include "pointerTo.h"
+#include "namable.h"
 
 #include "pmap.h"
 

+ 1 - 1
pandatool/src/eggcharbase/eggComponentData.cxx

@@ -19,7 +19,7 @@
 #include "eggComponentData.h"
 #include "eggBackPointer.h"
 
-#include <indent.h>
+#include "indent.h"
 
 
 ////////////////////////////////////////////////////////////////////

+ 2 - 2
pandatool/src/eggcharbase/eggComponentData.h

@@ -19,9 +19,9 @@
 #ifndef EGGCOMPONENTDATA_H
 #define EGGCOMPONENTDATA_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
-#include <namable.h>
+#include "namable.h"
 
 class EggCharacterCollection;
 class EggCharacterData;

+ 2 - 2
pandatool/src/eggcharbase/eggJointData.h

@@ -19,11 +19,11 @@
 #ifndef EGGJOINTDATA_H
 #define EGGJOINTDATA_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 #include "eggComponentData.h"
 
-#include <luse.h>
+#include "luse.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : EggJointData

+ 3 - 3
pandatool/src/eggcharbase/eggJointNodePointer.h

@@ -19,12 +19,12 @@
 #ifndef EGGJOINTNODEPOINTER_H
 #define EGGJOINTNODEPOINTER_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 #include "eggJointPointer.h"
 
-#include <eggGroup.h>
-#include <pointerTo.h>
+#include "eggGroup.h"
+#include "pointerTo.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : EggJointNodePointer

+ 2 - 2
pandatool/src/eggcharbase/eggJointPointer.h

@@ -19,11 +19,11 @@
 #ifndef EGGJOINTPOINTER_H
 #define EGGJOINTPOINTER_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 #include "eggBackPointer.h"
 
-#include <luse.h>
+#include "luse.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : EggJointPointer

+ 4 - 4
pandatool/src/eggcharbase/eggMatrixTablePointer.h

@@ -19,13 +19,13 @@
 #ifndef EGGMATRIXTABLEPOINTER_H
 #define EGGMATRIXTABLEPOINTER_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 #include "eggJointPointer.h"
 
-#include <eggTable.h>
-#include <eggXfmSAnim.h>
-#include <pointerTo.h>
+#include "eggTable.h"
+#include "eggXfmSAnim.h"
+#include "pointerTo.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : EggMatrixTablePointer

+ 3 - 3
pandatool/src/eggcharbase/eggVertexPointer.h

@@ -19,12 +19,12 @@
 #ifndef EGGVERTEXPOINTER_H
 #define EGGVERTEXPOINTER_H
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 #include "eggBackPointer.h"
 
-#include <eggGroup.h>
-#include <pointerTo.h>
+#include "eggGroup.h"
+#include "pointerTo.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : EggVertexPointer