mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
♻️ add IntendedUse to readme
This commit is contained in:
parent
ba67c436f9
commit
0fbee7da5c
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue