Revision c40cc0b by Campbell Barton June 17, 2014, 12:00 (GMT) |
Remove redundant check |
Revision 10c74ec by Sergey Sharybin June 17, 2014, 08:58 (GMT) |
Fix T40638: Crash in Particle System, Connect Hair |
Revision fdc57e4 by Campbell Barton June 17, 2014, 07:33 (GMT) |
Correct argument name |
Revision 985892c by Campbell Barton June 17, 2014, 06:00 (GMT) |
Cycles: only use -fno-rtti with OSL (conflicts with -fsanitize=vptr) |
Revision f1fb5da by Campbell Barton June 17, 2014, 05:28 (GMT) |
Correct menu name |
Revision 2886f75 by Campbell Barton 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 |
Revision 3144ae2 by Sergey Sharybin 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. |
Revision 2f527a8 by Sergey Sharybin June 16, 2014, 18:23 (GMT) |
Cycles: Fix compilation error on 32bit platforms |
Revision f9b7617 by Campbell Barton June 16, 2014, 18:07 (GMT) |
Fix T40646: Knife project fails with clipping |
Revision e848cb9 by Campbell Barton June 16, 2014, 18:07 (GMT) |
Fix for knife when in ortho camera view |
Revision b56151f by Sergey Sharybin June 16, 2014, 17:35 (GMT) |
Cycles: Fix compilation error on platforms without SSE2 |
Revision f2a0062 by Campbell Barton June 16, 2014, 16:47 (GMT) |
Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a)) |
Revision a6e2901 by Campbell Barton 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 |
Revision 38d6841 by Sergey Sharybin 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.. |
Revision 0125ae1 by Sergey Sharybin June 16, 2014, 09:13 (GMT) |
Forgot this in previous commit |
Revision be55327 by Sergey Sharybin June 16, 2014, 08:58 (GMT) |
Make blender-* branches not being displayed on the splash |
Revision ecfc2db by Sergey Sharybin 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021