Skip to content

Commit

Permalink
NodeMenu : Add FrameMask node
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Apr 24, 2018
1 parent c863bff commit 1303030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startup/gui/menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ def __shaderNodeCreator( nodeName, shaderName ) :
nodeMenu.append( "/Dispatch/Task Switch", GafferDispatch.TaskSwitch, searchText = "TaskSwitch" )
nodeMenu.append( "/Dispatch/Wedge", GafferDispatch.Wedge )
nodeMenu.append( "/Dispatch/Variables", GafferDispatch.TaskContextVariables, searchText = "TaskContextVariables" )
nodeMenu.append( "/Dispatch/Frame Mask", GafferDispatch.FrameMask, searchText = "FrameMask" )

# Utility nodes

Expand Down

0 comments on commit 1303030

Please sign in to comment.