tornavis/source/blender
Campbell Barton 5c8c1a7358 PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named, but its more clear to use len().
mat.col_size --> len(mat.row)
mat.row_size --> len(mat.col)
2011-12-30 06:43:17 +00:00
..
avi style edit only - move parenthesis onto second line of function definition (in keeping with most of blenders code) 2011-12-17 00:52:36 +00:00
blenfont * Fixing compile after recent i18 commits. 2011-12-27 01:35:39 +00:00
blenkernel while checking weight paint code noticed that unified brush functions loop over the scenes to get the flag. 2011-12-30 03:43:39 +00:00
blenlib optimized mempool iterator from bmesh 2011-12-29 03:39:59 +00:00
blenloader files from bmesh now load in trunk, this way loading (2.64 (or whenever bmesh is merged)), wont crash 2.62. 2011-12-28 14:58:45 +00:00
blenpluginapi pass image description to image loading functions for more useful error than 'Unknown fileformat'. 2011-10-27 04:24:34 +00:00
collada Math lib: matrix multiplication order fix for two functions that were 2011-12-16 19:53:12 +00:00
editors weight paint - fix for own error in r42986, also avoid getting unified settings for each weight. 2011-12-30 05:16:28 +00:00
gpu Fix #29715: cycles and glsl normal node not working correct. 2011-12-28 19:42:22 +00:00
ikplugin Math lib: matrix multiplication order fix for two functions that were 2011-12-16 19:53:12 +00:00
imbuf Code refactoring: add unified image buffer functions for doing float => byte, 2011-12-28 13:29:33 +00:00
makesdna fix for recent compile error 2011-12-28 14:55:45 +00:00
makesrna Bugfix for [#29684] Output video presets messed up 2011-12-23 22:07:34 +00:00
modifiers remove unused initFlags option in mirror modifier 2011-12-29 06:32:50 +00:00
nodes Code refactoring: add unified image buffer functions for doing float => byte, 2011-12-28 13:29:33 +00:00
python PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named, but its more clear to use len(). 2011-12-30 06:43:17 +00:00
quicktime OSX: adding PNG codec to QTKit, to have one more alpha enabled one atm 2011-12-27 11:29:27 +00:00
render possible fix for [#29708] Crashes when Rendering Cross Dissolve + XVID Codec 2011-12-29 13:12:40 +00:00
windowmanager more changes from bmesh into trunk (mesh mpoly strict member) 2011-12-28 14:21:51 +00:00
CMakeLists.txt add define for deprecated DNA struct members: DNA_DEPRECATED, 2011-12-04 06:05:48 +00:00
SConscript Add compiles support for Cycles. 2011-11-08 20:40:02 +00:00