March 12, 2020, 08:27 (GMT) |
Fix T74392: HDRI preview spheres appear in render passes and reflections Do not render HDRI Previews when a renderpass is active Reviewed By: fclem Differential Revision: https://developer.blender.org/D7005 |
March 12, 2020, 08:17 (GMT) |
Fix move-3D gizmo in use 2D spaces This fixes node corner-pin and sun-beam gizmo's cursor offsets. |
March 12, 2020, 05:18 (GMT) |
Cleanup: text view API - Use typed enum for line_data callback. - Pass in 'const' arguments where possible. - Use 'r_' prefix for return arguments. - Remove unused return value from line_get callback. - Remove redundant casts. |
March 12, 2020, 05:06 (GMT) |
Move 2.82a from beta to release |
March 12, 2020, 04:48 (GMT) |
Ocean: add new spectra modes to the ocean modifier This extends the ocean modifier to add new spectra (Pierson-Moskowitz, Jonswap, TMA). These models are very different to the Phillips spectrum. They are intended for more established, large area, oceans and/or shallow water situations. |
March 12, 2020, 01:34 (GMT) |
Cleanup: spelling, clang-format |
March 12, 2020, 01:13 (GMT) |
Cleanup: use term suppress instead of repress Also check MSVC instead of WIN32, for setting MSVC flags. |
March 12, 2020, 00:33 (GMT) |
EEVEE: Bump minimum probe level to make rough reflection more precise |
March 11, 2020, 23:43 (GMT) |
EEVEE: Hair: Fix wrong color when using color attribute without actual data |
March 11, 2020, 21:17 (GMT) |
Refactor RegionView3D runtime lock flag handling |
March 11, 2020, 20:11 (GMT) |
Windows: Clean-up warnings originating from bullet Bullet currently generates the majority of the warnings on windows all of them are silly. This patch disables all warns from bullet for now. We should revisit this if/when we update bullet to a newer version. Reviewed By: sergey brecht Differential Revision: https://developer.blender.org/D7118 |
March 11, 2020, 20:07 (GMT) |
Windows: Cleanup warning about non returning dtor `google::LogMessageFatal::~LogMessageFatal` calls `abort` which MSVC correctly identifies as 'not returning' and warns about a potential memory leak. Given this is intended behaviour and glog is not overly concerned with shutting down the process nicely, we can safely ignore this warning. |
March 11, 2020, 19:59 (GMT) |
Cleanup: Rename zoom/dolly lock flag |
March 11, 2020, 19:54 (GMT) |
Don't return uninitialized values when early-exiting |
March 11, 2020, 19:48 (GMT) |
Keep VR view grid aligned, even if there's no camera |
March 11, 2020, 19:45 (GMT) |
Fix T73626: crash scrubbing timeline with Cycles viewport and smoke/fire |
March 11, 2020, 19:45 (GMT) |
Cleanup: refactor image loading to use abstract ImageLoader base class Rather than passing around void pointers, various Blender image sources now subclass this. OIIO is also just another type of image loader. Also fixes T67718: Cycles viewport render crash editing point density settings |
March 11, 2020, 19:40 (GMT) |
Fix uninitialized variables when WITH_XR_OPENXR is disabled |
March 11, 2020, 19:36 (GMT) |
Merge branch 'soc-2019-openxr' into vr_scene_inspection |
March 11, 2020, 19:35 (GMT) |
Cleanup: add ImageHandle to centralize image ownership logic |
|
|
|


Master Commits
MiikaHweb | 2003-2021