Revision 098f758 by Bastien Montagne April 18, 2019, 15:14 (GMT) |
PyTests: do not try to load non-2.8-ready add-ons. |
Revision d6f9379 by Antonio Vazquez April 18, 2019, 14:59 (GMT) |
GPencil: Fix Drawing Path follow error while drawing The strokes was aligned to drawing path only when the stroke was completed. Now, the stroke is aligned while drawing too. |
Revision 84d237e by Antonio Vazquez April 18, 2019, 14:59 (GMT) |
GPencil: Initialize variable to remove console warning |
Revision 364ec17 by Campbell Barton April 18, 2019, 14:42 (GMT) |
Missing 2.7x keymap update from last commit |
Revision cfed33f by Campbell Barton April 18, 2019, 14:39 (GMT) |
UI: replace toggle header with a property |
Revision 9954cce by Bastien Montagne April 18, 2019, 14:20 (GMT) |
Alembic: catch weird exceptions from library instead of aborting Blender. Similar to what is done e.g. in AbcMeshReader::read_mesh()... |
Revision 7d78474 by Germano Cavalcante April 18, 2019, 13:54 (GMT) |
AMD glitch: missing changes in f41ab375f38b It was committed an earlier version of the patch which missed these changes. Differential Revision: https://developer.blender.org/D4700 |
Revision 4c11e57 by Campbell Barton April 18, 2019, 13:19 (GMT) |
Cleanup: add 'if 0' comment why code is repeated Avoid potentially adding back the problem in the future. |
Revision f41ab37 by Germano Cavalcante April 18, 2019, 13:09 (GMT) |
Fix T62792: AMD glitch when clipping region in edit mode. The `AMD Radeon HD 7600M` compiler is usually buggy for Geometry Shaders. In this case, indexing was causing problems in `gl_in[i].gl_ClipDistance[0]`. Reviewers: fclem Differential Revision: https://developer.blender.org/D4700 |
Revision dc8dd24 by Campbell Barton April 18, 2019, 13:00 (GMT) |
PyAPI: remove support for importing text blocks as modules Allowing direct import of text blocks isn't especially useful, instead add `text.as_module()` script authors can do this explicitly if it's needed. Now the text "Register" option executes instead of loading as a module. This removes the need to keep track of the current Main, and C code to override Python's import & reload. |
Revision 6f087be by Sergey Sharybin April 18, 2019, 12:43 (GMT) |
Fix T63590: Blender crashes when deleting particle hair keys |
Revision 5cfeba7 by Brecht Van Lommel April 18, 2019, 12:28 (GMT) |
Python API: allow passing integer to some BGL functions instead of bgl.Buffer These parameters can be both pointers and offsets into a bound buffer, so we need to support both even if it's possible to cause crashes this way. |
April 18, 2019, 12:28 (GMT) |
Fix Embree link error after recent cmake changes Differential Revision: https://developer.blender.org/D4704 |
Revision 8587679 by Campbell Barton April 18, 2019, 12:02 (GMT) |
UI: option to toggle 'Adjust Last Operation' |
Revision 6154d07 by Campbell Barton April 18, 2019, 12:02 (GMT) |
Cleanup: comments, wrapping |
Revision 2d171d8 by Jeroen Bakker April 18, 2019, 11:35 (GMT) |
UI: Expand Enum Items Over Multiple Rows Expanding enum items in a small area would render the names with dots, what is a bad solution. When you use expand directly on a `grid_flow` or `column_flow`, it will render the items on multiple lines, giving more control to the developer. Reviewers: campbellbarton, brecht, mont29 Differential Revision: https://developer.blender.org/D4698 |
Revision a05b619 by Campbell Barton April 18, 2019, 10:52 (GMT) |
Cleanup: correct comment |
Revision 6aef124 by Campbell Barton April 18, 2019, 10:44 (GMT) |
UI: move region toggling to properties Each space had separate operators, duplicating logic. Use RNA properties instead so adding the ability to toggle other region types (floating redo region for eg) doesn't need to have an extra operator per space type. It's also nicer to show a check-box for something which can be toggled. |
Revision d55a9ca by Campbell Barton April 18, 2019, 10:44 (GMT) |
Revision 96e10dc by Charlie Jolly April 18, 2019, 10:39 (GMT) |
Fix T63513: Gpencil - Circle guide activation with shortcut "C" is not working properly Only add missing events after first point is added. |
|
|
|


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