Blender Git Commit Log
Git Commits  -> Revision d66ed7d
		
			
			
		
Revision d66ed7d by Bastien Montagne (master) March 29, 2019, 13:57 (GMT)  | 
Fix T63042: Grease pencil and armature will sometimes copy successfully because of the put in Collection order, sometimes fail. Remove remapping to new IDs from `BKE_object_duplicate()` itself, doing it here will break later remapping done after all desired objects have been duplicated, preventing complete remap of ID pointers used in obdata and other sub-data of duplicated objects. Checked, the only two usages of this function were already doing separated later step for this anyway.  | 
Commit Details:
Full Hash: d66ed7d5408c93eff4ed3fc2bd6fd172b0f76889
Parent Commit: d9829ef
Lines Changed:  +1,  -2
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+1, -2) (Diff)


 Master Commits
MiikaHweb | 2003-2021