Skip to main content

All Questions

Tagged with
1 vote
1 answer
27 views

Adding a color field in the addon Panel

I wanted to add a color field to my Blender addon panel, with which I can adjust the color input of a Principled Volume node. But i´m struggling, how I can insert such a color field there and ...
VICUBE Animation's user avatar
0 votes
0 answers
68 views

How to create a group of property groups?

I need to create various kind of materials, so I made myself an add-on to make it easier. But I have like two dozens of kind of materials, declined with hundreds of colors. Until now, i made it up ...
Jean506's user avatar
1 vote
2 answers
292 views

Duplicate whole panel in addon

Does anyone know how to clone an existing panel? Down below there is a partial solution from Jakemoyo ( thanks!), using a popover. But I don't want a popover, I want the original layout, just cloned. ...
radoo's user avatar
  • 355
0 votes
1 answer
46 views

Button disappears when object is deleted

I have a panel button that disappears whenever an object (mesh, light, camera etc) is deleted from the scene. Is there a fix for this? ...
Increality's user avatar
4 votes
2 answers
416 views

Update Float Property Based on Selected Object

I'm writing an add-on and have a float property which drives the thickness attribute of a solidify modifier for the selected object. Currently, the float property displays the last value assigned by ...
Chris E Kinch's user avatar
3 votes
1 answer
666 views

Blender Python Addon doesn't unregister (registers fine)

Disclaimer: I'm new to Blender Python. Thank you in advance for your assistance, and patience. I saw this related question but I'm not sure it applies here. I am developing an addon with a panel class ...
Tyler's user avatar
  • 596
2 votes
2 answers
136 views

Is it possible to use single pointer to assign on multiple modifers' Pointer Properties at once?

Bear with me, I am still new to python in blender, I apologize, I am not very good with words or is capable of explaining the issues I am having or solutions I am looking for. So instead of struggling ...
sirrus's user avatar
  • 169
0 votes
0 answers
164 views

Install "AnimAll" Addon with python

I'm running a python script outside of Blender GUI using the bpy module. For my code I need the "animAll" add-on from Blender, but I get an error when I try to enable it. It seems that ...
matt's user avatar
  • 3
0 votes
0 answers
35 views

Add Simple Panel for Saving/Loading

I currently have functions written for importing and exporting files which I'm running by doing something like this: ...
Dirk's user avatar
  • 101
0 votes
0 answers
109 views

Is it possible to add a dialog box which can change or open font for text?

I want to make a text button in my add-on panel. When I press on it, it needs to show a dialog box which I can change or open font in computer Not only changing extrude, scale of text, like an example ...
David Wong's user avatar
3 votes
2 answers
2k views

How to force a redraw of a panel in the 3D_View

I have a panel in 3D_View that shows the current file and allows the selection of a new file. When the file is selected, the panel needs to redraw. How do I force a redraw? In Operator.py file ...
doby's user avatar
  • 191
1 vote
0 answers
66 views

How to make a text box active(Similar to rename by F2) in blender python?

I have a panel that pops up when a user presses some shortcut key and the panel has one text box(row.prop(....)).Now i want to make the text box active so that when the user presses the shortcut key ...
Amandeep's user avatar
2 votes
1 answer
1k views

How to create a panel with different properties for different objects

In Blender when I select an object and I change any setting, the other objects are not affected, but when I create a panel with properties from bpy.props, changing an intProperty on one changes it on ...
Tareyes's user avatar
  • 1,792
1 vote
0 answers
238 views

Python API - Panel INSTANCED Flag

I have 16 collections of properties that I would like to display in a list of panels. It seems that the old way to do this is to write and register a new class for each panel, even though they are all ...
60000's user avatar
  • 11
2 votes
1 answer
1k views

How can I control the number of sub-panel instances from an IntProperty?

I'm learning how to create UI panels in Blender. I have an IntProperty that I want to specify a certain number of sub-panels for. So far I here: ...
DrewTNBD's user avatar

15 30 50 per page