ccoba282 / blender2ogre

Automatically exported from code.google.com/p/blender2ogre
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Need for an add-on config file with user preferences (path, export options...) #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to be able to move configuration out of the Python script itself, for 
many thing I can think of :
- command line tools path (auto PATH envvar, system dependent default path, or 
manual path)
- exporting options 
- output format selection (extend .scene format, .rex, .materials splitting...)

Original issue reported on code.google.com by sebastie...@gmail.com on 18 Mar 2011 at 11:00

GoogleCodeExporter commented 8 years ago
http://www.ogre3d.org/forums/viewtopic.php?f=4&t=61485&p=423357#p423337

Original comment by jo...@adminotech.com on 25 Mar 2011 at 7:19

GoogleCodeExporter commented 8 years ago
I'm starting to merge the patch provided on the forum (by f00bar » Today, 2011 
3:12 am) 

Original comment by sebastie...@gmail.com on 25 Mar 2011 at 10:13

GoogleCodeExporter commented 8 years ago
I took the time to improve on the base of the provided patch.

I made it a bit cleaner, and improve somehow the way executable for 
Linux/Windows are managed : instead of manipulating everywhere some 
Linux/Windows switch

There is a lot more to do to clean the code, Wine stuff, but also tempdir 
usage... I'll create some separate reports for these issues

Original comment by sebastie...@gmail.com on 25 Mar 2011 at 3:22