Merge branch 'master' into blender2.8

This commit is contained in:
2017-08-28 11:27:50 +02:00
23 changed files with 62 additions and 4 deletions

View File

@@ -1785,6 +1785,8 @@ static void copy_mtex_copybuf(ID *id)
case ID_LS:
mtex = &(((FreestyleLineStyle *)id)->mtex[(int)((FreestyleLineStyle *)id)->texact]);
break;
default:
break;
}
if (mtex && *mtex) {