Revision a97cc53 by Philipp Oeser November 11, 2019, 16:32 (GMT) |
Fix T71452: instance collection to scene from outliner not incrementing collection usercount Maniphest Tasks: T71452 Differential Revision: https://developer.blender.org/D6222 |
Revision fc79d27 by Dalai Felinto November 11, 2019, 15:20 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.81-release' |
Revision c1af9ef by Dalai Felinto November 11, 2019, 14:39 (GMT) |
Fix T71487: Crashes When Calling Texture Space Operators Issue introduced on 69ad44d5b48a. Differential Revision: https://developer.blender.org/D6224 |
Revision 982bffa by Dalai Felinto November 11, 2019, 14:26 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 3e4e346 by Dalai Felinto November 11, 2019, 13:56 (GMT) |
Fix T71489: Video editor crash Bug introduced on rBb77da65e8c4d. Differential Revision: https://developer.blender.org/D6223 |
November 11, 2019, 12:39 (GMT) |
VSE: open file browser sidebar by default when adding external strips Open the file browser sidebar by default when adding Movie/Sound/Image Sequence Strips, to show the operator options. Differential Revision: https://developer.blender.org/D6212 Reviewed by: William Reynish, Julian Eisel |
Revision b962253 by Julian Eisel November 11, 2019, 11:43 (GMT) |
Fix T71474: Temporary image editor cancels to file editor after file operation |
Revision 19c44ae by Campbell Barton November 11, 2019, 09:09 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision f44f095 by Philipp Oeser November 11, 2019, 09:07 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision c3dab45 by Campbell Barton November 11, 2019, 09:07 (GMT) |
Revision 3316610 by Philipp Oeser November 11, 2019, 08:59 (GMT) |
Revert "Fix T71126: add old hotkeys to set start/end frame in the timeline to" This caused T71483. Having timeline and dopesheet merged in 2.8 makes using S/E keys in timeline not work well. 2.7x keymap needs to fit with 2.8x internals, so probably 2.7x keymap will have to live with Ctrl+Home / Ctrl+End here. This reverts commit 4fbcbbfb967cb0fdff11dfc1646a1c55bca96f1d. |
Revision 2500273 by Campbell Barton November 11, 2019, 02:17 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision df4f29b by Campbell Barton November 11, 2019, 02:07 (GMT) |
Fix T71414: Undoing change of lattice resolution deforms mesh |
Revision 4c5477a by Ray molenkamp November 10, 2019, 22:45 (GMT) |
Windows: Fix build errors during deps build on windows. |
Revision b720c0f by Germano Cavalcante November 9, 2019, 19:12 (GMT) |
Fix T71436: proportional_edit_objects turns off when translating cursor in edit mode |
Revision dca32f2 by Alexander Gavrilov November 9, 2019, 10:44 (GMT) |
Fluid Particles: fix threading crash with viscoelastic springs. As correctly pointed out by a comment in the code, adding new springs wasn't thread safe, and caused crashes. Fix by buffering new springs in intermediate thread-local arrays, which are flushed on the main thread. This is valid because the new springs are not used until the next sim step. Differential Revision: https://developer.blender.org/D6133 |
Revision 6f1237b by Ray molenkamp November 9, 2019, 02:09 (GMT) |
make_update.py: update windows library folder |
Revision 3ed7ff1 by Campbell Barton November 8, 2019, 23:05 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 0a0d735 by Campbell Barton November 8, 2019, 22:59 (GMT) |
Fix T71379: Even edge slide shows random points on screen |
Revision 4b229f9 by Germano Cavalcante November 8, 2019, 20:58 (GMT) |
Fix T69799: Glitches when moving object camera is locked to The idea is to indicate that the view3d matrix is being transformed too and this avoids cyclic dependencies. |
|