Blender Git Commit Log
Git Commits -> Revision 79e51d9
Revision 79e51d9 by Campbell Barton (master) December 17, 2019, 02:03 (GMT) |
Cleanup: replace verbose checks with read-only attributes These attributes checked for any baked / baking since this is a common test that was performed in layout code. Also follow our naming convention - using an 'is_/has_' prefix in this case since "cache_baked_data" reads as if it's used to access the baked data. |
Commit Details:
Full Hash: 79e51d9e5fba95fc9569e75412b27b08bef7a7d5
Parent Commit: a977cb0
Lines Changed: +117, -96