beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in ProjectNodeEditor when base params panel is not shown
2013-04-18, Laurent Bessard
a6718197caf2
Fixed bug in ProjectNodeEditor when base params panel is not shown
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")