Revision 347c191 by Germano Cavalcante May 30, 2020, 21:11 (GMT) |
Remove leftover debugging code |
Revision 9d725fc by Antonio Vazquez May 30, 2020, 15:33 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision ec26260 by Antonio Vazquez May 30, 2020, 15:33 (GMT) |
GPencil: Fix unreported wrong Sculpt brushes initialization in Templates The Sculpt brushes were not properly initialized when use 2D template or other templates. Also, using the default template (not factory settings) could be situations where the brushes were not updated. This problem was introduced when some versioning code was removed in order to avoid duplicated brush creation. |
Revision 515e8e4 by Germano Cavalcante May 30, 2020, 15:12 (GMT) |
Fix T77166: Transforming bone with constraint does not follow mouse position Bug introduced in rBc75a665c442e |
Revision 5559826 by Germano Cavalcante May 30, 2020, 14:28 (GMT) |
Cleanup: Deduplicate code |
Revision a574478 by Germano Cavalcante May 30, 2020, 14:10 (GMT) |
Fix T77183: Axis moves with object when constraint movement and using local transform |
Revision 3d014fa by Germano Cavalcante May 30, 2020, 13:59 (GMT) |
Cleanup: Initialize gizmo snap keymap before using |
Revision 63bcee8 by Christian Rauch May 30, 2020, 11:23 (GMT) |
GHOST/wayland: use 'is_dialog' flag to prevent drawing into same window |
Revision 2ee94c9 by Philipp Oeser May 29, 2020, 18:08 (GMT) |
Fix LayerTypeInfo for CD_PROP_COL This was introduced in rBd7282537f016 and had the wrong struct name specified, leading to errors in writing/saving. Stumbled over this when testing a color layer for pointclouds. Differential Revision: https://developer.blender.org/D7882 |
Revision a968973 by Aaron Carlisle May 29, 2020, 17:57 (GMT) |
Cleanup: Use Consistent Capitalization of "Anti-Aliasing" |
Revision 664c608 by Clément Foucault May 29, 2020, 17:43 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 691a1e3 by Clément Foucault May 29, 2020, 17:42 (GMT) |
EEVEE: Fix memory leak when using SSS render pass. Differential Revision: https://developer.blender.org/D7876 |
Revision 907cab4 by D. O / Bastien Montagne 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 |
Revision c93a884 by Brecht Van Lommel May 29, 2020, 16:05 (GMT) |
Merge branch 'blender-v2.83-release' |
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 |
Revision a86b5df by Brecht Van Lommel 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, 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 |
Revision d1bc233 by Bastien Montagne 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. |
Revision 1d2b893 by Clément Foucault 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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021