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
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: avoid using G_PICKSEL for transform manipulatorCampbell Barton
2014-01-16Correct error in own recent commitCampbell Barton
2014-01-16Code Cleanup: outliner used magic numbers for active items and selectingCampbell Barton
2014-01-16Compilation error fix: mismatch declarationSergey Sharybin
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16Code Cleanup: simplify matcaps checks and quiet warningCampbell Barton
2014-01-16User Prefs: Manipulator unit and tooltip fixesAndrew Buttery
2014-01-16Tweak to early threaded update escapeSergey Sharybin
2014-01-15Fix T38233: Right click in Particle Edit mode closes applicationSergey Sharybin
2014-01-15Potential fix for T38111: Duplicating BOIDS emitter cause glitchy operationSergey Sharybin
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
2014-01-15UI: add "double click to rename" tooltip to list items.Andrew Buttery
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Fix T38234: changing smooth/flat shading on linked mesh data should not be al...Brecht Van Lommel
2014-01-15Fix for infinite freestyle re-render in the viewportSergey Sharybin
2014-01-15Eek, terrible typo in previous commitSergey Sharybin
2014-01-15Only check OB_RECALC_ALL flags of the object in transform codeSergey Sharybin
2014-01-15Followup to the previous commitSergey Sharybin
2014-01-15Fix T38224: Blender crashes on duplicating curveSergey Sharybin
2014-01-15Fix T38216: Cycles render crash Blender in some scene in versionsSergey Sharybin
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-15Fix text overlap when using edge angle & lengthCampbell Barton
2014-01-15Fix T38166: Vertex slide C key doesn't workCampbell Barton
2014-01-15Fix T38227: Cloth cache storing only every 10 frames.Sergej Reich
2014-01-15Fix for mistake in recent shadow addition in tabsCampbell Barton
2014-01-15Fix T38207: Tab scale jitters when resizing regionCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-15Code Cleanup: float/double promotionsCampbell Barton
2014-01-15Math Lib: add iroundf function for: (int)floorf(a + 0.5f)Campbell Barton
2014-01-15Code cleanup - Commented out some code which wasn't actually doing anythingJoshua Leung
2014-01-15Whitespace/Style fixJoshua Leung
2014-01-15Fix uninitialised var warningJoshua Leung
2014-01-15Fix build issues with mingw'sAntony Riakiotakis
2014-01-15Rigidbody: Remove keyboard shortcuts to add/remove bodiesSergej Reich
2014-01-15Code Cleanup: avoid duplicate calls to WM_window_pixels_x/yCampbell Barton
2014-01-15Fix for minor precision glitch while zooming on clamped view2dCampbell Barton
2014-01-15fixed wrong commentgaiaclary
2014-01-15Added missing includegaiaclary
2014-01-15Fix for icon generation with MSVCCampbell Barton
2014-01-15Cleanup: some boolean int to real bool.Bastien Montagne
2014-01-14Fix GLSL compatible_pow to give 1.0 for 0 ^ 0Sv. Lockal
2014-01-14Fix for icon pin drawing too large when (U.pixelsize != 1)Campbell Barton
2014-01-14Correction to assert in previous commitSergey Sharybin
2014-01-14Fix to recent commit, == instead of = in do_versionHoward Trickey
2014-01-14fix #T37894: IK constraint desactivation does not work as expectedDalai Felinto
2014-01-14Bevel fix to clamping for percent type.Howard Trickey
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2014-01-14fix #T37892 BL_ArmatureConstraint.active returns wrong valueDalai Felinto
2014-01-14Fix T38209: Curve's didn't account for negative scaleCampbell Barton