Revision 473d462 by Sergey Sharybin June 15, 2015, 16:50 (GMT) |
Fix T44980: Shapekeys with driver not working with new depsgraph in 2.75 test build Was just a few missing dependencies. |
Revision 05b2ab1 by Antonis Ryakiotakis June 15, 2015, 13:40 (GMT) |
Fix typo in previous commit |
Revision 9090d64 by Campbell Barton June 15, 2015, 12:27 (GMT) |
Fix T45060: Brush size snaps back to default max |
Revision d7cd8ff by Sergey Sharybin June 15, 2015, 11:41 (GMT) |
Fix T45052: Compositing-Masks are not editable with new DepsGraph This commit fixes missing updates of masks with the new dependency graph in a way which is safe for backport into master branch. Compositor nodes will not receive needed update callback yet, this will be solved after mask and compositor are becoming a proper node in the graph, it is considered a TODO now. |
Revision 5b8af1d by Campbell Barton June 15, 2015, 11:11 (GMT) |
Fix T44704: BGE regression importing bpy.types |
Revision edfe2d6 by Campbell Barton June 15, 2015, 10:56 (GMT) |
BGE: fix use after free |
Revision fd629d2 by Campbell Barton June 15, 2015, 09:56 (GMT) |
Cleanup: quiet warning |
Revision 644e225 by Campbell Barton June 15, 2015, 08:14 (GMT) |
Add missing file |
Revision d8e994b by Campbell Barton June 15, 2015, 01:03 (GMT) |
BMesh: edge-offset feature (Ctrl+Shift+R) Ability to quickly add 2x edge loops on either side of selected loops. |
Revision 3efc0ac by Campbell Barton June 15, 2015, 00:59 (GMT) |
Revert "Revert "Disable key accelerators for splash screen"" This reverts commit 7f3dcbe17feccb99abbdbc3aea83189696d97391. Please check with authors first, this bug was already fixed since RC1. |
Revision 7f3dcbe by Thomas Beck June 14, 2015, 22:54 (GMT) |
Revert "Disable key accelerators for splash screen" This reverts commit 7b0c327b943d4c4a3b212844ea2d4dfcc77f0556. The problem with this commit is that the "move to layer" functionality by hitting M,1 f.e. didn't work anymore... Campbell, would be great if you could look into this again, as I'm not experienced in this specific region.. |
Revision e464cba by Campbell Barton June 14, 2015, 18:56 (GMT) |
Edge Slide: refactor direction calc into function |
Revision 9cefd56 by Sergey Sharybin June 14, 2015, 12:36 (GMT) |
GHost: Attempt to fix compilation error on older OSX systems The issue was caused by using NotificationCenter which is only available since 10.9 so trying to build blender on OSX with 10.7 SDK would fail. Now it should be possible to build blender with SDK 10.7 and at the same time official builds should still be doing proper weak-linking to a notification center. |
Revision eb03109 by Campbell Barton June 14, 2015, 12:26 (GMT) |
Fix error enabling an already enabled addon Would run register() twice causing warning with `register_module()` which expects new classes to be defined. Now run unregister() before re-registering. |
Revision 1862991 by Campbell Barton June 14, 2015, 12:18 (GMT) |
Fix '--addons' argument - only enable addons which aren't already enabled - use 'persistent' load option (new file wont reset) |
Revision b9fe261 by Campbell Barton June 14, 2015, 11:47 (GMT) |
Fix addon_utils.check Second return value could be None instead of False. |
Revision 91b2399 by Sergey Sharybin June 14, 2015, 11:14 (GMT) |
Fix T41870: Cycles OSL - Changing rotation value in anisotropic shader crashes Blender Older OSX has major issues with sincos() function, it's likely a big in OSL or LLVM. For until we've updated to new versions of this libraries we'll use a workaround to prevent possible crashes on all the platforms. Shouldn't be that bad because it's mainly used for anisotropic shader where angle is usually constant. This fix is safe for inclusion into final Blender 2.75 release. |
Revision 208a917 by Campbell Barton June 14, 2015, 00:05 (GMT) |
CMake: note env var |
Revision 5299727 by Campbell Barton June 13, 2015, 23:50 (GMT) |
CMake: disable OSL if cycles is disabled |
Revision 1e9348e by Campbell Barton June 13, 2015, 23:34 (GMT) |
CMake: minor edits to lite config |
|
|
|


Master Commits
MiikaHweb | 2003-2021