Go to file
Sergey Sharybin 35d0e99299 Added new scons target: cudakernels
It's intended to perform compilation of CUDA kernels only,
without doing anything with other sources/resources and
main purpose of this target is to be able to compile cuda
kernels in completely different environment than the rest
of blender was compiled.

This is needed for linux build environment, where sm_13
compilation fails dramatically in 32bit chroot but could
be compiled in 64bit environment.
2013-01-10 08:01:07 +00:00
build_files Added new scons target: cudakernels 2013-01-10 08:01:07 +00:00
doc Added some python API examples for the new get/set callbacks in bpy.props. 2013-01-05 15:50:51 +00:00
extern add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
intern Cycles: different fix for perlin noise generating nan values, now check for 2013-01-09 22:06:03 +00:00
release don't store bevel weights or edge crease customdata layers in editmode unless they are needed. 2013-01-10 04:43:31 +00:00
source don't call BKE_mesh_tessface_ensure() from DM_to_mesh(), caller must do this instead. 2013-01-10 05:50:21 +00:00
CMakeLists.txt CMake: Looks like a period sneaked into r53515, which caused CMake to fail. 2013-01-03 00:35:42 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Added new scons target: cudakernels 2013-01-10 08:01:07 +00:00