blender/source
Sergey Sharybin dfc672f8bb SCons: Fix for really nasty bug with polluting configuration environment
The issue was caused by the following construction:

  def = env['SOMETHING']
  defs.append('SOMETHING_MORE')

Since first assignment was actually referencing environment option it was totally
polluted hawing weird and wonderful side effects on all other areas of Blender.
2015-08-04 18:06:28 +02:00
..
blender SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00
blenderplayer Docs: doxy cleanup/minor edits 2015-08-01 12:37:52 +10:00
creator Audaspace: support the device list returned by the new audaspace library. 2015-07-28 14:01:53 +02:00
gameengine SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00
icons
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConscript