Blender Git Commits

Blender Git "master" branch commits.

Page: 2992 / 5574

January 5, 2014, 11:23 (GMT)
Code cleanup: preprocessor indentation inside #ifdef block
January 5, 2014, 11:20 (GMT)
Text3d: selection in editmode now follows rotated text along path
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.
January 5, 2014, 10:15 (GMT)
Text3d: smallcaps wasnt working properly for text-on-path
January 5, 2014, 10:15 (GMT)
Text3d: remove sepchar, old feature which no longer has any UI access.
January 5, 2014, 10:15 (GMT)
Text3d: error in own recent fix for thread safety
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
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!
January 4, 2014, 15:18 (GMT)
Fix core issue with clipping labels (labels have no margins, so border should be 0 in this case!).
January 4, 2014, 14:24 (GMT)
Text API: make text.current_line_index writable

use for setting the text position when writing system info.
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.
January 4, 2014, 12:03 (GMT)
UI / 3D Toolbar: Animation panel had a too large gap at the top.
January 4, 2014, 11:47 (GMT)
Fix for previous commit...sorry!
January 4, 2014, 11:39 (GMT)
Fix MinGW32 compilation
January 4, 2014, 07:10 (GMT)
RNA API: use bool's for enum itemf callbacks.
January 4, 2014, 07:10 (GMT)
UI: Use bool rather then int/short's where possible
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021