p2or / blender-loom

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

Microsoft Store version - Converting a Python list to an RNA collection: keyword "type" missing #57

Closed ghost closed 1 year ago

ghost commented 1 year ago
Python: Traceback (most recent call last):
  File "C:\Users\Mitarbeiter\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\loom.py", line 1219, in execute
    bpy.ops.loom.render_terminal(
  File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.1.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\bpy\ops.py", line 113, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
  File "C:\Users\Mitarbeiter\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\loom.py", line 3644, in execute
    bpy.ops.loom.run_terminal( 
  File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.1.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\bpy\ops.py", line 113, in __call__
    ret = _op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties:  LOOM_OT_run_terminal.argument_collection error converting a member of a collection from a dicts into an RNA collection, failed with: TypeError: Converting a Python list to an RNA collection: keyword "type" missing
Location: C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.1.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\bpy\ops.py:113
p2or commented 1 year ago

Hi @Fsorian,

just updated to the latest and greatest blender version on win 10 (3.6.1), did a quick testrender using the commandline as well as the batch dialog and everything worked like a charm. Could you please add a bit more information about your setup and your blender version? Are you using a custom build? Does Loom work with the release version?

Cheers, Christian

ghost commented 1 year ago

It worked for mee too the first time i used it. I'll try further to find what is causing the error. thanks for the quick reply Blender_3.6.1.0_x64

p2or commented 1 year ago

Hi @Fsorian,

based your command line output I guess there is something wrong with your Blender version (again it seems like there is a custom build installed on your workstation so the chances are good that something is wrong).

I'd suggest try the regular 3.6.1 LTS from: https://www.blender.org/download/ and report back.

Cheers, Christian

ghost commented 1 year ago

Hi Christian,

Thanks for your reply. Thankfully, following your instructions solved the issue. The version I was using was installed through the Windows store.

Have a great one, Fernando

p2or commented 1 year ago

Great @Fsorian! Thanks for keeping me posted. Cheers, Christian