Page 1 of 1

Linked meshes disappear with animation rendering

Posted: Fri Jul 02, 2021 2:17 am
by Xharthok_1
First I want to thank the devs for creating and maintaining the Blender Plugin!

I found a critical bug for animation production: Using linked collections from source files and rendering with “Render Animation” (Ctrl F12) causes the linked meshes to disappear on the second rendered frame. With F12 single frame rendering it works, but then (sometimes) motionblur freaks out.

I attached a Blenderfile with the bug in it’s simplest reproducible form. Just open “SceneWithLinking.blend” and hit “Render Animation”. All paths are relative, so it should work out of the box.

The motion blur part is not reproducible every time and seem to happen only in complex scenes, but I assume it’s connected to the first bug, so I think that has higher priority.

My system:
Windows 10
32GB RAM
RTX2080Ti (MSI GeForce RTX 2080Ti VENTUS 11G)
Driver Version: 141.11
Blender_Octane_Edition_2020.2.4_23.10_stableupdated
OctaneServer_Prime_2020.2.4_23.10_stable

Re: Linked meshes disappear with animation rendering

Posted: Mon Jul 05, 2021 6:59 pm
by linograndiotoy
Thank you for your report!
We'll check the issue!

Re: Linked meshes disappear with animation rendering

Posted: Mon Jul 05, 2021 7:06 pm
by linograndiotoy
Setting the mesh Object Type to "Movable Proxy" solves the issue. We'll look into that, by the way.

Re: Linked meshes disappear with animation rendering

Posted: Tue Jul 06, 2021 10:02 am
by linograndiotoy
The issue has been fixed. The fix will be available in the next release.

Re: Linked meshes disappear with animation rendering

Posted: Thu Jul 08, 2021 1:38 am
by Xharthok_1
linograndiotoy wrote:The issue has been fixed. The fix will be available in the next release.
That was quick! Thanks for fixing it!

I also tested your suggestion with Movable Proxy in the current version and it completely solved the bug in my scenes. The aperiodic problems with motion blur too. So it's very likely that all other weird problems with motionblur on linked meshes are also gone with the next version. I should have tested Movable Proxy, somehow I completely overlooked that option.

What was the fix? Is the plugin now setting proxys automatically with linked meshes?

Re: Linked meshes disappear with animation rendering

Posted: Thu Jul 08, 2021 2:17 pm
by linograndiotoy
What was the fix? Is the plugin now setting proxys automatically with linked meshes?
No, it was just a fix at code level.