beremiz
Clone
Summary
Browse
Changes
Graph
Added support for zooming graph so that it fits canvas size in Debug Variable Panel
2013-06-19, Laurent Bessard
fae0809eae98
Added support for zooming graph so that it fits canvas size in Debug Variable Panel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")