Browse Source

added print dna path

Dave Schuyler 20 years ago
parent
commit
7ef885ce45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/showbase/ShowBase.py

+ 2 - 0
direct/src/showbase/ShowBase.py

@@ -284,6 +284,8 @@ class ShowBase(DirectObject.DirectObject):
            print "\n\nEnvironment Debug Info {"
            print "* model path:"
            print getModelPath()
+           print "* dna path:"
+           print getDnaPath()
            print "* texture path:"
            print getTexturePath()
            print "* sound path:"