Revision b98fe9e by Campbell Barton March 21, 2019, 03:19 (GMT) |
Cleanup: move functions into doxy sections Also use const args for queries. |
Revision 9b38187 by Campbell Barton March 21, 2019, 02:53 (GMT) |
Cleanup: use doxy sections for interface_handlers |
Revision 0bbff8a by Campbell Barton March 21, 2019, 00:58 (GMT) |
Cleanup: move scroll step into own function |
Revision 06585e0 by Campbell Barton March 21, 2019, 00:37 (GMT) |
UI: popovers scroll now changes offset directly Mouse wheel on menus changes the selected item item which doesn't work well for popovers since buttons aren't always stacked vertically. Resolves T62777 |
Revision 83753d1 by Campbell Barton March 21, 2019, 00:36 (GMT) |
Cleanup: split menu scrolling function The same function scrolled to a location and button (depending on args). |
Revision 9105e1d by Campbell Barton March 20, 2019, 22:53 (GMT) |
Fix T62782: Edge slide crashes with mirror enabled |
Revision f71e861 by Clément Foucault March 20, 2019, 21:43 (GMT) |
Viewport: Draw loose edges in edit mesh mode if there is a modifier stack |
Revision c2f0bd6 by Bastien Montagne March 20, 2019, 20:12 (GMT) |
Fix DEG warning from T52873: Proximity WeightVG modifier can use empty as target too. Only create DEG_OB_COMP_GEOMETRY relation to target object when it has some, and we use it. |
Revision 1cf592e by Clément Foucault March 20, 2019, 19:07 (GMT) |
Fix T58748 Mirror modifier: edges/verts invisible unless face is present It was due to the mapped mesh not being used if no face was present in the cage mesh. |
Revision da1350a by Brecht Van Lommel March 20, 2019, 18:50 (GMT) |
Fix T60815: drag & drop crash when search menu is opened immediately after. Patch by matc, some further refactoring by me. Differential Revision: https://developer.blender.org/D4250 |
Revision 6500b31 by Brecht Van Lommel March 20, 2019, 18:18 (GMT) |
Fix T62788: drop image into node editor puts node at wrong location. It should be under the mouse cursor but was wrong for high DPI. Also put the cursor in the header now so it's easy to reposition. |
Revision e0d95b7 by Brecht Van Lommel March 20, 2019, 17:40 (GMT) |
Merge branch 'blender2.7' |
Revision eb94a0d by Brecht Van Lommel March 20, 2019, 17:39 (GMT) |
Fix assert after recent changes. Mark as localized immediately, so that functions that edit the node tree can verify they are being used under the correct conditions. |
Revision d7cecc2 by Brecht Van Lommel March 20, 2019, 17:39 (GMT) |
Fix cycles.merge_images not merging correctly for some channel layouts. |
Revision b6d1946 by Brecht Van Lommel March 20, 2019, 16:33 (GMT) |
Merge branch 'blender2.7' |
Revision b06d32e by Brecht Van Lommel March 20, 2019, 16:26 (GMT) |
Cycles: make cycles.merge_images work with incomplete layers and passes. If layers and passes are not exactly the same in all files, we make a best effort to merge them instead of failing. |
March 20, 2019, 16:26 (GMT) |
Fix T62758: hair curves with UV mapped textures renders wrong. Differential Revision: https://developer.blender.org/D4562 |
Revision bff472d by Clément Foucault March 20, 2019, 16:26 (GMT) |
Fix T61326 "In Front" option not working on edit curves Create a new pass for them and draw them separately. Beware of the double multisample resolve when multi-editing a mix of curves with and without the "in front" option enabled. |
Revision 15d6521 by Sergey Sharybin March 20, 2019, 16:20 (GMT) |
Fix assert on vertex parent The evaluation was done on an original object, which is not allowed. |
Revision afd9e87 by William Reynish March 20, 2019, 16:04 (GMT) |
UI: Make paint context menus more contextual - Only show Radius for tools with radius - Add more sliders here depending on active tool |
|
|
|


Master Commits
MiikaHweb | 2003-2021