Not applicable
05-09-2020
08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Hive Mind,
I am trying this command for getting the available colorspace values for a given image plane in Python:
print cmds.attributeQuery('colorSpace', n='<nameOfImagePlane>', le=True)
But this returns 'none'
Surprisingly it works for the rest of the attributes of an imagePlane like 'type', 'displayMode', 'textureFilter' etc. returning the available values in them and just doesn't work for the 'colorSpace' attribute.
Can anyone explain why it could do that and advice any solution for " getting the available colorspaces of a given imagePlane "
Thank you!
Sravan
@Anonymous
Solved! Go to Solution.