OpenSAGE / OpenSAGE.BlenderPlugin

A Westwood 3D Blender plugin. Imports & exports the W3D/W3X format to/from Blender.
https://opensage.github.io
GNU Lesser General Public License v3.0
50 stars 18 forks source link

[WIP] major material rework #100

Closed Tarcontar closed 4 years ago

Tarcontar commented 4 years ago

Got most of the stuff for import working so far. Export still needs some work. Encountered some issues with missing functionality in the blender python api in order to complete this:

This way stuff like the alpha pipeline can not be provided as node group templates since a user would have to fill in the default values for math nodes himself which is not feasable.

Tarcontar commented 4 years ago

Found a solution for the NodeSocketInterface problem as described here: https://developer.blender.org/T78075

Tarcontar commented 4 years ago

replaced by PR #170