RealXtend Basic Overview

From CRIPTWiki
Revision as of 19:32, 7 May 2009 by Admin (Talk | contribs)

Jump to: navigation, search

Label

Surfgen

Surf Save as OBJ file format.

Import into BLENDER

Must make sure BLENDER and Python version 2.5.2 (VERY SPECIFIC!) are installed (32 version is fine. MUST NOT BE PORTABLE VERSIONS!).

Must set BLENDER SCRIPT directory.

Change WINDOW type (in Python) (there are THREE major windows panels, each can be many types: Script, Timeline, 3D View etc etc...) to USER PREFERENCES FIRST. Make sure The three panels are NOT one line thin or else it will hide other settings. (this is what I hate about blender, UBER unintuitive interface). THen set the PYTHON SCRIPT DIR to a temporary folder somewhere on the HDD.

That's where you should also save the file from HERE: [1]

Once you saved the files there, Change Window Type in Python to SCRIPT. Click the error if it is pointing RIGHT. When it's pointing DOWN, it will show SCRIPTS. Click on that. Top bar, "update menu".

Now, if you go to export, you should see "OGRE meshes" as an option. .

Once specified, you can save the files somewhere.

you may get .mesh.xml files which require more processing to .mesh file!

This is achieved via OgreXMLConverter which you can get here. "realXtend Export Tools" [2]


realXtend Server Configuration

Past Explorations