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-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
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