Blender Git Commits

Blender Git "master" branch commits.

Page: 2884 / 5574

April 29, 2014, 16:12 (GMT)
Code cleanup: avoid sin/cos calls when drawing sun lamp
April 29, 2014, 14:53 (GMT)
3D Text: edit menu was hidden
Revision 2322f37 by Gaia Clary
April 29, 2014, 14:30 (GMT)
reduced minimum value for NDOF sensitivity to better fit the space navigator
April 29, 2014, 13:56 (GMT)
Fix for nurbs surface merge didn't update key index
April 29, 2014, 13:52 (GMT)
Fix issue discovered in soc-paint-2013 branch.

Weights do not need perspective correction since they are calculated on
flat triangle coordinates. Only pixel coordinates, reprojected from the
weights need this.

This was already fixed for clone brushes but in
soc-2013-paint where we have stencil preview, it is apparent that the
stencil suffered from the perspective distortion issue too.
April 29, 2014, 12:37 (GMT)
Code cleanup: quiet warnings
April 29, 2014, 12:03 (GMT)
Fix for wrong behavior of 'darken' blend mode with factor.

The formula was not consistent across Blender and behaved strangely, now it is
a simple linear blend between color1 and min(color1, color2).

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D489
April 29, 2014, 12:03 (GMT)
Fix T39940: animation of render layer on/off toggle not working during render.
April 29, 2014, 12:03 (GMT)
Code cleanup: don't use unnecessary .exe extension in scons, simplify code.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D236
April 29, 2014, 11:52 (GMT)
Fix T39942: Displacement of group instance objects when switching to textured viewport shading

Usual dupli object issue, sometimes it's needed that all the object in
dupli group have modified obmat.

Made it an utility function now, which is used by convertblender and
dupli draw code now.
April 29, 2014, 11:41 (GMT)
Fix T39941: Freestyle: Rendered preview crashes when non-primary render layer is selected and disabled.

Freestyle relies on render layer name (RenderLayer::name) to find the render layer that
corresponds to a scene render layer being rendered.

When the active render layer is disabled during preview rendering, the function
render_result_new() populates the list of render layers (RenderResult::layers) with an
unnamed render layer while setting the active scene render layer index to zero.

This commit fixes the missing initialization of the render layer name by referring to that of
the first in the list of scene render layers.
Revision 437bb52 by Lukas Toenne
April 29, 2014, 10:50 (GMT)
Accidentally left compositor debug option enabled, sorry.

(We should replace that with a proper build option really)
April 29, 2014, 10:41 (GMT)
Error in last commit
April 29, 2014, 10:12 (GMT)
PyAPI: Matrix.invert(ed): accept an optional fallback argument

This avoids try/except when its possible the matrix has no inverse.
Revision 4d8c49b by Lukas Toenne
April 29, 2014, 09:28 (GMT)
Reimplemented the earlier feature of swapping existing links to
neighboring sockets when connecting to an occupied input.

This now works based on socket names rather than types, which helps to
avoid unwanted connections to arbitrary sockets. Sockets are considered
swappable when their names match, based on an alphabetic prefix followed
by non-alphabetic suffix.

For example:
Image - Image : matches
Color1 - Color2 : matches (used e.g. in cycles mix nodes)
Roughness - Rotation : does not match (suffix is still alphabetic)
Revision 55c720f by Lukas Toenne
April 29, 2014, 08:38 (GMT)
Fix T39936: Plane Track operation would not initialize resolutions for
upstream nodes.
April 29, 2014, 08:13 (GMT)
Code cleanup: remove redundant matrix initialization
April 28, 2014, 23:33 (GMT)
Correction to last commit
April 28, 2014, 23:24 (GMT)
Fix T39614: Ping Pong Action doesn't work correctly
April 28, 2014, 22:41 (GMT)
Fix T39939: Undo change of rB27db75363e67, which broke bevel.

The test for wire edges when reattaching was wrong, because
some newly made edges are wire at the point of the test.
This made some duplicate edges.
Need to track the original wire edges a different way.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021