UPBGE-logicnodes icon indicating copy to clipboard operation
UPBGE-logicnodes copied to clipboard

Bug when running custom python screet

Open eliecer696 opened this issue 2 years ago • 1 comments

this is wile using the Run Python Code node this is what the debug outputs

version 2.1.0

[ERROR] KX_PythonComponent[NodeTree] - Failed to invoke the update callback. Traceback (most recent call last): File ".blend\nl_nodetree.py", line 63, in update File ".blend\nl_nodetree.py", line 44, in evaluate File "C:\Users---------\Desktop\Release\3.4\python\lib\site-packages\uplogic\nodes\logictree.py", line 245, in evaluate cell.evaluate() File "C:-------------\Desktop\Release\3.4\python\lib\site-packages\uplogic\nodes\actions\runpython.py", line 45, in evaluate self._modfun = getattr(self._module, mfun) AttributeError: module 'myScript' has no attribute '' Blender Game Engine Finished

eliecer696 avatar Aug 04 '22 20:08 eliecer696

How does your script and node setup look?

IzaZed avatar Aug 21 '22 23:08 IzaZed