blender/release/scripts/op/io_mesh_ply
Campbell Barton 54343b79e6 remove reload() from builtins since python3 no longer uses this.
use imp.reload now.

Should use import hooks but for now replace imp.reload with our own reload as the builtin reload was replaced before.
2010-12-22 21:39:48 +00:00
..
__init__.py remove reload() from builtins since python3 no longer uses this. 2010-12-22 21:39:48 +00:00
export_ply.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00