Blender Git Loki
Git Commits -> Revision 57eb853
Revision 57eb853 by Bastien Montagne (master) April 29, 2016, 15:37 (GMT) |
Fix crash (segfault) in node editor. In some cases, we can have nodegroups without attached nodetree, this case is checked in top `node_group_has_output()` entry point, but not in recursive `node_group_has_output_dfs()`. Issue appeared after rB42824f4403db3a35, presumably because check on node flag itself was skipping that case, which is no more possible when using ID tags. Reported by sebastian_k over IRC, thanks. |
Commit Details:
Full Hash: 57eb8539fc5cab771828143dbfd100013b18db6e
Parent Commit: 467e125
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_node/node_relationships.c (+1, -1) (Diff)