[feat] change BMERevenge model read method

- divided json into small pieces for easy management.
- change json reading method for change (1)
This commit is contained in:
2022-12-28 21:40:51 +08:00
parent 2bd031784a
commit 0a815f04d6
11 changed files with 3300 additions and 3281 deletions

6
.gitattributes vendored
View File

@ -1,2 +1,6 @@
# our generated mesh should be save as binary
*.bin binary
*.bin binary
# json is data and not good for human reading(althought I edit it on my own hand.)
# so set it as binary
ballance_blender_plugin/json/basic_blocks/*.json binary
ballance_blender_plugin/json/derived_blocks/*.json binary