yyc12345
8d7a982e50
- try setting center alignment for add floor popup operator. it is not center alignment now because blender's impl but it is better than previous layout. - add some components icon for more directly visual.
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
# all png are binary
|
|
*.png binary
|
|
# our generated mesh should be save as 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 |