Skip to content

I'm using SeExpr in Natron and Curve() doesn't work as expected. #37

@3Dmattias

Description

@3Dmattias

I'm trying to understand why these two things are not doing the same thing:

$Reds=0.7;
$Hueoffset=curve($H,0,0,1, 0.5,($Reds),1, 1,1,1);

outputs zero at all values between $H=0 and $H=0,5 then rises to 1 at $H=1

$Hueoffset=curve($H,0,0,1, 0.5,(0,7),1, 1,1,1);

outputs zero at $H=0 rises to 0,7 at $H=0.5 and then rises to 1 at $H=1

Obviously both should output the stuff that the second expression does.

Am I doing it wrong or is this a bug or is it just not possible to use variables as inputs in the Curve function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions