Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
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
build_files Mingw - use truly relative instead of absolute-relative paths for Boost and OIIO 2011-12-29 02:57:41 +00:00
doc update the api changelog 2.60 --> 2.61 2011-12-22 21:44:52 +00:00
extern add UNLIKELY / LIKELY util defines to help optimize iterators that are called a lot, only defined for gcc at the moment. 2011-12-29 01:46:58 +00:00
intern Fix: cycles camera dof object with non-uniform scale gave incorrect distance. 2011-12-29 23:34:25 +00:00
release more mist settings should be accesible to BGE 2011-12-29 01:38:11 +00:00
source 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
CMakeLists.txt Update build files to use new OpenAL libraries 2011-12-27 09:37:19 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct Update build files to use new OpenAL libraries 2011-12-27 09:37:19 +00:00