Blender Git Commit Log

All Blender Git commits.

Page: 1888 / 8462

February 7, 2020, 10:58 (GMT)
Cleanup: `make format`

Dear developers remember to set your coding environment to use clang-format.
February 7, 2020, 10:50 (GMT)
Cleanup: Remove view3d_draw_legacy.c

This file was originally a placeholder for all the old functions that
have not yet been ported to the new draw system. Over time all the
functions that needed refactor were gone, and the functions here are
still needed.

While moving the functions around I removed dead code and made sure the
existent comments start with a capital letter and end with a full stop.
February 7, 2020, 10:22 (GMT)
Merge branch 'undo-experiments' into undo-experiments-swap-reread-datablocks
February 7, 2020, 10:22 (GMT)
Merge branch 'master' into undo-experiments-swap-reread-datablocks
February 7, 2020, 10:21 (GMT)
Merge branch 'master' into undo-experiments
February 7, 2020, 10:05 (GMT)
Merge branch 'blender-v2.82-release'
February 7, 2020, 10:02 (GMT)
Fluid: Fixed try/catch exception issue and unsed variable issue

Sergey just pointed this out, fixing in it the release branch to avoid any compilation issues during the actual release. Thx!
February 7, 2020, 09:58 (GMT)
Fix crash when linking.

Stupid mistake in yesterday's own refactoring of readfile code...
February 7, 2020, 02:57 (GMT)
Merge branch 'blender-v2.82-release'
February 7, 2020, 02:57 (GMT)
Merge branch 'blender-v2.82-release'
February 7, 2020, 02:47 (GMT)
Keymap: preference to swap 3D orbit/pan actions

Requested by @pepeland for grease pencil/2D usage.
February 7, 2020, 02:46 (GMT)
Keymap: preference for relative/absolute Alt-MMB navigation

Original request from Hjalti was to set absolute view axis,
so make this an option.
February 7, 2020, 01:05 (GMT)
Merge branch 'master' into draw-colormanagement

# Conflicts:
# source/blender/draw/engines/overlay/overlay_armature.c
February 7, 2020, 01:03 (GMT)
OCIO: Style fixes
February 6, 2020, 23:26 (GMT)
Volumes: browse VDB files from add menu, auto detect sequences, drag & drop
February 6, 2020, 23:10 (GMT)
Cleanup: split image sequence detection into own file, and make it reusable
February 6, 2020, 20:44 (GMT)
Merge remote-tracking branch 'origin/blender-v2.82-release'
February 6, 2020, 20:44 (GMT)
Fix: Build error on windows in bf_intern_mantaflow

bf_intern_mantaflow lacked the `-DOPENVDB_STATICLIB` define
causing it to dynamically import openvdb, linked against
our static libs a happy time was not had by the linker.
February 6, 2020, 19:08 (GMT)
GPencil: Remove unused drawing code for interpolate operator
February 6, 2020, 18:47 (GMT)
Volumes: add global volume grid cache

This is used for sharing grids between multiple volume datablocks with the
same filepath, and sharing grids between original and copy-on-write datablocks
created by the depsgraph.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021