Skip to main content
Harry McKenzie's user avatar
Harry McKenzie's user avatar
Harry McKenzie's user avatar
Harry McKenzie
Moderator
  • Member for 2 years, 4 months
  • Last seen this week
7 votes
2 answers
653 views

How to create this procedural texture without using Noise Texture?

7 votes
2 answers
3k views

How to Randomly Delay Animation for Geometry Node Instances?

5 votes
1 answer
2k views

How to Generate a Collection of Instances in Geometry Nodes?

5 votes
1 answer
6k views

How can I convert a complex point cloud to mesh?

5 votes
1 answer
135 views

How can I do some sort of limited dissolve of useless vertices at the edges?

4 votes
1 answer
121 views

How can I expose Geometry Nodes properties in my addon panel?

4 votes
3 answers
583 views

Is it possible to dynamically collapse all edge rings or scale a tube thickness to zero using Geometry Nodes? [duplicate]

4 votes
3 answers
949 views

How to convert or merge a tube into a single line curve?

4 votes
2 answers
280 views

Why Does Viewport move on Ctrl+Alt+Numpad0 press?

4 votes
1 answer
251 views

GN: How to smooth out jagged edges after deleting geometry?

4 votes
2 answers
945 views

Is having 2 or more Faces with all shared Vertices a bug or valid Geometry?

4 votes
1 answer
236 views

How to clear all bpy.app.timers from previous script execution?

4 votes
1 answer
224 views

How to tell a vertex to have its normal perpendicular to the tangent of its edge?

3 votes
2 answers
799 views

How to trigger a script after completing object transform?

3 votes
0 answers
395 views

How to select multiple vertices in order?

3 votes
2 answers
116 views

How is Cursor To Selected calculated in this scenario?

3 votes
3 answers
609 views

Is it possible to get the property name from a data_path?

3 votes
1 answer
72 views

How to pass a specific collection to an Info Collection node?

3 votes
1 answer
3k views

Is it possible to do a "for each" loop in geometry nodes?

3 votes
1 answer
298 views

Why does a random number geometric node sometimes need an ID?

3 votes
1 answer
487 views

How to rename geometry main group inputs so they reflect in the dopesheet as well?

3 votes
1 answer
69 views

Mesh created with Geometry Nodes is slightly shifted compared to mesh created with XYZ Math Surface

3 votes
2 answers
345 views

How can I fully select a collection using python with blue highlight?

3 votes
1 answer
99 views

Object constrained along curve rotates unexpectedly when scrubbing timeline

3 votes
1 answer
72 views

Cannot set Graph Editor Evaluation Time keyframe handle type to Free

3 votes
3 answers
956 views

Why does the Subdivision Modifier leave a Gap between Original and Final Shape?

2 votes
0 answers
56 views

How can I execute an operator only when it is confirmed by the user via popup?

2 votes
1 answer
67 views

How can I add another sub category to File > Export with another list of options?

2 votes
0 answers
94 views

Using NumPy in Blender Add-ons Without Requiring External Installation

2 votes
1 answer
257 views

How do you correctly add UI elements to adhere to the typing spec?