Go to: Return value. Related commands. Flags. Examples.
affects
[-by toggle]
[string]
affects is undoable, NOT queryable, and NOT editable .
[string] List of affected/affecting attributes
Long name (short name) | [argument types] | Properties | ||
---|---|---|---|---|
-by
(-)
|
| ![]() | ||
![]() | ![]() |
![]() | ![]() |
// List the attributes on node "sphere" that the "tx" attribute affects sphere -n sphere; affects tx sphere; // List the attributes on nodes of type "transform" that the "ty" attribute // is affected by affects ty -by -t transform; // List the attributes on nodes of type "revolve" that the "outputSurface" // attribute affects. affects outputSurface -t revolve;