Page 1 of 1

One value > Multiple inputs

Posted: Wed Feb 10, 2016 1:58 pm
by JakubRupa
Is there any way to have one Value Node for multiple inputs?
When i want to plug Value Node to for example Strenght (Dirt texture) i get error message "Invalid pin connection".
Is there any way to do this?

Re: One value > Multiple inputs

Posted: Thu Feb 11, 2016 2:52 am
by face_off
The Dirt Strength is a number, not a texture, so your "Some Value" node needs to be an Octane Float Value (not a texture) and you can then plug it in to multiple Dirt Strength pins.

Paul

Re: One value > Multiple inputs

Posted: Thu Feb 11, 2016 8:53 am
by JakubRupa
I can always count on your help. Thanks Paul!
Apparently it works :) I was confused beacause float node has 3 values (X,Y,Z). And you only need to use X value for this to work (right?).

1) But I have another question. Is there a way to control multiple Octane Transform Values with different scales with one multiply value? (please see attachment)
So i have for example multiple textures mixed together and i want to have one node (assembly?) to control scale? (and same question related to float value, some multiplier? I can't connect MODO's BasicMath:Multiply)
It would be very useful when creating more complex materials, that are easy to tweak.

2) When I'm in subassembly I cant add Octane nodes > "No workspaces are active. Unable to create Octane node" (but can add modo nodes without problems).
Is it normal behaviour?

Re: One value > Multiple inputs

Posted: Thu Feb 11, 2016 9:48 am
by face_off
And you only need to use X value for this to work (right?).
Correct.
1) But I have another question. Is there a way to control multiple Octane Transform Values with different scales with one multiply value? (please see attachment)
There are a few ways to do this I think. The easiest is to add an multiple Octane 3D Transform, and you can plugin a single Octane Float Value into the Scale.
2) When I'm in subassembly I cant add Octane nodes > "No workspaces are active. Unable to create Octane node" (but can add modo nodes without problems).
Is it normal behaviour?
The sub-assembly needs to be created from an Octane Override.

Paul

Re: One value > Multiple inputs

Posted: Thu Feb 11, 2016 10:44 am
by JakubRupa
Thanks Paul,
There are a few ways to do this I think. The easiest is to add an multiple Octane 3D Transform, and you can plugin a single Octane Float Value into the Scale.
Yes that works, but then i have the same the same value for each texture.
Is there a way to control multiple Octane Transform Values with different scales with one multiply value
I'll try to better explain what i mean. Let's say i have multiplied one checks texture with scale 0,5, and second checks texture with scale 0.25.
What i want is node that control size (kind of multiplier) of these two textures (which has different scales). I know that you have a lot to do, but maybe you can help me to figure it out.

Re: One value > Multiple inputs

Posted: Thu Feb 11, 2016 10:59 am
by JakubRupa
Ok,
i can do this with all projections, except for uv. Because they have another thansform input.
And i can set different transforms for each texture projection and another "master" transform that is plugged into multiple textures.
But how to do this with UV projection where there is no transform input?

Re: One value > Multiple inputs

Posted: Thu Feb 11, 2016 9:17 pm
by face_off
You cannot scale a UV transform in Octane.

Paul

Re: One value > Multiple inputs

Posted: Fri Feb 12, 2016 7:50 am
by JakubRupa
Thanks for your help, Paul!
Really appreciiate it.