Fix T71487: Crashes When Calling Texture Space Operators
Issue introduced on 69ad44d5b4
.
Differential Revision: https://developer.blender.org/D6224
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user