I have no idea what I am talking about since my programming skills are limited to 10 rows of C++ code, at best.
The idea is to port the Pose2Lux to Carrara with PyCarrara, to get Luxrender support.
The Pose2Lux python script is compatible with Poser 6 up to Poser Pro 2012, hopefully the same method would work with Carrara, but what do I know…
So far I got PyCarrara installed, it runs its samples and I got all the way to row 7 of Pose2Lux before the first DLL crash:
———————————————————————
Traceback (most recent call last):
File “PyCarrara_1EAF672C”, line 7, in <module>
File “C:\Python26\Lib\lib-tk\Tkinter.py”, line 38, in <module>
import FixTk
File “C:\Python26\Lib\lib-tk\FixTk.py”, line 65, in <module>
import _tkinter
ImportError: DLL load failed: Initieringen av en DLL-fil misslyckades.
=== Script execution terminated ===
———————————————————————-
Maybe someone with some actual skills can take a look at this, to check if it is possible or just a crazy idea…


