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
2012-01-03Remesh Modifier:Thomas Dinges
2012-01-03error in recent commit - disallow selecting hidden verts.Campbell Barton
2012-01-03fix [#29761] Texture painting with interpolation ignores use alphaCampbell Barton
2012-01-03Bugfix [#29629] UV animation stops working forever if Edit mode enteredJoshua Leung
2012-01-02Remove some silly variable copies that stuck around from a previous refactor.Nicholas Bishop
2012-01-02replace:Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02Fix #29746: cycles crash with border render.Brecht Van Lommel
2012-01-02nicer string delimiter handling for Ctrl+Left/Right arrows, py console could ...Campbell Barton
2012-01-02Fix #29738: missing includes in RNA, patch by Dan Eicher.Brecht Van Lommel
2012-01-02Fixes two crashers for games, with GHOST under SDL:Alex Fraser
2012-01-02Added OpenMP multithreading for SPH particle systems.Alex Fraser
2012-01-02SPH particle simulation fixes:Alex Fraser
2012-01-02slice and iterator access for matrix.col/row so you can do...Campbell Barton
2012-01-02remove Id's that crept inCampbell Barton
2012-01-01Fix [#29556] shrinkwrap generates spikes if vertices fall exactly on the edgeBastien Montagne
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2012-01-01__func__ define for msvc since its not c99 compatCampbell Barton
2012-01-01rna api - set hard min/max for colors which are float properties but internal...Campbell Barton
2012-01-01use __func__ for makesrna.c error prints rather then the function name (no fu...Campbell Barton
2011-12-31Fix [#29728] Explode Modifier Causes Crash.Bastien Montagne
2011-12-31Code cleanup: do not use check for nan when doing check for finite due toSergey Sharybin
2011-12-31Fix: Material "Vertex Color Light" option didn't apply vertex alpha.Miika Hamalainen
2011-12-31Dynamic Paint:Miika Hamalainen
2011-12-31Changing KX_FontObject to look for a "Text" game property instead of a "text"...Daniel Stokes
2011-12-31Minor code cleanup after resolving conflictsSergey Sharybin
2011-12-31Tag object with object solver constraint to recalc when changing value ofSergey Sharybin
2011-12-31Do not set scene's camera on camera solving and cursor snappingSergey Sharybin
2011-12-31fix [#29734] Crash after bpy.ops.file.direrectory_new()Campbell Barton
2011-12-31fix [#29735] Blender crashes with ACCESS_VIOLATION when snapping cursor to ca...Campbell Barton
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-31workaround for error building with clang and quiet some warnings building wit...Campbell Barton
2011-12-31Small tweaks from Zafio for the remesh modifier iconNicholas Bishop
2011-12-31Patch is partially made by Pelle Johnsen. Thanks!Alexander Kuznetsov
2011-12-31Fix for Remesh Modifier:Thomas Dinges
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-30Disable markers when doing frame-by-frame tracking and tracker library return...Sergey Sharybin
2011-12-30Object tracking integrationSergey Sharybin
2011-12-30patch [#29726] Enable looping with Follow Path constraint and cyclic curves. ...Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30use PyUnicode_From_STR_String in the game engine in more places.Campbell Barton
2011-12-30cucumber merge, multiline font object:Dalai Felinto
2011-12-30formatting edits, missed these last commit.Campbell Barton
2011-12-30fix [#29686] Weight paint paints when it shouldn'tCampbell Barton
2011-12-30patch from Jason HaysCampbell Barton
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-30Fixed low boundary when detecting frames range for camera solverSergey Sharybin
2011-12-30Fix #29729: Blender crashes when camera solving with a disabled markerSergey Sharybin
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30minor dna header cleanupCampbell Barton