Blender Git Loki
Git Commits -> Revision f993802
Revision f993802 by Sybren A. Stüvel (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (GMT) |
Library loading: Fix access of out-of-scope memory in py context manager The `__enter__` function of the `bpy.data.libraries.load` context manager was storing a pointer to a stack-allocated variable, which was subsequently used in the `__exit__` function, causing a crash. This is now fixed. Thanks @Severin for the patch. |
Commit Details:
Full Hash: f99380245610bfaf7a23835bf337bd54f15522ae
Parent Commit: 8225cca
Committed By: Fabian Schempp
Lines Changed: +4, -1
1 Modified Path:
/source/blender/python/intern/bpy_library_load.c (+4, -1) (Diff)