wphicks / Writing3D

Writing3D is a project to help artists and writers more easily create VR projects
GNU General Public License v3.0
1 stars 8 forks source link

name of 'fonts' folder (at the same level as <main>.xml file) should not be case sensitive #111

Closed shadoof closed 7 years ago

shadoof commented 7 years ago

'Fonts' and 'FONTS' in particular should be OK (enough for now)

shadoof commented 7 years ago

@wphicks Hi Will, maybe I could use this at my initial 'way in' to the actual code. I've had a look and imagine that tweaks to either validators.py or objects.py could be made to accommodate alternative path names, but I don't have codeable tweak as yet. Do you have quik guidance?

wphicks commented 7 years ago

Wonderful! Thanks for hopping in on this one. The key line is right here. It's probably best to check whether either directory exists and if so look for the font inside it.

shadoof commented 7 years ago

@wphicks hi Will, my first attempt at actually addressing the code. (First python also so, be gentle. ;) Please advise on any workflow adjustments I should make.

wphicks commented 7 years ago

Fixed by @shadoof's PR #114. Many thanks!