Revision 1e1eac9 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 21, 2017, 09:33 (GMT) |
Cleanup: Rename Onion modes |
Revision 92cb02b by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 21, 2017, 09:12 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 7a3cf91 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 21, 2017, 09:09 (GMT) |
New Onion modes Add options to set the range of frames in absolute or relative mode. Reorganized UI panel too. |
Revision 0d4fa23 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, strand_editmode, tmp_hair_curves) August 21, 2017, 05:42 (GMT) |
Use a consistent number of RNG steps in both sample generation and skipping. This is to ensure that threaded generator usage creates the exact same results as the non-threaded base version. Further improvements and testing will be needed. |
August 21, 2017, 05:41 (GMT) |
Merge branch 'master' into blender2.8 |
August 21, 2017, 05:38 (GMT) |
Cleanup: uneven/double indentation |
August 21, 2017, 05:24 (GMT) |
Modify menu from last commit Also correct tool-tip. |
August 21, 2017, 05:19 (GMT) |
Fix T52434: Restore mesh center of mass calculation The new method while improved for solid objects doesn't work for non-manifold meshes, keep both. |
August 20, 2017, 23:39 (GMT) |
Eevee: Offset the for each AA sample. This means we have less overall noise for rendered image. SSR, AO, and Refraction are affected by this change. SSR still exhibit artifacts because the reconstruction pattern needs to change every frame (TODO). |
August 20, 2017, 22:09 (GMT) |
Fix T52473: blender internal Fresnel and Layer Weight only work with linked normal. Please backport this to 2.79. |
August 20, 2017, 21:46 (GMT) |
Revert "Cycles: remove square samples option." This reverts commit 757c24b6bceaeeae95f743b72b6a7040880a0ebf. We'll revisit this when doing deeper sampling changes. |
August 20, 2017, 21:32 (GMT) |
Fix T52470: cycles OpenCL hair rendering not working after recent changes. |
August 20, 2017, 21:18 (GMT) |
Cycles: attempt to recover from crashing CUDA/OpenCL drivers on Windows. I don't know if this will actually work, needs testing. Ref T52064. |
August 20, 2017, 21:15 (GMT) |
Fix Windows build error after recent Python changes in a10a7f42. |
Revision e3b80d6 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, strand_editmode, tmp_hair_curves) August 20, 2017, 17:50 (GMT) |
Multithreading support for the mesh sampling library. Samples can be generated either one-by-one using the existing "make_sample" function (which uses a default context), or use the more efficient batch generation functions. These optionally support threading via the task scheduler now. |
Revision 678b024 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 20, 2017, 16:33 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
August 20, 2017, 16:11 (GMT) |
Made UI changes. Removed binary weighting in average. Changed weight calculation. |
August 20, 2017, 15:41 (GMT) |
Cleanup: move gawain header out of GPU_matrix Avoids requiring glew headers in Python API. |
August 20, 2017, 15:37 (GMT) |
Code cleanup: deduplicate some bsdf node methods. |
August 20, 2017, 15:18 (GMT) |
Fix T52439: Crash after adjusting lenght of hair particles. Regression from rBfed853ea78221, calling this inside thread worker was not really good idea anyway, and we already have all the code we need in pre-threading init function, was just disabled for vertex particles before. To be backported to 2.79. |
|
|
|


Master Commits
MiikaHweb | 2003-2021