Revision ac3d33a by Sergey Sharybin January 5, 2014, 11:23 (GMT) |
Code cleanup: preprocessor indentation inside #ifdef block |
Revision 99d050f by Campbell Barton January 5, 2014, 11:20 (GMT) |
Text3d: selection in editmode now follows rotated text along path |
Revision 42bd5d7 by Campbell Barton January 5, 2014, 10:15 (GMT) |
Text3d: fix for smallcaps modifying the original text input in editmode. Oversight in own recent commit to avoid allocating a new wchar_t array. |
Revision 3eb818e by Campbell Barton January 5, 2014, 10:15 (GMT) |
Text3d: smallcaps wasnt working properly for text-on-path |
Revision 4eed4b3 by Campbell Barton January 5, 2014, 10:15 (GMT) |
Text3d: remove sepchar, old feature which no longer has any UI access. |
Revision e20f357 by Campbell Barton January 5, 2014, 10:15 (GMT) |
Text3d: error in own recent fix for thread safety |
Revision d9697bc by Antonis Ryakiotakis January 5, 2014, 02:58 (GMT) |
Fix T38024 crash when rebuilding sculpt mode buffers. Main issue here is that glBuf* calls were invoked from threads different than main thread. This caused a crash (since those do not have a GL context active). Fix here is twofold: * add an ID buffer in buffer pool that handles pbvh buffers and is freed from main thread when gpu_buffer_pool_free_unused is called. * do not create glbuffers in derivedmesh creation routine, rather tag nodes for update and create those in the draw function (guaranteed to be called from main thread) Reviewed By: brecht Differential Revision: https://developer.blender.org/D169 |
Revision 0074eac by Bastien Montagne January 4, 2014, 15:50 (GMT) |
More tweaks to clip middle: * Do not apply margins with MENU (i.e. dropdowns) either. * When middle clipping would remove only a few chars, rather clip right part! |
Revision 76d9244 by Bastien Montagne January 4, 2014, 15:18 (GMT) |
Fix core issue with clipping labels (labels have no margins, so border should be 0 in this case!). |
Revision f25dbe3 by Campbell Barton January 4, 2014, 14:24 (GMT) |
Text API: make text.current_line_index writable use for setting the text position when writing system info. |
Revision 0a3ce15 by Campbell Barton January 4, 2014, 14:13 (GMT) |
Revert "Quick fix for system info text always being scrolled out of view when loaded for the first time" This can be done without extending the API, using RNA access instead. |
Revision 1db7f2f by Joshua Leung January 4, 2014, 12:24 (GMT) |
Quick fix for system info text always being scrolled out of view when loaded for the first time Added an API method to Text datablocks for moving the cursor to a specific line in the file. This makes it possible to reset the cursor position at the end of the sysinfo operator. |
Revision 6063c58 by Thomas Dinges January 4, 2014, 12:03 (GMT) |
UI / 3D Toolbar: Animation panel had a too large gap at the top. |
Revision 1f2aec7 by Antonis Ryakiotakis January 4, 2014, 11:47 (GMT) |
Fix for previous commit...sorry! |
Revision baa1ae0 by Antonis Ryakiotakis January 4, 2014, 11:39 (GMT) |
Fix MinGW32 compilation |
Revision 6734936 by Campbell Barton January 4, 2014, 07:10 (GMT) |
RNA API: use bool's for enum itemf callbacks. |
Revision b9114cb by Campbell Barton January 4, 2014, 07:10 (GMT) |
UI: Use bool rather then int/short's where possible |
Revision 091740f by Brecht Van Lommel January 4, 2014, 04:41 (GMT) |
Mesh Bisect: add header info message for modal operation Fixes T37700 Reviewed By: brecht Differential Revision: https://developer.blender.org/D166 |
Revision e505203 by Sergej Reich January 4, 2014, 03:22 (GMT) |
Units: Add milligrams for mass Avoids having small values displayed as "0kg". |
Revision 4915706 by Sergej Reich January 4, 2014, 03:22 (GMT) |
Revert "Units: Make grams base unit for mass" This reverts commit ead6d397fda12d8287dff7d6a6fff6ea1948cd69. |
|
|
|


Master Commits
MiikaHweb | 2003-2021