Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Capture effects applied for groups/objects

Contributor ,
Feb 28, 2019 Feb 28, 2019

Hi,

     We can apply effects (like transparency) to objects.  How to captured the effects applied to groups/objects?

     Also  How to ungroup the objects and group it again with these effects?

     How to capture the transparency effects of objects? applied transparency?

     transparency.png

Thanks,

Sudha K

TOPICS
Scripting
328
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 28, 2019 Feb 28, 2019

Hi,

     I got the answer for transparency enabled check using the below code.

var sel = app.selection[0];

alert(sel.transparencySettings.satinSettings.applied + " \n  " + sel.transparencySettings.blendingSettings.blendMode + "\n" +sel.transparencySettings.blendingSettings.opacity )

How to ungroup the objects and group it again with these effects? is it possible using code?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 28, 2019 Feb 28, 2019

This seems to be similar to the other thread you have opened. Have a look at my comment on the thread

Re: Move selected objects to layer

-Manan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 28, 2019 Feb 28, 2019
LATEST

     This is i opened for ungroup and group it again with effects.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines