Blender Git Commit Log

All Blender Git commits.

Page: 2577 / 8462

April 16, 2019, 10:12 (GMT)
GPencil: New Normalize All operator

This operator works similar to mesh operator but for Stroke and Points data.

Also minor cleanup in Normalize operator.
April 16, 2019, 10:10 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/windowmanager/intern/wm_operator_props.c
April 16, 2019, 10:09 (GMT)
Clenaup: odd use of ternary operators
April 16, 2019, 10:01 (GMT)
Cleanup: comment
April 16, 2019, 10:01 (GMT)
clang-format: disable for string test
April 16, 2019, 09:56 (GMT)
clang-format configuration improvements

Formatting:

- Avoid breaking between assignment and function call.
- Don't right align multi-line string literals.

General:

- Remove overly verbose header (not needed for a config).
- Update examples in comments.
- Add missing iterator macros.
April 16, 2019, 09:27 (GMT)
GPencil: Add lock icon to Vertex Groups list

Also check this flag in operators.

Note: This is required for the development of the new Normalize All operator.
April 16, 2019, 09:01 (GMT)
Industry Compat Keymap: Use F-keys for viewpoints

Following user suggestion

- Similar to some apps
- Works better on laptops and desktops without numpads
- Also fix some small inconsistencies with select more/less in Dopesheet
April 16, 2019, 08:47 (GMT)
GPencil: New Normalize Weights operator

This works similar to mesh operator, but using Stroke and Points data.
April 16, 2019, 08:25 (GMT)
Merge branch 'master' into greasepencil-object
April 16, 2019, 08:16 (GMT)
Use 'Align' based on vote from developers to change
April 16, 2019, 08:13 (GMT)
Disable clang format (inline macro issue)
April 16, 2019, 08:04 (GMT)
GPencil: Disable G/R/S transformations in Sculpt and Weight Paint mode

These transformations must be only available in Object and Edit mode.

Reviewed by: @mendio @pepeland
April 16, 2019, 08:01 (GMT)
Turn clang-format off for idtypes table
April 16, 2019, 07:52 (GMT)
Merge branch 'master' into temp-clang-format
April 16, 2019, 07:52 (GMT)
Cleanup: comment
April 16, 2019, 07:38 (GMT)
Fix T63492: CTRL+click on an image in a UV or Image Editor crashes
Blender

Crash was introduced in rB48e48653c297, rB90f4ff95ed3a

`image_sample_invoke` is used for both `IMAGE_OT_sample` and
`IMAGE_OT_curves_point_set`. IMAGE_OT_curves_point_set didnt have
property `size` defined...

Now defines `size` for `IMAGE_OT_curves_point_set` as well

Reviewers: brecht

Maniphest Tasks: T63492

Differential Revision: https://developer.blender.org/D4675
April 16, 2019, 07:15 (GMT)
Fix T63642: Light Probe object.data defined as UNKNOWN
April 16, 2019, 07:01 (GMT)
Fix T63646: Box/Lasso select fails to de-select

Select 'New' wasn't de-selecting when there was nothing selected
in some cases.
April 16, 2019, 06:08 (GMT)
Minor changes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021