python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Operator in class initialization?
I've coded in Python about year and more, but today for the first time I saw something like this:
class ObjectSelector(bpy.types.Operator):
bl_idname = "lod.search"
bl_label = &quo...
Erik Palenčík
Votes: 0
Answers: 1
Executing console commands, Python
I have a tricky problem that I can't seem to figure out on my own.
[Goal]
I have an automation script that has a button. When that button is pressed I run Blender in background mode, use a custom scri...

Aleks K.
Votes: 0
Answers: 0
What are the metadata tags for 360 video, how do I set them from Blender / ffmpeg / script?
I want to start making more 180* / 360* animations with Blender. I recently read that VLC is among the first video players to properly support panoramic video, it's one I use so that's great news on t...

MirceaKitsune
Votes: 0
Answers: 1
Blender python scripting UI - How to refresh outliner header when a different collection becomes active?
My script changes the outliner header content depending on the active collection, however it will only refresh when I move my mouse around the screen.
Obviously I want the header to refresh as soon as...

Joshua de Haan
Votes: 0
Answers: 0