From 8f3bc4a97855ea2c0b5f0be02d2011a7f90048b2 Mon Sep 17 00:00:00 2001 From: Louis Poirier Date: Sun, 29 Sep 2024 16:17:20 +0200 Subject: [PATCH] feat: add description/usage in Export_InkStyles --- Scripts/Export_InkStyles.wscript | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Scripts/Export_InkStyles.wscript b/Scripts/Export_InkStyles.wscript index 3101a51..f1f90ca 100644 --- a/Scripts/Export_InkStyles.wscript +++ b/Scripts/Export_InkStyles.wscript @@ -1,16 +1,17 @@ -// Export inkstyle files to Json / CSV files. -// // @author Rayshader // @version 1.0 // -// @usage +// @description +// Export inkstyle files to Json / CSV files. +// // NOTE: it may not be entirely accurate. // -// - change path of 'jsonExport' and 'csvExport' below if you wish -// - Open a project -// - Load assets -// - Run this script -// - Find styles in the generated files. +// @usage +// 1. Open a project +// 2. Load assets +// 3. Optionally change 'jsonExport' and 'csvExport' in the script +// 4. Run this script +// 5. Styles are generated in RAW directory. import * as Logger from 'Logger.wscript';