Skip to content

Commit

Permalink
try to fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleySweet committed Aug 4, 2024
1 parent 8eb997f commit 596b1b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
23 changes: 13 additions & 10 deletions general-specification.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Blender Pyrogenesis Importer Specification.
# Blender Pyrogenesis Importer Specification

## Description

This importer will allow one to import an actor file with all the materials and all the dependencies. The goal is to then be able to export the model directly into other software like Godot, or Sketchfab, or as GLTF.
This importer will allow one to import an actor file with all the materials and
all the dependencies. The goal is to then be able to export the model directly
into other software like Godot, or Sketchfab, or as GLTF.

## Features

- Importing actors.
- Importing props and sub props
- Importing textures.
- Importing decals as planes. *
- Importing Collada (*.dae) static meshes.
- Importing Collada (*.dae) animated meshes. *
- Creating materials. *
- Importing actors.
- Importing props and sub props
- Importing textures.
- Importing decals as planes. \*
- Importing Collada (*.dae) static meshes.
- Importing Collada (*.dae) animated meshes. \*
- Creating materials. \*

*: Feature not yet implemented.

## Usage

Given an actor XML file, the importer will be able to create a whole scene in Blender with no user intervention.
Given an actor XML file, the importer will be able to create a whole scene in
Blender with no user intervention.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ blender --command extension build
## Installation

1. Build or download the latest release of io_scene_pyrogenesis.zip
2. In Blender, navigate to **Edit > Preferences... > Get Extensions** and in the dropdown menu in the top right corner select **Install from Disk...**
2. In Blender, navigate to **Edit > Preferences... > Get Extensions** and in
the dropdown menu in the top right corner select **Install from Disk...**

You can now import pyrogenesis xml actor files with **File > Import > Pyrogenesis Actor (.xml)**.
You can now import pyrogenesis xml actor files with
**File > Import > Pyrogenesis Actor (.xml)**.

## Unsupported Features

Expand Down

0 comments on commit 596b1b1

Please sign in to comment.