Display:
Master Commits
Branch Commits
All Commits
Blender
Git "blender-v2.79b-release" branch commits.
Page: 8 / 22
January 8, 2018, 13:52 (GMT)
Fix
T53419 : Masking "Add" menu is not present in Image editor, but shortcut is
January 8, 2018, 05:57 (GMT)
Fix
T53713 : User remap failed w/ texface images
January 8, 2018, 03:45 (GMT)
Fix
T53586 : Surfaces collapse when joined
January 7, 2018, 22:46 (GMT)
Cleanup: --help text Sync with manual
January 7, 2018, 22:39 (GMT)
Fix
T53054 : Parentless bone + IK crashes
January 7, 2018, 22:30 (GMT)
Fix
T53696 : Compositor HSV limits changed
January 6, 2018, 15:38 (GMT)
fix
T52831 removed enforcement of matrix decomposition when animations are exported
January 6, 2018, 15:34 (GMT)
Fix
T53017 : Cycles not detecting AMD GPU when there is an NVidia GPU too.
Best guess is that cuInit() somehow interferes with the AMD graphics driver
on Windows, and switching the initialization order to do OpenCL first seems
to solve the issue.
January 4, 2018, 23:46 (GMT)
Math Lib: add divide_floor_i Integer division that floors on negative output (like Python's).
January 4, 2018, 23:46 (GMT)
BMesh: move bridge tools stepping logic into macro Also use floor division since regular division was giving a bias on negative error values.
January 4, 2018, 23:46 (GMT)
BLI_utildefines_iter: Use for iteration helpers
January 4, 2018, 23:46 (GMT)
Fix
T53143 : Knife Crash after Grid Fill
BM_ELEM_INTERNAL_TAG flag wasn't ensured to be cleared.
January 4, 2018, 23:20 (GMT)
Use custom SWAP macro for swapping userdef data Avoids complicating the common case
January 4, 2018, 23:20 (GMT)
Revert "BLI_utildefines: Support SWAP macro with two args"
This reverts commit
d749320e3b10161430bc4cb7dd92edb63712bf8c .
It's possible the container struct is larger,
we could do sizeof checks that falls back to memmove
but rather avoid complicating things.
January 4, 2018, 23:20 (GMT)
Fix
T53637 : Keymap from app-template ignored
Addon's were also ignored
January 4, 2018, 23:20 (GMT)
Fix
T53274 : Saving template prefs overwrites default prefs
January 4, 2018, 23:20 (GMT)
WM: don't load preferences on 'File -> New' User preferences are now only loaded on... - Initial startup. - Factory-settings. - Setting app-templates.
January 4, 2018, 23:20 (GMT)
BLI_utildefines: Support SWAP macro with two args
January 4, 2018, 23:20 (GMT)
WM: load UI for new file, even when pref disabled Loading startup file always loads the UI now.
January 3, 2018, 11:49 (GMT)
Fix
T52871 : `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenly considering the state as degenerated