Skip to main content

All Questions

Tagged with
0 votes
0 answers
46 views

Create a single mesh by combining the points where two meshes meet using Geometry Node or python

I am studying Geometry Node in Blender and I am currently facing the problem of creating a mesh between two curves using Procedural. Several curves were set using Curve, and meshes were placed at ...
hehehoeho's user avatar
1 vote
1 answer
92 views

Getting pen pressures as an input in Geometry Nodes?

Is there anyway to get the pen pressures 0.0 - 1.0 as an input in Geometry Nodes? Can’t find a way to do it yet. As I want to let user draw 3D line similar to grease pencil. I use curve to draw as ...
VrTech's user avatar
  • 13
2 votes
1 answer
180 views

Link geometry node sockets in python

I'm trying to link the values of a Named Attribute node to the scale vector of the Instance on Points node in Python but I couldnt find a way to do this anywhere... I want to do something like this: ...
Abner Augusto Souza's user avatar
0 votes
0 answers
24 views

How to access geonodes instance position/rotation from python script? [duplicate]

I'm trying to access a list of positions, rotations, and scale for instanced geometry (and ideally the name as well) instanced by geonodes for an export script. The instances are NOT realized, and ...
Joel Davis's user avatar
0 votes
1 answer
586 views

Python scripting a custom Geometry Node to generate another Geometry Nodes

I am scripting a custom Geometry Nodes(hosted by “Cube”) with python to initiate another Geometry Node from another object(i.e. Plane). I tried this using a template searched from the internet. I didn’...
Patrick's user avatar
  • 117
0 votes
3 answers
528 views

Using python to set inputs on geometry nodes

I am trying to use blender to create a visualisation, and I have set up a 'template' object with geometry nodes that I can copy and manually manipulate to set the desired shape and colour. This works. ...
AJD's user avatar
  • 300
0 votes
0 answers
54 views

How to obtain vertex position and rotation data from a mesh made from geometry nodes?

I'm attempting to obtain location and rotation data on each vertex in a curve mesh that I draw on top of a shape, but I cannot find a way to export this information. For my project, I need the ...
JoshuaENGR's user avatar
1 vote
1 answer
74 views

Is it possible to get orthographic effect for 1 mesh while whole scene is in perspective mode?

I want to be able to make 1 or several meshes at once use the effect of being orthographic in perspective view. For example, a cube looks orthographicaly flat or even while other cubes can look as if ...
Jessie Ferret's user avatar
0 votes
0 answers
23 views

Export Geometry Node Raycast Data to Text [duplicate]

I'm trying to export the XYZ values from Raycast Geometry Nodes to a txt or csv. The output socket Hit Position, I know is a vector, but I can't access the coordinates of every hit position. How do I ...
leocfranz's user avatar
0 votes
0 answers
49 views

How to access geometry nodes output value to use as a driver? [duplicate]

This is my setup: I want to use the 'x' output as a driver for the mesh line endpoint. I think this answer outlines what I'm supposed to do, but I don't understand how I'm supposed to use scripts. I ...
Nikhil Nair's user avatar
0 votes
0 answers
147 views

Converting vertex colours to UV coordinates

So I've got a colour attribute that needs to be converted into a UV map. My color attribute just so happens to only be using R and G values, and what I want is for the R value to be converted into the ...
mienaiKnife's user avatar
0 votes
0 answers
69 views

Using geometry nodes to use string to type using meshes from collection

I'm looking to create a custom 3D typeface, for the first step I want to be able to type in a String input, with every letter in the alphabet corresponding to a mesh from a collection. Example: In the ...
OnnoVader's user avatar
0 votes
1 answer
90 views

Modifying an exposed parameter of a geometry nodes setup via python

I have a Geometry Nodes setup, where I have an exposed parameter called Inflate amount: I want to change this value via script. I'm trying the following, but it ...
Nedudgi's user avatar
0 votes
2 answers
346 views

How to add a Geometry Node to multiple selected objects (curves, not meshes)?

I have dozens of curves and I want to add a Geometry Node called test to all these selected objects. The Geometry Node has already been created and I just want to ...
rdllngr's user avatar
  • 709
0 votes
1 answer
123 views

Generate random curved circular shaped voids in a square

Can you help me to generate randomly distributed void curved circular shaped voids in a square. the figure below shows an example.
saded's user avatar
  • 807

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