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
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-04-12BMesh: avoid ghash realloc's making log entryCampbell Barton
2015-04-12Reset view after ctrl-clicking a PanelJulian Eisel
2015-04-12Missed this last commit (dyntopo hashing)Campbell Barton
2015-04-11BGE: Add keyword arguments to createConstraint APIThomas Szepe
2015-04-11BGE: FIX T43537: ImageMirror does not work in BlenderPlayer with quad bufferBenoit Bolsee
2015-04-11BMesh: intersect was using ptr hash for int keysCampbell Barton
2015-04-11BMesh: simplify hashing for dyntopoCampbell Barton
2015-04-11Remove splash link to support gooseberryCampbell Barton
2015-04-10BGE : Fix T43800: getScreenVect()/getScreenPosition()/modelview_matrix return...Thomas Szepe
2015-04-10Disable strict flags for msvcCampbell Barton
2015-04-10Fix for debug-only crash when setting "Any" keymap input typeDalai Felinto
2015-04-10Thumbnails: Add translations to font preview.Bastien Montagne
2015-04-10BLF translation: fix BLF_lang_get(), add UI-agnostic BLF_translate/_do helpers.Bastien Montagne
2015-04-10Thumbnails: some reorganization, decouple actual path of file to preview from...Bastien Montagne
2015-04-10Use off_t for filesize (was int)Campbell Barton
2015-04-10Cleanup: remove win32 workaroundCampbell Barton
2015-04-10Fix T44329: Second part: prevent 'cachebuffer' and 'fullOSA' in preview renders.Bastien Montagne
2015-04-10Don't use vertex colors in textured mesh display during texpaint.Antony Riakiotakis
2015-04-10Only selected keys will get cleaned by the action and graph cleanAntony Riakiotakis
2015-04-10Fix T44329: Blender Crash when rendering in 3DView.Bastien Montagne
2015-04-10Move clean operator from action/ipo editors to the delete menu, now thatAntony Riakiotakis
2015-04-10rename _ipo -> _fcurveCampbell Barton
2015-04-10Multiview: remove option to preview the selected stereo 3d mode and error whe...Dalai Felinto
2015-04-09Multiview: fix crashes with pageflip mode - by Cédric Paille (cedricp)Dalai Felinto
2015-04-09Fix T31546 fragment program gets created every frameAntony Riakiotakis
2015-04-09Separate proportional editing options for graph and action editor.Antony Riakiotakis
2015-04-09Fix regression after multiview, basically we appended the wrong framesAntony Riakiotakis
2015-04-09Fix T44322: Crash when trying to render spotlight halos.Bastien Montagne
2015-04-09Seriously... Fix building!Bastien Montagne
2015-04-09Fix part of T44320 selecting islands can fail.Antony Riakiotakis
2015-04-09Disable proportional editing when duplicating keyframesAntony Riakiotakis
2015-04-09Fix partial image update during renderingSergey Sharybin
2015-04-09Fix T44308 painting in 2D editor offset by one pixel.Antony Riakiotakis
2015-04-09WM: allow 'save as' to path set by operatorCampbell Barton
2015-04-09Fix uninitialized var use reading view prefixCampbell Barton
2015-04-09Fix missing NULL checksCampbell Barton
2015-04-09Fix for passing -1 to close()Campbell Barton
2015-04-09Cleanup: redundant NULL checksCampbell Barton
2015-04-09Fix missing NULL checkCampbell Barton
2015-04-09Remove invalid assertCampbell Barton
2015-04-08Fix T44235: UNC Path Fails in open.Bastien Montagne
2015-04-08Fix T44113: Some System Folders do not contain go back arrow.Bastien Montagne
2015-04-08Fix T44310: Other render slots cleared after each renderDalai Felinto
2015-04-08Particles: Fix for missing particles in render if they're disabled for viewportSergey Sharybin
2015-04-08Fix T44213: Bevel object from different scene won't update generated bezier c...Sergey Sharybin
2015-04-08Fix memory leak in bump GLSL nodeAntony Riakiotakis
2015-04-08Attempt GLSL compile fix in opensuse linux basically, we passed a vec3Antony Riakiotakis
2015-04-08Transform: use relative motion for vertex slideCampbell Barton
2015-04-08Math Lib: add project_plane_v3_v3v3Campbell Barton