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
2019-03-01Fix T62075: Edges generated by solidify modifier does not appearClément Foucault
2019-02-28Cleanup/refactor clnor code: add high-level helpers to set custom normals.Bastien Montagne
2019-02-28Fix (unreported) assert in modifier evaluation of weighted normals.Bastien Montagne
2019-02-28'Fix' T61942: Triangulate modifier breaks custom normals.Bastien Montagne
2019-02-26Cleanup: use 'poly' for polygons-related data, not 'face'.Bastien Montagne
2019-02-26Fix T61979: Solidify not working in Blender 2.8.Bastien Montagne
2019-02-26Bevel mod: cleanup flags and extra data.Howard Trickey
2019-02-25Cleanup: finish modifiers' hearder re-order from rBe31f0fad9744c813.Bastien Montagne
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
2019-02-22Multires: Fix ownership problem causing crashesSergey Sharybin
2019-02-21Subdiv: Enable topology cache for animationSergey Sharybin
2019-02-20Comment: clarify reason for using scale as sizeCampbell Barton
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-12Modifiers: Make Difference default operation for boolean modifier.Bastien Montagne
2019-02-12Weight modifiers: Remove weird looking dependencySergey Sharybin
2019-02-12Depsgraph: Add utility function for transform dependencySergey Sharybin
2019-02-12Fix fur on Spring charactersSergey Sharybin
2019-02-11Fix T61391: MeshDeform Modifier does not work on a solidified planar mesh.Bastien Montagne
2019-02-11Fix T61185: Missing modifiers update on changes to texturePhilipp Oeser
2019-02-08Fix T59339: Particle render without baking issuesSergey Sharybin
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Workaround for missing hair after opening the fileSergey Sharybin
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T61046: Object with cloth jumps aroundSergey Sharybin
2019-01-31Fix T59339: Particle render without baking issuesSergey Sharybin
2019-01-30Cleanup: Unused function argumentSergey Sharybin
2019-01-29Fix T60067: some modifiers don't use shape keys correctlyJacques Lucke
2019-01-28Fix several missing cases of copy func for modifiers.Bastien Montagne
2019-01-28Fix T60840: Serious memleak in solidify modifier.Bastien Montagne
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Fix build error after recent cleanup.Brecht Van Lommel
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-25Cleanup: sort cmake file listsCampbell Barton
2019-01-23License: add missing GPL headersCampbell Barton
2019-01-22Fix T60722: decimate modifier not working in some cases.Philipp Oeser
2019-01-22Fix potential invalid memory access in surface force field BVH tree.Andrew Williams
2019-01-22Fix T59395: Subdivision modifier with quality 1 crashes blenderSergey Sharybin
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-18Add miter pattern options.Howard Trickey
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2019-01-16Multires: Prepare for cached topologySergey Sharybin
2019-01-16Subdiv: Initial implementation of topology cacheSergey Sharybin