1477756
1
2
3
4
5
6
7
from pyassimp import * scene = load('F2.dae') print('loading the scene') release(scene)