Transition by Jens Kafitz


  • Where to find it: (This Node is available in the Nodegraph only)


    • NodeGraph / Right Mouse Click / Add Nodes / Layer / Extension Pack /





The Transition Node provides a simple toolset to the Nodegraph to add detail into the transition of mask edges.


On the left the original Mask, on the right the effect of the Transition Node with a Brownian Noise

defined as Transition Pattern



It works by calculating a Mix Value for each pixel based on the 'Transition' Mode set on the Node,

then using that Mix Value to do a linear blend between ValueA and a ValueB.


The result of that Blend between ValueA and B is composited over Black with a defined Blend Mode

Video


Node Overview


Node Ports


  • A (required mapping)

The 'A' Handle is the main connection that needs to be mapped in the Nodegraph.

You should feed in the Mask you want to affect.


  • B (optional mapping)

The 'B' Handle is an optional value that can be mapped as the second component of

the calculation of the Transition.


If the 'B' Handle is not mapped, by default a contrasted version of the 'A' Handle is used.

The amount of contrast can be set on the Node Properties 'Contrast B' Slider.


  • Pattern

A connection that can be used to offset the Mask Edges.

The 'Pattern' Handle is only evaluated if a 'Transition' Mode is set in the Node Properties

that involves a Pattern calculation


  • Transition

A connection that can be used to offset the Mask Edges.

The 'Transition' Handle is only evaluated if a 'Transition' Mode is set in the Node Prperties

that involves a Transition calculation


Node Properties


MAIN TAB


  • Transition

The Transition Mode is the Algorithm used to calculate the Mix Value between Value A and Value B


    • B over A by (Transition)


The value mapped to the 'Transition' Handle in the Nodegraph is used to Blend Value A and B


    • B over A by (Pattern)


The value mapped to the 'Pattern' Handle in the Nodegraph is used to Blend Value A and B


    • B over A by (Transition * Pattern)


The Pattern Handle is multiplied by the Transition Handle and the result used to Blend Value A and B


    • B over A by (White to Black)


The Pattern Handle is added to a processed result (2*(Transition-0.5)) of the Transition Handle and the result is used to

Blend Value A and B.


    • B over A by (PatternToBlack by Transition)


The Pattern Handle is masked over Black with the Transition Handle and the result is used to

Blend Value A and B


    • B over A by (WhiteToPattern by Transition)


The Pattern Handle is masked over White with the Transition Handle and the result is used to

Blend Value A and B



  • Mode

The Blend Mode used for the final compositing of the processed Mask over Black

Best results for mask detailing give modes such as Normal,Soft Light, Hard Light, Overlay etc.

although the full array of Mari Blend Modes is available for different effects.


  • Contrast B

If no value is fed into the 'B' Handle in the Nodegraph, the node automatically uses a contrasted version

of the 'A' Handle for processing. The Value on the 'Contrast B' Slider determines the Contrast applied

to the 'A' Handle when used as 'B' Handle.


If the 'B' Handle is mapped with another Node in the Nodegraph, this slider will not have any effect.