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 blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: avoid adjacent C-style commentsCampbell Barton
2019-03-29Cleanup: styleCampbell Barton
2019-03-29Fix T63075: edit mode crash with deforming modifiers, after recent changes.Brecht Van Lommel
2019-03-28Cleanup: better naming, comments, variable scoping in mesh_calc_modifiers.Brecht Van Lommel
2019-03-28Cleanup: remove unused derivedmesh code.Brecht Van Lommel
2019-03-24Cleanup: redundant use of string formatting functionsCampbell Barton
2019-03-18Fix T62633: Model normals not updating in a modifier stack after a deform mod...Bastien Montagne
2019-03-12Cleanup: BLI_utildefines struct macrosCampbell Barton
2019-03-12Cleanup: styleCampbell Barton
2019-03-08Modifier eval: add support for request poly normals layer.Bastien Montagne
2019-03-07Modifiers Evaluation: generate loop normals when requested.Bastien Montagne
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-11Cleanup: commentsCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-22Fix T58492: smoke flow jitters around flow source when using adaptive domain.Bastien Montagne
2019-01-11Revert "Fix T57371: Generative modifiers in editmode display vertex group wei...Clément Foucault
2019-01-11Fix T57371: Generative modifiers in editmode display vertex group weights ...Clément Foucault
2019-01-10Fix T59631: Crash in Surface Deform modifier Bind when Dynamic Paint is inclu...Bastien Montagne
2018-12-17Correct modifier stack validationSergey Sharybin
2018-12-06Fix T57770: Edit-mesh wireframe cage select failsCampbell Barton
2018-12-05Cleanup: unused functionCampbell Barton
2018-12-05Implement bvhtree.fromObjectDalai Felinto
2018-12-04Fix T57620: display custom normals in Edit Mode.Alexander Gavrilov
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-12-03Fix T57858: Add validation callback to CustomData layers.Bastien Montagne
2018-12-03Depsgraph: assert that mesh_get_eval_final/deform aren't used in eval.Alexander Gavrilov
2018-12-01Fix more cases of evaluated mesh being built for non-COW objects.Alexander Gavrilov
2018-12-01Fix usage of mesh_get_eval_final in vertex selection.Alexander Gavrilov
2018-12-01Texture Paint: avoid rebuilding evaluated mesh on first stroke.Alexander Gavrilov
2018-11-25Fix mesh_build_data() calling mesh_finalize_eval() before copying texspace.Bastien Montagne
2018-11-20Cleanup: styleCampbell Barton
2018-11-20Modifier stack: Only ensure derived mesh when USE_DERIVEDMESH is definedSergey Sharybin
2018-11-20Modifier stack: Use evaluated mesh to check normalsSergey Sharybin
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-10-15Cleanup: unused functionsCampbell Barton
2018-10-15Mesh: remove DerivedMesh for boundbox calculationCampbell Barton
2018-10-15Cleanup: remove unused functionsCampbell Barton
2018-10-12Mesh: remove derived mesh for nurbs conversionCampbell Barton
2018-10-11Cleanup: make BKE_mesh_ensure_normals_for_display publicCampbell Barton
2018-10-10Fix modifier cage option being overwrittenCampbell Barton
2018-10-10Cleanup: namingCampbell Barton
2018-10-10Correct bad statvis default in recent commitCampbell Barton
2018-10-10Cleanup: namingCampbell Barton