Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziriax authored Mar 16, 2021
1 parent a1451b3 commit 1fb36b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ Maya interally uses a dataflow architecture (called the _dependency graph_). Thi
- required when exporting animation clips
- either you pass this for each clip, or once
- `-detectStepAnimations (-dsa) NUMBER` _(optional)_
- pass `-dsa 2` to detect `STEP` "interpolations" in the sampled animations curves.
- enable this e.g. when binding the `shape.visiblity` to `node.scale.x, y z`, to prevent interpolation.
- currently this is all or nothing, animation curves are not yet split into discrete and continuous parts
- `-meshPrimitiveAttributes (-mpa) STRING` _(optional)_
- the attributes for the shapes to export, separated by a vertical bar |
Expand Down

0 comments on commit 1fb36b3

Please sign in to comment.