Revision 21df096 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 15, 2018, 15:27 (GMT) |
GP: Change F keymap to M keymap F means fill, M for mirror is better. |
Revision d1da89f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 15, 2018, 15:22 (GMT) |
GP: Replace A keymap by E keymap to be consistent. |
Revision 50668ae by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 15, 2018, 11:19 (GMT) |
GP: Remove C key for Line primitive It's weird to have this option in lines because mix with arcs. For Arcs and Curves the C key is very useful. Some changes in bottom text too. |
Revision 8695add by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 15, 2018, 11:02 (GMT) |
GP: More control points more transparent This helps to see the extremes of the stroke. |
Revision 6d0cec5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 15, 2018, 10:52 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
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) |
December 15, 2018, 08:36 (GMT) |
GP: Add NULL checking for object |
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 |
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 :) |
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. |
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. |
December 14, 2018, 21:24 (GMT) |
Fix UV editor missing/typo circle_select |
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 |
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 1a44501 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 14, 2018, 18:17 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/presets/keyconfig/keymap_data/blender_default.py |
December 14, 2018, 18:13 (GMT) |
December 14, 2018, 18:07 (GMT) |
GP: Fix missing changes after rename CTX Thanks to Charlie Jolly for find the bug. |
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 |
December 14, 2018, 16:40 (GMT) |
Merge branch 'master' into blender2.8 |
December 14, 2018, 16:39 (GMT) |
Dependencies builder: Don't rely on system-wide PugiXML |
|
|
|


Master Commits
MiikaHweb | 2003-2021