Browse Source

Remove references to .sha filters in direct/src/filter

rdb 8 years ago
parent
commit
153c277edd
2 changed files with 0 additions and 6 deletions
  1. 0 4
      direct/src/p3d/panda3d.pdef
  2. 0 2
      makepanda/installer.nsi

+ 0 - 4
direct/src/p3d/panda3d.pdef

@@ -71,10 +71,6 @@ class panda3d(package):
     if sys.version_info < (3, 0):
         module('encodings.string_escape')
 
-    # Pick up the shader files that appear in direct/src/filter.
-    import direct
-    file(Filename(direct.__path__[0], 'filter/*.sha'), newDir = 'direct/filter')
-
     # pandac.PandaModules pulls in other Panda3D libs automatically.
     # Exclude these Panda3D libs; they are big and many applications don't
     # use them.  We define them as separate, optional packages, below,

+ 0 - 2
makepanda/installer.nsi

@@ -318,8 +318,6 @@ SectionGroup "Python support"
 
         SetOutPath $INSTDIR\direct\directscripts
         File /r /x CVS /x Opt?-Win32 "${BUILT}\direct\directscripts\*"
-        SetOutPath $INSTDIR\direct\filter
-        File /r /x CVS /x Opt?-Win32 "${BUILT}\direct\filter\*.sha"
         SetOutPath $INSTDIR\direct
         File /r /x CVS /x Opt?-Win32 "${BUILT}\direct\*.py"