tornavis/source/blender/editors/space_script
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
..
CMakeLists.txt Ghost Context Refactor 2014-10-07 15:47:32 -05:00
SConscript SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00
script_edit.c Cleanup: unused headers 2014-11-28 15:52:30 +01:00
script_intern.h Python script auto-execution changes: 2013-06-10 00:42:16 +00:00
script_ops.c Cleanup: unused headers 2014-11-28 15:52:30 +01:00
space_script.c Cleanup: unused headers 2014-11-28 15:52:30 +01:00