Resources

Previous Next

USoft provides resources. They which are code examples of frequently used Blend scripts that you can tweak to your specific needs.

The command :

usoft-bindir\ublendit.exe resources

gives you a full list of USoft Blend resources. They are samples of scripts that provide frequently used functionality. For example, to export the code for the AskValue resource to file AskValue.xml in your working directory, give the command:

usoft-bindir\ublendit.exe getresource:AskValue > AskValue.xml

To call (execute) the AskValue resource, give the command:

usoft-bindir\ublendit.exe resource:AskValue

TIP: The pc:call directive has a resource attribute that allows you to call a resource from a script.

 

See also

Directives

Directives by name

Functions