tornavis/source/blender
Campbell Barton 3da4b08110 bmesh-decimator, skip recalculating face normals on each edge collapse. (they are not used so faster to avoid) 2012-10-20 18:12:22 +00:00
..
avi rename avi files (endian.h is common linux include). 2012-10-07 06:27:31 +00:00
blenfont Remove six languages from Blender UI (rational: very low level of translation, 1-2% at most, and no commit done in branch since more than one year): fi (Finnish), ca (Catalan), bg (Bulgarian), el (Greek), ne (Nepali) and pl (Polish). 2012-10-20 08:52:54 +00:00
blenkernel bmesh-decimate now only does CustomData_has_math for loop layers, add CustomData_has_interp() for vert & edges. 2012-10-20 17:39:56 +00:00
blenlib add TIMEIT_VALUE_PRINT() macro for printing timing between start/end macros. 2012-10-20 10:37:15 +00:00
blenloader code cleanup: 2012-10-20 08:02:18 +00:00
bmesh bmesh-decimator, skip recalculating face normals on each edge collapse. (they are not used so faster to avoid) 2012-10-20 18:12:22 +00:00
collada fix:[#32784] Crash when Exporting to Collada file (.dae) (was a utf8-character conversion problem) 2012-10-08 12:59:12 +00:00
compositor Additional debug assert in the compositor for checking correct conversion of Nodes to Operations. This will trigger an assert failure whenever a node has remaining socket connections after conversion. This would mean that not all sockets have been properly relinked and helps detect incomplete code. 2012-10-19 16:29:17 +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 Add option to set object origin to the center of mass 2012-10-20 16:48:54 +00:00
gpu Fix for drawing meshes with VBOs disabled in sculpt mode 2012-10-20 00:45:44 +00:00
ikplugin code cleanup: remove redundant casts 2012-10-14 08:49:01 +00:00
imbuf Fix #32858: Image appears too dark in Image Editor 2012-10-15 11:16:54 +00:00
makesdna Better fix for #32846. Instead of using time change or object recalc condition, set an explicit object flag to disable particle system modifier update during dupli list creation. This is more transparent and should prevent issues with hair path generation being skipped. 2012-10-18 15:54:24 +00:00
makesrna add comment about misuse of enum set function. 2012-10-20 14:16:56 +00:00
modifiers bmesh decimator support for loop & edge customdata. (most importantly UVs and vertex colors). 2012-10-20 17:31:07 +00:00
nodes Mark unused variables. 2012-10-18 13:20:23 +00:00
opencl quiet some warnings. 2012-10-01 15:27:50 +00:00
python code cleanup: 2012-10-17 04:13:03 +00:00
quicktime More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to translate... 2012-10-19 16:43:10 +00:00
render code cleanup: 2012-10-20 08:02:18 +00:00
windowmanager don't print mousemoves with wm_handlers_do and --debug-events 2012-10-20 16:04:15 +00:00
CMakeLists.txt add option to build without blenders default avi codec. 2012-10-08 02:51:42 +00:00
SConscript Scons: 2012-06-30 22:44:36 +00:00