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
path: root/source
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2019-01-14 16:13:39 +0300
committerJacques Lucke <mail@jlucke.com>2019-01-14 16:13:39 +0300
commitb5b6555768a34c2a08942575f232523470d2c7d0 (patch)
treec95615a7dd51d32a825fdca5987929db325ae24a /source
parentec3e2b0ce5a056ca53c37a07d24d86e31f4d2e97 (diff)
cleanup last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/modifiers/intern/MOD_bevel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_bevel.c b/source/blender/modifiers/intern/MOD_bevel.c
index 319b6c5a60b..6156ae28109 100644
--- a/source/blender/modifiers/intern/MOD_bevel.c
+++ b/source/blender/modifiers/intern/MOD_bevel.c
@@ -100,8 +100,6 @@ static CustomDataMask requiredDataMask(Object *UNUSED(ob), ModifierData *md)
*/
static Mesh *applyModifier(ModifierData *md, const ModifierEvalContext *ctx, Mesh *mesh)
{
- // modifier_setError(md, "Hello world");
- // return BKE_mesh_new_nomain(0, 0, 0, 0, 0);
Mesh *result;
BMesh *bm;
BMIter iter;