mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
update docstring
This commit is contained in:
parent
c1012bd031
commit
b8084babfd
1 changed files with 2 additions and 4 deletions
|
|
@ -3382,11 +3382,9 @@ def get_attribute_input(attr):
|
|||
return connections[0] if connections else None
|
||||
|
||||
|
||||
# Reference from Arnold
|
||||
# Get Image Information for colorspace
|
||||
def imageInfo(filepath):
|
||||
"""Take reference from makeTx.py
|
||||
ImageInfo(filename): Get Image Information
|
||||
"""Take reference from makeTx.py in Arnold
|
||||
ImageInfo(filename): Get Image Information for colorspace
|
||||
AiTextureGetFormat(filename): Get Texture Format
|
||||
AiTextureGetBitDepth(filename): Get Texture Bit Depth
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue