Page 1 of 1

linked objects are gray

Posted: Wed Mar 13, 2019 6:54 am
by lacilaci
in latest blendluxcore all objects that are linked to a scene have a gray material instead of linked one. I guess this is a blendluxcore bug?

original object:
Screenshot from 2019-03-13 07-51-05.png
when linked in a scene:
Screenshot from 2019-03-13 07-54-03.png

Re: linked objects are gray

Posted: Wed Mar 13, 2019 9:09 am
by B.Y.O.B.
The versioning code for nodes is only run when a .blend file is opened, not when stuff is linked in.
Those materials are using an old version of the imagemap node, which is not updated because of the above.

You can fix the problem by opening the blend file from which the files are linked, saving it and close it.
But I will also try to think of a solution that doesn't require this.

Re: linked objects are gray

Posted: Wed Mar 13, 2019 9:13 am
by lacilaci
B.Y.O.B. wrote: Wed Mar 13, 2019 9:09 am The versioning code for nodes is only run when a .blend file is opened, not when stuff is linked in.
Those materials are using an old version of the imagemap node, which is not updated because of the above.

You can fix the problem by opening the blend file from which the files are linked, saving it and close it.
But I will also try to think of a solution that doesn't require this.
Ok, thanks.

Re: linked objects are gray

Posted: Sun Mar 24, 2019 12:05 pm
by B.Y.O.B.
I have pushed a commit that should fix this problem.