Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/object.c
| Context not available. | |||||
| else { | else { | ||||
| /* only on local objects because this causes indirect links | /* only on local objects because this causes indirect links | ||||
| * 'a -> b -> c', blend to point directly to a.blend | * 'a -> b -> c', blend to point directly to a.blend | ||||
| * when a.blend has a proxy thats linked into c.blend */ | * when a.blend has a proxy that's linked into c.blend */ | ||||
| if (!ID_IS_LINKED(ob)) | if (!ID_IS_LINKED(ob)) | ||||
| id_lib_extern((ID *)dtar->id); | id_lib_extern((ID *)dtar->id); | ||||
| } | } | ||||
| Context not available. | |||||