Revision be4b2e4 by Bastien Montagne October 21, 2014, 10:07 (GMT) |
BLI_listbase: add `BLI_swaplinks` which swaps given links' positions in given list. Can be much simpler and quicker than using remlink/insert functions. |
Revision 62ceada by Bastien Montagne October 21, 2014, 10:07 (GMT) |
UI Icons: add 'triangle-bar' left/right/up/down icons. |
Revision 40938c3 by Campbell Barton October 21, 2014, 09:36 (GMT) |
Fix sequencer clipboard with meta's containing ID references |
Revision 2e7d722 by Campbell Barton October 21, 2014, 09:13 (GMT) |
Fix sequencer duplicate with only handle selected |
Revision 80b4413 by Antonis Ryakiotakis October 21, 2014, 09:03 (GMT) |
Fix T42326 trim operator not cancelled by the escape key. |
Revision 560dd93 by Sergey Sharybin October 20, 2014, 21:22 (GMT) |
Don't change global compiler flags when FFmpeg is enabled It should no be longer needed. If it causes the issues please let me know to find a more cleaner solution. |
Revision abb2669 by Antonis Ryakiotakis October 20, 2014, 18:14 (GMT) |
Fix T42311, too many paint slots added. Don't allow the add paint slot operator to redo. Also guard better against excessive slot addition |
Revision 50cb62a by Antonis Ryakiotakis October 20, 2014, 16:51 (GMT) |
Trim tool: Effects strips in metastrips could be erratic. |
Revision 3ef4b3e by Antonis Ryakiotakis October 20, 2014, 16:29 (GMT) |
Better fix for previous trim fix. |
Revision 6bd53bb by Campbell Barton October 20, 2014, 15:42 (GMT) |
Revision 5362995 by Antonis Ryakiotakis October 20, 2014, 15:37 (GMT) |
Fix trim tools metastrip borders not getting updated correctly. |
Revision f95241e by Antonis Ryakiotakis October 20, 2014, 13:40 (GMT) |
Merge trim tool from terrible_consequencer The trim tool (T key) allows users to change the position of the contents of a strip without moving the strip itself. |
Revision 5223214 by Sergey Sharybin October 20, 2014, 11:04 (GMT) |
Optimization for mesh deform: use BLI_INLINE specifiers This helps compiler to do detect stuff which might be inlined, gives around 30% speedup on my laptop with test files from ZanQdo. |
Revision d968a1e by Antonis Ryakiotakis October 20, 2014, 10:35 (GMT) |
Revision 3138d39 by Campbell Barton October 20, 2014, 09:17 (GMT) |
Revision 04178d7 by Bastien Montagne October 19, 2014, 18:55 (GMT) |
Fix T42304: blender 2.72a 3D view object selected color wrong in 2.4x theme. I would not have endured such a critical and monstruous bug one more femtosecond! And even worse - active color was awfully wrong too! Shocking! |
Revision 308c4fc by Antonis Ryakiotakis October 19, 2014, 18:50 (GMT) |
Fix T42303 Icons lost after loading window The issue here is that if no matching winid is found, we destroy all windows and their context with them. This will also delete the OpenGL textures associated with the initial context, thus we lose the icons. This patch makes sure a window is always kept for later so the initial context does not get lost. Thanks to Campbell and Ton for the discussion on the issue. |
October 19, 2014, 18:15 (GMT) |
Fix typo in calculateCenterMedian that could give computed median point wrong values. From soc-2014-shapekey branch, with minor edits by mont29 (Bastien Montagne). |
Revision 4dd5b63 by Campbell Barton October 19, 2014, 17:10 (GMT) |
Revert "Freestyle: Built-in SVG exporter." This reverts commit 61a330baca0ff9bb3cf477c04f539ef276a0356f. This completes reverting D785 This feature is to be reworked into an addon. |
Revision 4c86271 by Campbell Barton October 19, 2014, 17:09 (GMT) |
Revert "Fix for rB61a330baca0f: Changed SVG file encoding from UTF-16 to UTF-8." This reverts commit 490f2aeb8247463a7ea1a86a3a8c4246fcf45f23. |
|
|
|


Master Commits
MiikaHweb | 2003-2021