Blender Git Loki
Git Commits -> Revision 82e0127
Revision 82e0127 by Bastien Montagne (blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 26, 2017, 10:15 (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: 82e01270651823d9784f627682c2bb544bd10360
Parent Commit: bfd2090
Committed By: Sergey Sharybin
Lines Changed: +14, -0
1 Modified Path:
/intern/cycles/blender/addon/__init__.py (+14, -0) (Diff)