Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Sergey Sharybin a4f73c5694 Fix #32579: Sequencer crash when changing render dimensions
Memory limitor's queue could be affected when it's being iterated
on enforcing limits -- that's because iteration could free color
managed image buffers.

Fixed by getting least priority element after every element was
freed. Could be optimized a bit, but it anyway shouldn't be so
slow due to specific of cache limiting and limit enforcing finish
condition.
2012-09-20 12:59:16 +00:00
build_files Updating mingw32 config to reflect new boost libraries in svn 2012-09-17 12:05:18 +00:00
doc uncomment data identifiers from sphinx docs (own error made r41509) 2012-09-03 02:08:56 +00:00
extern Fix variable naming in the planar tracker. 2012-09-20 02:27:34 +00:00
intern Fix #32579: Sequencer crash when changing render dimensions 2012-09-20 12:59:16 +00:00
release style cleanup 2012-09-20 12:29:28 +00:00
source Fix #32579: Sequencer crash when changing render dimensions 2012-09-20 12:59:16 +00:00
CMakeLists.txt add back -Wundef for g++, also correct clang warnings and add -Wunused-macros warning. 2012-09-20 09:19:49 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile fix for error in recent commit (made function static that shouldn't have been), add extra gcc warnings to cmake. 2012-09-16 01:35:00 +00:00
SConstruct Enable OpenColorIO for MinGW64 build targets 2012-09-16 18:05:32 +00:00