Blender Git Loki
Git Commits -> Revision 021c401
Revision 021c401 by Kévin Dietrich (master) November 9, 2020, 13:52 (GMT) |
Cycles: fix Node::tag_modified not setting modified flag's upper bits Previous code was flipping the bits on a 32-bit number and doing a zero extension to cast to 64-bit, so mark the constant as long to begin with. This would also erase previously set bits in this part the flag. |
Commit Details:
Full Hash: 021c40167dea0fae056775f979a6e94c8fcc2a37
Parent Commit: ed75a50
Lines Changed: +2, -2
1 Modified Path:
/intern/cycles/graph/node.cpp (+2, -2) (Diff)