Buy Avastar-1
for US$ 22

Buy Primstar-2
for US$ 22

Recommended

Blender Primer:
Sculpted prims I (model):
Sculpted prims II (texture):
Sculpted prims III (model):
Sculpted prims IV (texture):
The Primstar:

Installation instructions for Linux Users

You should have a good knowledge about how to install software on linux and how to install add on packages for Blender-2.49 on your special version of linux. Some users have reported issues with installation. But we never have heard of a problem directly related to the Primstar/jass scripts themself. So if your installation works in general then you should have no issues to install the scripts. Here is a brief step by step installation instruction:

  1. Install blender-2.49b
  2. Install python-2.6.5
  3. Download the file (depending on which script package you have):
    1. For Jass-Pub: jass-pub-2.3.8-for-linux.zip
    2. For Jass-Pro: jass-pro-2.3.11-for-linux.zip
    3. for Jass-Magic: jass-magic-1.1.4-for-linux.zip
  4. merge the folder “scripts” into your blender-system-scripts directory. So everything that you find in the scripts folder of the just downloaded jass-script zip file shall be copied as it is to the blenders system scripts folder.
  5. Optional: Download the JASS-2 startup page
  6. Optional: Open blender-2.49b, then open the just downloaded JASS-2 startup page.
  7. navigate to “File -> Save default settings” to permanently store these settings into your blender installation
  8. Start sculpting…

If you do not like the customized default screen (as it is configured with the JASS-2 startup page) , then in Blender navigate to “File -> Load Factory Settings” and you are back to the blender defaults (all add-on scripts (primstar) will keep available)

If you want to try out the Jass-Theme in Blender, then follow these steps:

  1. Help -> Scripts help browser
  2. In the Themes section you will find the “Jass” and “Primstar” themes. Select one of them
  3. Click on the “run script” button at the bottom of the current screen.
  4. Take care to replace the “scripts” window by the 3D view again (or any other window type of your choice)
  5. Make the settings permanent by File -> Save Default settings. Otherwise you will revert to the default upon next blender restart.

 

Installing Jass-2 on OSX (Snow Leopard)

abstract: This tutorial explains how you can install Jass products on OSX

more …

Primstar GUI: Add Mesh (Blender 2.49)

Primstar-1 Reference

Add Mesh

preliminary note:

The following documentation is a short reference to primstar 0.9.21 This reference has not been created on behalf of Domino designs. Any erroneous description is entirely due to my lack of understanding. All screenshots have been made with blender 2.49a and primstar 0.9.21 on Windows XP.

more …

Primstar GUI: Bake mesh (Blender 2.49)

Primstar Reference

Bake mesh

The following documentation is a short reference to primstar 0.9.23 This reference has not been created on behalf of Domino designs. Any erroneous description is entirely due to my lack of understanding. All screenshots have been made with blender 2.49a and primstar 0.9.23 on Windows XP.

more …

Grid Align Tool (Blender 2.49)

What is the GridAlign Tool ?

Sculpties are encoded using a 2d-image containing a 32-bit image map, where each axis is encoded in an 8 bit value. Thus There are only 256 valid vertex positions available along each axis. This property of sculpties is equivalent to using a size dependent grid for each axis where the bounding box of the sculptie defines the grid spacing. It is not straight forward to make your model manually align to these constraints, although some clever solutions to the problem already exist:

more …