Files
test/source/blender/makesdna
Julian Eisel fc77787f6f 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.
2016-10-07 03:56:32 +02:00
..
2016-08-06 10:58:13 +02:00
2016-07-21 07:17:43 +10:00
2016-08-06 10:58:13 +02:00
2015-03-19 15:18:14 +01:00
2016-08-10 15:06:40 +02:00
2015-11-12 18:54:26 +11:00