Blender Git Commits

Blender Git "master" branch commits.

Page: 1482 / 5574

November 5, 2018, 00:58 (GMT)
PyAPI: use keywords for ToolDef.from_fn.with_args

Enforces explicit names,
allows for keywords to be forwarded to the dictionary.
November 5, 2018, 00:06 (GMT)
Cleanup: correct last commit, also use font_id var
November 4, 2018, 23:48 (GMT)
Gizmo: use fonts for drawing 3D axis characters
November 4, 2018, 23:30 (GMT)
Merge branch 'master' into blender2.8
November 4, 2018, 23:22 (GMT)
Fix various Freestyle rendering bugs.
November 4, 2018, 21:31 (GMT)
Gizmo: tweak 3D view navigation axis sizes

This now matches original design more closely, see: T54723.
November 4, 2018, 20:15 (GMT)
Fix missing NULL check initializing paint tools
November 4, 2018, 20:12 (GMT)
Tool System: support passing in args to ToolDef functions

Needed since class aren't yet defined
so we can't access their namespace.

This avoids intermediate draw functions.
November 4, 2018, 20:12 (GMT)
Cleanup: style, use ARRAY_SET_ITEMS macro
November 4, 2018, 19:56 (GMT)
GP: New API to move layers in layer list

This can be required in som production scripts
November 4, 2018, 19:36 (GMT)
Fix T57388: Blender Internal + Freestyle viewport render wrongly using FSAA.
November 4, 2018, 19:25 (GMT)
Fix assert rendering hair tests on some systems.
November 4, 2018, 19:15 (GMT)
Fix assert rendering with denoising, after recent changes.
November 4, 2018, 18:52 (GMT)
GP: Move init code to new version section
November 4, 2018, 18:37 (GMT)
Fix T57611: Crash on entering Grease Pencil Sculpt Mode

The problem was when some layers was locked in multiedit. The cache size was not checked and gets an segment fault.
November 4, 2018, 12:27 (GMT)
GP: Time Offset verify range if loop is disabled
November 4, 2018, 12:00 (GMT)
GP: Reorganize Canvas Grid

Now the grid is always controlled by the topbar selector and not in the canvas panel. To have two places to define orientation was confuse.

The orientation by default (no lock) is always to view plane.
November 4, 2018, 10:29 (GMT)
BLI_heap: add an API function to directly read the top node value.

It is very commonly needed in loop conditions to check if
the items in the heap are good enough to continue.
November 4, 2018, 07:12 (GMT)
Merge branch 'master' into blender2.8
November 4, 2018, 05:48 (GMT)
Fix ghash masking out upper bits on 64bit systems

The code this was taken from assumes a 'size_t' result,
which isn't the case here.

In practice the bucket distribution wasn't bad,
even so this was a nop so best fix.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021