yyc12345
20aba6c273
- add ignored bmesh update function in flatten uv - finish select by group, add, rm, clear group functions.
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
# all png are binary
|
|
*.png binary
|
|
# our generated mesh should be save as binary
|
|
*.bin binary
|
|
# the raw json data should be binary
|
|
# although i edit it manually
|
|
bbp_ng/raw_jsons/*.json binary
|