Blender Git Commit Log

All Blender Git commits.

Page: 2485 / 8462

May 28, 2019, 15:05 (GMT)
Cleanup: use WM_ prefix for cursor enum
May 28, 2019, 14:52 (GMT)
WM: support X/Y axis cursor wrapping

Operator flags to wrap on a single axis.

D4865 by @Gvgeo with updates.

Resolves T64585
May 28, 2019, 14:24 (GMT)
Cleanup: clang-format
May 28, 2019, 14:08 (GMT)
Fix T64829: Active point of Curve objects is not displayed correctly

three issues here:
- when curves had multiple nurbs, the active vert is per nurb
[curve_create_edit_data_and_handles() wasnt taking that into account]
- code could go wrong when points where hidden
- upon selection, tag curve ID_RECALC_COPY_ON_WRITE for batch cache
update

Reviewers: brecht, fclem, sergey

Maniphest Tasks: T64829

Differential Revision: https://developer.blender.org/D4943
May 28, 2019, 13:55 (GMT)
Fix T65187: Overlay blend increase wrongly the opacity

The calculation of the mix color was not using the bottom color when the alpha was lower than 1.0.

Also added clamp code to avoid values outside valid ranges.
May 28, 2019, 13:55 (GMT)
GPencil: Minor cleanup
May 28, 2019, 13:54 (GMT)
Finished structure naming convention changes in lanpr_all.h
May 28, 2019, 13:18 (GMT)
sort includes
May 28, 2019, 13:15 (GMT)
Clang format the code.
May 28, 2019, 13:14 (GMT)
cleanup SmallVector
May 28, 2019, 13:12 (GMT)
Codestyle: Remove trailing spaces
May 28, 2019, 13:09 (GMT)
MeshAnalysis: Disable when XRay is turned on

When XRay is turned on the mesh analysis did not draw correct. This
change won't draw the mesh analysis overlay when xray is turned on.

In terms of giving the user a visual feedback of this limitation we
render the overlay options inactive.

Reviewed By: brecht, fclem

Maniphest Tasks: T65225

Differential Revision: https://developer.blender.org/D4965
May 28, 2019, 13:09 (GMT)
Continue renaming structure variables.
May 28, 2019, 13:00 (GMT)
Fix T64536 Eevee: Reflection texco no longer works
May 28, 2019, 12:52 (GMT)
Fixing LANPR structure naming to blender's style
May 28, 2019, 12:42 (GMT)
Added new properties to operator / modifier and curve widget to UI. (Day 1)
May 28, 2019, 12:37 (GMT)
Fix T65226 Crash on entering in Edit mode with ASAN build
May 28, 2019, 12:22 (GMT)
Cleanup: DRW: Rename DRW_STATE_BLEND_* for API clarity
May 28, 2019, 11:56 (GMT)
Fix T65141 Bevel did not curve.

The previous fix to the spike bug T64582 was not really right.
This fixes that one properly and restores the desired curving
profile in the bug's example.
May 28, 2019, 10:22 (GMT)
Fix T57090: selected node group input sockets circles not drawing in
sidebar UIList

nodesockets were actually drawn, but immediately drawn over by widgets
from the widget draw batch cache.

solution here is to "widgify" nodesocket drawing as well.

Reviewers: brecht

Maniphest Tasks: T57090

Differential Revision: https://developer.blender.org/D4963
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021