blender/source/blender
Sergey Sharybin 9f764e3aa7 Workaround for compilation error introduced in r54755
Scons used to fail because of couple of reasons:

- CMake does have WITH_DNA_GHASH enabled, Scons not
  Which is a good question why?!
- This makes Cmake including BLI_utildefines in dna_genfile.c,
  but scons missed this include
- This damn "bool" thing requires BLI_utildefines

And last question here is why would we want to use bool here =\
It's just always ends up in headache without any visible benefit
of using it.

Well, at least now svn shall be compilable again..
2013-02-22 17:35:53 +00:00
..
avi remove redundant temp pointer assignment in AVI_write_frame. 2013-01-27 12:03:20 +00:00
blenfont Compile fixes for recent code cleanups: 2013-02-21 17:39:48 +00:00
blenkernel patch [#34103] - listbase.patch, insertlinkbefore.patch 2013-02-22 14:12:55 +00:00
blenlib patch [#34103] - listbase.patch, insertlinkbefore.patch 2013-02-22 14:12:55 +00:00
blenloader patch [#34103] Add explanatory comments to dna_genfile.[ch] 2013-02-22 13:35:32 +00:00
bmesh Enable new bevel tool code in bevel modifier. 2013-02-21 17:29:35 +00:00
collada Dependency Graph: some refactoring which should have no user visible impact 2013-02-21 19:33:04 +00:00
compositor Correction to r54600 2013-02-18 10:12:44 +00:00
datatoc avoid using strlen() for comparisons in for loops. for expanding whitespace in the text editor and ui paste. 2012-12-15 07:57:16 +00:00
editors Fix #34357: image editor scope and clip editor track preview did not resize 2013-02-22 16:11:27 +00:00
gpu Fix wrong alpha channel for OpenGL render results with transparent textures or 2013-02-18 17:39:44 +00:00
ikplugin fix bug #33275: iTaSC ignores location of disconnected bones when they are changed in pose mode. 2012-12-29 19:43:08 +00:00
imbuf Fix #34359: 2.66 crashes when using output node 2013-02-22 09:20:22 +00:00
makesdna Workaround for compilation error introduced in r54755 2013-02-22 17:35:53 +00:00
makesrna patch [#34103] - listbase.patch, insertlinkbefore.patch 2013-02-22 14:12:55 +00:00
modifiers Enable new bevel tool code in bevel modifier. 2013-02-21 17:29:35 +00:00
nodes Simple preset function for setting common node sizes based on enum instead of explicit numbers. 2013-02-22 10:46:27 +00:00
python fix [#34275] Text autocomplete cuts words with accents or special characters 2013-02-19 16:13:41 +00:00
quicktime Operators name "cleanup" 2013-01-27 07:23:58 +00:00
render Fix #34351: Displacement map Bake margin does not work 2013-02-22 09:57:10 +00:00
windowmanager Dependency Graph: some refactoring which should have no user visible impact 2013-02-21 19:33:04 +00:00
CMakeLists.txt Move opencl and reigidbody from source/blender/ to intern/ 2013-02-01 06:24:49 +00:00
SConscript Move opencl and reigidbody from source/blender/ to intern/ 2013-02-01 06:24:49 +00:00