Use reproducible hashlib for representing TextureCachedField
TextureCachedField was using `hash(...)` to disambiguate its instances. However, `hash` is randomized and will hinder reproducible code generation
Please register or sign in to comment
TextureCachedField was using `hash(...)` to disambiguate its instances. However, `hash` is randomized and will hinder reproducible code generation