Revision 4918211 by Sergey Sharybin 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. |
Revision eb32aa8 by Campbell Barton March 17, 2016, 00:02 (GMT) |
Sequencer: add frame-jump to menu |
Revision 6952d75 by Bastien Montagne March 16, 2016, 19:21 (GMT) |
Fix missing 'anim_data' in RNA API of Freestyle's linestyle. Reported by Manuel Rais on ML, thanks. |
Revision 3274dbc by Campbell Barton 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! |
Revision bd5bfad by Campbell Barton March 16, 2016, 00:33 (GMT) |
Fix T47807: Toggle header shortcut doesn't work |
Revision 2f4ea47 by Campbell Barton March 15, 2016, 12:52 (GMT) |
CMake: only show py module install options when used |
Revision 31731bc by Sergey Sharybin March 15, 2016, 11:13 (GMT) |
Fix T47734: Rest Position is not working with new Deps |
Revision b7deea0 by Campbell Barton March 15, 2016, 10:13 (GMT) |
Fix T47780: Icons don't update in floating panels |
Revision 647a4ea by Sergey Sharybin March 15, 2016, 10:07 (GMT) |
Fix T47577: Movie clip uses too much memory with still image sequences |
Revision 5879778 by Sergey Sharybin March 15, 2016, 10:01 (GMT) |
movieclip: Cleanup around cache Should be no functional changes. |
Revision d042962 by Sergey Sharybin March 15, 2016, 09:16 (GMT) |
Cleanup some warnings |
Revision 9df9c17 by Sergey Sharybin March 15, 2016, 08:39 (GMT) |
ImBuf: Use proper function to free FFmpeg frames |
Revision 7ab2e73 by Sergey Sharybin 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. |
Revision 9ddd83c by Sergey Sharybin 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. |
Revision 0bf34bb by Campbell Barton 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. |
Revision ca22dbe by Campbell Barton March 15, 2016, 02:15 (GMT) |
CMake: remove unused libpath's Also add note that these should be deprecated in favor of absolute libs. |
Revision 7db79ae by Campbell Barton 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. |
Revision a078fe3 by Bastien Montagne 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021