p2or / blender-loom

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

[Blender 4.1] Batch render - `image_sequence` operator could not be found #67

Closed luckychris closed 1 year ago

luckychris commented 1 year ago

Unfortunately your great add-on doesn't work anymore in blender 4.1. Looks like the API changed. Error -> image_sequence if you try to do a batch render.

image
p2or commented 1 year ago

Hi @luckychris,

did you restart Blender after the installation? Could you please try to save the user preferences after the installation, restart Blender and call the batch dialog again? See: https://github.com/p2or/blender-loom#installation

Cheers, Christian

luckychris commented 1 year ago

Hi Christian,

i am sorry i disturbed you. It works now. Also i don't understand why this helped. ;) But i am glad it does.

Have a nice Sunday Christoph

luckychris commented 1 year ago

thank you!!

p2or commented 1 year ago

Hi @luckychris,

no problem - glad it works. If you are interested: You have to restart Blender because the add-on is not yet activated for the new instance of Blender which is called via the command line at this point (the reason why the image_sequence() operator is missing as stated in your console).

Cheers, Christian

p2or commented 1 year ago

Hi @luckychris,

FYI: as of the latest commits you don't necessarily have to restart Blender after installing Loom anymore (not yet completely sure for all possible cases though).

Cheers, Christian

luckychris commented 1 year ago

Hi @luckychris,

no problem - glad it works. If you are interested: You have to restart Blender because the add-on is not yet activated for the new instance of Blender which is called via the command line at this point (the reason why the image_sequence() operator is missing as stated in your console).

Cheers, Christian

Thank you, now i understand the error ;)

luckychris commented 1 year ago

Hi @luckychris,

FYI: as of the latest commits you don't necessarily have to restart Blender after installing Loom anymore (not yet completely sure for all possible cases though).

Cheers, Christian

That's great!