LuxCore Network Render for Mac

Links and discussions related to tutorials, tips and tricks.
Post Reply
MCurto
Posts: 56
Joined: Sun May 09, 2021 5:28 pm

LuxCore Network Render for Mac

Post by MCurto »

Network rendering for Mac wiki page seems a bit outdate, couldn't get it to work following it,

https://wiki.luxcorerender.org/LuxCoreR ... _Rendering

this did it for me, as for some reason couldn't get Pip installed trought homebrew
might help others or maybe someone could complement the page, ATM running 12.5 and works:

Using Homebrew, needs XCODE Apple Command Line Tools, can get them running:
xcode-select --install

Instaling:

brew install python
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip3 install PySide2


EDIT:

Sry, my brew install is old, might need a cleanup, on a new Mac it installed Pip3 as default with Python3, so bassically just needed:

brew install python
pip3 install PySide2

But now struggling to find out how to change output file format for anything other than PNG.
Post Reply