Blender Git Loki
Git Commits -> Revision 21a7433
Revision 21a7433 by Sergey Sharybin (master) August 28, 2014, 12:59 (GMT) |
Fix T41473: Cycles volume rendering is too dark The issue was caused by the changed defaults from the Cycles side. Because of those properties being saved as an IDProp and not being saved to the file, every change to the defaults would ruin someone's day updating the values. Added a bpy.app.handler.version_update which is run after the regular do_versions() are done and could be sued by the scripts to apply versioning code on their settings. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D761 |
Commit Details:
Full Hash: 21a7433faafed266b48601d44d6aaf80ea66450b
Parent Commit: e39a496
Lines Changed: +45, -1
1 Added Path:
/intern/cycles/blender/addon/version_update.py (+35, -0) (View)
5 Modified Paths:
/intern/cycles/blender/addon/__init__.py (+5, -1) (Diff)
/source/blender/blenlib/BLI_callbacks.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_callbacks.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -0) (Diff)