Blender Git Commits

Blender Git "master" branch commits.

Page: 1379 / 5574

January 9, 2019, 11:56 (GMT)
Merge branch 'blender2.7'
January 9, 2019, 11:14 (GMT)
Cycles: Add utility to dump BVH tree as graphviz file
January 9, 2019, 11:14 (GMT)
Cycles: Make BVH wider prior to packing

This allows to do more non-trivial tree modifications to make
it more dense and more friendly for vectorization.
January 9, 2019, 10:58 (GMT)
Fix T60342: exception when creating cycles integrator or sampling preset
January 9, 2019, 09:40 (GMT)
Fix T60338: Allow user to input units of another system
January 9, 2019, 09:27 (GMT)
Fix T55336: Crash w/ dyntopo sculpt
January 9, 2019, 09:21 (GMT)
Undo System: apply accumulation steps

Apply steps between the active and the undo state being decoded.
January 9, 2019, 07:10 (GMT)
Fix sculpt redo failing to enable dyntopo
January 9, 2019, 06:37 (GMT)
Fix memfile undo decoding creating undo steps

Exiting modes shouldn't be needed since loading the new memfile
will free the old data.

Sculpt mode dynamic topology was adding undo data on exiting the mode
which isn't logical in this case and can be avoided altogether.
January 9, 2019, 05:08 (GMT)
Fix T59165: Text operations fail to undo

Some undo operations encode multiple actions, now all are undone/redone.
January 9, 2019, 02:25 (GMT)
Avoid assert w/ recent sculpt changes on undo
January 9, 2019, 02:09 (GMT)
Fix swapped active/selected lattice vertex color
January 9, 2019, 01:27 (GMT)
UI: use keymap introspection for tooltip creation

Also support non existing keymap items which gave an error, see: T60335
January 9, 2019, 01:26 (GMT)
WM: add keymap.find_from_operator(...)
January 9, 2019, 01:22 (GMT)
Fix IS_EVENT_ACTIONZONE macro

Caused tweak events not to display.
January 8, 2019, 23:33 (GMT)
Assert: add check to last commit
January 8, 2019, 23:21 (GMT)
Object Mode: only toggle active object mode once

- When toggling a mode that doesn't support multi editing
only do this once of the active object.

- For sculpt mode create sculpt data since this is needed
for activating other sculpt objects on reload.
January 8, 2019, 22:12 (GMT)
Fix T60044: Sculpting brush is not visible

Same logic as fix from D4153, but only applied when running undo.
January 8, 2019, 20:31 (GMT)
Revert "Fix T60044: Sculpting brush is not visible on file load"

This reverts commit 4d8ed937f226f4cdfa6f62fde5306b14c217e9c5.

An alternative fix will come soon as a patch, since this introduced an issue.
Rolling back since the original fix (sculpt cursor on load) is less important
than the issue it introduced (crash on weight paint undo/redo).

Fix T60322.
January 8, 2019, 18:20 (GMT)
Fix T60327: Value input with adaptive imperial units not working properly
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021