Blender Git Commit Log

Git Commits -> Revision 48b4329

Revision 48b4329 by Kent Mein (master)
March 12, 2005, 16:32 (GMT)


*sigh* I obviously rushed this. I honestly thought that this commit would
not affect anyone.

Changed:
if user_openexr == 'false':
defines += ['WITH_OPENEXR']

To what it was suppose to be:
user_openexr = 'false':
if user_openexr == 'true':
defines += ['WITH_OPENEXR']

This was messed up on most platforms, somewhere when adding them all
I switched to the bad version and continued with that...

I'm on irc if anyone else has any commits to clean this up. I'm going
through things and trying to make sure its working for everyone.

Sorry,

Kent

Commit Details:

Full Hash: 48b4329170b0517a54917c16e5fdd718c6d073ff
SVN Revision: 3938
Parent Commit: d3202c5
Lines Changed: +16, -8

1 Modified Path:

/SConstruct (+16, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021