♻️ add IntendedUse to readme

This commit is contained in:
Ondřej Samohel 2025-01-30 10:31:42 +01:00
parent ba67c436f9
commit 0fbee7da5c
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -166,6 +166,7 @@ to different packages based on their use:
| | KeepOriginalLocation | Marks the representation to keep the original location of the file
| | KeepOriginalName | Marks the representation to keep the original name of the file
| | SourceApplication | Holds information about producing application, about it's version, variant and platform.
| | IntendedUse | For specifying the intended use of the representation if it cannot be easily determined by other traits.
| three dimensional | Spatial | Spatial information like up-axis, units and handedness.
| | Geometry | Type trait to mark the representation as a geometry.
| | Shader | Type trait to mark the representation as a Shader.
@ -318,4 +319,4 @@ class MyAddon(AYONAddon, ITraits):
If you want to use MyPy linter, you need to make sure that
optional fields typed as `Optional[Type]` needs to set default value
using `default` or `default_factory` parameter. Otherwise MyPy will
complain about missing named arguments.
complain about missing named arguments.