Revision d7e88fe by Julian Eisel September 19, 2015, 01:34 (GMT) |
File Browser: Scroll view with arrow keys navigation Adjusts view to display active file after using arrow keys to navigate through files. |
Revision bc5238e by Julian Eisel September 19, 2015, 01:17 (GMT) |
Correction to previous commit |
Revision 1bb89a6 by Julian Eisel September 19, 2015, 01:12 (GMT) |
Fix file key select using wrong file after border select in scrolled view Basically, after border selecting, a wrong file was selected by using arrow keys if the screen was scrolled a bit vertically. Reason was that we didn't use correct view space coordinates but region space coordinates for measuring distance from mouse to first/last file in selection after border select. |
Revision 6e19aa4 by Bastien Montagne September 18, 2015, 21:01 (GMT) |
Fix T46155: Sequencer Text Effect: wrong vertical 'TOP' alignment. Logic was broken for this vertical alignment option - we need to remove one line height here... |
Revision de7b757 by Sergey Sharybin September 18, 2015, 12:32 (GMT) |
Fix T46030: Strange behavior of Cycles Brick Texture Added some extra seed to the hash, so it's now less likely to give repetitive patters at values around zero. This will change distribution of bricks for existing files. but it's something inevitable. |
Revision 910aaa3 by Campbell Barton September 18, 2015, 10:44 (GMT) |
Image Stamp: word-wrap support for 'note' text |
Revision 0aa0a1a by Campbell Barton September 18, 2015, 10:44 (GMT) |
Sequencer: word-wrap support for sequencer text Also add vertical alignment option, default align to bottom for subtitles. |
Revision d435b0d by Campbell Barton September 18, 2015, 10:44 (GMT) |
UI: word-wrap support for tooltips Tooltips will automatically wrap when exceeding UI_TIP_MAXWIDTH. |
Revision f2341f8 by Campbell Barton September 18, 2015, 10:43 (GMT) |
BLF: initial word-wrap support - Adds support for word wrapping to Blender's BLF font library. - Splits lines when width limit is reached or on explicit n newlines. Details: - Word wrapping is used when `BLF_WORD_WRAP` flag is enabled. - There is a single loop to handle line wrapping, this runs callback, passing in a substring, this way we can avoid code-duplication for all word-wrapped versions of functions... OR... avoid having to add support for word-wrapping directly into each function. - The `ResultBLF` struct was added to be able to get the number of wrapped lines, when calling otherwise unrelated functions such as `BLF_draw/BLF_width/BLF_boundbox`, which can be passed as the last argument to `BLF_*_ex()` functions. - The `ResultBLF` struct is used to store the result of drawing (currently only the number of lines wrapped, and the width). |
Revision e9dd060 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Doc: remove todo's from BMesh code These were out of date and better have outside the source. Also clarify BMLoop description. |
Revision 803d156 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Minor edits to sys-info - remove byte b'' - remove always false check for missing buildinfo. - use textwrap module |
Revision 247b684 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Cycles: simplify logic for calculating dof-dist Matches change from BKE_camera |
Revision f1422c4 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Use squared length where possible |
Revision be73170 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Fix UI crash entering very long strings Strings exceeding UI_MAX_DRAW_STR weren't null terminated. |
Revision f7239e9 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Fix T46148: Sculpt view-clip fails in ortho mode |
Revision 2eb50d4 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Cleanup: simplify PyBMesh customdata API use |
Revision b2e206a by Campbell Barton September 18, 2015, 06:40 (GMT) |
Cleanup: remove unused WriteFile members |
Revision 1d6c1e9 by Campbell Barton September 18, 2015, 06:40 (GMT) |
Support relative frames w/ start/end args |
Revision 276732e by Bastien Montagne September 18, 2015, 06:27 (GMT) |
Address request from T46136: make softrange for 'simple deform' angle from -360 to 360 degrees... This should be safe enough for final 2.76, sould we make other RC. |
Revision 208e064 by Campbell Barton September 17, 2015, 15:47 (GMT) |
Doc: escape enum name & description Needed since key enum now uses many characters as they're typed. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021