Skip to main content
Blank scripts let you organize your code into small, focused modules that can be reused across multiple scripts. They’re ideal for math helpers, geometry utilities, color functions, or any logic that should be broken out into its own script.

Creating a Blank Script

Create a new script and select Blank as the type.
Usage:

Blank Scripts with Custom Types

Custom types defined in your Blank scripts will automatically be accessible in the parent script.
Usage: