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-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
2014-01-14Fix for own regression, editmode object selection (Ctrl+RMB)Campbell Barton
2014-01-14Fix T38196: Crash with smoke simulationSergey Sharybin
2014-01-14Add check for KD tree size to BLI_kdtree_insert()Sergey Sharybin
2014-01-14Correct bad mistake in own recent to commit to angle calculationCampbell Barton
2014-01-14Code Cleanup: minor edits to recent commitCampbell Barton
2014-01-14Missed a comment on last commit.Jonathan Williamson
2014-01-14Make Toolbar Tabs more readableJonathan Williamson
2014-01-14Fix T38186: mesh inset didn't follow edge directions for flat surfacesCampbell Barton
2014-01-14Math Lib: minor optimization for angle functionsCampbell Barton
2014-01-14Fix T38176: can't set vertex coordinate to 0.0 when it's set to 0.0000001.Brecht Van Lommel
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-13Fix T38171: Vertical tabs don't respond to clicks on the left most pixelsCampbell Barton
2014-01-13Color control for bl_debug_draw functionsHoward Trickey
2014-01-13fix compilation for mingw-w64Antony Riakiotakis
2014-01-13Fix crash happening on render after recent imbuf PERSISTENT flagSergey Sharybin