Questions tagged [error]
An error is an unexpected malfunction of an operation. Errors can be caused by a bug in the software, or by the user not using the software correctly.
999 questions
-3 votes
0 answers
23 views
Blender get extensions error [closed]
How can I solve this problem? 어떻게 해야돼나요?
0 votes
0 answers
16 views
How to fix Python/Numpy installation error on A.N.T. landscape install addon? [closed]
I've been trying to install A.N.T. in 4.4 on my Mac, but I keep getting this exception error message. ...
2 votes
0 answers
77 views
Opening any sort of dialog shows a blank screen and hangs blender [closed]
I just open blender, and try to open any sort of dialog and it just shows a blank screen and hangs completely: This seems to be a recent regression, and worked some weeks ago. I've tried installing ...
3 votes
1 answer
108 views
Rigify Error: jaw_master not found and face rig appears at feet
When I try to update the face rig, the following error message appears: ...
1 vote
1 answer
53 views
Some objects in a collection are None
I have a collection of objects; I want to render one of them at a time quickly and easily. I wrote a script, and I've pasted below what I currently have: ...
0 votes
1 answer
88 views
What is the most recent version of blender with a working outliner?
So in the most recent version of blender as of Sunday, August 3rd, 2025 (Latest version is 4.5.1. Also, my OS is Windows 10), the outliner has the following problems: When you click on an object in ...
1 vote
0 answers
56 views
Problem with Grease Pencil
When updating Blender to version 4.5, I had a problem generating any Grease Pencil,When generating what is shown in the photo, the display is distorted in that way.
1 vote
2 answers
152 views
How to make geometry face world center in Blender 4.4.3 using Geometry nodes Vector to Rotation?
I created Sun object in Geometry nodes. And I want to rotate it to face world center. For that I'm using formula to get angle tan(angle) = opposite edge / adjacent edge, and then get atan of result to ...