Blender Git Commit Log

All Blender Git commits.

Page: 3492 / 8462

January 29, 2018, 04:22 (GMT)
Apply Pose as Rest Pose: Bendy Bone support

The "Apply Pose as Rest Pose" operator now affects Bendy Bone settings
too, making it possible to use interactive posing tools (e.g. Pose Sculpting
brushes) to get the desired shape for the rest-pose shape of Bendy Bones.
When such posing tools are available, this change makes it easier to get
the desired Bendy Bone shapes, as you are no longer restricted to using
buttons to get the desired effects.
January 29, 2018, 04:07 (GMT)
Cleanup: rename user preference flags

USER_ZBUF_ORBIT -> USER_DEPTH_NAVIGATE
The name didn't make sense since it's used for all view navigation.

Also rename USER_ZBUF_CURSOR -> USER_DEPTH_CURSOR since zbuf
is an internal detail.
January 29, 2018, 03:59 (GMT)
Cleanup: comments & whitespace
January 29, 2018, 03:42 (GMT)
Cleanup: ViewOpsData struct members

- Group initial/previous/current members
Was using terms old/prev/last/orig in confusing way.
- Replace x,y variables with vectors.
- Remove unused members.
January 29, 2018, 02:56 (GMT)
3D View: internal option not to use mouse location

When accessing view-port operators from widgets
we need the ability not to use auto-depth or zoom-to-mouse.

Trackball rotation still needs to be supported.
January 29, 2018, 02:42 (GMT)
Cleanup: minor simplification for zoom/dolly

Make args more consistent.
January 29, 2018, 02:26 (GMT)
Cleanup: de-duplicate common 3D view properties
January 29, 2018, 00:19 (GMT)
Fix T53459, inconsistent bevel on identical edges.

The old algorithm depended on vertex order.
The new one uses a global least squares solution on chains
and cycles of edges where loop slide induces a dependency.

See https://wiki.blender.org/index.php/Dev:Source/Modeling/Bevel
in the "Consistent Widths for Even Bevels" for derivation of
the new algorithm.
January 28, 2018, 16:50 (GMT)
Merge branch 'blender2.8' into asset-engine
January 28, 2018, 16:49 (GMT)
Merge branch 'master' into blender2.8
January 28, 2018, 16:27 (GMT)
Usual i18n/UI messages fixes.
January 28, 2018, 15:33 (GMT)
Refine filter event for lazy mouse
January 28, 2018, 15:28 (GMT)
Redesign how lazy mouse works

Before it was smoothing the stroke, but this was not the request. Now interpolate mouse position only.
January 28, 2018, 15:25 (GMT)
Popup for setting hair distribution operator properties.
January 28, 2018, 14:41 (GMT)
Fix outdated usage of BLI_task_parallel_range.
January 28, 2018, 14:32 (GMT)
New operator for distributing hair follicles for a groom object.
January 28, 2018, 13:18 (GMT)
Merge branch 'blender2.8' into hair_guides
January 28, 2018, 12:56 (GMT)
Disable cursor color for fill brush
January 28, 2018, 12:43 (GMT)
Changes in cursor size for lazy mouse
January 28, 2018, 12:36 (GMT)
Small adjust to lazy mouse parameters
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021