Blender Git Commit Log

All Blender Git commits.

Page: 3264 / 8462

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
May 22, 2018, 10:06 (GMT)
WIP setting up draw manager stuff...
May 22, 2018, 10:06 (GMT)
Add defines in Overlays popover for Motion Paths
May 22, 2018, 10:06 (GMT)
Restore editors/space_view3d/drawanimviz.c as draw/intern/draw_anim_viz.c

This was removed from the codebase with the Blender Internal removal,
but before the drawing code had been added to the new drawing engines.
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, 09:55 (GMT)
Eevee: Light Cache: Create Probe data and share the lightcache.

The lightcache is now can shared between viewlayers. We need this to share
the lighting data with the original viewlayer with the baking layer.

The cache is still not working.
May 22, 2018, 09:55 (GMT)
Eevee: Light Cache: Add Operator and base implementation.

Does nothing at the moment. Just create a job and search all probes in a
view layer.

Only works if copy on write is enabled.
May 22, 2018, 09:39 (GMT)
Make Mesh based eval the default for mesh sampling (generators unchanged).
May 22, 2018, 08:48 (GMT)
Don't do implicit update in the hair export cache constructor.
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, 07:01 (GMT)
Made a switch under Scene, and added files for LANPR adoptation.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021