svn merge ^/trunk/blender -r41998:42009
This commit is contained in:
@@ -4808,6 +4808,9 @@ static void lib_link_scene(FileData *fd, Main *main)
|
||||
/*Game Settings: Dome Warp Text*/
|
||||
sce->gm.dome.warptext= newlibadr(fd, sce->id.lib, sce->gm.dome.warptext);
|
||||
|
||||
/* Motion Tracking */
|
||||
sce->clip= newlibadr_us(fd, sce->id.lib, sce->clip);
|
||||
|
||||
sce->id.flag -= LIB_NEEDLINK;
|
||||
}
|
||||
|
||||
@@ -5011,8 +5014,6 @@ static void direct_link_scene(FileData *fd, Scene *sce)
|
||||
sce->nodetree= newdataadr(fd, sce->nodetree);
|
||||
if(sce->nodetree)
|
||||
direct_link_nodetree(fd, sce->nodetree);
|
||||
|
||||
sce->clip= newlibadr_us(fd, sce->id.lib, sce->clip);
|
||||
}
|
||||
|
||||
/* ************ READ WM ***************** */
|
||||
|
||||
Reference in New Issue
Block a user