Camera tracking integration

===========================

Fixed bug with invalid colors for space clip when startup.blend
is created in 2.58 release build.
This commit is contained in:
Sergey Sharybin
2011-06-22 16:28:41 +00:00
parent d30504ce73
commit c710c2ccba

View File

@@ -1576,7 +1576,7 @@ void init_userdef_do_versions(void)
U.autokey_flag &= ~AUTOKEY_FLAG_ONLYKEYINGSET;
}
if (bmain->versionfile <= 257) {
{
bTheme *btheme;
for(btheme= U.themes.first; btheme; btheme= btheme->next) {
if(btheme->tv3d.bundle_solid[3] == 0) {