Blender Git Commits

Blender Git "master" branch commits.

Page: 2507 / 5574

September 20, 2015, 23:59 (GMT)
Fix T43715: IK pole target + stretch not working for a single bone chain.
September 20, 2015, 23:49 (GMT)
RNA: angle step-sizes were too small

These were ignored previously, so it wasn't noticeable.
Revision c653077 by Julian Eisel
September 20, 2015, 23:03 (GMT)
Fix node auto-offset failing during heavy compositing (sometimes)

Compositing might make main thread so busy that animation is considered done due to duration before final position is reached.

Also added check to avoid unnecessary redraws.
September 20, 2015, 21:15 (GMT)
Fix T46050: blender internal geometry node UV not working inside node group.
September 20, 2015, 21:14 (GMT)
Fix T46144: blender internal face texture color wrong in raytraced reflection.
September 20, 2015, 20:59 (GMT)
Cleanup: warning, style
Revision 5ad8489 by Julian Eisel
September 20, 2015, 19:11 (GMT)
Fix compiling with GE

Enabled Freestyle instead of GE :| Sry
Revision cbeb76d by Julian Eisel
September 20, 2015, 18:17 (GMT)
Fix T46180: Theme > UV Image editor > Scope Background does not have any effect
Revision 28da385 by Julian Eisel
September 20, 2015, 16:11 (GMT)
Cleanup: Use new vector transform functions
Revision a28a1f1 by Julian Eisel
September 20, 2015, 16:03 (GMT)
GL-utils: Add vector transform functions

Might also be useful to have _neg versions of these (done quite often),
but decided to keep it simple for now.
September 20, 2015, 10:27 (GMT)
fix build error w/ clang
September 20, 2015, 08:17 (GMT)
Word wrap support for frame node
September 20, 2015, 07:49 (GMT)
Fix T46169: Link to bpy API in addons tab of user preferences is outdated.

Now use auto-generated one, like e.g. for link in Help main menu...
September 19, 2015, 09:08 (GMT)
Fix T46161: Rotate around selection changes bezier curve handle type.

Issue is, when 'Rotate Aroud Selection' is set, in Edit mode we do a fake transform operation
to get center point around which to rotate. For curves, most transform operations involve
a check of handle types. For now, added 'TFM_DUMMY' as an exception here.

Think it would be best to actually undo those changes in case of cancelled operation,
but this is much more involved, while this fix is safe enough to be included in final 2.76.
September 19, 2015, 07:49 (GMT)
Fix for building w/ Python3.6
September 19, 2015, 07:49 (GMT)
Fix leak in UI Panels

Switching screens quickly didn't free the panels activedata.
September 19, 2015, 05:22 (GMT)
UI: tooltip layout tweaks

- enable word-wrap for all tip text to align vertically.
- draw enum identifier at the end of the last line, not first.
September 19, 2015, 05:22 (GMT)
BLF: correct ResultBLF.width value when wrapping
September 19, 2015, 05:22 (GMT)
UI: word-wrap for tooltips, broke text alignment

This wasn't visible with default settings,
but caused problems w/ pie-menu's & manually adjusted theme font-size.

Now only draw from the bound-box top w/ word-wrap enabled.
Revision 36d6424 by Julian Eisel
September 19, 2015, 02:24 (GMT)
File Browser: Scroll view on normal selection too

Adjusts view after mouse/border selection if some selected items are out of view bounds.
To get as much of the selection into view as possible, this adjusts view first for the last, then for the first element in the selection.
Also, if region is pretty small, view adjustment is skipped, as otherwise the view is focused on the first element only, which isn't really useful IMHO.

Maybe not so nice: Since we do two view alignment iterations, UI_view2d_curRect_validate, which is a rather big function *might* be called twice under certain circumstances (border select & total size of selected elements is exceeds view bounds). I think that's totally acceptable though.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021