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

slow ParamUtilsSuite3()->PF_UpdateParamUI

Explorer ,
Apr 07, 2023 Apr 07, 2023

Hi,

 

Cince cc 2023, I'm a bit confused with AE Param update when changing name.

 

When I use the ParamSuite like in  this exemple, the UI is slower than in cc2022 to be responsvive (in AE, not premiere)

 

   strcpy(param_copy[param_index].name, newNameAc);
        ERR(suites.ParamUtilsSuite3()->PF_UpdateParamUI(in_data->effect_ref,
                                                 param_index,
                                                &param_copy[param_index]));

 

the Alternative with AEGP works and is more responstive, but the modification is added to the undo list of the user.

Is there an alternative to be as fast as in CC2022 (and earlier) with the paramUtilSuite, or is there a solution.

with AEGP without adding the modification to the undo list ?

 

thanks.

tested on:

-AE 23.0,23.1,23.2.1 and 2023.3.

-windows 10/11 and macos 12

-to reproduce: drag a  slider (or other parameter) with a  name changed during PF_Cmd_UPDATE_PARAMS_UI cmd

Bug Needs More Info
TOPICS
Performance , SDK , UI and UX
408
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 Pinned Reply

Adobe Employee , Apr 11, 2023 Apr 11, 2023

Per @DaciaSaenz's response, moving this thread to Needs More Info.

- John, After Effects Engineering Team  

Status Needs More Info
Translate
3 Comments
Adobe Employee ,
Apr 10, 2023 Apr 10, 2023

Hi @crazylafo,

 

I have a bug written on this and a few reports but so far the projects we have in house are not reproducing the issue which makes it hard to diagnose. Would you be able to share a project and a screen recording of your steps with me? 

Please feel free to DM me if the project is confidential. 

 

Thanks, 
Dacia, Quality Engineer on After Effects.

- Dacia Saenz, AE & PR Engineering Teams
Translate
Report
Explorer ,
Apr 11, 2023 Apr 11, 2023

thank you @DaciaSaenz , I send you a DM

Translate
Report
Adobe Employee ,
Apr 11, 2023 Apr 11, 2023
LATEST

Per @DaciaSaenz's response, moving this thread to Needs More Info.

- John, After Effects Engineering Team  

Status Needs More Info
Translate
Report