File Name Resolver

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

File Name Resolver

Post by Dade »

LuxCore API has now file name resolver. It is a registry where file paths can be added and they are used when trying to open a file. The registry is empty by default. LuxCoreUI and LuxCoreConsole add the "." to the registry. The path of a .cfg file, starting the rendering session, is also added to the registry by default.
The API functions to handle the registry are here: https://github.com/LuxCoreRender/LuxCor ... ore.h#L146

Short version: it is now possible to read any scenes/* file in LuxCoreUI.
Support LuxCoreRender project with salts and bounties
epilectrolytics
Donor
Donor
Posts: 790
Joined: Thu Oct 04, 2018 6:06 am

Re: File Name Resolver

Post by epilectrolytics »

Dade wrote: Mon Oct 08, 2018 10:25 amShort version: it is now possible to read any scenes/* file in LuxCoreUI.
Thanks!
Post Reply