Fix crash on edit mode with multi-align project

This commit is contained in:
Antonis Ryakiotakis 2014-08-08 19:35:09 +02:00
parent 31d2ac14ae
commit ee8dafe462
Notes: blender-bot 2023-03-24 17:05:22 +01:00
Referenced by issue #41405, FBX export issue with 2.71.3 Hash: ee8dafe
Referenced by issue #41380, Importing multiple images into VSE at one time fails, only first image selected imports
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ void applyProject(TransInfo *t)
add_v3_v3(td->loc, tvec);
if (t->tsnap.align) {
if (t->tsnap.align && (t->flag & T_OBJECT)) {
/* handle alignment as well */
const float *original_normal;
float axis[3];