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

SDK - Change position of other layer

Engaged ,
Feb 22, 2023 Feb 22, 2023

Copy link to clipboard

Copied

Hi

 

If I have one layer (layerA) with an C++ effect that I'm writing my self. Is it possible to have that effect manipulate the transforms of another layer (layerB)?

If yes, can you point me in the right direction?

 

Thanks,

Jakob

TOPICS
How to , SDK

Views

347

Translate

Translate

Report

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 , Feb 22, 2023 Feb 22, 2023

you can use the StreamSuite to affect any parameter (which are internally, streams) in the project. look at the "project dumper" sample project to soo how to access streams.

HOWEVER, since CC2105, you can't change the project during a render call, so if what you had in mind is changing the params according to some rendering data, it's going to take creative problem solving...

during UI events (anything other than render and pre-render calls), you can modify the project as you wish.

Votes

Translate

Translate
Community Expert ,
Feb 22, 2023 Feb 22, 2023

Copy link to clipboard

Copied

you can use the StreamSuite to affect any parameter (which are internally, streams) in the project. look at the "project dumper" sample project to soo how to access streams.

HOWEVER, since CC2105, you can't change the project during a render call, so if what you had in mind is changing the params according to some rendering data, it's going to take creative problem solving...

during UI events (anything other than render and pre-render calls), you can modify the project as you wish.

Votes

Translate

Translate

Report

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
Engaged ,
Feb 23, 2023 Feb 23, 2023

Copy link to clipboard

Copied

LATEST

Thanks! That helped. 🙂

Votes

Translate

Translate

Report

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