ynput / ayon-unreal

Unreal Engine integration addon for AYON
Apache License 2.0
0 stars 0 forks source link

Bug: Local rendering doesn't work #11

Open antirotor opened 6 days ago

antirotor commented 6 days ago

Is there an existing issue for this?

Current Behavior:

Local rendering doesn't work. Creating rendering instance (with sequencer) will correctly create Movie Render Queue item, but hitting Render... in AYON menu that should trigger the rendering process does nothing (not even producing some sensible output).

Expected Behavior:

Local rendering should work as expected.

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

  1. Create rendering instance
  2. Set it to your liking
  3. Hit Render... in AYON menu

Are there any labels you wish to add?

Relevant log output:

No response

Additional context:

Tested in UE 5.4. Manually executing Movie Render Queue starts rendering.

moonyuet commented 4 days ago

Just deleted my previous comment When I further investigate the issue, I find out that it can be happened when we are not using the level sequence and execute rendering at the same master level. We need to raise a message to ensure the user to move all the assets into the target level for rendering. Or use the current level for rendering instead.