Building LuxCoreRender - FAQ
How to implement a fully local test chain?
It is possible, in a develop & debug context, to implement a local-only build chain.
Build dependencies: Use local plain build or local CI build
Inject local dependencies in LuxCore build
python -m build-system.luxmake.deps --local <path/to/deps>
Build a wheel for test
make wheel-test
Inject wheel for test in Blender: Use BlendLuxHelper