Skip to content

Commit

Permalink
PatternMatchUI : Tweak graph editor UI
Browse files Browse the repository at this point in the history
Bringing it into line with other AuxiliaryNodeGadget setups.
  • Loading branch information
johnhaddon committed Oct 3, 2024
1 parent 65ed498 commit 91f02c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/GafferUI/PatternMatchUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

"nodeGadget:type", "GafferUI::AuxiliaryNodeGadget",
"auxiliaryNodeGadget:label", "*",
"nodeGadget:shape", "oval",
"nodeGadget:focusGadgetVisible", False,
"uiEditor:nodeGadgetTypes", IECore.StringVectorData( [ "GafferUI::AuxiliaryNodeGadget", "GafferUI::StandardNodeGadget" ] ),

Expand All @@ -62,6 +63,8 @@
The string to be tested.
""",

"nodule:type", "",

],

"pattern" : [
Expand All @@ -82,6 +85,8 @@
| \\ | Escapes the next character |
""",

"nodule:type", "",

],

"enabled" : [
Expand All @@ -100,6 +105,8 @@
Outputs `true` if the string matches the pattern, and `false` otherwise.
""",

"nodule:type", "",

],

}
Expand Down

0 comments on commit 91f02c8

Please sign in to comment.