Hey there,
The lod_group internal is a struct and whenever you fetch a struct you often get a copy. So you would need to do:
lod_group_entry = lod_groups[1] lod_group_entry.set_editor_property("lod_hysteresis", 0.5) lod_group[1] = lod_group_entry lod_settings.set_editor_property("lod_groups", lod_groups)Dustin