Blender Git Commit Log

All Blender Git commits.

Page: 2144 / 8462

October 5, 2019, 00:22 (GMT)
Merge branch 'master' into soc-2020-bevel-profiles
October 4, 2019, 22:33 (GMT)
Make this link again; needs more work for orbis to work.
October 4, 2019, 20:09 (GMT)
make_deps: Fix building ffmpeg on windows

I have no explanation on why this is needed, but it refused to
find opus without it.
October 4, 2019, 19:23 (GMT)
Fix: Headless build
October 4, 2019, 19:00 (GMT)
Merge branch 'master' into greasepencil-object
Revision 7bf66b5 by Cristian Kovacs (cycles_unbiased_volumes)
October 4, 2019, 18:35 (GMT)
Merge pull request #4 from tangent-animation/feature_make_local_func

make_local rna call not working as expected
October 4, 2019, 17:11 (GMT)
Small cleanup
October 4, 2019, 17:01 (GMT)
Sculpt: mesh filter, mask filter and dirty mask now work with multires

Thanks to Sergey's neighbor access functions.

Mesh filter still needs some improvements to handle open boundaries better.
October 4, 2019, 17:00 (GMT)
Subdiv CCG: add utility functions for accessing multires vertex neighbors

This is to be used by the new sculpting tools.
October 4, 2019, 16:57 (GMT)
Fix assert when deleting a RBW constraint object.

Side-reported in T70505.

Code did not ensure deleted object was removed from the RBW constraints
collection, leading to some invalid status (object in constraints
collection but without relevant contraints data).

Also fixed another issue - code deleting RBW objects would try to remove
any constraint one using it as target, in a very bad and broken way,
since you cannot iterate over objects of a collection while removing
some... Now instead just NULLify relevant pointers... I hope it works,
otherwise we'll have to take a different approach.

Needless to stress again how weak the whole RBW code is in general, and
regarding same object being used by RBW in more than one scene in particular,
that is known broken situation anyway.
October 4, 2019, 16:45 (GMT)
Cleanup: make context menu last in keymaps
October 4, 2019, 16:43 (GMT)
Cleanup: formatting for text highlighter
October 4, 2019, 16:02 (GMT)
Fix T70467: large cursors option on Linux not showing clear crosshair

Not a great solution, but reverting back to what we had before the recent
changes for this specific case.
October 4, 2019, 15:28 (GMT)
Fix T70462: Shift+Click on neighbour folder enters it

In fact, the operator implementation seems to have some issues, which is
why this behaved so glitchy. But for properly set up keymaps it should
work fine.
October 4, 2019, 15:11 (GMT)
Fixed copy-paste error in install_deps.sh
October 4, 2019, 14:57 (GMT)
Fix T69910: crash when using a hotkey for a new or open recent file

Differential Revision: https://developer.blender.org/D5839
October 4, 2019, 14:46 (GMT)
UI: Move all Selected Markers when Dragging

Part of T57918. Selecting and dragging items were conflicting actions
previously when both were using the same mouse button. This avoids the
conflict.

See 056fcdfe7bbed3 for details on behavior.
October 4, 2019, 14:46 (GMT)
UI: Move all Selected Dopesheet Keys when Dragging

Part of T57918. Selecting and dragging items were conflicting actions
previously when both were using the same mouse button. This avoids the
conflict.

See 056fcdfe7bbed3 for details on behavior.
October 4, 2019, 14:46 (GMT)
UI: Move all Selected Strips and Strip Handles when Dragging

Part of T57918. Selecting and dragging items were previously conflicting
actions when both were using the same mouse button. This avoids the
conflict.

See 056fcdfe7bbed3 for details on behavior.
October 4, 2019, 14:46 (GMT)
Node Editor: Use new operator utilities for node selection and dragging

Previous commit moved most of this code into more general/generic
utility functions, so we can use that in the Node Editor now.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021