Skip to main content

All Questions

Tagged with
0 votes
0 answers
44 views

Cannot apply Geometry Nodes modifier

I'm using this script to bring point at specific coordinates to Blender. Then I would like to replace the vertices with objects via Geometry Nodes (Instance on Points node), but in the end I cannot ...
CP Hooligan's user avatar
0 votes
0 answers
15 views

Continue baking after changing modifier and adding a new object

blenderers! I want to write a Python script to simulate two clothes being dropped on top of a cube. Here are the steps that I want to take: I want to drop the first cloth and simulate the physics for ...
Aslan Noorghasemi's user avatar
0 votes
1 answer
19 views

bpy.ops.transform.skin_resize script issue

I am iterating through vertices and applying `bpy.ops.transform.skin_resize" to each vertex. In the info panel, I can see that the correct value is being applied to each vertex, but in the ...
Gregory Driscoll's user avatar
0 votes
0 answers
27 views

change modifiers values ​with a gizmo

I see a lot of potential in gizmos, yet there is very little info on it. For example, I want to modify the properties of the modifiers or geometry nodes of my object with a gizmo. How to do this ? ...
André Ruf's user avatar
1 vote
1 answer
32 views

AttributeError: 'NoneType' object has no attribute 'modifiers'

So I've been trying to add Geo Nodes modifier to a created cube through custom UI panel, even though it works as intended, Blender shows me AttributeError. How can I fix this? (I'm new to coding so ...
Veeran's user avatar
  • 33
1 vote
1 answer
49 views

Cut polygons out of planes in blender using python

I have a plane in blender, generated using a script with known coordinates. I'd like to cut multiple polygons out of the plane. The coordinates of the polygon vertices are already known with respect ...
derekboase's user avatar
0 votes
0 answers
18 views

Insetting different lenses into glass frames with bpy

I'm creating an application that generates lenses based on a prescription, and places those lenses into frames so that the user can get a feel for how the lenses might look. The problem I'm facing is ...
Omar Farag's user avatar
4 votes
1 answer
104 views

GN: Setting modifier property via python does not update the 3D view

I copied full datapath for my property Vertices X as shown below and set it via python using ...
Megan Love's user avatar
0 votes
1 answer
24 views

Create and apply modifier in script without calculating twice

I'm creating and applying a boolean modifier between two complicated objects, like this: ...
TheGribble's user avatar
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
0 votes
0 answers
16 views

Is it possible to change first object's place in array modifier with script?

In blender i have a curve and a cylinder that i want to go along the curve, and i use array and curve modifiers for that. But i want to change the place where my first cylinder is placed, it is placed ...
Dan's user avatar
  • 1
0 votes
1 answer
55 views

Repeteadly calling one modifier upon other

I am trying to run shrinkwrap and then remesh modifier repeatedly but not working. It seems to me there is a infinite loop ...
Fatih Hamırcu's user avatar
2 votes
1 answer
94 views

How can I model a non-continous threaded glass jar (lug finish) I'm having difficulty to do it

How can I model a non-continous threaded glass jar (lug finish) I'm having difficulty doing it. Is there any way to make it? I already spent so much time searching for the solutions but I can't find ...
ReyCreateArts's user avatar
2 votes
1 answer
240 views

Python: How can I know the position of a modifier in the stack?

For example in the following case, the Armature modifier should have a position index of 0 and the Subdivision a position index of 1. How can I get this index?
ZanQdo's user avatar
  • 55
2 votes
1 answer
116 views

Backface Culling Toggle Button for Blender GUI project

I have been working on my project for Blender for quite some time and have reached the end of this small section, but I want to add a toggle button to the GUI that toggles if backface culling is off ...
Kreassen's user avatar

15 30 50 per page
1
2 3 4 5
12