Go to file
Campbell Barton 5528781f79 add BLI_assert() type checks for RNA property get/set functions, since there ended up being quite a lot of these in blenders source.
These wont be compiled into release builds, and will only print errors by default (unless WITH_ASSERT_ABORT is enabled at compile time).
2011-03-22 12:56:57 +00:00
build_files Version and platform name were in wrong order. 2011-03-22 12:54:13 +00:00
doc fix [#25688] undocumted functions in pyapi 2011-03-22 04:28:51 +00:00
extern workaround for problem compiling with glu 1.5.8 on windows 2011-03-15 01:31:07 +00:00
intern remove some redundant vars, assignments & checks. 2011-03-19 05:06:06 +00:00
release properties were being used with wrong type functions, this resulted in bad memory access when getting int from an enum. 2011-03-22 12:53:36 +00:00
source add BLI_assert() type checks for RNA property get/set functions, since there ended up being quite a lot of these in blenders source. 2011-03-22 12:56:57 +00:00
CMakeLists.txt CMake, check for clang++ compiler and disable WITH_IK_ITASC and WITH_MOD_FLUID until there supported. 2011-03-20 01:49:15 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix, 2011-03-21 16:42:21 +00:00
SConstruct Add buildslave target for builder.blender.org integration 2011-03-22 10:26:53 +00:00