blender/source
Bastien Montagne 9dd194716b Fix T50736: Zero streaks in Glare node.
Please never, ever use same DNA var for two different things. Even worse
if they do not have same type and ranges!

This is only ensuring issues (as described in report, but also if
animating both RNA props using same DNA var... yuck).

And we were not even saving any byte in DNA, could reuse some padding
there to store the two new needed vars (yes, two, since we cannot re-use
existing one if we want to keep backward *and* forward compatibility).
2017-02-23 10:39:51 +01:00
..
blender Fix T50736: Zero streaks in Glare node. 2017-02-23 10:39:51 +01:00
blenderplayer Fix T49860: Copying vgroups between objects sharing the same obdata was not possible. 2017-02-03 15:47:44 +01:00
creator Fix Cycles still saving render output when error happened 2017-02-22 13:06:24 +01:00
gameengine BGE: Fix T50098: Crash when useding ImageMirror 2016-12-14 20:07:51 +01:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt