Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when running custom python screet #70

Open
eliecer696 opened this issue Aug 4, 2022 · 1 comment
Open

Bug when running custom python screet #70

eliecer696 opened this issue Aug 4, 2022 · 1 comment

Comments

@eliecer696
Copy link

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

@IzaZed
Copy link
Collaborator

IzaZed commented Aug 21, 2022

How does your script and node setup look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants