forked from kineme/DataTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDTMultiExpressionPatch.xml
29 lines (29 loc) · 975 Bytes
/
DTMultiExpressionPatch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Composer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>nodeAttributes</key>
<dict>
<key>categories</key>
<array>
<string>Kineme DataTools</string>
</array>
<key>copyright</key>
<string>Copyright © 2010 Kosada Incorporated. All rights reserved.</string>
<key>description</key>
<string>This patch evaluates multiple expressions. Similar to the "Mathematical Expression" patch, it lets you consolidate multiple expressions into one patch, reusing the same input variables.</string>
<key>name</key>
<string>MultiExpression</string>
</dict>
<key>outputAttributes</key>
<dict>
<key>outputStructure</key>
<dict>
<key>description</key>
<string>The aggregate structure from all of the input variables and result variables</string>
<key>name</key>
<string>Structure</string>
</dict>
</dict>
</dict>
</plist>