blender/source/blender
2013-07-16 11:39:48 +00:00
..
avi move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
blenfont fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in if statements and redundant initialization vars. 2013-07-13 16:25:47 +00:00
blenkernel Fix memory leak in BKE_mesh_vert_poly_map_create. 2013-07-16 00:34:03 +00:00
blenlib correct own incorrect check bmesh edgerin subdivide, also add missing break in orthogonalize_m3 though this one wouldn't effect release builds. 2013-07-16 11:39:48 +00:00
blenloader remove NULL checks on fixed size arrays, also was calling BLI_testextensie_glob every time in the file selector with a blank string. 2013-07-13 14:16:59 +00:00
bmesh correct own incorrect check bmesh edgerin subdivide, also add missing break in orthogonalize_m3 though this one wouldn't effect release builds. 2013-07-16 11:39:48 +00:00
collada fix: #36122 Collada import - Keyframes offset after recording and playing 2013-07-15 11:01:23 +00:00
compositor Fix #36058: Displace Modifier errors using a baked Image and displace baking inconsistency between 2.67/2.68RC and previous versions 2013-07-15 14:47:58 +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 [#36153] Crash when choosing a brush. 2013-07-16 06:49:03 +00:00
freestyle Fix for [#35482] 2.67 freestyle line visibility computation bug. 2013-07-13 19:33:25 +00:00
gpu add some missing members to opengl debug print, also use a macro to avoid passing each arg twice. 2013-06-30 23:50: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 #36127: 10 bit DPX render would crash when doing rendering animations from 2013-07-15 14:33:19 +00:00
makesdna recent changes to particle normal orientation change behavior in a way you might not want (even though in general I think its an improvement). 2013-07-14 10:57:43 +00:00
makesrna fix [#36155] Crash with __contains__ 2013-07-16 05:29:19 +00:00
modifiers fix own regression [#36154] Simple deform modifier doesn't recalculate normals 2013-07-16 08:24:53 +00:00
nodes re-arrange '--help' output into more useful sections (added debug, python). 2013-06-29 10:09:15 +00:00
python fix for problem with edge slide where it would stop shapekey modifier from being applied (because of added vertices), 2013-07-11 04:24:36 +00:00
quicktime move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
render Fix #36058: Displace Modifier errors using a baked Image and displace baking inconsistency between 2.67/2.68RC and previous versions 2013-07-15 14:47:58 +00:00
windowmanager fix for bad lengths being passed to string functions. 2013-07-15 05:11:14 +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