Deploying LuxCoreRender: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
This document is intended for LuxCoreRender administrators only. | This document is intended for LuxCoreRender administrators only. | ||
<b>Releasing</b> refers to the process of finalizing a version of LuxCore, i.e. defining a state of LuxCore which can be made available to end-users. | <b>Releasing</b> refers to the process of finalizing a version of LuxCore, i.e. defining a state of LuxCore which can be made available to end-users. | ||
| Line 11: | Line 12: | ||
The scope of Deployment is restricted to the following components: | The scope of Deployment is restricted to the following components: | ||
* LuxCore | * LuxCore Python Wheels (aka <code>pyluxcore</code>) | ||
* LuxCore Samples (aka <code>luxcoreui and <code>luxcoreconsole</code>) | |||
* BlendLuxCore | * BlendLuxCore | ||
Please note we deliberately exclude the dependencies (LuxCoreDeps) from the deployment scope. Indeed: | Please note we deliberately exclude the dependencies (aka LuxCoreDeps) from the deployment scope. Indeed: | ||
* Dependencies are not intended for end-users, so deployment is not applicable. | |||
* Up-to-date dependencies are necessary for LuxCore development and tests, so they should have been released for a while when LuxCore deployment occurs. | |||
== Prerequisites == | == Prerequisites == | ||
Revision as of 15:21, 19 April 2026
Releasing and Deploying LuxCoreRender
Audience, Scope and Prerequisites
This document is intended for LuxCoreRender administrators only.
Releasing refers to the process of finalizing a version of LuxCore, i.e. defining a state of LuxCore which can be made available to end-users.
Deployment refers to the process of making a new release of LuxCoreRender available to users.
The scope of Deployment is restricted to the following components:
- LuxCore Python Wheels (aka
pyluxcore) - LuxCore Samples (aka
luxcoreui andluxcoreconsole) - BlendLuxCore
Please note we deliberately exclude the dependencies (aka LuxCoreDeps) from the deployment scope. Indeed:
- Dependencies are not intended for end-users, so deployment is not applicable.
- Up-to-date dependencies are necessary for LuxCore development and tests, so they should have been released for a while when LuxCore deployment occurs.
Prerequisites
We assume that targeted LuxCore components are buildable and reasonably tested.
Buildability: the component must by buildable by Continuous Integration. This can be checked by the following Github Actions:
- Wheels:
Luxcore Python Wheel Builder