blender/source/blender
2012-08-18 21:12:08 +00:00
..
avi add MEM_recallocN(), so bytes are ensured to be zero'd when growing. 2012-08-11 12:16:09 +00:00
blenfont fix [#32126] STAMP: Setting a background color causes color flicker 2012-08-12 22:50:21 +00:00
blenkernel Fix simple subsurf on wire edges 2012-08-18 19:54:21 +00:00
blenlib fix for own commit r49991, this exposed bad logic in rect copy function. 2012-08-18 20:54:43 +00:00
blenloader fix own error in recent smoothview cleanup, also correct some cross references in bmesh docs. 2012-08-17 14:43:20 +00:00
bmesh utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a linked list by a pointer. 2012-08-18 16:16:13 +00:00
collada Collada: fixed export when 'active UV Layer only' was selected 2012-08-15 22:08:22 +00:00
compositor style cleanup: also correct some doxy comments 2012-08-18 13:07:48 +00:00
datatoc fix for own error in datatoc.c - data wasn't NULL terminated, in some cases this is expected (broke GLSL shaders). 2012-08-12 16:51:51 +00:00
editors re-enable metaball orientation for manipulator and view axis setting (was disabled since 2.4x) 2012-08-18 21:12:08 +00:00
gpu Moving more duplicate code from GPU_create_gl_tex_compressed() and BL_Texture::InitGLCompressedTex() into GPU_Upload_dxt_texture(). This reduces code duplication and ensures that both paths are using the same settings. 2012-08-18 03:32:28 +00:00
ikplugin cmake option to build without iksolver 2012-08-18 13:36:29 +00:00
imbuf Suport function for Collada exporter: after a generated image was stored to disk, the new filetype was not always recognized. 2012-08-17 23:29:39 +00:00
makesdna Python node operator for combined node collapsing and hiding unused sockets. Socket hide flag is added to RNA as well, but can only be set when the socket is not connected, to avoid dangling links in editor drawing. Currently this operator has no default hotkey, but can be called from the Node menu. 2012-08-14 17:56:33 +00:00
makesrna style cleanup: also correct some doxy comments 2012-08-18 13:07:48 +00:00
modifiers skip allocating texture coords for the displace modifier when they are unused. 2012-08-18 11:48:35 +00:00
nodes style cleanup: also correct some doxy comments 2012-08-18 13:07:48 +00:00
opencl disable opencl when compo is disabled. 2012-06-30 14:28:45 +00:00
python style cleanup 2012-08-11 22:12:32 +00:00
quicktime code cleanup: spelling 2012-07-16 23:23:33 +00:00
render fix own error in recent smoothview cleanup, also correct some cross references in bmesh docs. 2012-08-17 14:43:20 +00:00
windowmanager dont re-use previous values for link/append operator, would get mixed up with when accessing from a key shortcut. 2012-08-15 11:53:49 +00:00
CMakeLists.txt add back datatoc, use this instead of cmake script which was too slow. 2012-08-11 16:25:31 +00:00
SConscript Scons: 2012-06-30 22:44:36 +00:00