Blender Git Commit Log

All Blender Git commits.

Page: 3002 / 8462

August 31, 2018, 12:06 (GMT)
Remove CCGDM from PBVH

The statement that PBVH needs to keep track of CCGDM is wrong, PBVH itself
does not care about CCGDM at all, and it's weird for it to carry on this
beast so others can access.

Even more, nobody will actually caring about CCGDM itself, all the usages
were checking whether there is CCGDM or not. This is as good as simply
checking PBVH type.

Tested with an original report T53551 and everything is still stable.
August 31, 2018, 11:35 (GMT)
Fix broken decorate buttong dragging after recent changes.
August 31, 2018, 11:00 (GMT)
Merge branch 'master' into blender2.8
August 31, 2018, 10:43 (GMT)
Fix T56618: crash in release builds when GHOST asserts.

WITH_ASSERT_ABORT was not disabled for release builds. In most cases asserts
are disabled in release builds, but not always.

This also changes the buildbot to use blender_release.cmake instead of
blender_full.cmake, the only effective difference should be WITH_ASSERT_ABORT.
August 31, 2018, 10:43 (GMT)
Fix T56618: crash when typing certain characters on Linux.
August 31, 2018, 10:30 (GMT)
Merge branch 'master' into blender2.8
August 31, 2018, 10:28 (GMT)
Cycles: Cleanup, use explicit comparison with NULL
August 31, 2018, 10:14 (GMT)
Fix T56626: Cycles ambient occlusion only local : crash

Was caused by missing NULL pointer check in BVH8.
August 31, 2018, 08:11 (GMT)
Merge branch 'blender2.8' into greasepencil-object
August 31, 2018, 07:54 (GMT)
Cleanup: Remove unused field
August 31, 2018, 04:52 (GMT)
Merge branch 'master' into blender2.8
August 31, 2018, 04:51 (GMT)
PyAPI: replace checks for invalid input w/ assert

Was returning -1 as a bool argument,
in this case the caller needs to ensure non-null args.
August 31, 2018, 04:37 (GMT)
Tool System: support tool description for tips

When the description isn't set, the operators is used instead.
August 31, 2018, 04:24 (GMT)
Merge branch 'master' into blender2.8
August 31, 2018, 04:17 (GMT)
C/Python API: Add PyC_RunString_AsIntPtr

Utility to get an int or pointer from a Python expression.
August 31, 2018, 03:35 (GMT)
Cleanup: rename WM_keymap_find -> WM_keymap_ensure
August 31, 2018, 03:35 (GMT)
Merge branch 'master' into blender2.8
August 31, 2018, 01:14 (GMT)
Fix T56619: Transform crash w/ curve deform
August 30, 2018, 20:49 (GMT)
Cleanup: GPU_BATCH_DISCARD_ARRAY_SAFE (deduplicate existing code)
August 30, 2018, 20:49 (GMT)
Fix Font object: text selection and cursor not updating
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021