Revision 69b327d by Sergey Sharybin March 22, 2018, 15:40 (GMT) |
Depsgraph: Report new depsgraph evaluation time Timing is printed to the console when running with --debug-depsgraph-time. |
Revision d554b8a by Campbell Barton March 22, 2018, 15:24 (GMT) |
UI: skip confirmation menu on quit prompt to save |
Revision 47acd70 by Clément Foucault March 22, 2018, 15:11 (GMT) |
GPUCompositing: Remove entire module. This module has no use now with the new DrawManager and DrawEngines and it is using deprecated paths. Moving gpu_shader_fullscreen_vert.glsl to draw/modes/shaders/common_fullscreen_vert.glsl |
Revision 1613938 by Sergey Sharybin March 22, 2018, 15:10 (GMT) |
Update Google libraries This commit updates: - gflags 2.2.0 -> 2.2.1 - glog 0.3.4 -> 0.3.4 - gmock 1.7.0 -> 1.8.0 - gtest 1.7.0 -> 1.8.0 |
Revision cfe43f8 by Sybren A. Stüvel March 22, 2018, 13:47 (GMT) |
Fix T54360: FFMPEG bitrate not editable for all codecs The bitrate selection was hidden when a CRF mode was chosen and then switched to a codec that doesn't support CRF. |
Revision e35f964 by Sergey Sharybin March 22, 2018, 08:33 (GMT) |
Cleanup: Use more python way of checking boolean |
Revision 865fbe3 by Campbell Barton March 22, 2018, 06:50 (GMT) |
Revision ce51066 by Campbell Barton March 22, 2018, 06:50 (GMT) |
Fix bone dissolve using wrong envelope radius Also correctly copy bone tip selection when dissolving. |
Revision 6939523 by Campbell Barton March 21, 2018, 15:51 (GMT) |
Fix T54203: crash changing engine w/ project-paint |
Revision a6914d8 by Sergey Sharybin March 21, 2018, 15:39 (GMT) |
Eevee: Fix missing camera animation with CoW |
Revision 5c08d17 by Sergey Sharybin March 21, 2018, 15:31 (GMT) |
Draw manager: Fix missing active camera triangle with CoW |
Revision d33d6d0 by Germano Cavalcante March 21, 2018, 15:30 (GMT) |
GHOST CONTEXTWGL: Remove unused member No longer used from this commit: https://developer.blender.org/rB0940e89e604d85d717f792b73e30e5e96a42e7c6#change-kg3gZvqkYPB6 |
Revision 69eb452 by Campbell Barton March 21, 2018, 15:27 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 3ea8710 by Sergey Sharybin March 21, 2018, 15:12 (GMT) |
Depsgraph: Remove redundant operation nodes Rather a mistake since previous merge. |
Revision 5ba5254 by Campbell Barton March 21, 2018, 15:04 (GMT) |
UI: Optional prompt to quit for non win32 systems D566 by @januz Use Blender native dialog when OS dialog's aren't supported. |
Revision 75c6119 by Germano Cavalcante March 21, 2018, 14:55 (GMT) |
Fix: GWN Indexbuf creation was replacing the index buff bound to the last VAO This led to problems such as the drawing of the navigate manipulator. More details in the code comments. |
Revision cac2415 by Sergey Sharybin March 21, 2018, 11:47 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 23ffd4e by Sergey Sharybin March 21, 2018, 11:33 (GMT) |
Tracking: Make object created form tracks active and selected |
Revision 658fb7f by Sergey Sharybin March 21, 2018, 11:30 (GMT) |
Tracking: Warn when no tracks are selected when creating mesh Makes it more clear why mesh was not created this way. Fixes T54368: 3D markers to mesh In MovieClipEditor Not working. |
Revision 1e43665 by Sergey Sharybin March 21, 2018, 11:17 (GMT) |
|