I am looking for advice on how to create a context options list using Houdini Python HOM.
For example I'm trying to create in python a context option like:
Label: Shot
Type: Int Menu
Value : label Shot01 value: 1
Value : label Shot02 value: 2
and so on?
I've attached a screenshot as reference.
Any help would be appreciated.