Commit Graph

6 Commits (master)

Author SHA1 Message Date
blowfish edc42d3360 Fix transform finder
* It was using node.name rather than node.value
* Wasn't actually adding the renderers it found to the result
5 years ago
blowfish a453ed89eb Unify logging
And add helpful tags to everything
5 years ago
blowfish ddb79541f5 Material modifers can be scoped by transform
Each MATERIAL node can take transform or baseTransform values which look for renderers on that transform or that transform and children respectively.  If none are specified it will use every renderer in the model.
5 years ago
blowfish 8d8795c57d Unify material modifiers
Allows float and color properties to be set on actual parts now, not just
fairings
5 years ago
blowfish 9cc2fa36c8 Add license to blowfish assets dir 6 years ago
blowfish f53161ff3e Add plugin with material modifier
ModuleRestockMaterialModifier allows materials to be modified.  Currently only supports swapping out the shader and changing texture properties.  Changes apply to the whole part (can be changed in the future).
6 years ago