Skip to content

Commit

Permalink
feat: add description/usage in Export_InkStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Sep 29, 2024
1 parent 9df9815 commit 8f3bc4a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Scripts/Export_InkStyles.wscript
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 8f3bc4a

Please sign in to comment.