January 23, 2019, 16:16 (GMT) |
Fix T54834: VSE can't import OGG Theora video |
January 23, 2019, 16:16 (GMT) |
Cleanup: More clear function name Otherwise it was read as it does select sequences rather than counts them. |
January 23, 2019, 16:16 (GMT) |
Sequencer: Fix python error on Add menu on default workspace It is possible that context does have selected_sequences but it will be set to None. In this case getattr() will return None, breaking the intended logic. |
January 23, 2019, 16:15 (GMT) |
UI: Particles UIList Swap show_render and show_viewport to match outliner (first viewport then render) Also make list item into an aligned row so it uses less space and looks closer to the outliner. Before/After: http://pasteall.org/pic/show.php?id=5c9fff53dc6a0e2465f5b86aa751a942 |
January 23, 2019, 15:52 (GMT) |
GP: Remove unneeded armature code This line looks a mistake and it's not needed. |
January 23, 2019, 15:48 (GMT) |
Fix T59152: dynamic topology constant detail should be in world space. It seems more predictable, and makes more sense for future multi-object modes. |
January 23, 2019, 14:33 (GMT) |
UI: fix horizontal scrollbar overlapping last row of files Depending on area size, the scrollbar covered the bottom of the text, with the extra it will only cover the padding at worst. Differential Revision: https://developer.blender.org/D4207 |
January 23, 2019, 14:28 (GMT) |
Cycles: Removed some of the unused feature overrides |
January 23, 2019, 14:23 (GMT) |
UI: make editor corner splitting / joining more reliable. * Add threshold for minimum amount of mouse movement for dragging to get activated. * Limit angles at which dragging is considered an action, do nothing if mouse does not clearly move up/down/left/right. * Increase action zone size vertically. Differential Revision: https://developer.blender.org/D4227 |
January 23, 2019, 14:21 (GMT) |
Fix T60791: Don't show automatic weights option when not supported There are probably many more cases in which the menu looks a little different. However, I don't know them all and it's too easy to break something accidentally here. Maybe a user could try the different combinations of object types and check if there are entries that should not be there. Reviewers: brecht Differential Revision: https://developer.blender.org/D4240 |
January 23, 2019, 14:12 (GMT) |
Fix T59939: Masks not Animating in Render For now this is not part of copy-on-write, and needs extra animation evaluation. Reviewers: sergey, brecht Maniphest Tasks: T59939 Differential Revision: https://developer.blender.org/D4140 |
January 23, 2019, 13:56 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental # Conflicts: # source/blender/editors/gpencil/gpencil_fill.c |
Revision 1af7837 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 23, 2019, 13:40 (GMT) |
Merge branch 'master' into greasepencil-object |
January 23, 2019, 13:19 (GMT) |
Cycles: More work on feature overrides |
January 23, 2019, 12:59 (GMT) |
Cleanup: comments above struct members, shader group assignments Avoid using pointer to pointer when building shader groups. |
January 23, 2019, 12:37 (GMT) |
3D View: draw clipping region Only for workbench solid/wire modes. |
January 23, 2019, 12:04 (GMT) |
Fix T56877: Enabling mask Motion Blur overrides the Feather Falloff Compositor makes a copy of mask before sampling the mask on different time steps. The copy of layers did not copy falloff Settings. |
January 23, 2019, 11:17 (GMT) |
Fix T58994: Subdivision modifier generates artifacts with crease=1 The issue was caused by the lack of averaging of normals for vertices which are on the ptex face boundaries. |
January 23, 2019, 11:09 (GMT) |
Merge branch 'blender2.7' |
January 23, 2019, 11:07 (GMT) |
Add font selection to VSE text strips Allows users to select a font for text strips in the video sequence editor. Related: 3610f1fc43d0 Sequencer: refactor clipboard copy to no longer increase user count. Reviewed by: Brecht Differential Revision: https://developer.blender.org/D3621 |
|
|
|


Master Commits
MiikaHweb | 2003-2021