Skip to main content

All Questions

0 votes
0 answers
913 views

BPY attribute error: "'bpy_prop_collection' object has no attribute 'new'"

I'm writing code to render (assemble) dozens of animations from pre-rendered frames using the video sequence editor. My workflow that I'm trying to achieve per animation is as follows: -> Take set ...
Krillinslosingstreak's user avatar
0 votes
0 answers
120 views

How to merge two rendered .mkv videos from command prompt

So I was trying to use video sequencer to merge videos (I have 10 videos to merge) and I have the code. This code uses the line bpy.context.area.type='SEQUENCER_EDITOR'. When I try to run the code ...
soumin.bhattacharjee's user avatar