Blender Git Commit Log

All Blender Git commits.

Page: 2141 / 8462

October 8, 2019, 14:06 (GMT)
Depsgraph: Avoid threading for trivial operations

Found this while looking into T70463, solves the high spinning times
mentioned in T70463#791026.

Sounds logical that iterating over an array to modify a single property
is faster than doing it in threads. But strangely, doing it for both
nodes and its components is still faster in threads here.

Gives extra speedup with a file mentioned in the report.

Reviewed By: brecht, mont29

Differential Revision: https://developer.blender.org/D6017
October 8, 2019, 13:58 (GMT)
Sculpt: Fix projection artifacts by changing the voxel remesh isovalue

This should fix most of the shrinkwrap artifacts when the preserve volume option is active. After this commit the default voxel remehser settings should not fail in the default cube.

Reviewed By: zeddb

Differential Revision: https://developer.blender.org/D6010
Revision cae5c1e by Cristian Kovacs (cycles_unbiased_volumes)
October 8, 2019, 13:46 (GMT)
Merge pull request #7 from tangent-animation/feature/axial_fix

Made a small addition to axial for rigs.
October 8, 2019, 13:45 (GMT)
Made a small addition to axial for rigs.
October 8, 2019, 13:13 (GMT)
Fix "make update" error with old git versions, for the buildbot

Just skip convenience test that checks if a rebase/merge is in progress.
October 8, 2019, 12:45 (GMT)
Cleanup/fix for fix (c).

Sorry for the noise... For once building with everything hid the issue
instead of revealing it.
October 8, 2019, 12:16 (GMT)
Fix T70626: VSE: Slip Strip Operator doesn't refresh audio on confirm

Maniphest Tasks: T70626

Reviewed By: ISS, sergey

Differential Revision: https://developer.blender.org/D6016
October 8, 2019, 12:16 (GMT)
Fix build error (missing BKE_global.h)
October 8, 2019, 09:53 (GMT)
Fix T70588: Playing animation (after deleting rigid body obj) crashes blender.

Fixing/working around another weakness of current RBW model... This is
not really nice, but it should work for now, and we cannot really do
anything else but that kind of monkey patching here anyway.
October 8, 2019, 09:35 (GMT)
Fix: region toggle operator being able to toggle regions it shouldn't

Only regions with alignment set should be toggle-able. If this is not
set, then the region is likely either a main region, or entirely hidden
by the user (not just collapsed).
October 8, 2019, 09:12 (GMT)
Depsgraph: Cleanup, spelling in comment
October 8, 2019, 09:02 (GMT)
Depsgraph: Perform early exit check prior to time tag

Evaluation is not entirely cheap even in the case when there is nothing tagged
in the scene. This is because of all the calculation of pending operations,
cleating runtime flags and so on.

This commit makes it so time operation is tagged for update prior to early exit
check. Improves playback speed in a scene without anything animated.

Maniphest Tasks: T70463

Differential Revision: https://developer.blender.org/D6002
October 8, 2019, 09:02 (GMT)
Depsgraph: Cleanup, de-duplicate time source tagging
October 8, 2019, 09:02 (GMT)
Depsgraph: Don't force time update when legacy flag 0 is used
October 8, 2019, 08:33 (GMT)
Fix T70522: Sidebars in Clip Editor work incorrectly in Dopesheet mode

Actually, in Dopesheet mode, the regions shouldn't be toggle-able at
all. For the user they should appear to not exist.
Previously the Movie Clip Editor archieved this by setting the region
alignments to NONE, which this restores.

Introduced in 6aef124e7d28.
October 8, 2019, 03:33 (GMT)
Keymap: use right mouse for console context menu

Was using 'w' which doesn't work with text entry.
This matches the text editor.
October 8, 2019, 03:21 (GMT)
UI: support passing a function to WorkSpace.status_text_set()

This allows Python operators to draw icons and other UI elements
into the status bar.
October 8, 2019, 02:57 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lanpr-cleanup
Revision e383778 by Cristian Kovacs (cycles_unbiased_volumes)
October 7, 2019, 20:33 (GMT)
Merge pull request #6 from tangent-animation/feature/axial_fix

Made some changes to axial to accomondate Child Of Constraints ... as?
October 7, 2019, 20:29 (GMT)
Made some changes to axial to accomondate Child Of Constraints ... assuming influence is either 0 or 1.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021