Blender Git Commit Log

All Blender Git commits.

Page: 420 / 8462

July 26, 2021, 05:10 (GMT)
Merged latest usd-importer-T81257-merge branch
July 26, 2021, 03:07 (GMT)
Cleanup: Renoved redundant spline type check.
July 26, 2021, 03:00 (GMT)
Added curve fillet support for NURBS curves (temp)
July 26, 2021, 02:41 (GMT)
Cleanup: clang-format
July 26, 2021, 02:32 (GMT)
Cleanup: spelling in comments
July 26, 2021, 02:32 (GMT)
Cleanup: use doxy comments
July 26, 2021, 02:08 (GMT)
USD import: gray out disabled options.

Now graying out, instead of hiding, disabled options.
July 25, 2021, 22:03 (GMT)
UI: Line Art: Rename "Baking" panel to "Bake"

Avoid using verbs for panel names, and be consistent with the
"Bake" panel in Cycles, Ocean Modifier, etc.
July 25, 2021, 21:59 (GMT)
UI: Line Art: Always use Material icon on picker

The Material picker shouldn't change icon based on it's state,
it should always display the Material icon.
July 25, 2021, 21:57 (GMT)
UI: Fix button alignment on Grease Pencil modifiers
July 25, 2021, 21:55 (GMT)
UI: Line Art Modifier: Tweaks to labels and tooltips

- Clearer tooltips for Source Object/Collection.
- Remove redundant Source/Target on labels.
- Always write Grease Pencil with title case.
July 25, 2021, 20:49 (GMT)
USD import options Experimental header alignment

Fixed alignment of the Experimental column header
to be consistent with the other options headers.
July 25, 2021, 19:14 (GMT)
Fix T86768, bevel doesn't loop slide sometimes.

Six years ago, Bug T44961 about unwanted spikes had me not do a loop
slide if the angle was too extreme, to avoid unwanted spikes.
The current bug showed that that angle was much too big, and limited
desired behavior in many cases. Changing the angle from 0.25 radians
to 0.0001 radians (about 0.006 degrees) still fixes the original bug
and seems very unlikely to be limiting desired behavior now.
July 25, 2021, 18:36 (GMT)
Array Brush: Support array editing with the voxel remesher
July 25, 2021, 17:40 (GMT)
Merge branch 'master' into soc-2021-curve-fillet
July 25, 2021, 17:29 (GMT)
Fix T89391, etc. Boolean bugs when objects have negative scale.

The old modifier code, now just used for Fast, has code in it to
flip faces of arguments when their tranform's negativity differs
from the main object's transform's negativity.
I had neglected to put that logic in when I made the change that
skipped the round trip through BMesh.
Fixing this means that the results are more what the user expects
when some or all operands have negative scales.
July 25, 2021, 16:34 (GMT)
Merge branch 'master' into asset-greasepencil
July 25, 2021, 16:20 (GMT)
Merge branch 'master' into sculpt-dev
July 25, 2021, 12:28 (GMT)
sculpt dyntopo: fix memory corruption and associated memory leak
July 25, 2021, 11:50 (GMT)
Merge branch 'master' into node-group-single-socket-nodes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021