January 11, 2021, 08:52 (GMT) |
Fix T84459: Wireframe not displaying with AMD GPU Issue appears to be caused by AMD graphics driver later than 20.11.1 and affects older GPUs (Polaris/FIJI cards). Wireframe drawing uses the same OpenGL data type for storing normals what is known to be faulty. This patch enabled storing the normals using GPU_COMP_I16. It also solves the normals drawing in edit mode for vertex and loop normals. |
January 11, 2021, 06:58 (GMT) |
Cleanup: skip accessing sequence strip name/source when hidden |
January 11, 2021, 06:51 (GMT) |
Fix incorrect use of BLI_snprintf in sequencer text concatenation The start of the text was stepped over without subtracting it's length (introduced in fad80a95fd08ec87a37f30f0b94a7061d4e382f2). Replace this logic with BLI_string_join_array to simplify construction. |
January 11, 2021, 06:17 (GMT) |
Fix missing directory separator in image/movie strip identifier |
January 11, 2021, 06:13 (GMT) |
Cleanup: use switch statement for sequence types Also remove duplicate NULL pointer check and replace BLI_snprintf with BLI_strncpy. |
January 11, 2021, 05:33 (GMT) |
Fix T84582: WalkNavigation.mouse_speed ignored with tablet Scale the speed up 4x instead of clamping the value to a minimum of 4. |
January 11, 2021, 05:18 (GMT) |
Fix T84501: Wintab button lag. Multiple Wintab tablets do not send relative button state when configured to do so. This causes button events to be delayed until processed as Win32 button events. This commit fixes the issue by configuring Wintab to use absolute button state and tracking changes manually. |
January 11, 2021, 00:07 (GMT) |
Revert "Fix typo; Documentation; Expose layer for framebuffer attachament; Add framebuffer viewport setter; Remove framebuffer restore; Expose framebuffer push/pop stack API; Remove blend modes; Remove depth_range_set; Implement GPU_face_culling, GPU_front_facing, GPU_point_size, GPU_line_width, GPU_viewport, GPU_color_mask and GPU_depth_mask" This reverts commit 9db3d1951da15254efbbcf028176facb78118ec1. This was an accidental commit of the patch D8826 |
January 10, 2021, 23:58 (GMT) |
Transform: In the Header, show translation value in local space only with constraint This partially reverts commit ad15e764dd92. The local value is only useful with constraint. |
January 10, 2021, 23:30 (GMT) |
Transform: In the Header, show the translation value in local space Showing value in the global space was an unintentional change. |
January 10, 2021, 23:24 (GMT) |
Fix Increment Snapping Without Constraints in Non-Axis-Aligned Views The incremental snap was always operating in the local space, which in most cases is the VIEW type orientation. Use only local space when the operation is affected by constraint. Differential Revision: https://developer.blender.org/D10052 |
January 10, 2021, 22:01 (GMT) |
Fix typo; Documentation; Expose layer for framebuffer attachament; Add framebuffer viewport setter; Remove framebuffer restore; Expose framebuffer push/pop stack API; Remove blend modes; Remove depth_range_set; Implement GPU_face_culling, GPU_front_facing, GPU_point_size, GPU_line_width, GPU_viewport, GPU_color_mask and GPU_depth_mask |
January 10, 2021, 20:28 (GMT) |
Move some functions to idprop.c |
January 10, 2021, 19:58 (GMT) |
Improve function naming |
January 10, 2021, 19:49 (GMT) |
Fix off by one error |
January 10, 2021, 19:47 (GMT) |
Merge branch 'master' into refactor-idprop-ui-data |
January 10, 2021, 19:24 (GMT) |
UI: Improve node group input / output list interface This commit replaces the two-column list for editing node group inputs and outputs with a cleaner solution with two panels. The new layout has several benefits: - It uses the vertical space in the node editor sidebar better. - It should be more familiar because of similarity with other UI lists. - It should look better with consistent alignment and icons. Note that displaying the "Name" property outside of the list itself is a bit inconsistent and could possibly be removed in the future. Differential Revision: https://developer.blender.org/D9683 |
January 10, 2021, 18:16 (GMT) |
Fix T83777: Crash when enabling guides Also adjusted adjusted guiding UI parameters so that guiding will not get invalidated when changing domain values. |
January 10, 2021, 18:16 (GMT) |
Fluid: Fix cache saving issue with OpenVDB IO Fixes issue where files would not be written when 'resumable' option was checked. |
January 10, 2021, 16:37 (GMT) |
Fix T84529: Crash with strip using deleted scene If scene strip has no scene assigned, leave source string empty. Same goes for all other strips, that use ID datablocks. Reviewed By: ISS Differential Revision: https://developer.blender.org/D10058 |
|
|
|


Master Commits
MiikaHweb | 2003-2021