Pylux Windows Weeklies 2010/Aug/26

Weekly builds for testing and use between releases.

Moderator: coordinators

Forum rules
Please read the information / sticky post for some basic information regarding these builds/support.

Pylux Windows Weeklies 2010/Aug/26

Postby dougal2 » Thu Aug 26, 2010 11:28 am

Find attached Pylux binaries for windows. This contains LuxRender code as of today in a binary python module.

In each archive there are 2 versions, one for Python 2 and the other for Python 3.

If you want to use Pylux with LuxBlend25, you need the Python3 version, and it needs to go in <blender dir>\2.5X\scripts\addons\luxrender\

Make sure you use the correct version for your blender build. 32bit blender -> 32bit pylux, and 64bit Blender -> 64bit pylux.

Have fun !
Attachments
Pylux64-20100826.zip
(3.93 MiB) Downloaded 2666 times
Pylux32-20100826.zip
(3.43 MiB) Downloaded 3554 times
User avatar
dougal2
Developer
 
Posts: 3074
Joined: Mon Jan 14, 2008 7:21 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby binarycortex » Thu Aug 26, 2010 12:54 pm

Since you are posting weeklies, perhaps a current luxblend25 plus the ef folder would be good as well.
Competition Coordinator.
Current Competition: Math is Beautiful / Abstract Wallpaper

Member of the first official jeanphi-fan club
User avatar
binarycortex
Developer
 
Posts: 1502
Joined: Fri Feb 22, 2008 10:44 pm

Re: Pylux Windows Weeklies 2010/Aug/26

Postby dougal2 » Sat Aug 28, 2010 6:05 am

binarycortex wrote:Since you are posting weeklies, perhaps a current luxblend25 plus the ef folder would be good as well.

Soon... there seem to be a few platform inconsistencies to iron out first, and a few key features to finish. Perhaps next week I might post another Beta release.

I also should have mentioned in the top post that there are API docs for pylux here: http://www.luxrender.net/static/pylux
User avatar
dougal2
Developer
 
Posts: 3074
Joined: Mon Jan 14, 2008 7:21 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby Dobz » Fri Sep 03, 2010 7:56 pm

I've put the 64-bit Python3 binary into 2.53\scripts\addons\luxrender\ but I still receive this: "WARNING: LuxFire/Pyro library not available". I've also tried the \scripts\io\luxrender\ directory and it still won't work. Any ideas?
User avatar
Dobz
 
Posts: 45
Joined: Sun Aug 01, 2010 3:16 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby dougal2 » Sat Sep 04, 2010 4:10 am

Dobz wrote:I've put the 64-bit Python3 binary into 2.53\scripts\addons\luxrender\ but I still receive this: "WARNING: LuxFire/Pyro library not available". I've also tried the \scripts\io\luxrender\ directory and it still won't work. Any ideas?

Luxfire is a different addon module that isn't finished yet. You should have seen a message like 'using pylux version 0.7' if the installation was successful.
User avatar
dougal2
Developer
 
Posts: 3074
Joined: Mon Jan 14, 2008 7:21 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby Dobz » Sat Sep 04, 2010 8:36 am

Sorry, I meant to say that I got this message: 'WARNING: Binary pylux module not available! Visit htt
p://www.luxrender.net/ to obtain one for your system'. I've tried putting the correct version of pylux.pyd into every directory I could think of but it still refuses to work.
User avatar
Dobz
 
Posts: 45
Joined: Sun Aug 01, 2010 3:16 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby dougal2 » Sat Sep 04, 2010 8:58 am

Dobz wrote:Sorry, I meant to say that I got this message: 'WARNING: Binary pylux module not available! Visit htt
p://www.luxrender.net/ to obtain one for your system'. I've tried putting the correct version of pylux.pyd into every directory I could think of but it still refuses to work.

Underneath that message should be another that shows the real reason why pylux cannot be loaded. Can you please post the full console output?
User avatar
dougal2
Developer
 
Posts: 3074
Joined: Mon Jan 14, 2008 7:21 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby Sielan » Sun Sep 05, 2010 1:12 am

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.
Sielan
 
Posts: 6
Joined: Sat Jun 26, 2010 6:11 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby Dobz » Sun Sep 05, 2010 1:16 am

dougal2 wrote:Underneath that message should be another that shows the real reason why pylux cannot be loaded. Can you please post the full console output?


Here's the output, using my own 64-bit build of Blender:

Code: Select all
found bundled python: C:\Blender\bin\BLENDE~1\2.53\python
[EF 2010-Sep-05 16:14:56] ExporterFramework detected and loaded from C:\Blender\
bin\BLENDE~1\2.53\scripts\io\ef
[Lux 2010-Sep-05 16:14:56] WARNING: LuxFire/Pyro library not available.
[Lux 2010-Sep-05 16:14:56] WARNING: Binary pylux module not available! Visit htt
p://www.luxrender.net/ to obtain one for your system.
[Lux 2010-Sep-05 16:14:56]  (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:\Blender\bin\BLENDE~1\2.53\scripts\modules\bpy_types.py", line 587, in
_register_module
    bpy_types.register(t)
AttributeError: bpy.types.register(...): already registered as a subclass.
[EF 2010-Sep-05 16:14:56] Render Engine "LuxRender" initialised
User avatar
Dobz
 
Posts: 45
Joined: Sun Aug 01, 2010 3:16 am

Re: Pylux Windows Weeklies 2010/Aug/26

Postby portlandbob » Tue Sep 07, 2010 6:15 pm

I'm using the python3 version in blender 2.5 for win32. I wasn't able to get it to work by putting it under addons. When I put the pylux.pyd under <blender dir>\2.5X\scripts\io\luxrender\ it worked. Here's the output on launch:

Code: Select all
found bundled python: C:\PROGRA~1\blender\latest\2.53\python
[EF 2010-Sep-07 16:10:48] ExporterFramework detected and loaded from C:\PROGRA~1
\blender\latest\2.53\scripts\io\ef
[Lux 2010-Sep-07 16:10:48] Using pylux version 0.7
bpy.utils._register_module(): Module 'ef' failed to register class 'ef.ui.EF_OT_
msg'
Traceback (most recent call last):
  File "C:\PROGRA~1\blender\latest\2.53\scripts\modules\bpy_types.py", line 587,
in _register_module
    bpy_types.register(t)
AttributeError: bpy.types.register(...): already registered as a subclass.
[EF 2010-Sep-07 16:10:48] Render Engine "LuxRender" initialised


I was able to run a render internally :-)
portlandbob
 
Posts: 4
Joined: Thu Aug 26, 2010 5:45 pm

Next

Return to Weekly Testing Builds

Who is online

Users browsing this forum: No registered users and 2 guests