tornavis/source/blender
Campbell Barton f66912a335 misc edits, no functional changes
- enabling/disabling no longer prints in the terminal unless in debug mode.
- remove 'header' struct from BLI_storage_types.h, from revision 2 and is not used.
- Add GCC property to guardedalloc to warn if the return value from allocation functions isn't used.
2011-01-15 15:48:46 +00:00
..
avi rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
blenfont remove redundant assignments & unused vars. 2011-01-12 03:41:12 +00:00
blenkernel Fix for [#25637] curveguide forcefield(Kink: Braid) + particlesystem cause crash by Null Pointer in some cases 2011-01-15 12:00:15 +00:00
blenlib misc edits, no functional changes 2011-01-15 15:48:46 +00:00
blenloader Bug fix: effectors in pre 2.5 files didn't work due to a forgotten flag in do_versions. 2011-01-10 11:53:07 +00:00
blenpluginapi rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
collada Fix [#25575] Collada import problem with Maya2010 exported collada files 2011-01-10 23:31:14 +00:00
editors IRC bugreport fix: thumb brush works incorrect when using tablet by Dan McGrath (troubled) 2011-01-15 14:48:44 +00:00
gpu remove unused vars & avoid some clang warnings. 2011-01-14 21:06:28 +00:00
ikplugin remove references to BKE_utildefines where its not needed. 2011-01-07 19:18:31 +00:00
imbuf remove unused vars & avoid some clang warnings. 2011-01-14 21:06:28 +00:00
makesdna Todo item #19816: Wave modifier does not affect Curve Paths 2011-01-14 16:57:53 +00:00
makesrna Todo item #19816: Wave modifier does not affect Curve Paths 2011-01-14 16:57:53 +00:00
modifiers speedup fluid file reading, seek past arrays rather then reading them & use fewer function calls to gzread(). 2011-01-13 11:06:12 +00:00
nodes feature request from colin levy, camera lens stamp. 2011-01-13 19:16:35 +00:00
python misc python api improvements 2011-01-13 21:44:18 +00:00
quicktime rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
readblenfile rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
render Bugfix #25580 2011-01-11 18:40:44 +00:00
windowmanager error in last commit, also skip getting vars for wm_operator_reports() when there are no reports. 2011-01-14 21:45:49 +00:00
CMakeLists.txt use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed. 2010-12-08 08:43:06 +00:00
Makefile
SConscript