Go to file
Lukas Toenne a85f595721 Fix for #28886, compositor cache regression bug.
The problem was that all outputs got tagged indiscriminately (esp. hidden render layer sockets), leading to full recalculation every time. This was caused by erroneous tagging of bNodeStacks with hasinput/hasoutput flags. This patch restores the old behaviour of tagging all non-static stacks as input values and all outputs that are connected to some input. Only difference is in node groups, where the hasoutput flag is no longer abused for tagging internal buffers, here the is_copy flag is used instead.
2011-10-12 12:55:32 +00:00
build_files modify pacman file not to compile templates & presets. 2011-10-04 23:00:38 +00:00
doc fix [#28873] Blenders Python API Sphinx Build Script give exceptions 2011-10-11 23:27:01 +00:00
extern Whitespace clean-up 2011-09-30 12:24:17 +00:00
intern Sequencer audio waveform drawing fix, now assured to be within the strip bounds. 2011-10-10 14:59:13 +00:00
po rna source files are not needed in POTFILE.in, and small fix on readme 2011-10-11 06:24:11 +00:00
release Fixes for #26837: MPEG Preseek does not work for some h264 files. 2011-10-12 12:49:45 +00:00
source Fix for #28886, compositor cache regression bug. 2011-10-12 12:55:32 +00:00
CMakeLists.txt * Removing libsamplerate from build systems 2011-10-02 17:09:39 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile fix for crash generating messages.txt, I wasn't getting this crash because I had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default. 2011-09-30 07:47:45 +00:00
SConstruct scons flags were being set carelessly - CCFLAGS is like setting CFLAGS and CXXFLAGS - in a few cases this was being set redundantly. 2011-10-05 23:35:03 +00:00