April 18, 2019, 14:42 (GMT) |
Missing 2.7x keymap update from last commit |
April 18, 2019, 14:39 (GMT) |
UI: replace toggle header with a property |
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()... |
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 |
April 18, 2019, 13:19 (GMT) |
Cleanup: add 'if 0' comment why code is repeated Avoid potentially adding back the problem in the future. |
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 |
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. |
April 18, 2019, 12:43 (GMT) |
Fix T63590: Blender crashes when deleting particle hair keys |
Revision 4047ed1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) April 18, 2019, 12:29 (GMT) |
GPencil: Add option to mix color with texture This was already supported in Fill, but not in Strokes. This adds more artistic options when use textured strokes. |
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 a656b6d by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) April 18, 2019, 12:27 (GMT) |
Merge branch 'master' into greasepencil-object |
April 18, 2019, 12:14 (GMT) |
Merge 'master' into 'cycles_texture_cache' |
April 18, 2019, 12:14 (GMT) |
Merge 'master' into 'cycles_texture_cache' |
April 18, 2019, 12:14 (GMT) |
Merge 'master' into 'cycles_texture_cache' |
April 18, 2019, 12:02 (GMT) |
UI: option to toggle 'Adjust Last Operation' |
April 18, 2019, 12:02 (GMT) |
Cleanup: comments, wrapping |
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 |
April 18, 2019, 10:53 (GMT) |
Merge 'master' into 'cycles_adaptive_sampling' |
April 18, 2019, 10:53 (GMT) |
Merge 'master' into 'cycles_adaptive_sampling' |
|
|
|


Master Commits
MiikaHweb | 2003-2021