Can't Render Batch in Blender 3.1
RomansyahAnim opened this issue ยท 6 comments
Just like a title says.
It can't Render
When I try to add new blend file, new windows batch appear without single blend inserted.
I usually use this featurein 2.79 below and it's working.
Please can you fix it ? This plugin really helping my project ๐ and not babysitting to 1 blend file to another
Hi @RomansyahAnim,
unfortunately I can not confirm, works here without any problems. Are you using the latest version? Your operating system is? What exactly happens? Are there any error messages in the console?
I'd suggest download and install the latest release and report back: https://github.com/p2or/blender-loom/releases
Cheers,
Christian
Hello @p2or
Hmm ,so this problem only happened to me?
When I try to add blend file to the batch, it's coming back like this
https://i.gyazo.com/2c95550d16402f3de4089b7ec36b4976.mp4
"Nothing selected" if I try to add that file
In the video I use 3.1.2 Version blender (I've also tried version 3.0, same problem)
For the Add-ons I use 0.8.6 version.
BUT! I try my "Old" project file
2.79 below .blend file below and work!
https://i.gyazo.com/69cc3e0b7d9efee9f4b142e6ab2dad11.mp4
I think .blend 3.0+ fail to detect? Or just my blend project is weird?
I have another project I make in 3.0 and it didn't work. so 3.0, 3.1 .blend is the problem I think
Thank you for the reply
Romansyah
Hi @RomansyahAnim,
thanks for making the gifs, really helps to understand your issue. My initial guess was that Blender has problems with your rather long file path. However, I re-created the folders, tested everything and it works fine:
... and Loom loads each file into the batch dialog as expected:
So I guess your blender files are buggy somehow. The frames and the name of the scene are read from the file when the file is added to the list. In case that fails, "Can't read your.blend"
is printed to the console.
For further investigation I added a new branch. Please remove the current version of loom, download the add-on from here: https://github.com/p2or/blender-loom/tree/batch-load (using the green 'Code' button), extract the archive, install the loom.py
file and report back whether that's working, thanks.
Also, could you please share one of those files to test?
Cheers,
Christian
OHH! With the new Add-ons "Batch-load" It can detect my blend file!
To make sure, I try again use the 0.8.6 version. if my Project fixed or the plugin working.
and still can't Add Blend file if i use old version.
so it's true that my blend file is buggy
But.. When I trying to Render it the using "cmd.exe blend" / "command line" the windows is crash Like this
I dunno why. But I try to make sure Once again, the windows cmd is cant render or.. once again, my files
So I trying to "Render Image Sequences this time" and it's working like a normal
https://i.gyazo.com/81d0ec9f82c084493d4b80e44289d28d.mp4
but It cant render when "Render using command line"
https://i.gyazo.com/ef063f5022ec99953604176fe56039b7.mp4
Here is my file if you want to test it
https://drive.google.com/drive/folders/1JHS0iQgcd3yNkAaNbFiJHt3UUqg6aPpM?usp=sharing
One problem solved, and another one coming in.. sorry for making this difficult
Thank you very much
Hi @RomansyahAnim,
thanks for providing the files. It turned out that your blend files are corrupted, Blender even prints not a blend file
onto the console while reading it. If I append all collections of each file into a new clean blend file, everything is back to normal:
Anyway, with yesterday's patch you are nevertheless able to render all your files using Loom (I also tested rendering your files from the command line with no problems). Please note that you'd have to set the frame range manually since Blender/Python can not read the ranges from your buggy files:
The warnings you see in the console PT_RigSettings does not contain...
, PT_CosmeticSettings does not contain...
and so forth are coming from another addon which is not following the blender conventions and should be updated, hard to guess from the screenshot which one it is though. One of your rigging add-ons maybe...?
Update: As of version 0, 8, 7
, invalid Blender files are detected and a dedicated warning appears in the UI. Unfortunately, you still have to enter the frame range manually in this case since there is no way to read it from your corrupted blend (if you'd like to test the changes, just download Loom using the green code button).
I think that's all what I can do for you here and I hope this helps. Closing for now, if something else comes up, just let me know.
Cheers,
Christian
Okay :D thank you very much for you help ๐