Blender Git Statistics -> Branches -> cycles_tricks
"Cycles_tricks" branch
Total commits : 3
Total committers : 1
First Commit : June 12, 2015
Latest Commit : June 12, 2015
Commits by Date
Date | Number of Commits | |
---|---|---|
June 12, 2015 | 3 |
Committers
Author | Number of Commits |
---|---|
Sergey Sharybin | 3 |
Popular Files
Filename | Total Edits |
---|---|
ui.py | 3 |
blender_object.cpp | 2 |
kernel_types.h | 1 |
kernel_path_state.h | 1 |
properties.py | 1 |
object.cpp | 1 |
object.h | 1 |
kernel_path_surface.h | 1 |
blender_util.h | 1 |
Latest commits
June 12, 2015, 13:14 (GMT) |
Cycles: Add an option to make object only use direct light This is a performance trick which could be used for objects which are rather complex (like grass field) but are out of focus or heavily blurred. For such objects it does not make sense to do huge number of ray bounces because this wouldn't give any more details to the result. Objects might become a bit darker with this option enabled (similar to cases when number of bounces is limited on scene level), but this is possible to compensate with material and light settings. Currently only supported by regular path tracing in megakernel. Before making it something more widely supported we'd better see what's the best way to perform such an early ray terminations, how to control them from the UI and stuff like that. This seems to give like up to 10% speedup with 01_03_01_B. But need to double there's no measurable regressions with this feature disabled prior to merge it to gooseberry branch/ |
June 12, 2015, 12:24 (GMT) |
Cycles: Rename Ray Visibility object panel to Cycles Settings This way some performance settings might be added in there as well. |
June 12, 2015, 12:24 (GMT) |
Cycles: Respect duplicator's object motion blur settings The idea is to make it possible to control linked duplicated objects motion blur from the scene file without need to do overrides on the linked object settings. Currently only supported for dupligroup duplication and all now if duplicator object has motion blur disabled then it'll be inherited into all the duplicated objects. There should be no regressions/changes in look of existing files because objects do have motion blur enabled by default. |
MiikaHweb - Blender Git Statistics v1.06