Blender Git Commit Log

All Blender Git commits.

Page: 1606 / 8462

May 29, 2020, 16:57 (GMT)
docs
Revision 907cab4 by D. O / Bastien Montagne (master)
May 29, 2020, 16:55 (GMT)
Modifiers: add invert vgroup weights options to operands of Mix modifier.

Please note that vertices which are in a vgroup are not affected by this
option (which means that affected vertices from 'selection' modes remain
the same). Only the weights of selected vertices get inverted.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D7811
May 29, 2020, 16:34 (GMT)
Minor formatting and refactoring updates
May 29, 2020, 16:19 (GMT)
docs
May 29, 2020, 16:05 (GMT)
Merge branch 'blender-v2.83-release'
May 29, 2020, 16:00 (GMT)
docs
May 29, 2020, 15:57 (GMT)
docs
May 29, 2020, 15:56 (GMT)
Fix: Array modifier start cap not updating with object changes

When setting the start cap of the array modifier it does not update when
updating the start cap objects geometry.

This patch switches the property update to rna_Modifier_dependency_update,
the same as the end cap which works properly.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D7584
May 29, 2020, 15:56 (GMT)
docs
May 29, 2020, 15:48 (GMT)
Blender: change bugfix release versioning from a/b/c to .1/.2/.3

The file subversion is no longer used in the Python API or user interface,
and is now internal to Blender.

User interface, Python API and file I/O metadata now use more consistent
formatting for version numbers. Official releases use "2.83.0", "2.83.1",
and releases under development use "2.90.0 Alpha", "2.90.0 Beta".

Some Python add-ons may need to lower the Blender version in bl_info to
(2, 83, 0) or (2, 90, 0) if they used a subversion number higher than 0.
https://wiki.blender.org/wiki/Reference/Release_Notes/2.83/Python_API#Compatibility

This change is in preparation of LTS releases, and also brings us more
in line with semantic versioning.

Fixes T76058.

Differential Revision: https://developer.blender.org/D7748
May 29, 2020, 15:41 (GMT)
cleanup naming
May 29, 2020, 15:37 (GMT)
Merge branch 'master' into update-bli-cpp-structures
May 29, 2020, 15:36 (GMT)
docs and fixes
May 29, 2020, 15:16 (GMT)
docs
May 29, 2020, 13:53 (GMT)
VSE: Remove delete confirmation pop-up

It is not needed with the current undo system.

Differential Revision: https://developer.blender.org/D7807
May 29, 2020, 12:33 (GMT)
Merge branch 'master' into undo-write
May 29, 2020, 12:30 (GMT)
Undo: Writefile: fix 'id changed' detected when resorting IDs.

The ListBase next/prev pointers will change everytime you add or rename
an ID, also for 'neighbors' data-blocks in the list, causing unnecessary
'changed' detection.

This info is not needed in blendfile anyway, so just NULLify it.
May 29, 2020, 10:31 (GMT)
Functional detecting/finding proper memchunk for a given ID.

Kept debug prints on for now.
May 29, 2020, 09:59 (GMT)
Fix T77130: Visually broken/stepped wireframe in object mode (regression)

Create a new shader for the selection fix.

Differential Revision: https://developer.blender.org/D7873
May 29, 2020, 09:31 (GMT)
Fix T73972: Collection in outliner grayed out when all collection children are disabled

There is no reason to have the children enable/disable state to
influence the parent collection. Specially considering that the parent
collection itself can have objects that would be visible.

Reviewed by: dfelinto, brecht

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