Fixed a bug where removing an element could prevent creating additional
materials. This was due the identifiers being generated from the raw
material array length, which would shrink by one when deleteing.
After which a new materials id would collide with the last material in
the array.
Fixed a bug where removing an element could prevent creating additional materials. This was due the identifiers being generated from the raw material array length, which would shrink by one when deleteing. After which a new materials id would collide with the last material in the array.
Also, added view to the drop down.