Blender Git Loki
Git Commits -> Revision ff9bc90
Revision ff9bc90 by Campbell Barton (master) August 9, 2021, 02:45 (GMT) |
Cleanup: grease pencil app-template versioning - Remove check for screens being None as this would raise an error. - Replace loop over `area.spaces` with `area.spaces.active`. - Loop over grease pencil data directly instead of accessing through the scenes objects. - Split versioning into functions. - Use `update_factory_startup_*` prefix for function names as this isn't versioning existing files. |
Commit Details:
Full Hash: ff9bc901f43668f27ea36e0d156a916aa08e8877
Parent Commit: 3ea6cf7
Lines Changed: +34, -39