Blender Git Commits

Blender Git "master" branch commits.

Page: 2804 / 5574

August 13, 2014, 13:32 (GMT)
OSX: fix paranthesis in last commit
August 13, 2014, 13:27 (GMT)
OSX: add a fix for lion_fs loosing handles after calling fs from key shortcut, also reenabled lion_fs for OSX >= 10.9 again
August 13, 2014, 13:11 (GMT)
Maybe slightly controversial pie commit:

Make pie menu item placement touch the radius from the internal side of
the buttons rather than placing on the center on the cirtcle. This
allows us to get rid of the separate visual angle property, also allows
for tighter placement of pies with a smaller radius without easily
overlapping.

Also pie menu title now always appears above the threshold indicator.
August 13, 2014, 12:22 (GMT)
Add custom property to previous commit, name "Context" of that property
was misleading.
August 13, 2014, 12:08 (GMT)
Correct missing new line in the debug print
August 13, 2014, 12:08 (GMT)
Align pie menu title on center.
August 13, 2014, 12:04 (GMT)
Bring back python operator for pies on a certain operator property.
August 13, 2014, 11:11 (GMT)
Image Editor: only do alpha test if output file requires alpha

(internal change, nothing should change to the user)
August 13, 2014, 10:35 (GMT)
Fix T41219: Cycles backface detection doesn't work properly

Root of the issue goes back to the on-fly normals commit and the
latest fix for it wasn't actually correct. I've mixed two fixes
in there.

So the idea here goes back to storing negative scaled object flag
and flip runtime-calculated normal if this flag is set, which is
pretty much the same as the original fix for the issue from me.

The issue with motion blur wasn't caused by the rumtime normals
patch and it had issues before, because it already did runtime
normals calculation. Now made it so motion triangles takes the
negative scale flag into account.

This actually makes code more clean imo and avoids rather confusing
flipping code in mesh.cpp.
August 13, 2014, 08:21 (GMT)
Correct menu items active behavior applying to dialogs
August 13, 2014, 07:49 (GMT)
Fix T40717: Screen does not update while scrolling or zooming with touchpad on a laptop

This is rather workaround solution for now, which seems to
work and it's not that huge to maintain (one liner apart from
the comment).

Idea is to make sure PeekMessage peeks the message when window
proc receives WM_MOUSEWHEEL (some touchpad drivers seems to
swallow the messages making it so PeekMessage doesn't get
anything).
August 13, 2014, 07:14 (GMT)
Fix linking error on VC 2013: Update lib names for openexr
August 13, 2014, 05:06 (GMT)
Fix T39387: Knife makes duplicate verts with subsurf
August 13, 2014, 04:55 (GMT)
Math Lib: rename barycentric_transform -> transform_point_by_tri_v3

also add transform_point_by_seg_v3
August 13, 2014, 04:34 (GMT)
Math Lib: name signed versions of dist_to_plane_v3 explicitly

also add unsigned versions
August 13, 2014, 03:56 (GMT)
Knife tool: avoid copying vectors
August 13, 2014, 00:38 (GMT)
Fix possible uninitialized var use
August 12, 2014, 23:34 (GMT)
Spelling
August 12, 2014, 22:38 (GMT)
Spelling
August 12, 2014, 22:37 (GMT)
RNA: use static declarations
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021