Skip to content

Commit

Permalink
Merge pull request #12 from rayshader/main
Browse files Browse the repository at this point in the history
Add description/usage in Export_InkStyles
  • Loading branch information
poirierlouis authored Nov 29, 2024
2 parents 21bdc3e + 8f3bc4a commit dbe99f7
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 dbe99f7

Please sign in to comment.