Blender Git Commits

Blender Git "master" branch commits.

Page: 2399 / 5574

March 9, 2016, 06:41 (GMT)
Fix/workaround T47685: Drag keymap slider fails

This is a special case where the UI update function re-creases the keymap we're currently editing.
Making it so dragging values fails.
March 9, 2016, 05:10 (GMT)
RNA: remove redundant update callback

No need to update keymap toggling expand.
March 9, 2016, 05:09 (GMT)
Fix minor glitch w/ edit-bone center

Don't include the same point multiple times when calculating center with connected bones.
March 9, 2016, 01:25 (GMT)
Fix T47723: Custom shape not copied w/ edit-bone
March 9, 2016, 00:13 (GMT)
Add missing custom-scale when copying bones
March 8, 2016, 10:19 (GMT)
Correct recent RNA array slicing commit

Broke slice assignment when used on an item from a multi-dimensional array,
eg: `array[i][:] = data`
March 8, 2016, 09:59 (GMT)
Fix T47701: Image not fully updated after setting .pixels

The set callback was missing couple of things:

- Mipmaps should be updated after pixels changes
- GPU texture is invalid after setting pixels
March 8, 2016, 08:36 (GMT)
PyAPI: Support multi-dimensional RNA slice assignment

This was already supported for getting slices.
March 8, 2016, 04:33 (GMT)
Fix Py API array assignment not clamping values
March 7, 2016, 19:56 (GMT)
Fix crash loading some library blend files

Blend files with screen but no scene would crash.
March 7, 2016, 19:18 (GMT)
Fix missing weight invert w/ shrink-wrap modifier
March 7, 2016, 10:54 (GMT)
Correct docstrings
March 7, 2016, 10:32 (GMT)
Fix T47681: Bump node doesn't work with SSS shader when using OSL
Revision 9fe977d by Julian Eisel
March 7, 2016, 10:21 (GMT)
Fix T47706: 'CTRL ALT Left Mouse' clicking on the dope sheet summary line crashes Blender

Simple NULL-check seems fine here, working as it should now. Most likely caused by rBc4dc14b079d81.
March 7, 2016, 05:38 (GMT)
Fix T47691: Missing redraw w/ pop-up dialogs

Search buttons would overwrite existing callbacks, even when they weren't needed.
Causing missing updates for search buttons in pop-ups.
March 7, 2016, 03:31 (GMT)
Fix T47688: Regression in gl_load

Error caused by 771f73b6
March 7, 2016, 00:28 (GMT)
Simple Deform modifier: invert vgroup option

D1839 from @Orgold
March 7, 2016, 00:24 (GMT)
Shrink Wrap modifier: invert vgroup option

D1839 from @Orgold
March 6, 2016, 06:25 (GMT)
BMesh: avoid assert dissolving degenerate faces

For dissolving 2-sided faces, theres no need to check they are valid before removal.
March 6, 2016, 05:55 (GMT)
Fix T47670: cycles GLSL incorrect normal map node.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021