Blender Git Loki
Git Commits -> Revision 05b6859
Revision 05b6859 by Hans Goudey (master) June 2, 2021, 15:11 (GMT) |
Fix T88732: Curve to mesh node crash with empty input curve The mesh to curve node generated an empty curve because no edges were selected. This commit changes that node to not add a curve in that case. This also changes the curve to mesh node to not add a material when no mesh was created. Even though we don't expect null curves or meshes in this case, the change is harmless. |
Commit Details:
Full Hash: 05b685989b5288bcfdc5bd4ae5c387a1da4dd58e
Parent Commit: 7654203
Lines Changed: +3, -5