我想得到一个位置,让我们说 Photoshop 中的画笔工具按钮。Photoshop脚本可以做到这一点吗?是否可以获得某个编辑框的值(例如画笔大小)?
可以类似这样:
'PsJavaScriptExecutionMode Enums
Const psNeverShowDebugger = 1, psDebuggerOnError = 2, psBeforeRunning = 3
Dim appRef
Set appRef = CreateObject("Photoshop.Application")
Dim pos
pos = appRef.ControlPosition("paintbrushTool") //this is made up