Blender Git Loki
Git Commits -> Revision b07d866
Revision b07d866 by Sergey Sharybin (master) September 6, 2018, 09:26 (GMT) |
Compositor: Always use AA on masks In a real world it is very weird to disable AA on a mask, it will give ugly looking result. For some fast preview passes (like in the node preview) the system can decide to disable AA without asking user to do anything. One thing we can consider doing is to remove Feather option as well. If real compo becomes measurably slower in cases when mask has no real feather, we can disable feather internally, without user input. Disabling feather in the interface is like making things faster but giving a wrong result, which doesn't sound that helpful either. Reviewers: brecht Reviewed By: brecht Subscribers: hype, sebastian_k Differential Revision: https://developer.blender.org/D3677 |
Commit Details:
Full Hash: b07d866cf6d206d2e8012e1286c3c205eba0f24e
Parent Commit: f5daa58
Lines Changed: +3, -12
6 Modified Paths:
/source/blender/compositor/nodes/COM_MaskNode.cpp (+0, -1) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.h (+0, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+0, -5) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.h (+0, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+0, -5) (Diff)