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

How to access Transform : Group 1 controls through script [Image]

Explorer ,
Jul 17, 2023 Jul 17, 2023

How can I access Transform : Group 1 controls (you can see in the image) through a script,

TOPICS
Expressions , Scripting
179
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

correct answers 1 Correct answer

Community Expert , Jul 17, 2023 Jul 17, 2023

Like this, for example:

var myProp = app.project.activeItem.layer("ShapeLayer").property("Contents").property("Group 1").property("Transform").property("Position");
Translate
Community Expert ,
Jul 17, 2023 Jul 17, 2023
LATEST

Like this, for example:

var myProp = app.project.activeItem.layer("ShapeLayer").property("Contents").property("Group 1").property("Transform").property("Position");
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