• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

how to expose only one parameter from 2

Community Beginner ,
Nov 18, 2024 Nov 18, 2024

Copy link to clipboard

Copied

Hey guys,

 

I have a small trouble with exposing the parameters (still in learing process). I'd like to expose only one Size parameter in X axis without Y one. Is there any way to do this using functions maybe? Still having Y axis to be set on 5 in this case.

Im attaching a screenshot to show you what I want to achieve.

 

Cheers!Screenshot_17.png

TOPICS
General , How to , Substance Graph

Views

120

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 18, 2024 Nov 18, 2024

Hey piotro,

You first create an input parameter for your graph, as a single float, name it.

MarcoVitale_0-1731953983767.png

Next you create a function for the parameter you want to control, and since this is a Float2 you have to combine the input float with a constant Float and plug both into a Vector2 to create the Data Type you need for this parameter.

MarcoVitale_1-1731954014628.png

Stay healthy and creative Marco

 

Votes

Translate

Translate
Community Expert ,
Nov 18, 2024 Nov 18, 2024

Copy link to clipboard

Copied

Hey piotro,

You first create an input parameter for your graph, as a single float, name it.

MarcoVitale_0-1731953983767.png

Next you create a function for the parameter you want to control, and since this is a Float2 you have to combine the input float with a constant Float and plug both into a Vector2 to create the Data Type you need for this parameter.

MarcoVitale_1-1731954014628.png

Stay healthy and creative Marco

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 20, 2024 Nov 20, 2024

Copy link to clipboard

Copied

LATEST

Thank you Marco for the help! It works super great!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines