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-08-05Fix T68211: Transfer Mesh Data with Custom Normal crash when Auto Smooth is e...Bastien Montagne
2019-06-13Mesh: don't compute CD_ORCO layer when there are no deforming modifiersBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-05Cleanup: Remove unused argumentSergey Sharybin
2019-05-31Fix various missing updates in sculpt mode, when changing modifiers and dyntopoBrecht Van Lommel
2019-05-31Fix T65285: Crash with Object.to_mesh() in certain conditionsSergey Sharybin
2019-05-29Fix T58251: Cycles ignores linked meshes when renderingSergey Sharybin
2019-05-27Depsgraph: Fix condition inverted by mistakeSergey Sharybin
2019-05-24Depsgraph: Fix violation of evaluated domainSergey Sharybin
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-26Fix T63660: Data Transfer of normals No Longer Working.Bastien Montagne
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