Blender Git Commits

Blender Git "master" branch commits.

Page: 779 / 5574

May 13, 2020, 09:30 (GMT)
Fix T76703: GPencil bone parenting missing dependency update

Maniphest Tasks: T76703

Differential Revision: https://developer.blender.org/D7715
May 13, 2020, 08:39 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 08:37 (GMT)
Fix T76646: Crash when changing Size in Add Cube pop-up in some cases.

Remove resetting of ID uuid session counter, it is not really needed
anymore, and not trivial to do this properly everytime.

Thanks @brecht for investigating this.
May 13, 2020, 08:24 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 08:19 (GMT)
Fix zero tablet pressure for simulated events

Impacted sculpt/paint tests.
May 13, 2020, 07:43 (GMT)
Fix typing Z ignores in text fields

Own error undo/redo key check.
May 13, 2020, 07:03 (GMT)
UI: show an error when a search fails

Useful in cases when making a typo before pressing enter.
May 13, 2020, 06:08 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 06:08 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 06:08 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 06:08 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 06:01 (GMT)
Fix crash accessing the clipboard

The clipboard can change between checking it's length and
copying into the allocated buffer.

Move this from RNA to the C/Python API.
May 13, 2020, 05:57 (GMT)
PyAPI: support PyGetSetDef when extending RNA types

Support extending properties as well as methods.
May 13, 2020, 05:54 (GMT)
Cleanup: split RNA type extension methods into it's own API

This isn't so closely related to the RNA API,
it's a way to use the C/Python API to extend RNA types
and can be in it's own file.
May 13, 2020, 05:47 (GMT)
Cleanup: warning
May 13, 2020, 01:00 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 00:59 (GMT)
Fix T76488: fix mask extract poll function

This was returning true in edit mode, causing the crash

Reviewed By: jbakker

Maniphest Tasks: T76488

Differential Revision: https://developer.blender.org/D7645
May 13, 2020, 00:55 (GMT)
Fix T75347: Update cloth brushes in versioning with a valid mass value

The file attached in the report has a cloth brush saved with a particle
mass of 0.0, which causes all sort of issues in the solver. I don't know
how that brush was created, but it does not seems to be possible to do
in the current version (reset values are correct, property limits are
correct and a default brush is created in versioning_defaults). This
resets all brushes with an invalid value to 1.0.

Reviewed By: jbakker

Maniphest Tasks: T75347

Differential Revision: https://developer.blender.org/D7698
May 13, 2020, 00:52 (GMT)
Fix T76306: Disable use creases when there is displacement data

Use creases changes the limit surface, so the displacemente data is
won't be correct if this option is modified without updating the
displacement.

Reviewed By: sergey

Maniphest Tasks: T76306

Differential Revision: https://developer.blender.org/D7700
May 13, 2020, 00:49 (GMT)
Fix T75968: PBVH raycast returns wrong active vertex

nearest_vertex_co was not reset when a new triangle was intersected by
the ray, so it was always returning the closest vertex to the real
cursor position in any triangle, which was not always the triangle under
the cursor.

Reviewed By: sergey

Maniphest Tasks: T75968

Differential Revision: https://developer.blender.org/D7485
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021