fireclawthefox / FRAME

The modular Game Editor for Panda3D
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Do not require file path for call function #3

Closed fireclawthefox closed 2 years ago

fireclawthefox commented 2 years ago

The custom call function node should not require a file path but should be able to call functions from local variables or even self.

Currently it requires the node input to have a file node to be connected.