Skip to main content

All Questions

Tagged with
0 votes
0 answers
4 views

KeyError: 'bpy_prop_collection[key]: key "View Layer" not found' when launching blender with external script

when I fire the following code inside blender it's working well, no matter the version 3.x or 4.x But if I try to use it when launching blender with specific argument telling to open a blender file ...
cscholl's user avatar
  • 193
0 votes
0 answers
11 views

is it correct to set the camera intrinsics in this way?

I have a 3x3 matrix inside a calibration file that has the intrinsics of my real room inside it. We will call them fx fy cx cy. I would like to know if the code I have written is correct, as I am not ...
wiseme's user avatar
  • 1
2 votes
0 answers
20 views

Operator called by another operator does not trigger Adjust Last Operation panel

I have an Operator defined as ImportImageOperator which calls another operator ...
stib's user avatar
  • 959
0 votes
0 answers
21 views

draw() not called on a Panel when X-axis mirror button is clicked [closed]

Here's minimal example. When you click the 'X' mirror button in the 3D View header, the draw method is not called, so the panel is not updated. But draw is called when changing the mode. How can I get ...
m35's user avatar
  • 1
-1 votes
0 answers
16 views

Script for importing an OBJ file as Shape key for blender 4.1

I have blender version 4.1 I’m trying to adapt the script for my version ...
notgrilbi's user avatar
0 votes
1 answer
18 views

How to get the path to an image that the user chooses

I'm using openCV to process an image that is chosen by the user. For OpenCV I just need to get the path to the image, but I'm unable to find anything in the API which lets me just pick a file path (...
stib's user avatar
  • 959
1 vote
1 answer
102 views

Control Blending Mode of the Color Mix node through the custom driver

Could somebody point me out on how to control the Blending mode of Color Mix nodes through the Custom Properties driver? I want to be able to choose between Mix, Multiply and Add parameters. I have ...
3DBear's user avatar
  • 835
0 votes
0 answers
14 views

Showing Info Text in Status bar as how "Merge By Distance" does

When "Merge By Distance" in action, I see in statusbar, some information like "(infoicon)78 vertices removed" for a while (1-2 secs appears) how can we do it in python blender API?
Zen Of Kursat's user avatar
0 votes
0 answers
20 views

Similar to "Echo All commands" in Blender?

Is there a way to see which python codes or methods run when I press a hotkey ? eg I Press "ö" and some action happens. and I don't know what it is. (also Preferences > KeyMap > Key-...
Zen Of Kursat's user avatar
0 votes
0 answers
23 views

Add more than two objects using driver distance

I'm currently working on a project and using the driver distance feature. I'm curious if it's possible to add more than two objects. Has anyone tried this before? Any advice or tips would be greatly ...
N03's user avatar
  • 433
1 vote
0 answers
9 views

How to install the HCL or LCh Color Space for Blender's Compositor (for use in the Separate and Combine Color nodes)

I am working on a project within Blender that involves colouring black and white videos, and part of it involves using the "Separate" and "Combine" color nodes to overlay the color ...
The VFX Man Colorization VFX E's user avatar
0 votes
1 answer
13 views

Hard ops smart apply menu is missing

I just started using Hard ops. But it seems there is no Smart Apply in my context menu. Does anyone know what am I missing? I tried to search for this issue but I can't find anything related.
Nra's user avatar
  • 1
1 vote
2 answers
45 views

How to run custom script (via python) after use "delete object" or "rename object"

Is it possible to run my own script after the "Delete object" and "Rename object" action? Not all at once deletion and rename - separately. (bpy.ops.object.delete(), bpy.context....
Vincent Decc's user avatar
3 votes
1 answer
86 views

Automatic actions after starting addon?

I'm creating an addon in Blender using bpy. It's a side panel with a few buttons and input fields. To speed up development, I would like the addon to automatically ...
lurvas's user avatar
  • 35
0 votes
1 answer
39 views

Trouble debugging this script (loop through non-manifold verts on one mesh and find index of closest edge on a different mesh) - any tips

The eventual purpose of this script will be to try to stitch two halves of two different, sliced-open objects, together. This is to be done by individually moving each of the verts on the open non-...
El Grillo's user avatar

15 30 50 per page
1
2 3 4 5
321