The command :
> usoft-bindir\ublendit.exe functions
|
gives you a full list of USoft Blend functions that you can call in your version of USoft Blend.
You can get a list of functions in a specific namespace:
> usoft-bindir\ublendit.exe functions ns=strings
|
You can get a list of functions with a specific pattern in their name, for example, the letters 'title':
> usoft-bindir\ublendit.exe functions p=title
|
|