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
2018-10-10Modifier: use simplified bmesh -> mesh conversionCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-29Cleanup: naming in MOD_utils.Bastien Montagne
2018-06-29Cleanup: Moar DM busting, mostly cleaning up MOD_utils.Bastien Montagne
2018-06-20Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for modifiersCampbell Barton
2018-06-11Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-05-30Modifiers: Bring back custom data referencing logicSergey Sharybin
2018-05-25Applied soc-2017-normal-toolsRohan Rathi
2018-05-23Fix modifiers not using depsgraph time for texture evaluation.Bastien Montagne
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-14Some cleanup in modifiers' mesh copying.Bastien Montagne
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-11Fix bad pointer cast when modifier is used on non-mesh objectSybren A. Stüvel
2018-05-09Cleanup/refactor: Move get_mesh_eval_for_modifier from MOD_util to BKE_modifier.Bastien Montagne
2018-05-08Cleanup: consistent BKE_mesh namingCampbell Barton
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-08Mod_util: Add back vcos parameter to get_texture_coords_mesh().Bastien Montagne
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-07Modifier stack: add new get_texture_coords_mesh() helper.Bastien Montagne
2018-05-01Modifiers: Array DerivedMesh → MeshSybren A. Stüvel
2018-05-01Modifiers: Simple Deform & Build, DerivedMesh → MeshSybren A. Stüvel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2016-08-06Basic Alembic supportKévin Dietrich
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-21Cleanup: constify scene/modifiersCampbell Barton
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
2015-01-30Fix T43324: Shrinkwrap projection issue in editmode.Bastien Montagne
2015-01-10Transfer data: add modifier.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-01-30Fix T38403: Laplacian smooth on instanced objects leads to crash.Lukas Tönne
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-22Modifier: New Wireframe ModifierCampbell Barton
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-10-20Code cleanup: de-duplicate implementation of get_texture_valueSergey Sharybin
2013-07-16fix own regression [#36154] Simple deform modifier doesn't recalculate normalsCampbell Barton
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton