Wednesday, November 29, 2006

impworks Python scripts updated for Vue 6 Pre Release

All of the following scripts have now been checked in Vue 6 Pre Release and fixed where required.

Centre Finder

If you need to find the centre point of a group of selected objects this script will save you a lot of number crunching.

Centre Finder Python Script

EcoSpray

This python script coats the outside of an object with an EcoSystem. It won't cover all faces because of the way it works. It will cover a sphere, cube, cone but won't cover all of a torus.

Eco Spray Python Script

EcoSystem to Objects

This is a python script that will place a cube at the same location as each instance in an EcoSystem.

EcoSystem to Object Python Script

EcoSystem to CSV / CSV to EcoSystem

Two Python script for Vue Infinite to save and information about a EcoSystem to CSV files.

EcoSystem to CSV Python Script

Mass Convert

This script uses Vue to convert files between 3d formats.

Mass Convert Python Script

Plant Replace

This python script replaces selected objects with plants from a random list of Vue's plants.

Plant Replace Python Script

Progressive Drop

This python script drops selected objects one at a time starting with the lowest one creating heaps and piles.

Progressive Drop Python Script

Random Walk

Select some objects, run this script and they wander around randomly in your scene.

Random Walk Python Script

Save and Load Camera Animation

Two scripts to export and import camera position data using a CSV file. Useful for moving camera animations between scenes.

Save Camera / Load Camera Python Scripts

Sky Filter

My first Vue Python script. Not exactly earth shattering as all it does is let you apply a colour filter to the sky or make the sky a solid block of one colour.

Sky Filter Python Script

Terrain to CSV / CSV to Terrain

Import and Export terrain height data from Vue in CSV format usable with most spreadsheets.

Terrain to CSV / CSV to Terrain Python Scripts