A reference to the node or file this folder imports its contents from, when Import settings is on.
The source can be either a sub-node, specified using op:node_path, or an external dialog script, specified using file:file_path. For example, to import parameters from a node named torus1 inside the asset, use op:torus1. To import from a node named sphere1 inside an object named geo1 inside the asset, use op:geo1/sphere1.
Token
The name of the item to import from the node/file, when Import settings is on. You can import a folder, an import block, or all the parameters from the source.
To import a folder, use the Name of the folder.
Tab sets are sibling folders that share the same Name. To import the all tabs in a tab set, use the shared Name as the token. To import a single tab from a group, use the Name of the tab set, followed by a colon ( : ), followed by the Label of the folder you want to import.
For example, to import a tab named folder1 with the label "Shading", the token would be folder1:Shading.
To import an import block, use the special token importblock, followed by a colon ( : ), followed by the Label of the import block you want to import.
To import all the parameters from the source, leave the token blank.
To get the name of a folder, select the source node, and in the parameter editor, open the Gear menu and choose Edit Parameter Interface. Then select the folder in the Existing parameters and check the contents of the Name field under Parameter description.
Mask
Only import parameters matching this pattern, when Import settings is on.
Excluding a multiparm will not automatically exclude any existing instances (you should craft the pattern so it excludes both the "parent" multiparm name and instance names).
Sorry to necro an old thread... but what is the pattern for "excluding" (rather than including) parameter types in the mask field? (IE, import everything EXCEPT ones that start with voxel)?