Blender Git Commit Log
Git Commits -> Revision 6f71491
Revision 6f71491 by Lukas Toenne (master) May 9, 2014, 13:02 (GMT) |
Fix T40108: Copying materials leaves a shared Action datablock in nested bNodeTree blocks. This was broken by rB6e99fb0 (own commit). I expected the `do_action` argument to be of no importance in this case due to node trees using material animation, but this is not the case. Anyway, this patch adds back a do_action to the BKE_libblock_copy_nolib function as well to restore the previous behavior. |
Commit Details:
Full Hash: 6f71491d61d5d99954b23b5b240f031055da602e
Parent Commit: 31849ca
Lines Changed: +5, -5