Go to file
Bastien Montagne ce8889175a 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).
2017-01-22 12:42:14 +01:00
build_files Fix install_deps.sh failing to build ffmpeg 3. 2016-12-07 17:17:31 +01:00
doc API: Do not show "Created using Sphinx" in the footer 2017-01-19 16:16:04 -05:00
extern Gtest: Fix/workaround MSVC complains about use of struct with alignment 2016-12-15 17:53:57 +01:00
intern Fix T50491: Cycles UI breaks when pushing F8. 2017-01-22 12:42:14 +01:00
release D1873: Customize style for animation motion paths 2017-01-20 16:49:14 +01:00
source Fix T49527: Blender stalls when changing armature ghosting range with stepsize = 0 2017-01-22 02:55:10 +13:00
tests Cycles tests: Rework output messages 2017-01-12 09:47:54 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt Edits to user prefs NDOF UI 2016-12-29 01:09:11 -05:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat Build dir should be set after the sanity checks 2017-01-19 16:00:52 -05:00