diff --git a/debian/changelog b/debian/changelog index 46465df1a..5300f0904 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ vengi (0.0.15.0-1) UNRELEASED; urgency=low * Added option to keep the input file palette and don't perform quantization * Allow to export the palette to png * Allow to generate models from heightmap images + * Allow to run lua scripts to modify volumes * Thumbnailer: * Try to use the built-in palette for models diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 922aa4811..538902f32 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,7 @@ VoxConvert: - Added option to keep the input file palette and don't perform quantization - Allow to export the palette to png - Allow to generate models from heightmap images + - Allow to run lua scripts to modify volumes Thumbnailer: diff --git a/docs/voxedit/LUAScript.md b/docs/LUAScript.md similarity index 82% rename from docs/voxedit/LUAScript.md rename to docs/LUAScript.md index 646c0b6b8..f17a4c58a 100644 --- a/docs/voxedit/LUAScript.md +++ b/docs/LUAScript.md @@ -1,11 +1,29 @@ # Scripting api -There is a console command (called `xs`) in voxedit to execute lua scripts for generating voxels. This command expects the lua script filename (`.lua` can be omitted) and the additional arguments for the `main()` method. +There is a console command (called `xs`) in [voxedit](voxedit/Index.md) and a command line parameter in [voxconvert](voxconvert/Index.md) to execute lua scripts for generating voxels. This command expects the lua script filename (`.lua` can be omitted) and the additional arguments for the `main()` method. -Calling `xs