Blender Git Loki

Git Commits -> Revision fc77787

Revision fc77787 by Julian Eisel (master)
October 7, 2016, 01:56 (GMT)
Avoid possible compatibility issues with tmp viewport flags

We can't prevent users from using this branch, so I'd say it's reasonable to be a bit careful about what we store to files. In this concrete case we were storing a bit-flag for temporary use (only during early viewport transition) in a bit-field that's saved in files. Doing so would mean we either can't reuse this bit later or we risk breaking files (admittedly, likely in a pretty minor way). Moved the bit-flag to a new bit-field which can be removed later.

Commit Details:

Full Hash: fc77787f6f51fdb7067806d664d508ea18528aae
Parent Commit: 49beb71
Lines Changed: +13, -6

3 Modified Paths:

/source/blender/editors/space_view3d/view3d_intern.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+10, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021