Release Candidate

The download link on this page is a snapshot of the development release.

New Features

The following features are currently only available in the development release:

Obtaining the latest source

The current development scripts are available from a git repository.

To setup a local copy go to the base directory where you want the scripts and run the following command:

git clone git://dominodesigns.info/dd_scripts.git blender_scripts

In future to get the latest scripts, go into the blender_scripts directory and run the following command:

git pull

If you want your own branch to hack on just run:

git branch myNewBranchName

To switch to using your new branch run:

git checkout myNewBranchName

To revert to the official scripts run:

git checkout master

To merge updates from the main scripts to your scripts run:

git merge master

You may need to use rebase if you have edited scripts that have since been updated:

git rebase master myNewBranchName

Things to come

The following features are at various stages of planning and initial coding:

Second Life

Wish Lists

Adverts

Scripts

Last Upload
1st Dec 2008

Useful Links

Valid XHTML 1.0 Strict

Valid CSS!