Blender Git Loki
Git Commits -> Revision 416e66c
Revision 416e66c by Brecht Van Lommel (master) December 7, 2019, 19:38 (GMT) |
Fix ShaderNodeCustomGroup.copy method being called too often This is only supposed to happen when copying nodes that are part of the user editable database, not temporary copies for the dependency graph. The LIB_ID_COPY_LOCALIZE test was wrong because it is a combination of multiple bitflags as pointed out by Bastien, and was actually redundant anyway since LIB_ID_CREATE_NO_MAIN is part of it. |
Commit Details:
Full Hash: 416e66c7fe211e7e21d0d4fad987d4219c191f71
Parent Commit: 074c00f
Lines Changed: +6, -4