newspeoplefor developersdocumentationdownloads

Blender
[Asset Toolchain (Import / Export)]

Installation

This module should be checked out to home:code/contrib/nblender. Run update.py and build the nBlender project. An nBlender library (nblender.dll on Windows) will be built in the home:bin/ directory for your system. Copy this library to your Blender application folder.

Usage

The nblender module allows Python scripts in Blender to use Nebula. A simple script to set a Nebula assign would look like this:

    import nblender

    fileServer = nblender.lookup("/sys/servers/file2")
    fileserver.setassign("export", "/some/path")
    

(C)2006 James Mastro

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.