- Remove redundant .HasValue() calls We are calling `GetPrimvarsWithValues` which will do the HasValue checks for us already. - Consistently skip non-array primvars We only want to import in the array attributes. Consistently check for this in each of our loops. Pull Request: https://projects.blender.org/blender/blender/pulls/132816