Skip to main content

All Questions

Tagged with
1 vote
1 answer
68 views

How to open an image in UV Editor via Script?

I'm trying to open an image through this UI element via code, but Blender info doesn't return all the necessary steps to do it. All it shows is this function which does not load the image and assign ...
Alexandre Leles Sousa's user avatar
1 vote
1 answer
98 views

My UIList does not scroll down in version 3.3.6

I wrote an addon with several UI Lists. In Blender 3.2, I had no trouble scrolling down the list if it became longer than the box on the screen. However, I recently switched to Blender 3.3.6 and I ...
SJK's user avatar
  • 181
0 votes
0 answers
225 views

Blender 3.6 menus missing and interface unresponsive after fresh install

I have installed 3.6 for the first time but the interface remains mostly empty and is completely unresponsive to input. There are no errors shown upon launch and the only thing i'm able to do is ...
Moosetuin's user avatar
0 votes
1 answer
58 views

Unable to Access Registered Class Properties (Properties Grouped in Class)

I'm grouping my properties in a class like this: ...
Mohit Saini's user avatar
0 votes
1 answer
79 views

How can I change PropertyGroup properties (IntProperty, FloatProperty etc) after Operator executed using the PropertyGroup?

How to make changes in the last action menu affect the operation with properties passed in, like if I change them in the ...
Void's user avatar
  • 25
0 votes
1 answer
223 views

Selecting folders with bpy.context.window_manager.fileselect_add

I am slightly confised by the UI behaviour for selecting a file within an operator. I got things working thanks to this answer but as far as ai can see the process is: select folders recursively by ...
simone's user avatar
  • 765
1 vote
1 answer
34 views

EnumProperty UI 'Dropdown List' Not Displaying in UI element

So I am writing a little add-on for myself (whilst learning UI dev for Blender) and I am attempting to add a DropDown element via an Enum using EnumProperty. However, after a successful compiling it ...
Bonehead's user avatar
1 vote
0 answers
34 views

Is it possible to make a class from bpy.type to implement an abstract class?

Here is my problem: I'm making a Class A. This Class A, has some common functionality that I need to also add to another class (bpy.types.GPencilLayer). Since that functionality is going to be common, ...
Ommadawn's user avatar
  • 648
0 votes
0 answers
31 views

Assign the trim_lasso_gesture operator to a custom panel

I am currently working on an addon that should provide the user with different build in operators of Blender via a custom user interface. For this I need a panel, where the user can use the operator ...
lcs's user avatar
  • 1
0 votes
1 answer
147 views

Can't get invoke_props_dialog to render any props for operator

this is taken from an example and it seems to be about as simple as one could get. I have tried on blender 3.4 and blender 3.5 and cannot get any of the properties to render. I've stared at this ...
JohnKP's user avatar
  • 1
0 votes
1 answer
299 views

Creating properties dynamically for UI panels in a Blender addon

I'm currently working on a Blender addon, and I'm facing an issue regarding the creation of dynamic properties for UI panels. Specifically, I'm trying to read parameters from a JSON file and display ...
Adrián Delgado Del Sol's user avatar
0 votes
0 answers
70 views

is it possible to select/open/show a specific addon tab from script?

I want to select and open in the 3D View sidebar a specific addon tab, but I'm not finding any clue in the docs. I managed to open the sidebar with: ...
joaulo's user avatar
  • 197
0 votes
0 answers
41 views

self-made addon cannot be used in other computer (Windows 10 & 11)

Is there anyone else experience the same on other modules or vanilla when installing their customized addon? I'm stuck in this for a long time. I have created an addon that includes other modules (...
Jay's user avatar
  • 1
2 votes
1 answer
278 views

Deactivate Info Log popup - Python: Traceback (most recent call last):

Some scripting errors generate this error popup. Clicking the red X doesn't close the error message, but opens up Blender's Info Log. It fades aways after a few seconds, but during that I can't click ...
Tortenrandband's user avatar
0 votes
0 answers
29 views

props.BoolProperty's update not being called when pressed

I am trying to do a simple floating menu toggles with update functions linked. At the moment the update functions does not get called (not showing up in the console) which means something is not quite ...
MenisPelis's user avatar

15 30 50 per page
1
3 4
5
6 7
42