Skip to content

Commit

Permalink
Essential enums
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed May 1, 2023
1 parent 41817a8 commit 05a10b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ Items have the following common structure
* {sl:`Smin`}: Slider min value (only for scalar properties)
* {sl:`Smax`}: Slider max value (only for scalar properties)
* {sl:`CDim`}: Number of dimenstions (only for vector properties)
* {sl:`LIST` `StVc`}: Enum values (only for enum properties)
* {sl:`StVS`}: Count
* {sl:`Utf8`}: Value name (repeated)
* {sl:`CprC`}: `1`
* {sl:`LIST` `CPrp`}
* {sl:`CCId`}: Composition ID (same as the one in {sl:`idta`}).
Expand Down Expand Up @@ -1854,6 +1857,7 @@ Representation depends on the value of the previous {sl:`CTyp`}.
| Comment | `8` | |
| Vector | `9` | `float64[4]` |
| Group |`10` | |
| Enum |`13` | `uint32` |


### `CprC`
Expand Down

0 comments on commit 05a10b9

Please sign in to comment.