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
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-12-06Rectangle API: add single axis intersection checkCampbell Barton
2013-12-06Fix T37710: Missing bounds check for active UI list item could crash.Campbell Barton
2013-12-06Appease grumpy ole gcc 4.7 of MinGW64 (possibly gcc 4.6 of MinGW32 too?)Antony Riakiotakis
2013-12-06Forgot to theme-ify color of shadow UVs (color used to draw uvs duringAntony Riakiotakis
2013-12-05Correction to fix of T37688Sergey Sharybin
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-12-05Fix for own error in recent tessellation update.Campbell Barton
2013-12-05Fix T37698: Crash from invalid context access when freeing customLukas Tönne
2013-12-05Fix T37688: User Preferences do not load correctlySergey Sharybin
2013-12-05Fix T37703: Shadow pass output image is mangled.Sergey Sharybin
2013-12-05Blender Internal: Fix for rendered view crash that happens when changing scre...IRIE Shinsuke
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-05Compiler warnings: quiet float/double conversion warningCampbell Barton
2013-12-04Fix T37189: Inconsistent icons for Force fieldSergey Sharybin
2013-12-04Fix T37680: Texture image scale is not refreshingSergey Sharybin
2013-12-04Add alloca include for MSVCCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-12-04Fix T37690: UI does not immediatelly reflect new length of effect stripSergey Sharybin
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-12-04Code cleanup: remove unused color management functionsSergey Sharybin
2013-12-04Compiler Warnings: disallow 'long' in DNA, its not reliably 64bit (gcc only)Campbell Barton
2013-12-04User interface: internal change, collect panels to draw before drawing.Campbell Barton
2013-12-04Fix UI bug with 'socket menus' (used e.g. by cycles' Material panels).Bastien Montagne
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-12-04Usual UI messages fixes & tweaks.Bastien Montagne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-12-03Fix T37663: Black matcap when object located on a curveSergey Sharybin
2013-12-03Fix T37670: Paint mode + procedural map colours errorSergey Sharybin
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-12-03View Navigation: Walk and Fly modesDalai Felinto
2013-12-03Code Cleanup: minor changes fly-mode edits, use copy_v3_fl3, remove commentsCampbell Barton
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-12-03User Interface: error in own recent commit, replacing loop with memsetCampbell Barton
2013-12-03Knife Tool: incorrect sized vector args (harmless but misleading)Campbell Barton
2013-12-03Laplacian Deform Modifier: fix possible NULL pointer dereference.Campbell Barton
2013-12-02Fix for crash pasting text into uilist filterCampbell Barton
2013-12-023D View: use proper units for viewport lens length, matching the camera prope...Scott Petrovic
2013-12-02Bevel: add width consistency pass.Howard Trickey
2013-12-02Fix T37671: Edit Texture Space on Skin Resize crashSergey Sharybin
2013-12-02Correct previous commit with BLF & buildinfoCampbell Barton
2013-12-02Fix T37656: Huge amount of RAM used during start when rendering large imagesSergey Sharybin
2013-12-02User Interface: fix for crash pressing Ctrl+DeleteCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-12-02Polyfill: fast-path for convex ngons (and mostly convex ngons).Campbell Barton
2013-12-02Fix for triangulate and beauty-fillCampbell Barton
2013-12-01Fix T37667: rotational difference driver target marked invalid even though va...Brecht Van Lommel
2013-12-01Cleanup: remove deprecated old Lamp.shadspotsize from code.Bastien Montagne