Message 1 of 1
Bug report: MEL command colorEditor hsv flag not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
import maya.cmds as cmds
cmds.colorEditor(mini=True,rgb=(1, 0.0, 0.0)) # work.
cmds.colorEditor(mini=True,hsv=(178, 1.0, 0.75)) #not work, get black color.