Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2979 / 8462

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
September 13, 2018, 08:12 (GMT)
Fix leak in tool tooltip creation
September 13, 2018, 07:51 (GMT)
Merge branch 'master' into blender2.8
September 13, 2018, 07:44 (GMT)
Cleanup: _bpy.ops utility to lookup an operator
September 13, 2018, 07:20 (GMT)
PyAPI: add bpy.app.icons to sys.modules
September 13, 2018, 07:02 (GMT)
Cleanup: use PyImport_GetModuleDict

Replace direct access using PyThreadState_GET
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021