Blender Git Commit Log

All Blender Git commits.

Page: 1451 / 8462

July 21, 2020, 09:59 (GMT)
Fix (unreported) LibOverride creation adding things to linked collections.

This is strictly forbidden, and sill cause crashes with undo in some
cases...
July 21, 2020, 09:50 (GMT)
Fix T79066: Entering Edit Mode when Viewport Display set as Wire or Bounds leads to crash
July 21, 2020, 09:35 (GMT)
LineArt: Completely remove now obsolete LineLayer structure.
July 21, 2020, 09:10 (GMT)
LineArt: Cleanup function names into _lineart_category_operation() format.
July 21, 2020, 08:53 (GMT)
Refactor: move functions out of Importer class

No functional change
July 21, 2020, 08:38 (GMT)
WIP: FluidSpec for Fluid simulations
July 21, 2020, 08:03 (GMT)
Merge remote-tracking branch 'origin/lanpr-under-gp' into lanpr-under-gp
July 21, 2020, 07:29 (GMT)
Merge branch 'master' into soc-2020-fluid-tools
July 21, 2020, 07:03 (GMT)
Cleanup: convert unsigned to signed comparison in assert

Thanks to Campbell for pointing this out.
July 21, 2020, 06:02 (GMT)
Cleanup: spelling
July 21, 2020, 05:46 (GMT)
Fix UV edge/face sync selection from recent sticky select cleanup
July 21, 2020, 04:54 (GMT)
Cleanup: simplify sticky UV selection

Use BMesh connectivity information instead of looping over all
geometry to flush the sticky selection.
July 21, 2020, 04:32 (GMT)
UV: remove selection threshold for nearby coordinates

Internally UV selection considered close UV's to be connected.
While this could be convenient in some cases,
it complicates logic for more advanced selection operations that
need to check when UV's should be considered part of the same vertex
since simple threshold checks would give different results depending
on the order of UV's tested.

Users must now run "Merge by Distance" instead of relying
on this selection threshold.
July 21, 2020, 02:25 (GMT)
Cleanup: improve comment for disabled readfile allocation naming

Also allocate the required amount instead of a fixed size.
Revision 63af3e4 by over0219 (soc-2020-soft-body)
July 21, 2020, 00:25 (GMT)
arap as default though
Revision 6296887 by over0219 (soc-2020-soft-body)
July 21, 2020, 00:24 (GMT)
added nonlinear local step
July 20, 2020, 22:31 (GMT)
Outliner: Fix uistack reorder highlights
July 20, 2020, 20:24 (GMT)
Property Search: Properly filter labels for color buttons
July 20, 2020, 20:08 (GMT)
Fix T78733 Bevel sometimes produces zero-area UV face with odd segments.

A bug introduced when I made the choice of interpolation face cleverer.
July 20, 2020, 19:45 (GMT)
Merge branch 'master' into property-search-ui
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021