Lightburn Materials Library Editor?

is there any way to edit Material files? I have several that I have collected and I want to put all my choices in one library.

Any ideas? thanks!

Not sure if you could do this from within LightBurn but looking at the file itself in a text editor the format is exceedingly simple.

Looks like you could literally take the entire contents of one file after excluding the 1st, 2nd, and last lines of the file and append it to the second to last line of another file.

This is the rough structure:

<?xml version="1.0" encoding="UTF-8"?>
<LightBurnLibrary>
    <Material name="Cardboard">
...
    </Material>
</LightBurnLibrary>

Basically all the lines that start and are between <Material> and </Material> tags would need to be moved over.

You could try this on an entirely new file so as not to risk messing up the original file if you weren’t confident in the changes. Then load the consolidated file into LB.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.