Merge remote-tracking branch 'origin/blender-v2.81-release'

This commit is contained in:
Dalai Felinto 2019-11-11 12:20:36 -03:00
commit fc79d27951
Notes: blender-bot 2023-02-14 02:22:13 +01:00
Referenced by issue #71452, When you delete an instance, the collection disappears
1 changed files with 0 additions and 3 deletions

View File

@ -939,10 +939,7 @@ void createTransTexspace(TransInfo *t)
*texflag &= ~ME_AUTOSPACE;
}
zero_v3(td->ext->rot);
copy_v3_v3(td->iloc, td->loc);
copy_v3_v3(td->ext->irot, td->ext->rot);
copy_v3_v3(td->ext->isize, td->ext->size);
}