Revision 049932c by Brecht Van Lommel August 21, 2017, 22:41 (GMT) |
Fix panorama render crash with split kernel, due to incorrect buffer pointer. Also some refactoring to clarify variable usage scope. |
Revision 296d74c by Brecht Van Lommel August 21, 2017, 17:05 (GMT) |
Cycles: reorganize Performance panel layout, move viewport BVH type to debug. |
Revision 81a7646 by Brecht Van Lommel August 21, 2017, 17:05 (GMT) |
Fix for recent fix in fc890cd, cstdint is c++11 only so don't use it yet. |
Revision 7e87849 by Campbell Barton August 21, 2017, 16:06 (GMT) |
Cleanup: rename manipulator API functions - WM_manipulatorgrouptype_remove- > free - WM_manipulator_group -> WM_manipulator_group_type Naming here is still a bit confusing, now at least free/remove are differentiated. |
Revision be89b95 by Campbell Barton August 21, 2017, 15:55 (GMT) |
Fix crash re-registering manipulators Duplicating strings caused problems using strings in both struct hash and manipulator group types own hash. |
Revision 37a5fe2 by Sergey Sharybin August 21, 2017, 15:23 (GMT) |
Fix T52479: Regression: Motion Tracking no longer works |
Revision 3e555d3 by Campbell Barton August 21, 2017, 05:41 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 0033f0e by Campbell Barton August 21, 2017, 05:38 (GMT) |
Cleanup: uneven/double indentation |
Revision 592dd9d by Campbell Barton August 21, 2017, 05:24 (GMT) |
Modify menu from last commit Also correct tool-tip. |
Revision 361c7cb by Campbell Barton 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. |
Revision d007828 by Clément Foucault 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). |
Revision 47d1f67 by Brecht Van Lommel 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. |
Revision 41e6068 by Brecht Van Lommel 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. |
Revision 1d1ddd4 by Brecht Van Lommel August 20, 2017, 21:32 (GMT) |
Fix T52470: cycles OpenCL hair rendering not working after recent changes. |
Revision 43a6cf1 by Brecht Van Lommel 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. |
Revision fc890cd by Brecht Van Lommel August 20, 2017, 21:15 (GMT) |
Fix Windows build error after recent Python changes in a10a7f42. |
Revision 1b79d32 by Campbell Barton August 20, 2017, 15:41 (GMT) |
Cleanup: move gawain header out of GPU_matrix Avoids requiring glew headers in Python API. |
Revision ce0fce2 by Brecht Van Lommel August 20, 2017, 15:37 (GMT) |
Code cleanup: deduplicate some bsdf node methods. |
Revision 146b0c6 by Bastien Montagne 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. |
Revision 4f881e0 by Joerg Mueller August 20, 2017, 15:01 (GMT) |
CMake version bump: 3.5 |
|
|
|


Master Commits
MiikaHweb | 2003-2021