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-16Better fix for previous commitSergey Sharybin
2013-12-16Fix possible crash when cleaning cache with some ibufs removed by the memory ...Sergey Sharybin
2013-12-16Color management: use fallback mode if there're no displays/viewsSergey Sharybin
2013-12-16Add optional 'frame' argument to scene.timeline_markers.new(name)Dalai Felinto
2013-12-16Motion tracking: use PROP_PIXEL for pixel RNA valuesSergey Sharybin
2013-12-16Disable region overlap in movie clip editorSergey Sharybin
2013-12-16UI: use BLF_width_to_strlen for efficient text clippingCampbell Barton
2013-12-16BLF API: Add BLF_width_to_strlen,rstrlen gives a byte offset from a string widthCampbell Barton
2013-12-16Fix T37826: Opening a new image in the image editorSergey Sharybin
2013-12-16Make compression in IMB_allocImBuf match other placesSergey Sharybin
2013-12-16Missing NULL-pointer check in BKE_image_free_anim_ibufsSergey Sharybin
2013-12-15Editmesh: skip allocating a face array for recalc-normalsCampbell Barton
2013-12-15Minor optimization for strlen and memcpy calls for reading blend filesSv. Lockal
2013-12-14correct error in recent commitCampbell Barton
2013-12-14Revert "Hide the 3D cursor in a few cases where it is unneeded (active object...Antony Riakiotakis
2013-12-14Curves: Skip 3dtext & 2d-curve filling when fill is set to 'None'Campbell Barton
2013-12-14Fix bmesh compiler warning with OS X / clang.Brecht Van Lommel
2013-12-14Modeling: add optional angle limit for beauty fillCampbell Barton
2013-12-14BMesh API: optionally pass fallback to BM_edge_calc_face_angle functionsCampbell Barton
2013-12-14Code cleanup: Remove "TexFace to Material Convert", from the file menu. This ...Thomas Dinges
2013-12-14Code cleanup: Remove Blender 2.4x animation player preset, since we have the ...Thomas Dinges
2013-12-14Fix T37811: Delete key shortcut missing for deleting markersJoshua Leung
2013-12-13Interface / Modifiers: Don't show cage placeholder in modifier header, if the...Thomas Dinges
2013-12-13UI: color ramp buttons were redesigned and get a button to pick the n-th colo...Geoffroy Krantz
2013-12-13Code cleanup: float<>double promotionCampbell Barton
2013-12-13UI/RNA: added pixel and percentage units to some propertiesScott Petrovic
2013-12-13Curve Handle Recalculate (Ctrl+N)Campbell Barton
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-13minor style and comment fix.Antony Riakiotakis
2013-12-13Hide the 3D cursor in a few cases where it is unneeded (active object isAntony Riakiotakis
2013-12-13Fix T37572: text editor scrolling not working well with Mac trackpad panning.Brecht Van Lommel
2013-12-12UI: remove text margin when a slider is aligned to another buttonCampbell Barton
2013-12-12Radial control operator support for pixel propertiesAntony Riakiotakis
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-12-12improvements and simplification to gravity code:Antony Riakiotakis
2013-12-12Sculpt mode Gravity feature from GSOC 2010 by Jason Wilkins.Antony Riakiotakis
2013-12-12Fix for error exposed by right-align number buttonsCampbell Barton
2013-12-12Fix T37595: Switching modal transform broke with trackball rotation.Campbell Barton
2013-12-12Code Cleanup: use const's and bools for idpropsCampbell Barton
2013-12-12RNA: Add assert to ensure the idprop is correct size on array get/setCampbell Barton
2013-12-12Fix T37757: MCE - Mask Pivot Point individual origins doesnt workSergey Sharybin
2013-12-12Fix for off by one error noted by Anthony EdlinCampbell Barton
2013-12-12Use factor subtype for plane track opacitySergey Sharybin
2013-12-12Code cleanup: indent preprocessor directives inside #ifdefSergey Sharybin
2013-12-12Mesh API: Add BKE_mesh_origindex_map_createCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-12Fix T37769: inconsistent behavior of Remove Selected From Active Group.Brecht Van Lommel
2013-12-12Code Cleanup: replace global debug checks in raycast with DEBUG ifdefCampbell Barton
2013-12-12Add meaningful default for SimpleDeform modifier's angle prop.Bastien Montagne