Difference between revisions of "BlendLuxCore Network Rendering"

From LuxCoreRender Wiki
Jump to navigation Jump to search
Line 6: Line 6:
This will open the pyluxcoretools and you can follow the general network rendering guide from here: [[LuxCoreRender_Network_Rendering | LuxCoreRender Network Rendering]]
This will open the pyluxcoretools and you can follow the general network rendering guide from here: [[LuxCoreRender_Network_Rendering | LuxCoreRender Network Rendering]]


**Note for Linux users:** You need to have PySide installed. You can install it with:
'''Note for Linux users:''' You need to have PySide installed. You can install it with:


<pre>sudo pip3 install PySide</pre>
<pre>sudo pip3 install PySide</pre>


[[Category:BlendLuxCore]]
[[Category:BlendLuxCore]]

Revision as of 13:17, 30 April 2018

Props render.png

To start the network rendering tool from BlendLuxCore, go to the render properties, open the "Render" panel (where the usual Render/Animation/... buttons are) and click the button "LuxCore Network Render".

This will open the pyluxcoretools and you can follow the general network rendering guide from here: LuxCoreRender Network Rendering

Note for Linux users: You need to have PySide installed. You can install it with:

sudo pip3 install PySide