Blender Git Loki
Git Commits -> Revision de80c39
Revision de80c39 by Sergey Sharybin (cycles-x) July 9, 2021, 08:58 (GMT) |
Cycles X: Cache result of scene's has shadow catcher test The scene is tagged for an update of the flag from object's update tag. Currently not following the typical nodes update because of couple of reasons: - Scene is not a node, and object manager does not store any state at this time. - The access to the flag could happen before scene device update. |
Commit Details:
Full Hash: de80c39db23e1afea8d8433b1185975c7b6785f3
Parent Commit: 02d5d55
Lines Changed: +26, -9