Loading Data Assets?

removed,.,.,.,.,.,.,.,.,.,.,.,.

ElementTree doesn’t use the VFS, but you can pass in a file-like object opened via direct.stdpy.file, which provides versions of Python’s built-in file operations that respect Panda’s Virtual File System:

from direct.stdpy.file import open

tree = ET.parse(open('data/test.xml', 'r'))