beremiz
Clone
Summary
Browse
Changes
Graph
Added support for drawing instance path at a fixed position in Viewer debug mode
2013-05-31, Laurent Bessard
4399ddd024e5
Added support for drawing instance path at a fixed position in Viewer debug mode
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")