Skip to main content

All Questions

Tagged with
76 questions with no upvoted or accepted answers
4 votes
0 answers
257 views

context is incorrect error in async method probleme

hey guys i'm trying to use some blender commandes inside a async methodes, but it seemes like blender commands don't work insisde async methodes, i will apreciate any help: ...
Ramzi Boufaa's user avatar
3 votes
0 answers
149 views

How to avoid "internal error: modal gizmo-map handler has invalid area" when toggle maximize area while modal operator is in progress?

When modal operator is in progress and I press Ctrl+Space to Toggle Maximize Area in Blender it starts spamming ...
Andrey Sokolov's user avatar
3 votes
0 answers
1k views

Why is area.type None when starting Blender + script from CMD?

coders! I get an unnerving error im my python script when running blender 2.91 (same for 2.92) from the command-line under windows 10 and executing a python script on the blend-file with the ...
oystersauce's user avatar
2 votes
0 answers
84 views

Why can't I find text when using the multiprocessing module in blender?

I wrote a multiprocessing module to extract one of the selected bones and perform the task of finding the closest bone. ...
1207 Hooha's user avatar
2 votes
0 answers
2k views

Custom pointer property is read only?

Pretty sure i'm doing something wrong here, seems a bit strange to have a custom property default to read only (what would be the point in creating it if you can never set it to something other than ...
testure's user avatar
  • 71
2 votes
0 answers
564 views

How to change position of rigged bones using python in pose mode?

I am new to Blender and I have been trying to execute this following code which is supposed to change the position of currently selected Pose bone (rigged) in pose mode : ...
noobron's user avatar
  • 21
2 votes
0 answers
603 views

Calling modal operator from prop update function ---> wrong context (how to change context for modal operator)

I have a modal operator to get the face index under mouse position from raycast (close to the "operator_modal_view3d_raycast.py" template). ...
CoD's user avatar
  • 352
1 vote
0 answers
19 views

USD Import Context Error

I am trying to import a USDC file, I am using a custom built QT tool that has a UI, that I am using to manage my assets but each time I try to import something I get a context is incorrect issue. Any ...
Shamiel's user avatar
  • 11
1 vote
0 answers
28 views

Non-free memory in bpy.types.Panel. Solved

I ran into a problem when creating a class instance inside the draw function at the panel. The fact is that when restarting addons in my addon, the values that were involved in the instance of the ...
blend file's user avatar
1 vote
0 answers
78 views

My blender 4.0.2 freezes while these errors show (charset_normalizer)

Sometimes when I open my blender 4.0.2 (usually after restart of the PC), it freezes for a few minutes while these errors show (charset_normalizer) This does not happen when I force close it once and ...
ursingh's user avatar
  • 11
1 vote
0 answers
55 views

ID user decrement error raised in the console but has no actual effect on Blender. What's the cause of that?

By displaying the property I am getting this error by editing the property or simple scrolling around in the node editor. So maybe something with the layout or UI? ERROR (bke.lib_id): C:\Users\...
Erasers45-Studios's user avatar
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
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
0 answers
512 views

Error: Invalid Python expression

So I need help again. I am new to blender and am trying to follow a simple tutorial to add drivers to my model. So the guy in the video just put in the expressions and it worked. (And apparently there ...
Canoa Furada's user avatar
1 vote
0 answers
47 views

how to avoid runtime error when calling an operator from a handler or another operator if the called operator has self.report({'ERROR'})

I'm trying to call an operator that has a self.report() from both a handler and another operator. It all runs smoothly until it returns to the calling code, at ...
user3597862's user avatar

15 30 50 per page
1
2 3 4 5 6