Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2014-04-04Followup to the previous commit: forgot to tweak handle typeSergey Sharybin
2014-04-04Mask spline segment slide improvementSergey Sharybin
2014-04-04Optimization for mempool initial chunk allocationCampbell Barton
2014-04-04Mask point slide: clean-up of SlidePointData structureSergey Sharybin
2014-04-04Maks point slide: get rid of jump when you press shiftSergey Sharybin
2014-04-04Mask point slide: remove commented out codeSergey Sharybin
2014-04-04Mask curvature slide: reduce jumps on slideSergey Sharybin
2014-04-04Fix crash happening in DAG_pose_sort() due to threading issuesSergey Sharybin
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-04Cloth: replace EdgeHash with EdgeSetCampbell Barton
2014-04-04Clicking outside menus wasn't closing when opened from non menu popupsCampbell Barton
2014-04-03I18N: add missing linesSv. Lockal
2014-04-03Slide mask spline segment to define it's curvatureSergey Sharybin
2014-04-03Optimize BLI_convexhull_aabb_fit_hull_2d, avoid atan2, sin, cosCampbell Barton
2014-04-03Fix for T39537 wasn't complete, buttons in popups remained unset.Campbell Barton
2014-04-03Fix T39567: simple deform modifier errorCampbell Barton
2014-04-03Fix build for BSD (broken by own 35747ee3d547).Bastien Montagne
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-04-03Freestyle: Fix for debug information about sweep line intersection detection.Tamito Kajiyama
2014-04-03Forgotten to add this on last commit. This would cause dyntopo to alwaysAntony Riakiotakis
2014-04-03Add load_ui to WM_OT_read_homefileCampbell Barton
2014-04-03WM: expose file loading operator property init functionsCampbell Barton
2014-04-03Code cleanup: use BKE_BIT_TEST_SET to set flagsCampbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-02Fix T39520, show diffuse not working in dyntopo.Antony Riakiotakis
2014-04-02Undoing masks in dyntopo leaked memoryAntony Riakiotakis
2014-04-02Refactor to recent matcap built-ins to not use the built in system.Antony Riakiotakis
2014-04-02Implement fame sliding from IE's cache lineSergey Sharybin
2014-04-02UI: Tweak last commit for UIList and image scopes' grip size.Bastien Montagne
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-02Fix T39521: Render with two Blender processes on same computer: compression i...Bastien Montagne
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
2014-04-02Fix T39547: Toggling render passes on active scene does not updateLukas Tönne
2014-04-02Fix T39545: "Track selected markers", does not stop at end of videoSergey Sharybin
2014-04-02UI: support for dragging popups title areaCampbell Barton
2014-04-02Code cleanup: avoid redundant lookups for subwindowsCampbell Barton
2014-04-02Fix for BLI_rng_shuffle_array noted by mont29Campbell Barton
2014-04-02Code cleanup: use uint64_t for BLI_randCampbell Barton
2014-04-02Dyntopo: Delete OpenGL buffers of nodes that do not have any moreAntony Riakiotakis
2014-04-02Fix for building with MSVC2008Campbell Barton
2014-04-02Fix some redrawing and possibly other issues in dyntopo:Antony Riakiotakis
2014-04-01Fix T39550: polygons.active has bad defaultCampbell Barton
2014-04-01Revert 7955cb78d it causes GPU_pbvh_buffers_diffuse_changed to alwaysAntony Riakiotakis
2014-04-01Make matcaps suck lessAntony Riakiotakis
2014-04-01Image and clip editor: change zoom step to end up at powers of two.Harshit Mehta
2014-04-01Fix T39378: Revert, Recover Last Session and Load Factory Settings have no pr...Grigory Revzin