Blender Git Commits

Blender Git "master" branch commits.

Page: 1745 / 5574

May 22, 2018, 10:20 (GMT)
COW Operators: Fix VIEW3D_OT_snap_cursor_to _active _selected _center and _grid

Reviewers: sergey, aligorith

Differential Revision: https://developer.blender.org/D3414
Revision 7f714fd by Joshua Leung
May 22, 2018, 10:00 (GMT)
Depsgraph: Enable copy on write by default

As was decided at today's dev kickoff, we're now moving to having
Copy-on-Write enabled by default, as 2.8 is barely functional with
it off.

To run Blender *without* COW (e.g. for testing), use:
--disable-copy-on-write
May 22, 2018, 07:41 (GMT)
Fix area tool getting out of sync w/ active tool
May 22, 2018, 07:27 (GMT)
WM: call keymap callback from manipulators

Not currently needed, add to avoid confusion later on.
May 22, 2018, 07:22 (GMT)
WM: use keymap poll for manipulators
May 22, 2018, 06:49 (GMT)
Merge branch 'master' into blender2.8
May 22, 2018, 06:45 (GMT)
Memory allocator: use lockfree calls internally

Was already used in some areas.
May 22, 2018, 06:25 (GMT)
Multi-Object-Mode: EditCurve Select Random

D3405 by @dgriffin91
May 22, 2018, 06:20 (GMT)
Fix memory leak in armature delete
May 22, 2018, 06:11 (GMT)
Multi-Object-Mode: EditLattice Select All

D3164 by @ranjian0
May 22, 2018, 06:10 (GMT)
Fix crash drawing edit-lattice

Edit-mode was never using batch cache.
May 22, 2018, 05:48 (GMT)
Cleanup: naming

Use 'ob' prefix for objects, 'eval' suffix for evaluated data.
May 22, 2018, 05:39 (GMT)
Cleanup: style, whitespace
May 22, 2018, 05:28 (GMT)
Cleanup: replace MEM_SAFE_FREE -> MEM_freeN

No need to check for NULL in this case.
May 21, 2018, 19:18 (GMT)
Fix compilation with ndof code.
May 21, 2018, 19:14 (GMT)
Static Override: Fix drivers' ID target overridability.

You need the whole chain of pointers... This was breaking static
overrides of any rig basically.

Note that this kills performances again (adding several hundreds of
thousands more stuff on a blendrig...), need a better way to handle RNA
override walking.
May 21, 2018, 18:33 (GMT)
COW Operators: Fix VIEW3D_OT_ rotate move zoom dolly orbit roll pan smoothview and the ndof versions

Fixes camera view locking, camera related transitions and movements with the active object as pivot point
Note there can still be problems if the active object is not selectable
May 21, 2018, 16:41 (GMT)
CMake: only include licences for enabled libs
May 21, 2018, 16:00 (GMT)
Fix broken draw code from last Thursday commit.

Seriously... Not all edges have faces!!!!!!!!

Quick fix to make it possible to load/use customshaped bones again, not
100% sure it is correct, but... At least it does not crash anymore!
May 21, 2018, 15:27 (GMT)
Merge branch 'master' into blender2.8
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021