feat: AI套图分层方案 + Gemini集成 - 4种图案类型处理 + 正片叠底 + 宽高比 + 模型选择
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
PSMARK代码块/位移.jsx
Normal file
11
PSMARK代码块/位移.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
function offset_47921752929688() //位移
|
||||
{
|
||||
|
||||
var d = new ActionDescriptor();
|
||||
d.putInteger(stringIDToTypeID("horizontal"), 300);
|
||||
d.putInteger(stringIDToTypeID("vertical"), 300);
|
||||
d.putEnumerated(stringIDToTypeID("fill"), stringIDToTypeID("fillMode"), stringIDToTypeID("wrap"));
|
||||
executeAction(stringIDToTypeID("offset"), d, DialogModes.NO);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user