Description
Select the named properties. No arguments deselects all properties.
Use this command for flexible control over the which channels operations will apply to. You can choose to select individual channels (like TranslationX) or can all translation or rotation channels.
Note that the Graph view displays only the selected channels.
Functional area
Selection
Command syntax
Syntax
selectProperty "name1" "name2" ...[-a] [-r] [-t] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
name | string | no | Name(s) of properties to select |
Flags
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: https://scroll-exporter-extensions.de.exporter.k15t.app/*
Unable to forward this request at this time.
This request could not be forwarded to the origin server or to any parent caches.
Some possible problems are:
- An Internet connection needed to access this domains origin servers may be down.
- All configured parent caches may be currently unreachable.
- The administrator may not allow this cache to make direct connections to origin servers.
Your cache administrator is webmaster.
Generated Wed, 02 Apr 2025 08:36:47 GMT by ip-10-19-3-36 (squid)
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
a | 0 | — | r | Add to currently selected properties |
r | 0 | — | a | Remove from currently selected properties |
t | 0 | — | — | Toggles the currently selected properties |
Return value
void
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: https://scroll-exporter-extensions.de.exporter.k15t.app/*
Unable to forward this request at this time.
This request could not be forwarded to the origin server or to any parent caches.
Some possible problems are:
- An Internet connection needed to access this domains origin servers may be down.
- All configured parent caches may be currently unreachable.
- The administrator may not allow this cache to make direct connections to origin servers.
Your cache administrator is webmaster.
Generated Wed, 02 Apr 2025 08:36:47 GMT by ip-10-19-3-38 (squid)
Examples
// These commands select the 3 named markers, then a range within
// the playRange, then the X and Z Translation channels of the objects.
select LMWT LFWT LBWT;
selectRange 150 280;
selectProperty "TranslationX" "TranslationZ";
// Adds to selection all three Rotation channels
selectProperty -a "RotationX" "RotationY" "RotationZ";