[Bf-blender-cvs] [c828780ec8f] greasepencil-object: Merge branch 'blender2.8' into greasepencil-object

Antonio Vazquez noreply at git.blender.org
Wed May 24 20:16:17 CEST 2017


Commit: c828780ec8f722f0e799f10e9e55404dcc6d26c0
Author: Antonio Vazquez
Date:   Wed May 24 19:34:18 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBc828780ec8f722f0e799f10e9e55404dcc6d26c0

Merge branch 'blender2.8' into greasepencil-object

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



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

diff --cc source/blender/blenloader/intern/readfile.c
index 759e6629771,fa3a402956f..aeab9013c58
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@@ -241,11 -241,8 +241,10 @@@ typedef struct OldNewMap 
  /* local prototypes */
  static void *read_struct(FileData *fd, BHead *bh, const char *blockname);
  static void direct_link_modifiers(FileData *fd, ListBase *lb);
- static void convert_tface_mt(FileData *fd, Main *main);
  static BHead *find_bhead_from_code_name(FileData *fd, const short idcode, const char *name);
  static BHead *find_bhead_from_idname(FileData *fd, const char *idname);
 +static void direct_link_animdata(FileData *fd, AnimData *adt);
 +static void lib_link_animdata(FileData *fd, ID *id, AnimData *adt);
  
  /* this function ensures that reports are printed,
   * in the case of libraray linking errors this is important!




More information about the Bf-blender-cvs mailing list