Hi everyone!
I have the same problem:
when I start lender:
- Code: Select all
found bundled python: C:\PROGRA~1\BLENDE~1.53B\2.53\python
Traceback (most recent call last):
File "C:\PROGRA~1\BLENDE~1.53B\2.53\scripts\modules\bpy\utils.py", line 44, in
_test_import
mod = __import__(module_name)
File "C:\Program Files\Blender 2.53beta SVN\2.53\scripts\addons\__init__.py",
line 42, in <module>
from .core import RENDERENGINE_luxrender
ImportError: No module named core
[EF 2010-Sep-05 08:04:18] ExporterFramework detected and loaded from C:\Program
Files\Blender 2.53beta SVN\2.53\scripts\ef
[Lux 2010-Sep-05 08:04:18] WARNING: LuxFire/Pyro library not available.
[Lux 2010-Sep-05 08:04:18] WARNING: Binary pylux module not available! Visit htt
p://www.luxrender.net/ to obtain one for your system.
[Lux 2010-Sep-05 08:04:18] (ImportError was: cannot import name pylux)
bpy.utils._register_module(): Module 'ef' failed to register class 'ef.ui.EF_OT_
msg'
Traceback (most recent call last):
File "C:\PROGRA~1\BLENDE~1.53B\2.53\scripts\modules\bpy_types.py", line 587, i
n _register_module
bpy_types.register(t)
AttributeError: bpy.types.register(...): already registered as a subclass.
[EF 2010-Sep-05 08:04:18] Render Engine "LuxRender" initialised
Measure panel display callback added
Still Luxrender can be run, but when I press F12:
- Code: Select all
Traceback (most recent call last):
File "C:\Program Files\Blender 2.53beta SVN\2.53\scripts\luxrender\operators\_
_init__.py", line 155, in execute
scene.update()
AttributeError: 'NoneType' object has no attribute 'update'
Traceback (most recent call last):
File "C:\Program Files\Blender 2.53beta SVN\2.53\scripts\luxrender\core\__init
__.py", line 321, in render
self.render_start(context)
File "C:\Program Files\Blender 2.53beta SVN\2.53\scripts\luxrender\core\__init
__.py", line 414, in render_start
os.chdir( os.path.dirname(efutil.export_path) )
WindowsError: [Error 123] Nazwa pliku, nazwa katalogu lub składnia etykiety wolu
minu jest niepoprawna: ''
(the last line: Filename, directory name or drive name incorrect: '')
and the render window is black.
Pressing F12 again opens Luxrender and the scene seems to be ok.
I'm running Blender 2.53 r31748 on WinXP 32-bit.