Blender Git Commit Log
Git Commits -> Revision b39e9bf
Revision b39e9bf by Clément Foucault (modifier-panels-ui) April 16, 2020, 19:28 (GMT) |
Fix T75443 Color Management: Use after free crash when using curve mapping The root cause is that viewport can draw cached version of themself but the scene can have been updated and the pointed curvemapping could have been freed. To workaround this we just keep a copy of the curvemap at the viewport level. |
Commit Details:
Full Hash: b39e9bfca0c23f5bbf50a711eb993716a79b0c60
Parent Commit: 7a9aa8a
Committed By: Julian Eisel
Lines Changed: +41, -2