Hi, i have the following problem:
Open scene, press export meshes, render .. all works great.
Adjust something, press export meshes, following problem:
Traceback (most recent call last):
File "C:\PROGRA~1\VrayBlender-2.61\2.61\scripts\startup\vb25\render_ops.py", line 760, in execute
vb25.render.write_geometry(init(context))
File "C:\PROGRA~1\VrayBlender-2.61\2.61\scripts\startup\vb25\render_ops.py", line 735, in init
init_files(bus)
File "C:\PROGRA~1\VrayBlender-2.61\2.61\scripts\startup\vb25\utils.py", line 1038, in init_files
bus['files'][key]= open(filepath, 'w')
IOError: [Errno 13] Permission denied: 'Q:\\Travel\\travel(4-lake)\\vray_export\\river20111229\\river20111229_l ights.vrscene'
location:<unknown location>:-1
Any suggestions? Thank you!
Open scene, press export meshes, render .. all works great.
Adjust something, press export meshes, following problem:
Traceback (most recent call last):
File "C:\PROGRA~1\VrayBlender-2.61\2.61\scripts\startup\vb25\render_ops.py", line 760, in execute
vb25.render.write_geometry(init(context))
File "C:\PROGRA~1\VrayBlender-2.61\2.61\scripts\startup\vb25\render_ops.py", line 735, in init
init_files(bus)
File "C:\PROGRA~1\VrayBlender-2.61\2.61\scripts\startup\vb25\utils.py", line 1038, in init_files
bus['files'][key]= open(filepath, 'w')
IOError: [Errno 13] Permission denied: 'Q:\\Travel\\travel(4-lake)\\vray_export\\river20111229\\river20111229_l ights.vrscene'
location:<unknown location>:-1
Any suggestions? Thank you!
Comment