Blender Git Commit Log

All Blender Git commits.

Page: 740 / 8462

April 12, 2021, 04:44 (GMT)
fix last commit
April 12, 2021, 04:42 (GMT)
Fix crash
April 12, 2021, 04:28 (GMT)
Geometry Nodes Curves: Add structure for curve trim node

The node doesn't do anything yet because the last level needs to
be implemented, but the majority of the necessary changes are done.
April 12, 2021, 04:24 (GMT)
Fix T87259: Un-Subdivide creates duplicate faces

Add argument to BM_vert_collapse_faces to remove any faces that become
duplicate as result of the collapse.
April 12, 2021, 03:36 (GMT)
Cleanup: defer 'os' imports in startup scripts
April 12, 2021, 02:29 (GMT)
Get rid of various __attribute__((optnone)) I had scattered throughout
the code
April 12, 2021, 02:23 (GMT)
project_info: use type hints

'mypy --strict' passes without errors.
April 12, 2021, 02:22 (GMT)
cmake_consistency_check: use type hints

'mypy --strict' passes without errors.
April 12, 2021, 02:04 (GMT)
Cleanup: remove make_quicky and enum generation utilities

- Remove `make_quicky` as on modern systems linking is the main
bottleneck, and there isn't such a gain from partial builds.

- Remove enum generator as `PyC_StringEnumItems` & `EnumPropertyItem`
are used in most places to access enums from Python, otherwise macros
are added via macros.
April 12, 2021, 01:19 (GMT)
* Dyntopo cleanup mode is now on by default.
* Fixed undo bug
April 12, 2021, 00:59 (GMT)
* Merge branch 'master' into temp_bmesh_multires
* Implemented DynTopo option to dissolve 3 and 4-valence
vertices.
* Fixed bug in dyntopo collapse customdata snapping.
April 11, 2021, 23:54 (GMT)
Geometry Nodes Curves: Fix profile radius transform
April 11, 2021, 23:53 (GMT)
Geometry Nodes Curves: Add temporary node to test transform
April 11, 2021, 22:37 (GMT)
Geometry Nodes Curves: Add Z-Up normal calculation mode
Revision 09d7d88 by Falk David (master)
April 11, 2021, 20:10 (GMT)
Fix T87157: GPencil subdivide last segment

Previously it was not possible to subdivide the last segment of a cyclic
stroke.

The fix makes sure that the correct number of new points is calculated
correctly and adds the new points to the last segment.

Reviewed By: antoniov

Maniphest Tasks: T87157

Differential Revision: https://developer.blender.org/D10902
April 11, 2021, 19:34 (GMT)
Fix do_versions check
April 11, 2021, 19:27 (GMT)
Fix issues with last commit. Also, simplify brush now
uses dyntopo local overrides to always enable collapse instead
of being hardcoded.
April 11, 2021, 18:38 (GMT)
* Fixed wireframe drawing in vcol cell drawing mode
* Added UI for editing local brush dyntopo settings.
April 11, 2021, 15:43 (GMT)
Merge branch 'master' into sculpt-dev
April 11, 2021, 15:32 (GMT)
Merge branch 'master' into soc-2020-io-performance
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021