blender/source/blender
Campbell Barton cdabc891e2 remove error return value from BLI_bvhtree_insert, no callers were using.
in the case of an error - assert, rather then fail silently since it wont be working as expected anyway.
2013-09-04 20:33:50 +00:00
..
avi use 'greater/less then or equal to' operators rather then adding 1. 2013-08-11 05:40:35 +00:00
blenfont Mingw Compiling Fix - Conversion from int to unsigned char... 2013-09-01 05:36:29 +00:00
blenkernel fix for building on msvc 2013-09-04 06:50:15 +00:00
blenlib remove error return value from BLI_bvhtree_insert, no callers were using. 2013-09-04 20:33:50 +00:00
blenloader Fix compile error with strict compile flags. 2013-09-03 18:01:31 +00:00
bmesh move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use. 2013-09-03 21:22:43 +00:00
collada Fix 36505: Collada exporter crashes Blender when exporting to locked file 2013-08-24 09:51:05 +00:00
compositor Fix issue with EWA filtering in compositor which disabled alpha 2013-08-19 08:30:03 +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 better fix for r59794, register a gesture when the mouse goes outside the actionzone. 2013-09-04 05:25:29 +00:00
freestyle Quiet annoying VC++ warning C4819: The file contains a character that cannot be represented in the current code page. 2013-08-24 17:36:45 +00:00
gpu Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this will 2013-09-03 22:39:17 +00:00
ikplugin IK plugin range check was wrong, could do out of bounds reads. 2013-06-27 19:52:50 +00:00
imbuf Fix #36124: VSE - Input Color option does not work for video files 2013-09-02 13:54:12 +00:00
makesdna fix odd (intentional) behavior with vertex parent, 2013-09-01 22:38:41 +00:00
makesrna Added better support for line styles in the Outliner. 2013-09-04 01:15:23 +00:00
modifiers replace sqrt(dot()) with length functions. 2013-09-03 22:32:03 +00:00
nodes Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this will 2013-09-03 22:39:17 +00:00
python Tweaks to New Driver creation behaviour 2013-09-03 00:28:23 +00:00
quicktime use '_exec' suffix for operator execute callbacks, also picky change to sizeof() use in BLI_array.h 2013-07-28 17:06:31 +00:00
render Fix a few issues reported by coverity scan. 2013-09-03 22:39:21 +00:00
windowmanager style cleanup 2013-09-04 03:30:41 +00:00
CMakeLists.txt A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00
SConscript correct error in r57092 with scons. 2013-05-28 20:35:12 +00:00