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
2015-06-02Write metadata to caches (application name, date of creation, userLukas Tönne
2015-06-02Fix T44742. Bevel now avoids vertex meshes when only two edges are beveled.Howard Trickey
2015-06-02Display basic metadata of a cache archive in the cache library inputLukas Tönne
2015-06-02Silence compiler errors by returning a default value for vectorLukas Tönne
2015-06-02Fix T36994: Make link modifier fails (soft body)Campbell Barton
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-06-02Fix operator exec /w popups that close the windowCampbell Barton
2015-06-02Fix compilation error after recent commitSergey Sharybin
2015-06-02Fix T44921: Node editor, nodes position not maintained after Material panel c...Sergey Sharybin
2015-06-02Fix own mistake searching python binaryCampbell Barton
2015-06-02Simplify Win32 extension checkCampbell Barton
2015-06-02Fix drawing text on >2gig buffers (stamp for eg)Campbell Barton
2015-06-02Fix T44869: Crash rendering >2gb imagesCampbell Barton
2015-06-02Fix T44919: BGE marhutils attrs leak memoryCampbell Barton
2015-06-01UI: tweaks to ID and non ID preview templatesInes Almeida
2015-06-01template id previews: changes for consistency with icon views templateInes Almeida
2015-06-01template ID previews: quick fix for buttons region overlapping the search buttonInes Almeida
2015-06-01Thumbnails: fix bad handling of invalid thumbnails, cleanup and deduplication.Bastien Montagne
2015-06-01Font Preview: much better handling of i18n case.Bastien Montagne
2015-06-01Font Preview: fallback to default english strings in case translated ones hav...Bastien Montagne
2015-06-01Support for an optional semantics argument when interpolating cachedLukas Tönne
2015-06-01Fix T44915 vertex color lost when adding new layer in edit mode.Antony Riakiotakis
2015-06-01Disable writing a crash file completely on Windows.Antony Riakiotakis
2015-06-01Fix T44894: Round two.Bastien Montagne
2015-06-01Fix T40621: Tablet in walk mode failsCampbell Barton
2015-06-01WM: include tablet data in WM_event_printCampbell Barton
2015-06-01Fix T44747: Drag toggle /w nodes (glitch)Campbell Barton
2015-06-01Cleanup: doxygen commentsCampbell Barton
2015-06-01Fix for leak in BM_uv_element_map_createCampbell Barton
2015-06-01Fix T44892: Cursor warp, invoked outside the areaCampbell Barton
2015-06-01Fix vertex slide regression /w rotated objectsCampbell Barton
2015-05-31Fix T44894: Broken packed image import from older .blend file.Bastien Montagne
2015-05-31Improvements to the Freestyle Python API (needed by the SVG Exporter)Tamito Kajiyama
2015-05-31Fix ugly drawing of closed panels in horizontal layoutJulian Eisel
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-30BGE Cleanup: Removing flen variable where it is not usedJorge Bernal
2015-05-30BGE Cleanup: Identical code for both if/else branchesJorge Bernal
2015-05-30Interpolation code for reading Alembic cache samples on subframes.Lukas Tönne
2015-05-30fix T44884: corrected a wrong usage of the CustomLayer API (due to a misunder...Gaia Clary
2015-05-30Make use of the subframe value in Scene when reading from cache archives.Lukas Tönne
2015-05-30Use the Alembic generic chrono_t type internally for reading fromLukas Tönne
2015-05-30Correct own error with recent commitCampbell Barton
2015-05-30python tar.gz changed structure due to python.exe being added.Martijn Berger
2015-05-30Fix leak in BMesh convex hull operatorCampbell Barton
2015-05-30Fix reading uninitialized bufferCampbell Barton
2015-05-29Cleanup: Use true/false for bool, namingJulian Eisel
2015-05-29Merge branch 'master' into gooseberryAntony Riakiotakis
2015-05-29BGE: Fix memory leak when unable to add wheelJorge Bernal
2015-05-29fix T44884: Index counter for active UV Map used wrong offsetGaia Clary
2015-05-29Yet another attempt to fix T44869Antony Riakiotakis