[Bf-committers] Problem appending shot with proxied objects

Manuel Rais manu at g-lul.com
Mon Nov 16 19:25:09 CET 2015


Hi all,

I also have the same issue since 2.75.
Same symptoms.

Thanks.


Le 16 novembre 2015 17:16:01 GMT+01:00, Smells Like Donkey <contact at smellslikedonkey.com> a écrit :
>I’m looking at a problem that my clients are having. Basically when
>appending shots with linked and proxied objects, the proxies are losing
>their links. This started in 2.75 - 2.74 is okay.
>
>I have traced the code to id_clear_lib_data. Is there any reason why
>the function id_clear_lib_data clears proxies on objects? Specifically
>this code:
>
>	if (GS(id->name) == ID_OB) {
>		Object *object = (Object *)id;
>		if (object->proxy_from != NULL) {
>			object->proxy_from->proxy = NULL;
>			object->proxy_from->proxy_group = NULL;
>		}
>		object->proxy = object->proxy_from = object->proxy_group = NULL;
>	}
>
>If I comment this out then it appears to work for our case. The code
>for this function in 2.74 did not do anything to proxies at all.
>
>Thanks,
>Tod.
>
>P.S. Bugs: https://developer.blender.org/T46731 and
>https://developer.blender.org/T46756
>
>_______________________________________________
>Bf-committers mailing list
>Bf-committers at blender.org
>http://lists.blender.org/mailman/listinfo/bf-committers

---
Manuel Rais
manu at g-lul.com
+33 (0)6 62 29 80 86


More information about the Bf-committers mailing list