Blender Git Commit Log
Git Commits -> Revision 0d8f141
Revision 0d8f141 by Julian Eisel (master) November 3, 2021, 13:23 (GMT) |
Fix access to current preferences when version patching read preferences The version patch for 0cf9794c7ef0 was checking and setting a data name using the macros for translation. These would access the current preferences which can mismatch the ones currently being version patched. See discussion in 0cf9794c7ef0 for details. Don't handle translation in this version patch, which is more of a "nice-to-have" version patch, no functionality depends on it. |
Commit Details:
Full Hash: 0d8f1414a21a9c7a3498fd65ce5cd02673582eed
Parent Commit: f81190f
Lines Changed: +9, -5