For information, "bind"/"unbind" button is not updated is the UI.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/modifiers/intern/MOD_laplaciandeform.c | ||
|---|---|---|
| 47 | Add new includes in alphabetical order. | |
| 549 | Use BKE_mesh_runtime_looptri_len to get the number of looptris. | |
| 560–561 | Use BKE_mesh_runtime_looptri_len to get the number of looptris. | |
| 567–568 | Use BKE_mesh_runtime_looptri_ensure to get the array. | |
| 735 | Rename mesh to mesh_src and meshData to mesh, to be consistent with the other modifiers. | |
| 745 | Rename mesh to mesh_src and meshData to mesh, to be consistent with the other modifiers. | |
| 747–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.