Go to file
Brecht Van Lommel f647348420 Fix cycles continuously updating when creating a driver for a scene property,
like driving integrator seed with #frame.

The scene drivers are evaluated continuously, which would be nice to fix but
complicated, now it compares the RNA value to see if it actually changed, and
avoids the update in that case, which is a useful optimization by itself.

(merged from tomato branch)
2012-09-06 11:35:16 +00:00
build_files Enable shader model 3.0 shaders for mingw compilers 2012-09-01 14:53:01 +00:00
doc uncomment data identifiers from sphinx docs (own error made r41509) 2012-09-03 02:08:56 +00:00
extern add missing files from cmakes lists 2012-09-05 00:52:35 +00:00
intern Cycles compiler fixes related to OSL changes: 2012-09-06 07:44:49 +00:00
release change templates to call modal_handler_add() is called last since any errors between calling this function and returning will crash blender. see [#30687] 2012-09-05 00:11:39 +00:00
source Fix cycles continuously updating when creating a driver for a scene property, 2012-09-06 11:35:16 +00:00
CMakeLists.txt Turn OpenMP off for MinGW64. I thought it behaved correctly in new compiler builds but unfortunately it looks like there is some issue still which mostly shows when openmp threads stop. This causes crashes after rendering with subsurf, multires, when calculating fluids and possibly when other functionality is used as well. 2012-08-22 00:06:09 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile for the default make/cmake wrapper, use ../build_os rather then ../build/os 2012-08-15 22:59:23 +00:00
SConstruct add back datatoc, use this instead of cmake script which was too slow. 2012-08-11 16:25:31 +00:00