June 11, 2014, 07:36 (GMT) |
Merge branch 'master' into soc-2014-bge |
June 11, 2014, 06:26 (GMT) |
Merge remote-tracking branch 'upstream/master' into multiview Conflicts: source/blender/imbuf/intern/openexr/openexr_api.cpp |
June 10, 2014, 21:52 (GMT) |
Noise settings UI |
June 10, 2014, 20:59 (GMT) |
UI for UVS count |
June 10, 2014, 20:19 (GMT) |
indentation method added, minor fixes |
June 10, 2014, 17:46 (GMT) |
Use function binding instead of the generic PointerRNA for passing constant arguments to operation functions. This usually includes an ID datablock pointer and possibly some subdata like a modifier, bone or particle system. Note that this does not yet handle transient data that would get passed only between operations during the depsgraph evaluation. Such a system requires careful lifetime handling of the data and memory management. |
June 10, 2014, 16:02 (GMT) |
Themify pie menu colors. |
June 10, 2014, 14:31 (GMT) |
Merge branch 'master' into pie-menus |
June 10, 2014, 14:29 (GMT) |
Fix undo after paint curve editing crashing on sculpt mode. Also fix bad file write of paint curves. |
June 9, 2014, 17:06 (GMT) |
More fixes for CMake, MSVC 2013, Windows 8 The hard-coded path for OpenEXR library should include the -2_1 suffix. Added /SAFESEH:NO flag to standalone Cycles application so it can link. The standalone Cycles application needs both debug and optimized versions of the OpenEXR libraries. |
June 9, 2014, 13:54 (GMT) |
fix some layout issues and comment some unused options |
June 9, 2014, 13:47 (GMT) |
Merge branch 'master' into soc-2013-paint Conflicts: release/scripts/startup/bl_ui/space_view3d_toolbar.py source/blender/editors/uvedit/uvedit_draw.c |
June 9, 2014, 07:01 (GMT) |
Removed void context pointer and generic PointerRNA arguments from the operation functions. These functions are now plain lambdas without any arguments. They should be bound to the appropriate fixed arguments on construction. |
June 8, 2014, 11:16 (GMT) |
indents added; correct order of wavelets restored |
June 8, 2014, 10:38 (GMT) |
Use a generalized functor type for the operation eval callbacks instead of a plain function pointer. With std::bind the previous function pointer wrapper is also no longer needed. |
June 8, 2014, 09:17 (GMT) |
New utility header for bind and function. |
June 8, 2014, 08:41 (GMT) |
Build file changes to make use of the C++11 standard. |
June 7, 2014, 23:39 (GMT) |
Merge branch 'manip-fix' into soc |
June 7, 2014, 23:39 (GMT) |
Merge remote-tracking branch 'origin' into soc |
June 7, 2014, 23:39 (GMT) |
Merge remote-tracking branch 'origin' into manip-fix |
|
|
|


Master Commits
MiikaHweb | 2003-2021