如果srgb为1,则dcip3大概为0.93。 描述一下色域大概参照,如果人眼可见光是1(基于CIE1931),SRGB为大约0.3,DCIP3为大约0.4。 sRGB(standard Red Green Blue)是由Microsoft影像巨擘共同开发的一种彩色语言协议,微软联合爱…
import pymel.core as pm
# Get all model editors in Maya and reset the editorChanged event
for item in pm.lsUI(editorsTrue):if isinstance(item, pm.ui.ModelEditor):pm.modelEditor(item, editTrue, editorChanged"")原文链接