Blender Git Commit Log
Git Commits -> Revision 93c0c0c
Revision 93c0c0c by Ish Bosamiya (soc-2019-adaptive-cloth) June 3, 2019, 18:20 (GMT) |
Cloth: Initial step towards remeshing Currently, the mesh is triangulated. This is a necessary step in the remeshing pipeline and it also serves as a means of testing the functionality of the recent change wherein the cloth modifier has been changed to an applyModifier() based modifier. Mesh generated by cloth_remeshing_step() needs to be sent to clothModifier_do for the changes to reflect in the viewport. |
Commit Details:
Full Hash: 93c0c0c4e0802eb3b1dd748f1ee090395ee0609e
Parent Commit: 207c740
Lines Changed: +85, -10