For information, "bind"/"unbind" button is not updated is the UI.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- mod_laplaciandeform_to2.8 (branched from blender2.8)
- Build Status
Buildable 1531 Build 1531: arc lint + arc unit
Event Timeline
| source/blender/modifiers/intern/MOD_laplaciandeform.c | ||
|---|---|---|
| 43 | Add new includes in alphabetical order. | |
| 550 | Use BKE_mesh_runtime_looptri_len to get the number of looptris. | |
| 561 | Use BKE_mesh_runtime_looptri_len to get the number of looptris. | |
| 568 | Use BKE_mesh_runtime_looptri_ensure to get the array. | |
| 736 | Rename mesh to mesh_src and meshData to mesh, to be consistent with the other modifiers. | |
| 746 | Rename mesh to mesh_src and meshData to mesh, to be consistent with the other modifiers. | |
| 748 | Use get_mesh to get the mesh. | |
Comment Actions
Changes:
- Includes in alphabetical order
- Usage of BKE_mesh_runtime_looptri_len and BKE_mesh_runtime_looptri_ensure
- Rename mesh to mesh_src and meshData to mesh, to be consistent with the other modifiers
Comment Actions
The binding operator doesn't work with copy-on-write yet, so you can't use this modifier on new objects yet. I'll work on this, as I've also done a similar approach for the Surface Deform modifier.