Skip to main content
Participant
October 18, 2024
Question

Icons in after effects script UI

  • October 18, 2024
  • 1 reply
  • 740 views

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.

1 reply

Mylenium
Legend
October 18, 2024

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

 

Mylenium 

Participant
October 19, 2024

Hi thank you,

 

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

Legend
October 19, 2024