Blender Git Loki
Git Commits -> Revision bdeb0c3
Revision bdeb0c3 by Bastien Montagne (modifier-panels-ui) April 16, 2020, 19:29 (GMT) |
Fix T75680: Nodegroup user count increased when file saved in edit group mode. This editor's code was a bit schizophrenic, some parts considering its nodetree usages as real refcounted ones, others, as shallow 'user one' ones... Editors should not be real ID users anyway, unless there are *very* good reasons for it, so swich it to fully 'shallow' usage now. |
Commit Details:
Full Hash: bdeb0c310b66fd837d3fbbd648febd6d39420eeb
Parent Commit: 6b44e0e
Committed By: Julian Eisel
Lines Changed: +6, -6