- Instant get various selection info for scripting/expressions
- Convert colors to an AE friendly format and images to binary strings
-
Description
Product Description
Dojo Scripting Utility is a tool for scripting and expression authors to quickly gather the data they need for their code, do conversions such as color & binary string conversions, and much more.
Demo Video:
Features:
- Instantly get data from selected layers, properties, and project items
- Outputs the normal raw data you would get in ExtendScript without actually having to go through the application
- Instantly get property matchnames, property value type, indexes, and much more for everything selected
- Choose or convert colors such as HEX to an array format AE can understand (values between 0-1)
- Convert files to a binary string for easy distribution, useful for embedding images into the script file
- Quickly get the Object type for the selected property, item, etc
- Outputs not only raw code, but also friendly readable output for easibility
Changelog:
v1.2 (Unreleased)
- Support for multi-image binary conversion
- Added expression to string conversion feature
- Added “Resource Strings” info option
- Added quick scripting links (CS6 Scripting Guide and Peter Kahrel’s ScriptUI guide)
- Image to binary string conversion now gives you a standalone string instead of string in array
- Removed colored UI
- Added “Hide header image” option
- UI enhancement
- Switched to temporary binary string images to prevent “invalid image data” error
- Help window enhancements
- Major code overhaul
v1.1 (8/30/14)
- Added label color IDs info
- Merged all info buttons into dropdown menu for compact UI
v1.0 (8/18/14)
- Initial release