Revision 6dc7cef by Campbell Barton September 20, 2019, 00:23 (GMT) |
Fix T69999: Active element pivot crashes without active object |
Revision 5356577 by Campbell Barton September 20, 2019, 00:23 (GMT) |
Cleanup: shadow warning |
Revision c8df6f2 by Julian Eisel 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. |
Revision 27642f2 by Germano Cavalcante 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. |
Revision b11272a by Germano Cavalcante September 19, 2019, 20:25 (GMT) |
DRW: Deduplicate drw_draw_depth_loop functions |
Revision 4a5af65 by Julian Eisel 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. |
Revision 3791d7a by Hans Goudey 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. |
Revision f4f190a by Clément Foucault 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. |
Revision 5e2f0ad by Brecht Van Lommel 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 |
Revision ee12af9 by Julian Eisel 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. |
Revision 5883b6f by Sybren A. Stüvel 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. |
Revision c1612ca by Brecht Van Lommel September 19, 2019, 15:31 (GMT) |
Fix T67471: hidden particle emitter occludes in Cycles rendered viewport |
Revision ee44f8a by Brecht Van Lommel September 19, 2019, 15:31 (GMT) |
Fix T67724: Cycles renders metaballs with wrong texture space |
Revision 08b0c08 by Philipp Oeser 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 |
Revision 2480c92 by Nathan Craddock September 19, 2019, 15:14 (GMT) |
Fix T69610: Outliner doesn't update for text new and unlink Redraw the outliner when text data-blocks are created and unlinked. This also fixes a crash when unlinking. |
Revision fb09d22 by Sybren A. Stüvel September 19, 2019, 15:10 (GMT) |
Revision b5702d9 by Sybren A. Stüvel September 19, 2019, 14:59 (GMT) |
Fix T55403: Alembic: export of animated child hairs The parent hairs were written to Alembic even when the 'Parent Particles' checkbox (`use_parent_particles`) was disabled. In this case the parent hairs were not correct in Blender's memory, and thus also not correct in the exported Alembic file. The Alembic exporter now respects this setting and doesn't write the parent hairs when 'Parent Particles' is off. |
Revision 931d280 by Sergey Sharybin September 19, 2019, 14:55 (GMT) |
Fix buffer overflow using bbone segment interpolation Do proper segment clamping to a proper value. Thanks Brecht for pair-coding! |
Revision 1bf0384 by Antonio Vazquez September 19, 2019, 14:38 (GMT) |
Fix T70077: GPenci Controls points are not displayed in right location The problem was the unit matrix was not set in the uniform variable. |
Revision d0c772f by Germano Cavalcante September 19, 2019, 14:18 (GMT) |
Fix T69853: Object orientation is wrong with some AMD deprecated drivers. This solution only reuses the performance workaround made for Intel. But the original problem was not solved. Not much we can do to solve it. |
|
|
|


Master Commits
MiikaHweb | 2003-2021