Deploying LuxCoreRender

From LuxCoreRender Wiki
Revision as of 14:50, 19 April 2026 by Howetuft (talk | contribs) (Created page with "= Deploying LuxCoreRender = == Audience, Objectives, Scope and Prerequisites == This document is intended for LuxCoreRender administrators only. The term _'deployment'_ refers to the process of making a new version of LuxCoreRender available to users. The scope is restricted to: - LuxCore, encompassing the Python wheels (aka `pyluxcore`) and the Samples (aka `luxcoreui` and `luxcoreconsole`) - BlendLuxCore Please note we deliberately exclude the dependencies (LuxCor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Deploying LuxCoreRender

Audience, Objectives, Scope and Prerequisites

This document is intended for LuxCoreRender administrators only.

The term _'deployment'_ refers to the process of making a new version of LuxCoreRender available to users.

The scope is restricted to: - LuxCore, encompassing the Python wheels (aka `pyluxcore`) and the Samples (aka `luxcoreui` and `luxcoreconsole`) - BlendLuxCore

Please note we deliberately exclude the dependencies (LuxCoreDeps) from the deployment scope. Indeed, up-to-date dependencies are necessary for LuxCore development and tests, so we assume they are already released for a while when the deployment

Objectives

Prerequisites