Blender Git Commits

Blender Git "master" branch commits.

Page: 2844 / 5574

June 17, 2014, 12:00 (GMT)
Remove redundant check
June 17, 2014, 08:58 (GMT)
Fix T40638: Crash in Particle System, Connect Hair
June 17, 2014, 07:33 (GMT)
Correct argument name
June 17, 2014, 06:00 (GMT)
Cycles: only use -fno-rtti with OSL (conflicts with -fsanitize=vptr)
June 17, 2014, 05:28 (GMT)
Correct menu name
June 17, 2014, 04:11 (GMT)
Fix T40639: operators ignore win.cursor_warp()
June 16, 2014, 21:56 (GMT)
BGE: New Property sensor evaluation types

This patch adds "Less Than" and "Greater Than" evaluation types to the property sensor.
The Wiki Docs modifications http://wiki.blender.org/index.php/User:Lordloki/Doc:2.6/Manual/Game_Engine/Logic/Sensors/Property
Also, I have attached a screenshot and a blend to check.

Reviewers: dfelinto, moguri

Reviewed By: moguri

Differential Revision: https://developer.blender.org/D476
June 16, 2014, 19:00 (GMT)
Cycles: Slight modification to the previous commit

This way util_simd.cpp would not require modifications
if/when SSE2 is suddenly supported on 32bit platforms.

This also allowed to unleash some issues with util_simd.h
related on the fact that there size_t and int are actually
the same types.
June 16, 2014, 18:23 (GMT)
Cycles: Fix compilation error on 32bit platforms
June 16, 2014, 18:07 (GMT)
Fix T40646: Knife project fails with clipping
June 16, 2014, 18:07 (GMT)
Fix for knife when in ortho camera view
June 16, 2014, 17:35 (GMT)
Cycles: Fix compilation error on platforms without SSE2
June 16, 2014, 16:47 (GMT)
Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))
June 16, 2014, 16:08 (GMT)
Quiet warning
Revision 37fce22 by Joshua Leung
June 16, 2014, 09:46 (GMT)
Bugfix: Units for time translate transforms (action/nla editors) was messed up

When autosnap mode was nearest frame or nearest marker, this was incorrectly
converting the units to seconds, making this display unusable for anything.
Revision 8e722b0 by Joshua Leung
June 16, 2014, 09:46 (GMT)
Feature Request T40643: Animation channels can be renamed by double-clicking on them too
June 16, 2014, 09:16 (GMT)
Need to consider blender-v* a release branch, not just blender-

This is because of blender-tiles branch we've got..
June 16, 2014, 09:13 (GMT)
Forgot this in previous commit
June 16, 2014, 08:58 (GMT)
Make blender-* branches not being displayed on the splash
June 16, 2014, 08:08 (GMT)
I'd tend to declare dead code is forbidden

All this code blocks commented out with UNUSED comment are
really useless.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021