Blender Git Loki
Git Commits -> Revision 255edfa
Revision 255edfa by Ish Bosamiya (soc-2021-adaptive-cloth) June 22, 2021, 18:02 (GMT) |
adaptive_cloth: fix: mesh_reader: obj: 'vt' considered under 'v' Consider v 1.0 1.0 1.0 vt 1.0 1.0 Here, both lines start with "v" hence, if the check is, line starts with "v", it satisfies both, which is not correct. The correct check should be, line starts with "v ". |
Commit Details:
Full Hash: 255edfa5e1554abdf5f55d454488f2e1d69271b7
Parent Commit: fed0cdf
Lines Changed: +9, -4
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+9, -4) (Diff)