niacdoial / blemd

BMD importer for blender (BDL format also partially supported)
GNU General Public License v3.0
31 stars 12 forks source link

a bit of stuff at the beggining of common.py #58

Closed edbefee3-3888-462a-9411-741b7e9eb54e closed 2 years ago

edbefee3-3888-462a-9411-741b7e9eb54e commented 2 years ago

the Bmodel.py thing is a git bug

niacdoial commented 2 years ago

nah, it's not a bug, it's that your code editor changed the file from CRLF to LF (before, it used "\r\n" to switch lines, and now it uses just "\n". Honestly, I needed to do this at some point, so might as well do it now)

Is it ready to be pulled, or do you think you want to add something else to this request first?

niacdoial commented 2 years ago

…huh. there are also a few unrelated lines that seem to have sneaked their way in from local code. I'll deal with them when merging.

edbefee3-3888-462a-9411-741b7e9eb54e commented 2 years ago

for this PR, i think it can be merged, but i might do some more refactoring

edbefee3-3888-462a-9411-741b7e9eb54e commented 2 years ago

next step is making file filtering work

edbefee3-3888-462a-9411-741b7e9eb54e commented 2 years ago

done, the problem was an = instead a :