Page MenuHome

Laplacian smooth modifier port to 2.8
ClosedPublic

Authored by Christian Hubert (alikendarfen) on May 11 2018, 9:28 AM.

Diff Detail

Repository
rB Blender
Branch
mod_laplaciansmooth_to2.8 (branched from blender2.8)
Build Status
Buildable 1537
Build 1537: arc lint + arc unit

Event Timeline

Sybren A. Stüvel (sybren) requested changes to this revision.May 11 2018, 3:36 PM
Sybren A. Stüvel (sybren) added inline comments.
source/blender/modifiers/intern/MOD_laplaciansmooth.c
45

Keep new includes ordered alphabetically.

504

Rename mesh to mesh_src and meshData to mesh, to be consistent with other modifiers.

522

Rename mesh to mesh_src and meshData to mesh, to be consistent with other modifiers.

This revision now requires changes to proceed.May 11 2018, 3:36 PM

Changes:

  • Added includes in alphabetical order
  • Convention for naming mesh mesh_src in deformVerts and deformVertsEM
This revision was not accepted when it landed; it landed in state Needs Review.May 11 2018, 4:53 PM
This revision was automatically updated to reflect the committed changes.