Revision 73dd9c4 by Campbell Barton December 15, 2018, 22:23 (GMT) |
Fix string formatting, fall through attr |
Revision 351f537 by Antonio Vazquez December 15, 2018, 16:21 (GMT) |
GP: New Curve primitive and other primitive improvements This commit adds support for new curve tool and adds more functionalities to the existing primitives, including new handles, editing, stroke thickness curve, noise, preview of the real stroke, etc. Thanks to @charlie for his great contribution to this improvement. |
Revision f9917a8 by Antonio Vazquez December 15, 2018, 08:54 (GMT) |
Fix T59396 Grease pencil brush crash The problem was the brush was not initializated because some code was missing (marked as ToDo) |
Revision b73529f by Antonio Vazquez December 15, 2018, 08:36 (GMT) |
GP: Add NULL checking for object |
Revision ba1f178 by Germano Cavalcante December 14, 2018, 23:33 (GMT) |
Fix T56185, T59351: bypass GL_PROXY_TEXTURE.. test on AMD GPU + windows This replaces the test of consistency and capacity made with `GL_PROXY_TEXTURE_..` on AMD GPUs with one that checks only if the texture fits the limits of size and layer. Differential Revision: https://developer.blender.org/D4081 |
Revision 9fbada4 by Dalai Felinto December 14, 2018, 22:35 (GMT) |
Fix T59388: Blender crash upon F3 command search in VSE We may not have an active object depending on where the operator is called from or well if we simply don't have an active object :) |
Revision fa41350 by Dalai Felinto December 14, 2018, 22:33 (GMT) |
UV pin: Use ID_RECALC_COPY_ON_WRITE instead of the almighty 0 I suppose the cow tag is more correct for those generic/non-specific tags. Thank you Sergey. |
Revision a63209e by Dalai Felinto December 14, 2018, 21:53 (GMT) |
Fix T59381: UV editor - Pinned vertex missing update Pinning doesn't really change the geometry, so we don't really have a tag for this. Using '0' for now (same we use for Mark Seam). I will check with Sergey Sharybin which flag to use instead. We could use ID_RECALC_GEOMETRY to match the notifier, but even the simpler ID_RECALC_SELECT would do it. |
Revision 2b7e569 by Dalai Felinto December 14, 2018, 21:24 (GMT) |
Fix UV editor missing/typo circle_select |
Revision de662e7 by Alexander Gavrilov December 14, 2018, 19:19 (GMT) |
NLA: insert keyframes correctly for strips with non-Replace mode. NLA strips support using the keyframe values in a variety of ways: adding, subtracting, multiplying, linearly mixing with the result of strips located below in the stack. This is intended for layering tweaks on top of a base animation. However, when inserting keyframes into such strips, it simply inserts the final value of the property, irrespective of these settings. This in fact makes the feature nearly useless. To fix this it is necessary to evaluate the NLA stack below the edited strip and correctly compute the raw key that would produce the intended final value, according to the mode and influence. Differential Revision: https://developer.blender.org/D3927 |
Revision fc74903 by Dalai Felinto December 14, 2018, 19:09 (GMT) |
Fix T59322: View Layer - Search not working Basically uiRNACollectionSearch->but_changed was always NULL for the search templates. So skip_filter would always be true, and we would never filter. An alternative fix would be to add the following to the begin of `template_search_add_button_searchmenu`: ``` static bool always_true = true; template_search->search_data.but_changed = &always_true; ``` |
Revision f6f46ac by Antonio Vazquez December 14, 2018, 18:13 (GMT) |
Revision 7bf6a9e by Antonio Vazquez December 14, 2018, 18:07 (GMT) |
GP: Fix missing changes after rename CTX Thanks to Charlie Jolly for find the bug. |
Revision ac68f44 by Philipp Oeser December 14, 2018, 18:01 (GMT) |
fix shader editor errors when showing world shader tree probably an oversight in rBd40bffa17f6d Reviewers: brecht Differential Revision: https://developer.blender.org/D4079 |
Revision ccc09ec by Sergey Sharybin December 14, 2018, 16:40 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 4e3562f by Sergey Sharybin December 14, 2018, 16:39 (GMT) |
Dependencies builder: Don't rely on system-wide PugiXML |
Revision d3e0d7f by Sergey Sharybin December 14, 2018, 16:33 (GMT) |
Fix broken particle distribution after recent fix |
Revision c7cc97c by Brecht Van Lommel December 14, 2018, 16:29 (GMT) |
Fix wrong color in center of HSV circle picker, after recent changes. |
December 14, 2018, 15:59 (GMT) |
Fix T59358: Wrong status bar keymap for release confirms and right click select. Differential Revision: https://developer.blender.org/D4077 |
Revision 98f6f7b by Clément Foucault December 14, 2018, 15:53 (GMT) |
Fix T59182: Blender 2.8 win64 crashes on start |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021