Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-02-23 12:39:51 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-02-23 12:39:51 +0300
commit9dd194716b0f43fa02ae6cd32ada556d8d622390 (patch)
tree36582cae7174c19d70df3d316db2aeba98974ad2 /source/blender/modifiers/intern
parent7359cc1060e43bf094d471d5a4bdbd56f672ddbf (diff)
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).
Diffstat (limited to 'source/blender/modifiers/intern')
0 files changed, 0 insertions, 0 deletions