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
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-15Fix T38233: Right click in Particle Edit mode closes applicationSergey Sharybin
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-15Only check OB_RECALC_ALL flags of the object in transform codeSergey Sharybin
2014-01-15Followup to the previous commitSergey Sharybin
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 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 - 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-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-14Fix for icon pin drawing too large when (U.pixelsize != 1)Campbell Barton
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-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 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-13UI Icons: store icons in git as uncompressed pixmaps (D196)Campbell Barton
2014-01-13Compilation error fix and strict warning silence for previous commitsSergey Sharybin
2014-01-13Remove direct lattice modifiers calc from the drawing codeSergey Sharybin
2014-01-13Remove direct mball creation from object conversionSergey Sharybin
2014-01-13Remove direct mball creation from the drawing codeSergey Sharybin
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-13Code cleanup: no need to check display list elements in texture space matchSergey Sharybin
2014-01-13Remove direct displist creation from object conversionSergey Sharybin
2014-01-13Remove direct displist creation from drawing codeSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Fix T38124: Grease Pencil Line thicknessBastien Montagne