Blender Git Commits

Blender Git "master" branch commits.

Page: 2938 / 5574

Revision 5031ca0 by Sv. Lockal
February 27, 2014, 13:29 (GMT)
Cycles: compile fix after rB7808360c5f (own mistake)
Revision 7808360 by Sv. Lockal
February 27, 2014, 11:01 (GMT)
Cycles: fix crash in SSE hair and half-floats on x86+vc2008

MSVC 2008 ignores alignement attribute when assigning from unaligned
float4 vector, returned from other function. Now Cycles uses unaligned
loads instead of casts for win32 in x86 mode.
February 27, 2014, 10:14 (GMT)
Implement separate BA step for tracks which have constant zero weight

This is needed to minimize their reprojection error over the footage.
Without this extra step positions of such tracks were calculated by
algebraic intersection code only, which doesn't give best precision.
February 27, 2014, 09:07 (GMT)
Fix root of the issue of bad_cast bug in localization

No need to call l10n stuff when it's disabled in the preferences.

Reviewed by @mont29, thanks!
February 27, 2014, 09:02 (GMT)
Resubmission: Avoid UUOC in install_deps.sh

This is a resubmission of the original patch from D255. Sorry, I didn�??t understand that subsequent patches added to a diff are considered to //override// previous ones, rather than add to them.

Basically the comment for commit rB554eca1c288e has been applied to the wrong patch.

Reviewers: mont29

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D359
February 27, 2014, 08:49 (GMT)
Hopefully definitively fix the "enter the advanced numinput mode" issue.

Hack around event code and check against ascii code, this way keyboards with "complex" access to '=' and '*' are still able to toggle numinput modes.
February 27, 2014, 08:33 (GMT)
Fix T38864: Crash with curves and follow path
February 27, 2014, 08:31 (GMT)
Fix T38844: Crash if weight track = 0

Avoid zero-sized problem when doing euclidean intersection

Zero-sized problem might occur when intersecting track with
constant zero weight. For such tracks we'll just use result
of algebraic intersection.

TODO: We probably need to have a separate BA step to adjust
positions of tracks with constant zero weight.
February 27, 2014, 08:01 (GMT)
Fix T38602: Aligned layout breaks if panel too wide
February 27, 2014, 07:39 (GMT)
Fix T36654.

There is a key conflict between grease pencil shortcuts and sculpt
shortcuts (D and ctrl D were taken by draw brush and dyntopo toggle,
respectively). Based on feedback, change dyntopo toggle to ctrl-T and
draw brush to X.

Also add missing property update for dyntopo detail size.
February 27, 2014, 07:30 (GMT)
UI: avoid for divide by zero for icon buttons (no need to clip text)
February 27, 2014, 06:15 (GMT)
Fix T38863: FCurve auto-clamp allows handle to move past X bounds

F-Curves with large Y axis had strange behavior where the handles could
stretch out on the X axis rather then clamping as they do at smaller sizes.
February 27, 2014, 06:03 (GMT)
Code cleanup: curves calculation was using offsets confusingly

also avoid calculating handle length when align isn't used.
February 27, 2014, 05:18 (GMT)
Fix: 'F-Curve Editor' popup text was truncated.
February 27, 2014, 04:03 (GMT)
Fix T38859: Laplacian Deform Crash
February 27, 2014, 02:39 (GMT)
Fix T38851: Apply Transform doesn't work when called from search popup
February 27, 2014, 02:28 (GMT)
Fix T38834: Knife constraint is offset after moving the view
February 27, 2014, 01:28 (GMT)
Fix T38858: Crazy spaces was unpredictable with co-linear edges
February 27, 2014, 00:33 (GMT)
Fix for VIEW3D_OT_camera_to_view with quadview, disable in camera view
February 27, 2014, 00:31 (GMT)
Fix for view3d name getting concatenated
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021