Skip to content

Commit

Permalink
Support dictionary bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
teared committed Nov 13, 2023
1 parent e2e0cb7 commit be3a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/vex_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def snippet_to_vex(source):
types = {
'f': 'float', 'u': 'vector2', 'v': 'vector', 'p': 'vector4',
'2': 'matrix2', '3': 'matrix3', '4': 'matrix', 'i': 'int',
's': 'string'
's': 'string', 'd': 'dict'
}

# https://www.sidefx.com/docs/houdini/vex/snippets.html#known
Expand Down

0 comments on commit be3a407

Please sign in to comment.