p2or / blender-loom

image sequence rendering, encoding and playback
175 stars 10 forks source link

An error rendering a linked scene #93

Closed cbuhh closed 2 months ago

cbuhh commented 2 months ago

Blender 3.6 and 4.2 Create default scene with a cube. New scene > Linked copy For original scene: Loom > Render Image Sequence. Rendering occurs and completes without errors. For duplicated scene: Loom > Render Image Sequence

Python: Traceback (most recent call last):
  File "c:\blender\BlenderScripts\vanilla\addons\loom.py", line 1230, in execute
    if scn.render.use_sequencer and len(scn.sequence_editor.sequences):
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'sequences'
p2or commented 2 months ago

Hi @cbuhh,

thanks for your report! A similar issue already came up a few weeks ago in #88, but was not reproducible. Thanks to your simple example, it should be fixed as of the latest commit. Can you confirm?

If you have the time, please clone or download Loom from the master branch and report back.

Cheers, Christian

cbuhh commented 2 months ago

Hi @p2or, It seems to be working now. At least on a simple scene. Thank you very much!