Blender Git Commit Log
Git Commits -> Revision cc35ad2
Revision cc35ad2 by Lukas Toenne (master) January 10, 2014, 08:37 (GMT) |
Fix for random crash in localized node group freeing while tweaking group default values. This can happen when using value sliders for node group input values. The localized copies were setting the "interface_type" runtime pointer of the original tree to NULL instead of the new tree (which is created on-the-fly in general). This type is used in RNA update functions however, the original tree DNA should not be modified there. |
Commit Details:
Full Hash: cc35ad2b3d1b9f48f517fd2ed053076251de7bf1
Parent Commit: 18a1e17
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/node.c (+1, -1) (Diff)