Bill Currie

Results 27 comments of Bill Currie

I don't think this is really feasible without undesirable consequences. It would be much better for those mods to look for KAS connectors as well as docking ports.

Cloning the git repository is the download.

If you mean actually one object, that should not be the case, it should be exporting everything in the tree. If you mean just the one module: take a look...

> IIRC, you have to select/highlight every object in the tree, in the Outliner No, just the root object.

After some googling and experimenting, it turns out this isn't anywhere the nightmare I thought it would be: https://blender.stackexchange.com/questions/176235/per-object-custom-properties-in-shaders provides the info I need for implementing per-object data affecting a...

I've been thinking about the internal (non-UI) design a bit and ran into the problem of how to allow the property to be specified in the material (eg, _EmissiveColor), but...

failing that, it might be possible to do an auto-copy such that there is no need to have the interior shell as a separate mesh or....combine mesh objects into one...

This is for planned prop placement support. It is currently a work in progress and I have just pushed a bit of that work.

the 1.25 and 2.5 can be checked easily, but 1.875 is a problem. All because blender uses 3 digits for its duplicate name fixup.

I just checked an the exporter leaves 1.25 and 2.5 alone, but does indeed remove the 875 (by design, as it matches blender's handling of duplicate objects). If the 25...