Blender Git Commit Log

Git Commits -> Revision 254daf8

Revision 254daf8 by Julian Eisel (master)
October 23, 2017, 22:38 (GMT)
Fix T53141: Assert when using transformation in new 3D View editor

Was actually possible to invoke this assert failure in two ways:
* Transforming in newly created 3D View (like described in the report).
* Transforming in newly appended workspace from default workspaces.blend. Issue was that default workspaces.blend was saved in 2.8.1, but in a branch state that didn't include the transform-orientation changes. So versioning code wouldn't run when needed.

Note that files saved with this bug will still cause the assert to
fail. Can be ignored then.

This is not related to manipulators (as suggested in the report).

Commit Details:

Full Hash: 254daf8f8c276a4e5292e5a12fcfa88296131878
Parent Commit: 23a5726
Lines Changed: +3, -2

2 Modified Paths:

/source/blender/blenloader/intern/versioning_280.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021