February 22, 2021, 15:12 (GMT) |
February 22, 2021, 15:05 (GMT) |
Fix T85869: GPencill Fill tool panel was not aligned as expected The direction of the brush was displayed vertically. |
February 22, 2021, 14:54 (GMT) |
Fix compilation error in bypass bmesh commit when GMP not defined. |
February 22, 2021, 14:48 (GMT) |
Various UI messages fixes and tweaks. |
February 22, 2021, 14:40 (GMT) |
Cleanup |
February 22, 2021, 14:39 (GMT) |
Merge branch 'master' into geometry-nodes-attribute-search |
February 22, 2021, 13:52 (GMT) |
Fix T85820: False Color not available in color management Differential Revision: https://developer.blender.org/D10489 |
Revision ced130f by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 13:01 (GMT) |
register basic listener |
Revision 6ff8971 by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 12:45 (GMT) |
draw vertex positions |
February 22, 2021, 12:31 (GMT) |
Fix proportional connected not working with loose edges due to hidden geometry This was introduced in the new geodesic distances algorithm for proportional editing. When all faces of an edge are hidden, that edge should be considered as loose geometry. Initial patch by Pablo with modifications by Brecht. Differential Revision: https://developer.blender.org/D10488 |
February 22, 2021, 12:28 (GMT) |
Merge branch 'blender-v2.92-release' |
February 22, 2021, 12:21 (GMT) |
Fix T85865: Crash when selecting Image texture node Typo in rB7470c10601d0. Maniphest Tasks: T85865 Differential Revision: https://developer.blender.org/D10496 |
Revision 73872fd by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 12:11 (GMT) |
initial drawing |
February 22, 2021, 12:00 (GMT) |
PyAPI: expose unstable type bpy.props._PropertyDeferred Even though this might change, rigify, animation-nodes & translation extraction depend on being able to extract this information. |
Revision 794c0a0 by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 11:53 (GMT) |
spreadsheet background |
Revision 886d28f by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 11:47 (GMT) |
initial header drawing |
Revision 6989349 by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 11:39 (GMT) |
remove warnings |
February 22, 2021, 11:35 (GMT) |
GPU Python: Use 'PyC_ParseStringEnum' to parse items Currently the GPU module for python has different ways to handle enums. - Organizing items in `PyC_StringEnumItems` arrays and parsing them with `PyC_ParseStringEnum`. - Using dedicated functions for each type of enum (`bpygpu_ParsePrimType`, `pygpu_ParseVertCompType` and `pygpu_ParseVertFetchMode`). Although apparently more efficient (especially `pygpu_ParseVertCompType` which transforms strings into integers for simple comparison), these dedicated functions duplicate functionality, increase the complexity of the code and consequently make it less readable. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10456 |
February 22, 2021, 11:30 (GMT) |
Fix crash auto-completing bpy.types in the Python console Reference counting error in dc61a63e3f1bb3773677fb009fd787af7bd5c727 |
February 22, 2021, 11:20 (GMT) |
Fix i18n messages extraction tool after update to support py 3.10. The new defferred approach broke existing way to access items from struct definition... See T85872. |
|
|
|


Master Commits
MiikaHweb | 2003-2021