[Bf-blender-cvs] [c307b13be1c] hair_guides_grooming: Merge branch 'hair_guides' into hair_guides_grooming

Lukas Tönne noreply at git.blender.org
Tue Jun 19 08:21:07 CEST 2018


Commit: c307b13be1c0f9bbf53fe80db28af1a30a821a68
Author: Lukas Tönne
Date:   Tue Jun 19 07:08:19 2018 +0100
Branches: hair_guides_grooming
https://developer.blender.org/rBc307b13be1c0f9bbf53fe80db28af1a30a821a68

Merge branch 'hair_guides' into hair_guides_grooming

===================================================================



===================================================================

diff --cc source/blender/blenloader/intern/readfile.c
index 0690aa33c16,0b36af0ee3d..bd52f7710a4
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@@ -8547,14 -8486,11 +8542,14 @@@ static BHead *read_libblock(FileData *f
  		case ID_WS:
  			direct_link_workspace(fd, (WorkSpace *)id, main);
  			break;
 +		case ID_GM:
 +			direct_link_groom(fd, (Groom *)id);
 +			break;
  	}
- 	
+ 
  	oldnewmap_free_unused(fd->datamap);
  	oldnewmap_clear(fd->datamap);
- 	
+ 
  	if (wrong_id) {
  		BKE_libblock_free(main, id);
  	}



More information about the Bf-blender-cvs mailing list