A module for enabling users to check for add-on updates and install new versions directly from Blender.
GNU General Public License v3.0
247
stars
42
forks
source link
Consider using literal syntax to create the data structure #86
Closed
kents00 closed 1 year ago
Using the literal syntax can give minor performance bumps compared to using function calls to create dict, list and tuple.