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-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
2013-12-01Fix for beauty option for triangulate (modifier and tool)Campbell Barton
2013-12-01Code Cleanup: make cpack into a function.Campbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-12-01Code Cleanup: softbody macro use (function calls and expressions within macros)Campbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-11-30Geometry API: polyfill2d, ear clipping polygon filling functions.Campbell Barton
2013-11-30Code cleanup: minor changes to custom startup file property useCampbell Barton
2013-11-30Math Library: add functions cross_poly_v2, cross_tri_v2Campbell Barton
2013-11-30Fix T36804: the property sensor when set to interval was causing a memory leakMitchell Stokes
2013-11-30Fix T37566: KX_GameObject.resumeDynamics() was not properly restoring collisi...Mitchell Stokes
2013-11-30D54: Added a filepath attribute to the read_homefile operator.gaiaclary
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-29Remove some extraneous glEnableClientState/glDisableClientState. ThisAntony Riakiotakis
2013-11-29Image wrapping for plane track in clip editorSergey Sharybin
2013-11-29Move 2.6x versioning code to own fileSergey Sharybin
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-11-29Fix T37149: Macros store settings from a cancelled operationCampbell Barton
2013-11-29Fix T37407: removing cd-layer didn't set the active layer correctlyCampbell Barton
2013-11-29Code cleanup: avoid using function calls within macrosCampbell Barton
2013-11-29Fix own regression - adding a grid had rotated face.Campbell Barton
2013-11-29Python API: give a better error message when creating a Matrix failsCampbell Barton
2013-11-28Transform: improve normal orientationCampbell Barton
2013-11-28Fix T37143: Wrong normal dir with individual origins + one vert selectedCampbell Barton
2013-11-28error in last commitCampbell Barton
2013-11-28Testing: added check for broken links to wiki docsCampbell Barton
2013-11-28View3D: split camera controlling parts of fly mode into their own functionsCampbell Barton
2013-11-27Fix T37414: local view not taken into account for blender internal F12 render...Brecht Van Lommel
2013-11-27missing from last commitCampbell Barton
2013-11-27Resolve T37240: saving a new file always had absolute paths, now remap.Campbell Barton
2013-11-27Fix T37249: Crash calling wm.progress_update() with no active windowCampbell Barton
2013-11-27Fix T37203: New face from an edge failed if only one vert was connected to a ...Campbell Barton
2013-11-27Disable redo for bend operatorCampbell Barton
2013-11-27Fix T37383: wrong spacing on Add menu in 3D view header.Brecht Van Lommel
2013-11-27Fix for recent BMesh regression refactoring out face tessellationCampbell Barton
2013-11-27BMesh Operators: BMO_op_finish now overwrites values in debug modeCampbell Barton
2013-11-27Fix for recent error (editmesh triangulate crashed).Campbell Barton
2013-11-27Fix T37121: decimate works badly with flat surfacesCampbell Barton
2013-11-27Fix T37636: double added pyattr_get_lightsHG1
2013-11-27Fix T37583: regression in bmesh triangulate breaking python's use of face_mapCampbell Barton
2013-11-27Fix T36976: drag and drop tooltip not working with retina and drawing offBrecht Van Lommel
2013-11-26Fix T37633: duplicate value GPUDynamicType could cause GLSL render issues.Brecht Van Lommel