Skip to main content

All Questions

Tagged with
0 votes
1 answer
24 views

Blender Addon Question - Change World Color

Is there a way to add an option to change the World Surface Color and Strength settings via a button? I already coded out the panel and everything, but maybe it's just based on the specific context, ...
FrostByte Studios's user avatar
0 votes
1 answer
71 views

Curve generated from Outline tool using Curve Tools does not show in object mode

I used Curve Tools to make an offset duplicate of a NURBS curve in Edit Mode, which worked fine, however the offset curve does not have any geometry and does not show in object mode. Steps to ...
bumblebot's user avatar
1 vote
0 answers
20 views

Highlight Vertex or point on face in object mode

I am writing an add on with the API. I am creating a vertex at a chosen location on the object and would like to highlight it in the object mode for further reference. Is there a way to do this with ...
user3443786's user avatar
2 votes
2 answers
1k views

How to delete polygons/edges/vertices at once, without selecting the corresponding item in the menu on the X key?

I've read in other threads that Blender needs to know exactly what I want to remove in the selection. But it's not obvious to me why Blender can't remove those values that I already use for selection -...
solo_GRV's user avatar
0 votes
2 answers
53 views

Are there any good addon for remind you which axis is which?

After I click G, I frequently need to think about whether the direction I want to move is x or y or z. I also disable the object move gizmo since I find it sometimes gets into my way of selecting ...
Rui Liu's user avatar
  • 109
2 votes
2 answers
87 views

How do I grab the header in an area?

I want to delete a context of an area except the header but there's no header method inside of bpy.context.window.screen.areas. ...
sniffingdoggo's user avatar
2 votes
2 answers
1k views

Hide N-menu panels [duplicate]

Eventually you'll end up with a bunch of addons installed, and they seemingly all add tabs/panels to right side of the 3d view (the panel that can be toggled open/closed with the n key). I have ~13 ...
tester's user avatar
  • 273
0 votes
1 answer
122 views

How to add images to a deck of cards in an automated way?

I am adding png to material for each Plane Object, problem is I have 1000 of these plane objects for 1000 images to import for each one. Is there an addons or script I could use for that please ...
kaiji San's user avatar
1 vote
1 answer
166 views

Specify Ortho View instead of Toggling

View > Perspective/Orthographic (Numpad 5) allows you to toggle between them. I'd like to specify Ortho without toggling, using python. Here is what I have so far: ...
Increality's user avatar
1 vote
1 answer
3k views

Can Blender emulate Maya's hotkeys?

I am sure this question has been answered before I just can't find it anywhere on the net. My question is- I am a Maya user and Blender feels so foreign to me. Is it possible to make Blender's ...
jettam's user avatar
  • 11
0 votes
0 answers
122 views

TextFx add on isnt showing up [duplicate]

I've installed TextFx add on but it doesn't show up. It says I need to upgrade but I'm using 2.93. I even downloaded a older version on Blender 2.8 just to see if I could get to work and it says the ...
Mark Lane's user avatar
0 votes
2 answers
30 views

Cannot find Background Images feature in Blender 2.8 - follow up

I'm new to this forum, don't have "reputation" pints to answer, that's why I'm doubling this post: Cannot find Background Images feature in Blender 2.8 So, it's possible to import images and ...
Hazooka's user avatar
1 vote
0 answers
182 views

Can python callbacks be registered on viewport user actions?

Is it possible to have python callbacks invoked when a user does something like select an object, bone, vertex, etc...? For example, imagine a FK/IK setup where clicking on certain bones trigger the ...
Chuck's user avatar
  • 1,090
2 votes
1 answer
950 views

How to toggle(Open/Close) `T` or `N` Panel in 3D view Using Python

I want to hide or show blender T and N panel using Python. From This To This
Reigen's user avatar
  • 905
0 votes
1 answer
237 views

Is it possible to add a sub panel into a redo panel?

Is it possible to add a sub panel into a redo panel? If so, any kind of example, tutorial, link etc would be highly appreciated.
Simos Sigma's user avatar

15 30 50 per page