Skip to main content

All Questions

Tagged with
1 vote
1 answer
85 views

Boolean raise ValueError

A boolean modifier that was working is now throwing an error in Blender 4.0.1 raise ValueError("1-2 args execution context is supported") ...
Increality's user avatar
3 votes
1 answer
31 views

How do I select projector in UVProject modifer via Python?

I can access and add the UV Map attribute using this code: bpy.context.object.modifiers["UVProject"].uv_layer = "projectionunwrap" But when I ...
Gaurav Ghodinde's user avatar
0 votes
1 answer
385 views

Runtime Error : Modifier is disabled, skipping apply (2.83.9) with boolean modifier

So I'm trying to do a boolean operation between two objects. Here's how I'm trying to do it. ...
Euan's user avatar
  • 1
0 votes
1 answer
703 views

Trouble with getting correct context

I am brand new to both blender and python, so i apologize in advance if i'm missing something simple, but i'm having trouble with my script. The purpose of my script is to hopefully delete the default ...
Sapps's user avatar
  • 13