Blender Git Loki
Git Commits -> Revision f269fbd
Revision f269fbd by Bastien Montagne (master) February 10, 2021, 16:10 (GMT) |
LibOverride: Refactor: Switch more code to using Main.relations. This potentially could fix some missed cases in dependency tagging (when dealing with overrides hierarchies), since relying on tag in ID itself is not a good idea to check whether an ID has been propcessed or not (exterior code may have forced that tag on some IDs e.g., which would prevent them from ever being processed properly). |
Commit Details:
Full Hash: f269fbd64a5a0cb7cab894284b37334888e72aaf
Parent Commit: b5536c9
Lines Changed: +91, -12