[SOLVED] Custom Logic Node Not Compiling

I’m trying to make a library of custom nodes I’ll need for my project. For now the library only has 1 node that converts a world cartesian coordinate vector (ECEF) into a Latitude, Longitude, Altitude (LLA) coordinate vector.

Although Blender can load the library without issue, it errors when compiling:

Here are my source files (I also have them on GitHub):

My question: Why is my library not extending Arm’s logic nodes with my custom node?

Did you properly setup your folder structure so that Armory recognizes it as a custom library?

3 Likes

Ah, that was it. One of my folders was named incorrectly, thanks!

Glad you figured it out!