Pherakki / BlenderToolsForGFS

A Blender plugin for importing and exporting GFS files.
GNU General Public License v3.0
20 stars 1 forks source link

Epl injection on export #107

Open MadMax1960 opened 10 months ago

MadMax1960 commented 10 months ago

Provide details on the proposal. The plugin currently has an option to strip epls on export, it's also quite handy for making gmds you inject into epls. There's a couple "template" epls you can use, that you can use to simply inject a model or two into, then parent it to a bone. It would be really nice if we could point the plugin to an epl stored somewhere on our computer, and tell it to attach said epl to a bone on export.

Pherakki commented 10 months ago

This is a good suggestion as an intermediate step on the road towards (a degree of) EPL support. One option is also to not do this at export, but to attach Empty objects to the skeleton and mark these empties as External EPLs using a Custom Property, with a filepath as a child property that is read from to inject the EPL on export.