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
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-27Fix T51637: Mesh Tools - Noise Button Crashes.Bastien Montagne
2017-05-27Release wasn't building, limit debug scopeCampbell Barton
2017-05-27CustomData: assert on bad arguments to freeCampbell Barton
2017-05-26Fix T50851: Array modifier generating invalid geometry.Bastien Montagne
2017-05-26Fix T50908: Motion Tracker ignored grease pencil maskSergey Sharybin
2017-05-26Fix freeing all custom-data layersCampbell Barton
2017-05-26Fix integer overflows in meshcache modifier.lazydodo
2017-05-26Fix T51609: Bake Texture, Margin crashing BlenderSergey Sharybin
2017-05-26Fix T51350: 2D curve normals flip when deformedCampbell Barton
2017-05-26Fix T51287: Matrix.lerp fails w/ shearBrecht Van Lommel
2017-05-26Fix GPencil depth checksCampbell Barton
2017-05-26Fix T51629: Select w/ object lock failsCampbell Barton
2017-05-26Cleanup: warningCampbell Barton
2017-05-26Cleanup: Typo in colormanagement (ColormnaageCacheData -> ColormanageCacheData)Lukas Stockner
2017-05-26[MSVC] Fix build error. linker was searching for a mangled version of versionstrlazydodo
2017-05-25Fix blender player python installation on macOS after recent changes.Brecht Van Lommel
2017-05-25Fix T50112: Sequencer crash w/ missing proxy dataCampbell Barton
2017-05-25Docs: Image.has_data clarificationCampbell Barton
2017-05-25Fix T51444: Unit tests don't run on WindowsCampbell Barton
2017-05-25Fix macOS python cmake install to work when switching lib directories.Brecht Van Lommel
2017-05-24Fix error accessing tessface color in edit-modeCampbell Barton
2017-05-24Proper fix for crash loading old files with compositorSergey Sharybin
2017-05-24Revert "Fix crash opening really old files with compositor"Sergey Sharybin
2017-05-24Fix possible invalid normal use w/ tangent calcCampbell Barton
2017-05-24Alembic: Export mesh as mesh, even when it has no vertices.Sybren A. Stüvel
2017-05-24Alembic export: consider mesh with animation data as "animated"Sybren A. Stüvel
2017-05-24Alembic export: write Blender version to Alembic fileSybren A. Stüvel
2017-05-24Fix T51586: Regression: Alembic containing animated curves / hair no longer w...Sybren A. Stüvel
2017-05-23Fix T51534: Alembic: added support for face-varying vertex coloursSybren A. Stüvel
2017-05-23Alembic: reduced code duplication in read_mcols()Sybren A. Stüvel
2017-05-23Alembic: split up read_custom_data_ex() into read_custom_data_{mcols,uvs}()Sybren A. Stüvel
2017-05-23Add PovRay file extensions to our 'textual' file filtering.Bastien Montagne
2017-05-23Fix some POV keywords not colored correctly.Bastien Montagne
2017-05-23Fix T48668, bevel mistake on presumed reflex angle.Howard Trickey
2017-05-23Make msvc2015 happy again.Bastien Montagne
2017-05-23Fix T51319: Alembic export crash w/simple child particles if Display value < ...Sybren A. Stüvel
2017-05-23Fix T51592: Simplify AO Cycles setting remains active while Simplify is disabledSergey Sharybin
2017-05-22Add PovRay syntax hilghting.Bastien Montagne
2017-05-22Fix T51308: Bright/Contrast Doesn't respect Pre-multiplied AlphaSergey Sharybin
2017-05-22Fix T51318: Non-update of preview when switching from world to lamp panel.Bastien Montagne
2017-05-22Enhance vgroup handling when merging meshes.Bastien Montagne
2017-05-22Fix T51520: Broken vertex weights after two mesh joining.Bastien Montagne
2017-05-22Fix wrong comment in BLI_findstringindex (returns 0-based index!).Bastien Montagne
2017-05-22Fix T51169: Push/pull fails w/ local lock axisCampbell Barton
2017-05-22Fix T51336: Crash on broken file opening.Bastien Montagne
2017-05-21[msvc] Use debug nunmpy archive for debug buildslazydodo
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-19Fix T51524: Instantiated Hair Object which has dupligroup children and hidden...Bastien Montagne
2017-05-19Fix crash opening really old files with compositorSergey Sharybin