Blender Git Loki
Git Commits -> Revision ce88891
Revision ce88891 by Bastien Montagne (master) January 22, 2017, 11:42 (GMT) |
Fix T50491: Cycles UI breaks when pushing F8. Cycles add-on did not actually support reloading correctly. When you want to correctly reload sub-modules (i.e. modules of an add-on which is a package), you need to use importlib, a mere import will do nothing with already loaded modules (RNA classes are sort of pre-registered when they are evaluated, through the meta-class system). |
Commit Details:
Full Hash: ce8889175a553967583a1152e71b4390a240a112
Parent Commit: d2382f7
Lines Changed: +14, -0
1 Modified Path:
/intern/cycles/blender/addon/__init__.py (+14, -0) (Diff)