October 18, 2019, 11:35 (GMT) |
Fix T70585: Walk Navigation keyframe tweaks (still frame) Walk Navigation was missing rotation keyframes on confirm (when animation wasnt playing) after rB22bdd08dfd0. Because for walk [in contrast to fly], the cursor is constantly warped (WM_cursor_warp in walkEvent), we cant do something reasonable with comparing mouse positions (to detect rotation) when mouse comes to rest. Now remember if rotation changed at any time. Also tweaked the insertion for location keyframes (which was always happening even if the camera did not move), now checking the real dvec (instead on relying on speed) Reviewed By: dfelinto Maniphest Tasks: T70585 Differential Revision: https://developer.blender.org/D6018 |
October 18, 2019, 11:35 (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 18, 2019, 11:35 (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 |
October 18, 2019, 11:35 (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 18, 2019, 11:35 (GMT) |
Cleanup/fix for fix (c). Sorry for the noise... For once building with everything hid the issue instead of revealing it. |
October 18, 2019, 11:35 (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 18, 2019, 11:35 (GMT) |
Fix build error (missing BKE_global.h) |
October 18, 2019, 11:35 (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 18, 2019, 11: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 18, 2019, 11:35 (GMT) |
Depsgraph: Cleanup, spelling in comment |
October 18, 2019, 11:35 (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 18, 2019, 11:35 (GMT) |
Depsgraph: Cleanup, de-duplicate time source tagging |
October 18, 2019, 11:35 (GMT) |
Depsgraph: Don't force time update when legacy flag 0 is used |
October 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:33 (GMT) |
Merge branch 'blender-v2.81-release' |
October 18, 2019, 11:29 (GMT) |
Fix T70903: Opening splash screen from named app_template crashes Caused by rB46102cf4e0c4 [which removed the check if the image can actually be loaded]. Maniphest Tasks: T70903 Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D6089 |
October 18, 2019, 10:23 (GMT) |
Cycles: Fix out of memory when rendering some scenes with OptiX that work with CUDA The OptiX implementation wasn't trying to allocate memory on the host if device allocation failed, while the CUDA implementation did. This copies the implementation over to OptiX to remedy that. Differential Revision: https://developer.blender.org/D6068 |
October 18, 2019, 09:32 (GMT) |
GPencil: Primitive: Polyline tool |
|
|
|


Master Commits
MiikaHweb | 2003-2021