Building LuxCoreRender - FAQ: Difference between revisions

From LuxCoreRender Wiki
Jump to navigation Jump to search
Created page with "<to be completed>"
 
No edit summary
Line 1: Line 1:
<to be completed>
== 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
<pre>python -m build-system.luxmake.deps --local <path/to/deps></pre>
 
Build a wheel for test
<pre>make wheel-test</pre>
 
Inject wheel for test in Blender:
Use BlendLuxHelper

Revision as of 13:12, 10 February 2026

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