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-04-22Cleanup: style, use braces for modifiersCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18Cleanup: indentation from braces in '#if 0'Campbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-05Fix T63283: Second subdivision modifier does not ignore creaseSergey Sharybin
2019-04-04Fix T63252: Bind in Mesh Deform Modifier failsSergey Sharybin
2019-04-04Fix: Erratic collision response when using constraints on collidersBenjamin Meyer
2019-04-03Multires: Make topology cache to work with copy-on-writeSergey Sharybin
2019-04-01Modifiers: Use object passed to evaluationSergey Sharybin
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel
2019-03-29Fix T63063: solidify modifier crash after recent changes.Brecht Van Lommel
2019-03-28Fix part of T60735: invalid CD_ORIGINDEX data in some modifier stack evaluati...Brecht Van Lommel
2019-03-22Modifiers: add minimum number of vertices to triangulate modifier.Ish Bosamiya
2019-03-20Fix DEG warning from T52873: Proximity WeightVG modifier can use empty as tar...Bastien Montagne
2019-03-20Fix T61759: Dynamic paint smudge crashSergey Sharybin
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-03-17Cleanup: redundant layer accessCampbell Barton
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-14Fix T62528: data transfer modifier error.Bastien Montagne
2019-03-08Fix (unreported) datatransfer code could still modify source mesh in some cases.Bastien Montagne
2019-03-08Cleanup: styleCampbell Barton
2019-03-07Multires: Fix crash on exit when sculpting with modifiersSergey Sharybin
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
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