Blender-RSD-Plugin/README.md

23 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2020-07-21 18:21:09 +02:00
Original author : [Lameguy64](http://lameguy64.net)
Just adding a few corrections here and there :
* Scale Factor is now used when exporting.
2020-07-21 20:17:47 +02:00
* Corrected an error where using "smooth"/Gouraud shading with vertex paint resulted in a corrupt .MAT file
2020-07-21 18:21:09 +02:00
2017-11-23 01:54:19 +01:00
# Blender-RSD-Plugin
2017-11-23 02:24:10 +01:00
A Blender Plug-in for Exporting Models in PlayStation SDK RSD Format.
This plug-in supports exporting flat shaded, gouraud shaded and texture mapped tris and quads in PlayStation SDK compatble RSD, PLY and MAT file formats. Semi-transparency attributes can also be set but per-polygon semi-transparency is currently not supported.
This plug-in is an improvemnt over the original Blender RSD export plug-in found in the psxdev forums. This version fixes the reocurring bug where texture coordinates for quads are sometimes not exported correctly as well as performing a lot faster than the original plug-in.
Should be compatible in Blender 2.69 and later (recently tested on 2.78c).
## Installation
Simply install the plug-in by using the Install from File option in the Add-ons tab in Blender User Preferences.
## Changelog
**Version 2.0.0**
2020-07-21 18:21:09 +02:00
* Initial github release.