September 20, 2019, 04:56 (GMT) |
September 20, 2019, 04:50 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-cleanup |
September 20, 2019, 04:11 (GMT) |
Fix T69797: Shear gizmo doesn't update on pivot point change |
September 20, 2019, 02:49 (GMT) |
Fix T67174: Weight paint gradient has empty redo panel |
September 20, 2019, 02:09 (GMT) |
September 20, 2019, 00:23 (GMT) |
Fix T69999: Active element pivot crashes without active object |
September 20, 2019, 00:23 (GMT) |
Cleanup: shadow warning |
September 19, 2019, 20:35 (GMT) |
Fix Preferences opens file browser in wrong window Steps to reproduce were: * Open Preferences in a new window (Edit -> Preferences) * Set file browsers to open fullscreen (Interface->Editors->Temporary Windows) * Open a file browser in the Preferences (e.g. Add-ons -> Install) The file browser would be opened in the parent window, rather than the preferences. |
September 19, 2019, 20:25 (GMT) |
Fix T69855: 3DView glitches involving depth buffer The problem is that `DST.vmempool->passes` was not cleared, so passes previously created in another drw function were being reused. |
September 19, 2019, 20:25 (GMT) |
DRW: Deduplicate drw_draw_depth_loop functions |
September 19, 2019, 18:51 (GMT) |
Merge branch 'master' into asset-engine Conflicts: source/blender/blenloader/intern/writefile.c source/blender/windowmanager/WM_api.h source/blender/windowmanager/intern/wm_files_link.c |
September 19, 2019, 18:21 (GMT) |
Fix T70048: Assert when cancelling Append window If the file browser was opened from an existing file browser editor (using File -> Append would make the mouse hover the file browser in the Shading workspace), we need special handling for closing the fullscreen area. This change brings back the old way of handling fullscreen closing. |
September 19, 2019, 17:52 (GMT) |
UI: Consistent Tooltip for Add Torus Operator Changes "Add" to "Construct" to be consistent with the other primitive mesh add operations. |
September 19, 2019, 17:43 (GMT) |
Fix T69971 EEVEE: Bump does not work using a UVMap node as input This fixes both the attribute and the uvmap node. Some other nodes are not supported but I think it makes little sense. |
September 19, 2019, 16:40 (GMT) |
UI: layout support for fixed size buttons, and use for file browser open/cancel Not exposed to Python API yet, this should get more detailed testing with different layouts before that happens. Ref T69652 |
September 19, 2019, 16:03 (GMT) |
Fix T70074: Missing file execute region in some files (crashes) I'm not sure how a .blend file could get into this state, but apparently for some files saved with versions of Blender after the file browser changes, the execute region would not have been created. File browser code assumes this region to be there however. Luckily I found a file with which I could recreate the issue. My guess is that the error only happens with files that were stored before certain versioning fixes were done after the file browser redesign. To fix this, we just let the versioning code for the execute region run even with newest files. We can run this safely, it only acts if the execute region actually doesn't exist. |
September 19, 2019, 15:36 (GMT) |
Fix T70021: Alembic incomplete crease import Creases are stored by the vertex indices of the edges. Sometimes they were stored with (v1, v2) when the edge itself was stored with (v2, v1). We now search for both orientations. Sorting the vertex indices before searching avoids the second search altogether when loading the example file of T70021. |
September 19, 2019, 15:31 (GMT) |
Fix T67471: hidden particle emitter occludes in Cycles rendered viewport |
September 19, 2019, 15:31 (GMT) |
Fix T67724: Cycles renders metaballs with wrong texture space |
September 19, 2019, 15:22 (GMT) |
Fix the rest of T68666: Animated mesh UVs, vertex colors don?t update on time change followup to 815ca2310fb4, this one fixes the RNA_MeshLoopColor case, adds RNA_VertexGroupElement and RNA_LatticePoint. coop with @sergey, thx. Fixes T68666 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021