threedle / GeoCode

GeoCode maps 3D shapes to a human-interpretable parameter space, allowing to intuitively edit the recovered 3D shapes from a point cloud or sketch input.
374 stars 25 forks source link

How to change the possible values of a parameter? #14

Closed bluestyle97 closed 1 year ago

bluestyle97 commented 1 year ago

I'm not very familiar with the geometry nodes of blender. If I want to change the minimum number of cross rails (cr_count) from 3 to 2, how can I do that? Could you please give me some instructions?

ofekp commented 1 year ago

Sure!

Open the shape program you want to change the min/max values in. Go to the Geometry Nodes workspace tab (top of the window) image Hopefully, you can now see the geometry nodes editor, it looks something like this (copped): image Hover your mouse so it is within that window and press n You should now see a sidebar image Click the Group tab in that sidebar You can now select the input parameters and change the min/max and default values image

Please be aware that changing these values might affect the validity of the shapes. I hope this helps.

bluestyle97 commented 1 year ago

Wow, this is so helpful! Thanks a lot!