Blender Git Commit Log
Git Commits -> Revision 8dd72c4
Revision 8dd72c4 by Campbell Barton (master) July 18, 2011, 05:41 (GMT) |
fix [#28005] Python Add-Ons are constantly reloaded if twice in the path Addons are checked for their timestamps and reloaded when it changes but this failed when, 2 addons had the same name since different times caused 2 reloads on every redraw. Now when duplicate addons are in the path now give a error message in the UI and print path conflict in the console and don't thrash reloading. |
Commit Details:
Full Hash: 8dd72c476e51ee457fdd98625eff7a1afc88f49e
SVN Revision: 38468
Parent Commit: 13e82ff
Lines Changed: +29, -1