Sfoglia il codice sorgente

Another attempt to fix Pmw loading in plugin runtime

rdb 14 anni fa
parent
commit
f711cbf0bb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      direct/src/p3d/thirdparty.pdef

+ 2 - 1
direct/src/p3d/thirdparty.pdef

@@ -37,7 +37,8 @@ class tk(package):
     module('direct.showbase.TkGlobal',
     module('direct.showbase.TkGlobal',
            'direct.tkpanels',
            'direct.tkpanels',
            'direct.tkwidgets',
            'direct.tkwidgets',
-           'Pmw', 'Pmw.Pmw_1_2', 'Pmw.Pmw_1_3')
+           'Pmw', 'Pmw.Pmw_1_2.lib.PmwLoader',
+                  'Pmw.Pmw_1_3.lib.PmwLoader')
 
 
 class sqlite(package):
 class sqlite(package):
     config(display_name = "SQLite Interface")
     config(display_name = "SQLite Interface")