Blender Git Loki
Git Commits -> Revision 9cccbbe
Revision 9cccbbe by Jacques Lucke (master) February 15, 2021, 18:29 (GMT) |
Fix T84624: node group data-block has phantom user This is because the node editor added a "real user" to the node group that it displays. It was mainly added as a hack to solve issues with custom tree types (T36024). Since we can store id references in custom properties now, this "real user" is not really necessary anymore. Given that we are close to a release, I'll only disable line for geometry nodes, for which the bug has been reported. Discussed this solution with Hans Goudey. |
Commit Details:
Full Hash: 9cccbbebaa3f03aa5137bd54f991f2cd824a3977
Parent Commit: 7c86438
Lines Changed: +6, -1
1 Modified Path:
/source/blender/editors/space_node/space_node.c (+6, -1) (Diff)