I’m surprised we don’t get variables with geometry nodes

Forum Archive I’m surprised we don’t get variables with geometry nodes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17452
    Becky
    Participant

      Since geometry nodes are basically visual programming, it surprises me that there is not a convenient way to use variables. I would have been pulling my hair out trying to find all the places where we needed to swap 1.75 with 1.8. Do we know if that is ever going to get added?

      #83905
      Dwayne Savage
      Participant

        Isn’t that what named attributes nodes and constant nodes for?

        #83906
        Jeremy Baker
        Participant

          I kinda think any input node (vector, RGB, value, etc) is essentially a variable. You can change them as needed and use them when and where you want. Like if I had a game that used a  float variable called health, and if it is ever equal to 0, do something (game over). But you can use an float input to check if the z position of a bunch of verts is above or below something, then do something (delete or move). Inputs aren’t really supposed to be arbitrary values. They have meaning to what you are doing and what result you want to achieve. 

          #83907
          Martin Bergwerf
          Participant

            And you can also expose the Variables you make in the Modifier:

            Variable.png

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘I’m surprised we don’t get variables with geometry nodes’ is closed to new replies.