Blender Git Commit Log

All Blender Git commits.

Page: 2947 / 8462

October 2, 2018, 08:51 (GMT)
Correct extrude shortcut and description

To get the toolbar Key binding, the same operator needs to be
referenced from the tool.
October 2, 2018, 08:31 (GMT)
GP: Cleanup shader
October 2, 2018, 08:22 (GMT)
GP: Fix blur FX z-depth error

The z-depth must not be blurred, but use the original value.
October 2, 2018, 08:17 (GMT)
Gizmo: option to switch between normal/xyz widgets
October 2, 2018, 07:34 (GMT)
Cleanup: split extrude gizmo into own file
October 2, 2018, 07:09 (GMT)
Gizmo: move spin tool axis option into gizmo-group

Having this setting here wasn't correct (the operator ignores it).
October 2, 2018, 07:03 (GMT)
Gizmo: support for gizmo-group properties

This allows gizmo groups to store properties in the tool.
This makes sense for gizmo options which only control gizmo display and
don't control operator execution.

Unlike similar kinds of properties,
this isn't accessible via the gizmo-group-type instance.

For now the it's only stored in the workspace tool as can be done for
operator properties, so each instance doesn't have different settings
which would be confusing from a user perspective and complicate access
from the top-bar.

Later we could add gizmo-group properties if needed.
October 2, 2018, 05:39 (GMT)
WM: generalize tool property initialization

Prepare for storing different kinds of properties in tools.
October 2, 2018, 05:28 (GMT)
WM: report error w/ unknown operator name
October 2, 2018, 05:17 (GMT)
Correct extrude tool operator references

Caused incorrect tooltips.
October 2, 2018, 01:19 (GMT)
Merge branch 'master' into blender2.8
October 2, 2018, 01:17 (GMT)
Correct tooltip
October 2, 2018, 00:10 (GMT)
Fix T56990: AutoIK fails

Regression from 5d628c519
October 1, 2018, 16:58 (GMT)
GPY Python: program_use_begin and program_use_end.

The user has to be encouraged to use the `program_set` or `program_set_builtin` before drawing.
This avoids problem with gl_context.
October 1, 2018, 16:56 (GMT)
UI: Fix Xray alpha slider being incorrectly greyed out
October 1, 2018, 16:56 (GMT)
DRW: Fix unselectable wire object in solid mode
October 1, 2018, 15:32 (GMT)
Templates: tweaks to startup templates, add sculpting template.
October 1, 2018, 15:29 (GMT)
UI: start maximized on X11 if possible, like other platforms.
October 1, 2018, 15:17 (GMT)
fix for autohide with fractal (could leave holes near inner edges before); fractal/fast bisect should now also take extra objects / helper better into account
October 1, 2018, 15:16 (GMT)
Fix app template __init__.py not running without a userpref.blend.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021