Blender Git Commits

Blender Git "master" branch commits.

Page: 1559 / 5574

September 13, 2018, 14:06 (GMT)
GP: More changes to improve soft eraser

Small changes to improve "feeling" of the soft eraser.
September 13, 2018, 14:06 (GMT)
Gizmo: only use mousemove for generic gizmos

This caused slow performance for spin/bisect for eg.
September 13, 2018, 13:56 (GMT)
Fix a crash with duplivert, and move to evaluated mesh in object_dupli.c

There are still lots of issues/TODOs here though, like missing 'cage'
for editmesh, etc.
September 13, 2018, 13:40 (GMT)
GP: Add a separartion for leak size in fill panel

September 13, 2018, 13:31 (GMT)
Merge branch 'master' into blender2.8
September 13, 2018, 13:24 (GMT)
WM: move mousemove out of internal undo function

This causes a feedback loop in 2.8x,
where gizmo redo caused fake mousemove that executed gizmo again.

Move the mousemove into the undo/redo operator.
September 13, 2018, 12:44 (GMT)
Workspaces: reference count screens, otherwise they are never freed.

They are not directly accessible in the UI anymore, it's the workspaces
that we always keep until they are manually deleted now.
September 13, 2018, 12:21 (GMT)
Gizmo: avoid redundant value2d updates
September 13, 2018, 12:08 (GMT)
Gizmo: set header text when editing the value
September 13, 2018, 12:01 (GMT)
Gizmo: value2d cancel, snap & precise support
September 13, 2018, 11:55 (GMT)
GP: Sample points in both sides for soft eraser

Now the soft eraser use the previous point and not only current and next. This makes the transition smoother.
September 13, 2018, 10:39 (GMT)
GP: Improve soft eraser rounded caps

When draw segments the rounded cap must be only visible in some situations.
September 13, 2018, 10:09 (GMT)
Merge branch 'master' into blender2.8
September 13, 2018, 10:02 (GMT)
PyAPI: remove operator methods that leak memory
September 13, 2018, 09:59 (GMT)
PyAPI: use brief description for operator repr

Only include description in docstring.

Also avoid using op_get_rna.
September 13, 2018, 09:27 (GMT)
Merge branch 'master' into blender2.8
September 13, 2018, 09:20 (GMT)
Tentative fix for T56770: Crash after set language to Simplified Chinese.

That bug probably did not affect 2.7x, only 2.8 with COW copying IDs in
threads... But root of the issue is that underlying boost i18n lib does
not support well multi-threaded access. So simply forbid any translation
from non-main thread. This *may* be an annoying limit at some point, but
doubt it will be any issue currently.
September 13, 2018, 09:15 (GMT)
PyDoc: add bpy.app.icons to docs
September 13, 2018, 08:12 (GMT)
PyAPI: add API call to get an operators type

Getting the instance leaks memory and was only meant to be used for
generating docs.
September 13, 2018, 08:12 (GMT)
Merge branch 'master' into blender2.8
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021