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
AgeCommit message (Expand)Author
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-03Keymap: add walk modeCampbell Barton
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-12-03Code Cleanup: python import formattingCampbell 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-02User Preferences: grey out Mouse Over options if option is unchecked.Scott Petrovic
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-023D Text: remove 'body' editing from the UI.Campbell Barton
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-02CMake: check CMAKE_C_COMPILER_ID instead of CMAKE_CXX_COMPILER_IDCampbell 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