Answered
[ID Scripting] how to enable innerGlow settings in object style?
I can't enable innerGlow settings while creating new object style.
This code creates new object style and last line prints to console "true" but in application innerGlow settings is not active. Why???
var style = app.activeDocument.objectStyles.add();
style.objectEffectsEnablingSettings.enableInnerGlow = true;
$.writeln(style.objectEffectsEnablingSettings.enableInnerGlow)