Blender Git Commit Log

Git Commits -> Revision ff9f799

Revision ff9f799 by Lukas Toenne (master)
October 1, 2013, 09:29 (GMT)
Yet another fix for node groups localization: The ntreeLocalMerge function can not be used to free localized node groups, because it is not commonly called to free the localized node trees. Instead these
data blocks are freed using the standard ntreeFreeTree function, so freeing localized node groups has to be done there. This means an ugly loop over G.main to detect localized groups, but should not be a
big problem in practice.

Commit Details:

Full Hash: ff9f799d8b7f2141f09d87d8c494229f3a378911
SVN Revision: 60475
Parent Commit: 3073a5b
Lines Changed: +28, -17

1 Modified Path:

/source/blender/blenkernel/intern/node.c (+28, -17) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021