refactor: re-layput project
- move assets (raw jsons, icons, meshes and i18n data) into the root of repo. - move script into the root of repo. - modify blender manifest according to this changes. - optimize gitignore.
This commit is contained in:
6
scripts/extract_json.py
Normal file
6
scripts/extract_json.py
Normal file
@ -0,0 +1,6 @@
|
||||
import common
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
common.setup_logging()
|
Reference in New Issue
Block a user