Blender Git Commit Log

Git Commits -> Revision 82e0127

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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021