Correct error in last commit
This commit is contained in:
@@ -2729,7 +2729,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
|
||||
}
|
||||
|
||||
for (Material *mat = bmain->mat.first; mat; mat = mat->id.next) {
|
||||
mat->blend_flag &= (
|
||||
mat->blend_flag &= ~(
|
||||
MA_BL_FLAG_DEPRECATED_2);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -450,10 +450,10 @@ void BLO_version_defaults_userpref_blend(Main *bmain, UserDef *userdef)
|
||||
|
||||
copy_v4_fl4(userdef->light_ambient, 0.025000, 0.025000, 0.025000, 1.000000);
|
||||
|
||||
userdef->flag &= (
|
||||
userdef->flag &= ~(
|
||||
USER_FLAG_DEPRECATED_4);
|
||||
|
||||
userdef->uiflag &= (
|
||||
userdef->uiflag &= ~(
|
||||
USER_UIFLAG_DEPRECATED_8 |
|
||||
USER_UIFLAG_DEPRECATED_12 |
|
||||
USER_UIFLAG_DEPRECATED_22);
|
||||
|
||||
Reference in New Issue
Block a user