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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user