Skip to main content

All Questions

Tagged with
3 votes
1 answer
91 views

Python generated geonodes setup not behaving the same with the original geonode setup despite being identical

I have made a python script using this amazing addon Node2Python from the geometry nodes setup I made when I asked about this question. Shoutout to lemon thank you so much for your help! The geometry ...
Megan Love's user avatar
0 votes
1 answer
10k views

Error: No module named ' .... '

I want to import .py files to my script. But I have this error message. I´m not sure but I think I got it any time before. I don´t understand why now I can´t get it. I have a file called "Hello_Test....
Mr. Baldan's user avatar
4 votes
1 answer
98 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
  • 45
3 votes
2 answers
5k views

Invalid Python expression when using driver with Python script

I'm trying to use a python script as an expression in a driver. It was working fine at first and then all of a sudden I get the error message ERROR: Invalid Python expression. I've tried running the ...
Sandsten's user avatar
  • 141
3 votes
2 answers
1k views

Starting a render from a callback gives error “Missing 'window' in context”?

I want to start a render from a callback, but I also need the render preview to update while it renders. If I call bpy.ops.render.render() then there is no preview....
Logic1's user avatar
  • 335
2 votes
1 answer
3k views

Intermittent Error: EXCEPTION_ACCESS_VIOLATION when using Python script

I'm running a script that opens .obj files and renders them from a series of viewpoints. Most of the time, it works no problem. However, sometimes it crashes, giving only ...
Chris Watts's user avatar
1 vote
1 answer
424 views

"context is incorrect" while using handler

This simple script rotates a monkey: ...
Petr's user avatar
  • 21
1 vote
0 answers
278 views

Calling Blender from PHP/Python and Blender doesn't open

The code below is a simplified version of the process I am creating. On my local machine this process works fine, but on my companies server, it does not work. It will time out. One thing to note, ...
Garrett's user avatar
  • 21
0 votes
3 answers
637 views

Can not create node group inputs and outputs using python

I have written a code to create a NodeGroup using python inside Blender. NodeGroup and ...
Muzammil's user avatar
  • 838
0 votes
0 answers
138 views

Why does my cube not render in python

...
DreamingCoders's user avatar
0 votes
1 answer
1k views

Installing addon in 3.0 gives error [closed]

I can't install the Simply Cloth addon in blender 3.0 beta. It works fine in blender 2.9.3 but it gives me this error code and i don't reallly know how to fix it. The first time i try it gives me one ...
PiXXel's user avatar
  • 1