Open StefWouters1 opened 1 year ago
In scene.py it.izip is used in line 34 and 457. This should be changed from "it.izip()" to just "zip()" to be compatible with python 3.x
In scene.py it.izip is used in line 34 and 457. This should be changed from "it.izip()" to just "zip()" to be compatible with python 3.x