Blender Git Commits

Blender Git commits from all branches.

Page: 1896 / 2888

November 22, 2016, 03:11 (GMT)
Cycles Denoiser: Store debug info in one exr per tile instead of many pfms
November 22, 2016, 03:11 (GMT)
Cycles Denoising: Fix pass handling with MSVC
November 22, 2016, 03:11 (GMT)
Cycles: Move code to new and nicer file layout
November 22, 2016, 03:11 (GMT)
Cycles: Remove old WLR filter
November 22, 2016, 03:11 (GMT)
Cycles: Get rid of one loop over all denoised pixels by using backsubstitution instead of explicit inversion
November 22, 2016, 03:11 (GMT)
Cycles: Move the final_pass functions to a unified implementation and generally shuffle a lot of code around
November 22, 2016, 03:10 (GMT)
Cycles: Improve robustness of the Cholesky decomposition
November 22, 2016, 01:44 (GMT)
Cycles: Implement Cross-Denoising

Right now this is pretty bad, but it can be made much better.
November 21, 2016, 19:10 (GMT)
Layers - initial commit

This is mostly DNA + doversion and some util functions.
I need to look at the layer-manager branch to see how
Julian Eisel (Severin) managed to handle nested lists
(required for collections).

Also, since I think doversioning may get more complex as the project
evolves, I started the vesioning_280.c file.

And the changes in readfile.c were so that I could include into the
versioning_280.c file only the DNA_* that were really needed.

(if someone feels like doing a cleanup, I'm sure the other
versioning_*.c files could use the same treatment)
November 20, 2016, 18:32 (GMT)
Merge branch 'master' into HMD_viewport

Conflicts:
source/blender/makesrna/intern/rna_userdef.c
November 20, 2016, 18:17 (GMT)
Cycles: Remove unneeded lines in constructor

Since these were added to `device_memory` we don't need them in
`device_vector` as well.
November 20, 2016, 18:16 (GMT)
Cycles: Minor style change
November 20, 2016, 18:12 (GMT)
Cycles: Remove uses of nullptr

We're avoiding C++11 language features for now.
November 20, 2016, 18:07 (GMT)
Cycles: Simpler use of sizeof

Less likely to make mistakes later if something here needs to change.
November 20, 2016, 18:05 (GMT)
Cycles: Add comment to explain disabled code
November 20, 2016, 17:53 (GMT)
Merge branch 'master' into cycles_split_kernel
November 20, 2016, 17:39 (GMT)
Cycles: Simplify and make atomics more clear

Somehow I missed the other versions of the atomic functions in
`atomic_ops.h`. This is just to switch to those to make the code
more clear.
November 20, 2016, 15:35 (GMT)
bugfix / performance fix and new option "constrained collison"

bugfix: switching from kinematic to simulated should work now, performance improvements with dynamic fracture,
new option just exposes the disable collision flag to FM (works inverted here, enable it to let constrained objects collide, disable for default behavior)
November 19, 2016, 23:11 (GMT)
Add a dropdown to support multiple lens-distortion shaders
November 19, 2016, 20:09 (GMT)
Merge branch 'master' into HMD_viewport

Conflicts:
source/blender/blenloader/intern/versioning_270.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021