Blender Git Commits

Blender Git "master" branch commits.

Page: 2395 / 5574

March 17, 2016, 09:45 (GMT)
ImBuf: Some tweaks to FFmpeg frame free policy

Th intention is to make sure we don't free buffers which were not allocated
by FFmpeg.

This is a possible fix for T47806.
March 17, 2016, 00:02 (GMT)
Sequencer: add frame-jump to menu
March 16, 2016, 19:21 (GMT)
Fix missing 'anim_data' in RNA API of Freestyle's linestyle.

Reported by Manuel Rais on ML, thanks.
March 16, 2016, 13:26 (GMT)
Sequencer: Alt-RMB select handle now always selects strip

Was possible to do Alt-RMB on a strips handle - which only make the strip active (but didn't select).
This isn't really useful, so just select the strip and its handles in this case.
Revision 23e608b by Joshua Leung
March 16, 2016, 12:12 (GMT)
Fix T47818: GPencil Sculpt Brush settings update when adjusted using scrollwheel while sculpting
Revision 386872b by Julian Eisel
March 16, 2016, 11:53 (GMT)
Fix text on collapsed node not positioned correctly with high DPI

Reported by @JacquesLucke via IRC, thx!
March 16, 2016, 00:33 (GMT)
Fix T47807: Toggle header shortcut doesn't work
March 15, 2016, 12:52 (GMT)
CMake: only show py module install options when used
March 15, 2016, 11:13 (GMT)
Fix T47734: Rest Position is not working with new Deps
March 15, 2016, 10:13 (GMT)
Fix T47780: Icons don't update in floating panels
March 15, 2016, 10:07 (GMT)
Fix T47577: Movie clip uses too much memory with still image sequences
March 15, 2016, 10:01 (GMT)
movieclip: Cleanup around cache

Should be no functional changes.
March 15, 2016, 09:16 (GMT)
Cleanup some warnings
March 15, 2016, 08:39 (GMT)
ImBuf: Use proper function to free FFmpeg frames
March 15, 2016, 08:19 (GMT)
Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8

In fact, some areas in FFmpeg might require alignment up to 32, so now we
make temporary conversion in an aligned frame. We only do this if width is
not aligned to 32.
March 15, 2016, 07:32 (GMT)
Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8

Revert "Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8"

This reverts commit 606f6b79eabca236b933dd76e5425162e26ba105.
March 15, 2016, 03:17 (GMT)
Fix T47759: Mesh 'Select less', leaves isolated verts

Select less in mesh edit-mode would leave selected vertices/edges
in edge/face mode which don't support selecting these elements.
March 15, 2016, 02:15 (GMT)
CMake: remove unused libpath's

Also add note that these should be deprecated in favor of absolute libs.
March 14, 2016, 23:45 (GMT)
PyAPI: Double performance of Mesh.from_pydata

D1853 by @JacquesLucke

The speedup is mainly possible by using the `foreach_set` method for polygon data.
March 14, 2016, 20:04 (GMT)
Fix T47750: Edited hair: disconnect (and connect!) operator do not support redo.

As suggested by Sergey, do not register those anymore, this way we keep undo step,
but user cannot 'redo' them (does not work, since cached DM in particle modifier data
is not yet re-created by depsgraph update after undo when operator is redone).

UI now has two buttons, one to (dic)connect current psys, the other to (dis)connect all.

Also fixed similar issue with Connect Hair op.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021