Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1235 / 5574

April 18, 2019, 15:14 (GMT)
PyTests: do not try to load non-2.8-ready add-ons.
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.
April 18, 2019, 14:59 (GMT)
GPencil: Initialize variable to remove console warning
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
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
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:52 (GMT)
Cleanup: correct comment
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.
April 18, 2019, 10:44 (GMT)
CMake: correct bad change to ceres linking

Revert part of 45055199a2e51
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021