Go to file
Bastien Montagne 968e1b3b10 Fix T41427: Region overlap moves into wrong window.
There was some fuzzyness in `region_overlap_fix()`, using an 'other side' region
as ref to move current one in case their rect would intersect...

New code is a bit more complex, but should handle nicely all situations, mostly
ensuring we only translate an overlap if we find a previous one **on the same side**,
and ensuring we also never have intersecting overlapping regions from different sides
(since this does not work nice at all).
2014-08-15 15:40:53 +02:00
build_files OSX/SCONS/buildbot: last commit made BF_COLLADA_LIB tweak obsolete 2014-08-14 12:19:15 +02:00
doc API Docs: typos 2014-08-06 02:12:52 +10:00
extern Fix T41360: Crash on Boolean Modifier 2014-08-11 20:55:52 +06:00
intern Final Fix T41222 Blender gives weird ouput when baking (4096*4096) resolution on GPU 2014-08-15 11:27:42 +02:00
release Correction to last commit, rna naming 2014-08-15 19:35:14 +10:00
scons@1ec93106c4 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
source Fix T41427: Region overlap moves into wrong window. 2014-08-15 15:40:53 +02:00
tests Run unittest.main() directly 2014-08-11 15:23:00 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Fix linking error on VC 2013: Update lib names for openexr 2014-08-13 09:14:05 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Source Checkers: Include intern/ libs we maintain in spelling checks 2014-07-25 15:17:29 +10:00
SConstruct OSX/Scons: make sure BF_OSL implies BF_LLVM 2014-08-14 12:16:11 +02:00