CustomUI

 From:  Michael Gibson
6507.362 In reply to 6507.361 
Hi Mr. Yuri,

re:
> I also have one question.
> How can we edit the icons we see in icon bar at the bottom of the program?
> I have there 2 icons "Scripts".

The standard ones on the bottom toolbar have PNG icon images in the \ui\icons subfolder inside the main installation folder.

For the ones from CustomUI, those icons are embedded inside the CustomUI script file using a method called base64 encoding which converts a binary file to a text representation.

So for the CustomUI scripts icon you'd need to find the script file for it, probably Scripts.js and then replace the embedded image data inside that file.

Some info on generating base64 encoded images here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6507.91
http://moi3d.com/forum/index.php?webtag=MOI&msg=6507.290

- Michael