Jelajahi Sumber

Added code to install Mel and Maxscript into build

Josh Yelon 20 tahun lalu
induk
melakukan
91b21b863a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      doc/makepanda/makepanda.py

+ 2 - 0
doc/makepanda/makepanda.py

@@ -1911,6 +1911,8 @@ CopyFile(PREFIX+"/", "doc/LICENSE")
 CopyFile(PREFIX+"/", "doc/ReleaseNotes")
 CopyTree(PREFIX+'/Pmw', 'thirdparty/Pmw')
 CopyTree(PREFIX+'/SceneEditor', 'SceneEditor')
+CopyAllFiles(PREFIX+"/plugins/",  "pandatool/src/scripts", ".mel")
+CopyAllFiles(PREFIX+"/plugins/",  "pandatool/src/scripts", ".ms")
 
 ########################################################################
 ##