sd-sex icon indicating copy to clipboard operation
sd-sex copied to clipboard

Substance Designer Plugin for creating function graphs from code

Results 4 sd-sex issues
Sort by recently updated
recently updated
newest added

Trying to install to the latest version of Designer, however looks as if they have changed the way things are installed and this plugin is no longer compatible. ![image](https://user-images.githubusercontent.com/15930420/127685206-56d27694-92e5-4589-a2a8-a5dc5d66a495.png)

float(-1.0), int(-1), etc. all return ERROR: float() takes only const arguments ERROR: int() takes only const arguments etc. I presume this is due to "-" being used for negation.

This error `ERROR: Type mismatch for parameter [1]: float was expected (float3 was received)` seems to happen when trying to do the following: `vector4(float3(2.0, 1.0, 0.5), 1.0)` In the end...

## merge vector received this error i was fixed ``` pos: float2 vector(pos.x, pos.yyy) Type mismatch for parameter [2]: float was expected (float3 was received) ````