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

Icons in after effects script UI

Community Beginner ,
Oct 17, 2024 Oct 17, 2024

Hi all, what is the best way to implement icons ( for clickable buttons ) in my after effects script UI? Without having to reference a .png path? So the .jsx file is selfcontained.

TOPICS
Scripting
642
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
LEGEND ,
Oct 17, 2024 Oct 17, 2024

You can encode data as hex or baseXX and copy & paste it into the script.

 

Mylenium 

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 Beginner ,
Oct 19, 2024 Oct 19, 2024

Hi thank you,

 

How should this hex look like? Because there are variations in png to hex converters.

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
Advocate ,
Oct 19, 2024 Oct 19, 2024
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 Beginner ,
Oct 19, 2024 Oct 19, 2024
LATEST

Yes i followed that tutorial. It worked but the only thing is that i dont know how to make the script dockable again. How can i make sure that it will be dockable?

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