Skip to main content

All Questions

0 votes
0 answers
26 views

Applying specific Geometry Nodes modifier to an object with python [duplicate]

I am very new to python and writing blender addons. I am currently trying to make an addon that takes the selected object, makes a new cube at that location, and then applies a set of custom geo nodes ...
michael warneke's user avatar
3 votes
0 answers
102 views

Msgbus - Subscribe to Modifier Changes

I'm trying to subscribe to changes on modifiers of the active object? I am not very comfortable with the message bus system, so I wondered if this is a limitation of msgbus or if a different path ...
f.bra's user avatar
  • 142
0 votes
1 answer
104 views

Align Active Object to Curve based on Eyedropper

FYI, this is based on my old question in previous post Is it possible to use single pointer to assign on multiple modifers' Pointer Properties at once?. Now, for my learning and experiement purpose, I ...
sirrus's user avatar
  • 169
0 votes
1 answer
108 views

Remesh modifier script won't let me modify scale

So I made a script with two independent properties for the octree depth and scale features in the remesh modifier. The octree depth one works fine, but the scale one has no effect. what am I doing ...
SmallAngryChild's user avatar
1 vote
1 answer
46 views

How do I define a command for each of the options?

I created a dropdown using dynamic property. How can I set it so that, for example, I can apply that modifier to the name of one of the modifiers selected in the list, but unfortunately I can not get ...
user5963087's user avatar
0 votes
0 answers
73 views

Add-on script problem

Can anyone tell me why Blender thinks that object type Object does not have attribute modifier_add? When you check what code Blender use when you manually add any modifier to object, it is this (in ...
qraqatit's user avatar
  • 297
3 votes
1 answer
239 views

Addon script not working

I am newbie to Blender scripting, but I am trying to make very simple Addon with the help of the YT tutorial that looks like this but it is giving me error that something is wrong, tho there is no ...
qraqatit's user avatar
  • 297
0 votes
0 answers
40 views

Hollow Object BoolTool Union Issue

I have objects A and B. Both of them are part of a large 3D rectangular object. As they were extracted from the original object, they have some open portion as shown in the image When I try to use ...
Sourav's user avatar
  • 241
1 vote
0 answers
151 views

How can I write a Python script to turn all normals on a curve to face outward…!

I’ve completed a few professional projects in C#/Unity, have worked through 90% of Microsoft’s Beginners Guide to Python, just started Python the Hard Way and have done a bunch of beginner Blender ...
Reverend Speed's user avatar
2 votes
0 answers
264 views

Hide object part under a plane base on normal and point (dynamic bisect) with python

I'd like to hide a part of an object based on a plane, like a bisect with clear inner/outer but i want to keep the possibility to make this change dynamic in real time (it is done with python through ...
Pyros's user avatar
  • 655
3 votes
2 answers
2k views

How to do i disable a row.operator in my custom panel by detecting if there is a specific modifier type and name is present or not?

How do I detect a modifier specific modifier name and type and use this to create and if/else statement to disable a row.operator(Button) in my custom panel ?
Retrax's user avatar
  • 1,520
2 votes
1 answer
2k views

Setting active object through python issues

I am working on an addon that creates siding, it also allows you to cut out rectangles in it for windows and doors. It uses Boolean modifiers for this. When you select bricks it cuts the brick then it ...
BlendingJake's user avatar
  • 2,557