IDManagement: change IDTypeInfo.owner_get to instead return address of the owner_id pointer.

Also rename the callback. That way, we can keep moving toward a more
generic handling of those embedded IDs (think e.g. about copy code).
This commit is contained in:
2022-09-08 16:32:35 +02:00
parent 462014b59b
commit 406243c2fd
41 changed files with 57 additions and 54 deletions

View File

@@ -190,7 +190,7 @@ IDTypeInfo IDType_ID_LT = {
.foreach_id = lattice_foreach_id,
.foreach_cache = NULL,
.foreach_path = NULL,
.owner_get = NULL,
.owner_pointer_get = NULL,
.blend_write = lattice_blend_write,
.blend_read_data = lattice_blend_read_data,