Go to file
Sergey Sharybin 5f49bab8ba Fix eternal compo refresh when having image editor with mask opened
This was a regression since 55719 and the reason is:

- image_refresh() will tag combo for re-calc when editing mask.
  This is a feature, so you could have immediate feedback on masking
  and compositing while editing mask. This is done from image_refresh().

- Color management sends NC_WINDOW notifier, so the whole window is
  updated when changing color management settings. Image editor used
  to refresh space when this notifier is sent.

  The same notifier is sent by compositor job to redraw all possible
  viewers.

Simple fix: don't refresh image space for NC_WINDOW, there's nothing
in image_refresh() which we would want to happen on NC_WINDOW event.
2013-04-05 17:27:25 +00:00
build_files More fixes for install_deps.sh under ubuntu 10.04: git package is called "git-core", and 'apt-cache policy' returns a different result than newer versions when no package is found, changed the "available deb package" test to use "apt-cache show" instead. 2013-04-05 13:34:32 +00:00
doc Fix #34863: bge.render.makeScreenshot from Blender was only saving PNG files, 2013-04-04 14:00:31 +00:00
extern Update libmv to current upstream version 2013-04-05 09:23:20 +00:00
intern Code cleanup / Cycles / Object Attributes: 2013-04-05 17:03:59 +00:00
release Stencil dimension control: 2013-04-05 13:00:16 +00:00
source Fix eternal compo refresh when having image editor with mask opened 2013-04-05 17:27:25 +00:00
CMakeLists.txt Fix compilation on MinGW(64/32) 2013-04-02 13:07:01 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
SConstruct Attempt to fix windows building with scons 2013-03-22 08:53:11 +00:00