Search found 4711 matches

by Dade
Sat Mar 17, 2018 9:23 am
Forum: User Support
Topic: alpha06 bugs
Replies: 46
Views: 27835

Re: alpha06 bugs

Camera clipping, in this case near/far. The yellow area is a wall in front of the camera, the opening on the upper right is a window. Near clipping is used here to look through the wall. It is a problem in light paths, they don't seem to be clipped by the near clipping plane. Upper right the eye pa...
by Dade
Sat Mar 17, 2018 9:20 am
Forum: Development
Topic: PyLuxCoreTools GUI
Replies: 19
Views: 13563

Re: PyLuxCoreTools GUI

It is strange because your crash seems inside pyluxcore. Does this work (i.e. the command line version) ? make -j 12 pyluxcoretools ; python3 samples/pyluxcoretool/pyluxcoretool.py netnode To run gdb: david@i7-3930k:~/projects/luxcorerender/LuxCore$ make -j 12 pyluxcoretools Built target pyluxcoreto...
by Dade
Sat Mar 17, 2018 8:52 am
Forum: Development
Topic: PyLuxCoreTools GUI
Replies: 19
Views: 13563

Re: PyLuxCoreTools GUI

It looks like your PySide installation is corrupted/broken. Does it work aside from "import PySide" ? Try to run on normal python3 interpreter: import sys from PySide.QtCore import * from PySide.QtGui import * # Create a Qt application app = QApplication(sys.argv) # Create a Label and show...
by Dade
Sat Mar 17, 2018 1:08 am
Forum: Development
Topic: PyLuxCoreTools GUI
Replies: 19
Views: 13563

Re: PyLuxCoreTools GUI

While developing/editing the sources, it is a lot faster to just use the following command inside the LuxCore directory: make -j 12 pyluxcoretools ; python3 samples/pyluxcoretool/pyluxcoretool.py netnodeui The problem you having is related to PyInstaller but I have updated the packaging scripts (htt...
by Dade
Sat Mar 17, 2018 12:57 am
Forum: User Support
Topic: alpha06 bugs
Replies: 46
Views: 27835

Re: alpha06 bugs

But are you talking of camera clipping (near, fare and/or arbitrary planes) or border rendering :?:

P.s. http://www.luxrender.net/wiki/Border_Render
by Dade
Sat Mar 17, 2018 12:12 am
Forum: User Support
Topic: GTX 1070: No OPENCL Devices available
Replies: 6
Views: 5161

Re: GTX 1070: No OPENCL Devices available

Strange problem, check if you have multiple pyluxcore.pyd installed: just scan all the HD for that file.
by Dade
Fri Mar 16, 2018 10:43 pm
Forum: Development
Topic: BlendLuxCore Development
Replies: 911
Views: 526327

Re: BlendLuxCore Development

BTW, if you translate some of the old "Show-off Pack" scene, let me now so we can add them at https://github.com/LuxCoreRender/LuxCoreTestScenes (the somewhat new show-off pack).
by Dade
Thu Mar 15, 2018 1:25 pm
Forum: Development
Topic: PyLuxCoreTools GUI
Replies: 19
Views: 13563

PyLuxCoreTools GUI

I'm working on the graphical user interface for PyLuxCoreTools in order to make some feature, like network rendering, accessible to everyone. This is the GUI of PyLuxCoreNetNode: ui.png It is written with PySide (aka QT4) and designed with QtDesigner. The GUI can be accessed with the following comma...
by Dade
Wed Mar 14, 2018 11:06 am
Forum: Works in Progress
Topic: Japan taste
Replies: 12
Views: 9786

Re: Japan taste

It is possible, not trough PCIe but through Ethernet. I mean, network rendering does what you are looking for, it is the old solution for CPU-only rendering: https://knowm.org/24-core-linux-cluster ... from-ikea/ (cheap case, cheap motherboard, no gpu, fastest CPU worth buying and a bit of ram) The...
by Dade
Tue Mar 13, 2018 11:27 am
Forum: Works in Progress
Topic: Japan taste
Replies: 12
Views: 9786

Re: Japan taste

If only AMD or INTEL could give us PCIe x16 CPU cards (not high price xeon phi). But something like Ryzen 1950x on dedicated card. It is possible, not trough PCIe but through Ethernet. I mean, network rendering does what you are looking for, it is the old solution for CPU-only rendering: https://kn...