Tagged 'code'

CodeToString

0 votes

A simple utility to convert the buffered code in the clipboard to a string that you can paste and execute in your scripts.

Useful for generating rollouts and custom attributes.

EmbedBMP

4 votes

GENERAL INFO

EmbedBMP is a scripting utility that translates bitmap data from an image file to string data, which can be added to Maxscript source and loaded as bitmaps by the provided decoder function block.

Some basic compression is applied to decrease the data size. The embedbmp logo for instance is imbedded as a 5kb string, from a 44kb bitmap. The maximum practical image size strongly depends on the compressibility and omittability of the image content.

ShivaTools: Image to Base64 String

1 vote

If you're a 3ds Max scripter, you've probably wondered how to avoid dragging logos and icons as separate files and embed them directly into your script. So, I made a convenient Base64 encoder for Dotnet for myself and decided to share it with everyone.

Syndicate content