Skip to main content

All Questions

Tagged with
1 vote
0 answers
192 views

Retargetting code using transform modifier "KeyError"

So to be clear, the purpose of this script I am making is to make it so: The value of a bone in rig A in Edit Mode is copied The value of a bone with the same name in rig B in edit mode is copied A ...
8foldhero's user avatar
  • 107
0 votes
0 answers
167 views

Addon fails to enable after adding a new "Scripts" path without restarting

I've made an addon that needs to be in a specific shared Scripts folder but it fails to enable when the Scripts folder is first ...
CybranM's user avatar
  • 423
0 votes
0 answers
181 views

I'm facing a problem in Blender after trying to use Archimesh

I'm facing this problem in Blender and I don't know how to solve it. ...
Renato Rubens's user avatar
0 votes
0 answers
251 views

Errors running blender in Ubuntu 20.04 WSL

I'm trying to run a test for a repository that requires blender. Blender is installed, I created a venv with numpy installed, and I've navigated to the repository's ...
domattioli's user avatar
0 votes
0 answers
91 views

Can't Active Add-ons in Blender 3.2.2

I'm using Blender 3.2.2, my add-ons need to install Pillow in blender folder first before install it in blender, so there it's not pb with that but when i active the add-ons , i got a error message. I ...
Artit Sasombat's user avatar
0 votes
0 answers
109 views

Script works on its own but not in addon

I'm new to Python. This script works as it is but when I try to add it to an addon it doesn't work. I searched a bit and some pages say that it is related to context. You can see the purpose of this ...
turkeysplaceart's user avatar
1 vote
0 answers
183 views

How to assign items to an existing Enumproperty

Im trying to assign items to an existing enumproperty already in the context.scene ...
nerophesis'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
2 answers
559 views

How do I disable/enable addons from my list?

I want to have 2 buttons. One returns to the standard list of addons (includes from the list, disables others). The other one enables mine (and disables all others). update Problem is that some addons ...
gkhwvjxtc's user avatar
  • 103
1 vote
3 answers
482 views

Problems with renaming UV maps using a python script

I'm currently creating a script to do the following: Generate a UV map via Smart UV Project. Rename the UV map "BaseMaterial" Add a new UV layer Rename the second UV layer to "Lightmap&...
microvert's user avatar
1 vote
1 answer
1k views

Blender error: QuadRemesher doesn't work on my sculpting

This is the first time for me using this addon. Every time I try to remesh my sculpting this error appears on the screen: ...
Giuseppe Boccuti's user avatar
2 votes
1 answer
496 views

ID user decrement error raised when I try to clear users from a screen, what does this mean?

The code responsible for the error: ...
Fez_Master's user avatar
2 votes
1 answer
576 views

Having a Problem defining functions in Blender Python

I want to define a function that when called inside an operator by an enumerator update changes (and load if necessary) an image in a specific image node. this is the code ...
Gabriel's user avatar
  • 132
1 vote
1 answer
238 views

Type Error: self.text

After learned about new changes in blender API, I had to update script from 2.8 into 3.0 using : instead of =. So following the ...
sirrus's user avatar
  • 169
0 votes
0 answers
913 views

BPY attribute error: "'bpy_prop_collection' object has no attribute 'new'"

I'm writing code to render (assemble) dozens of animations from pre-rendered frames using the video sequence editor. My workflow that I'm trying to achieve per animation is as follows: -> Take set ...
Krillinslosingstreak's user avatar

15 30 50 per page
1 2 3
4
5
11