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

Access to the Work Area properties (Start and End) of a composition with expressions

Participant ,
Aug 31, 2025 Aug 31, 2025

We can access marker times , keyframes times etc. But we cannot access then work area start and finish times via expressions.

this will be helpful for creating loops and much more i suspect. 

somethingLike = thisComp.workAreaStart;
andThis = thisComp.workAreaEnd;

It can return time values just like inPoint and outPoint does for a layer.

thanks

Idea No status
TOPICS
Expressions
29
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
1 Comment
Community Expert ,
Aug 31, 2025 Aug 31, 2025
LATEST

There is no "Work Area" property accessible to Expressions. I have not tried the Script editor. You may be able to set the work area using a script, but it would be much easier to define the comp duration.

Translate
Report