Skip to main content

All Questions

1 vote
0 answers
55 views

ID user decrement error raised in the console but has no actual effect on Blender. What's the cause of that?

By displaying the property I am getting this error by editing the property or simple scrolling around in the node editor. So maybe something with the layout or UI? ERROR (bke.lib_id): C:\Users\...
Erasers45-Studios's user avatar
3 votes
0 answers
1k views

Why is area.type None when starting Blender + script from CMD?

coders! I get an unnerving error im my python script when running blender 2.91 (same for 2.92) from the command-line under windows 10 and executing a python script on the blend-file with the ...
oystersauce's user avatar
0 votes
1 answer
815 views

Blender AttributeError: 'PreferenceView' object has no attribute 'use_international_fonts'

I am at intermediate level in Blender and i recently came across Groove 3D. So, I downloaded and installed it. But when I enable the add-on it displays " Error(see console) " under ...
Anonymous's user avatar
0 votes
1 answer
240 views

How to pass command line arguments through Blender without IndexError thrown?

I am trying to execute my command with two arguments in terminal: blender -b Scripting_Testing.blend -P background_job.py -- 1 2 I have used: ...
pleaseh3lp'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
0 votes
1 answer
1k views

Blender 2.8 Command Line: Errors on running script

I am looking to run my python scripts using the command line. So far, I have confirmed I can open blender using the command line, and I can open a specific file as well. The issue comes when I ...
WillSmithsRobot's user avatar
4 votes
4 answers
12k views

How to properly paste Python function block into python console?

Hi i have some questions : i want to paste block of function into the python console and got a lot of indentation error. Is this a bug or do i miss something ? i'm using 2.79. I'm new in coding. ...
andio's user avatar
  • 2,420
0 votes
0 answers
863 views

Batch script execution help

I've got an automated process that produces 100's of blend files for use in Unity. I need to change each of these files to fix some things. I've got other scripts that are ugly but get the job done, ...
Ryan Foss's user avatar