You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide the output logs for each case? I believe the transpiler should say at least what nodegroups and functions it is attempting to tackle. If the codebody is empty that would indicate to me it is somehow just not finding any targets to transpile.
I will not dive into downloading and debugging these particular blend files, but if you can provide more details from your executions of the transpiler on these examples then I may be able to advise.
Describe the bug
I get some procedural assets from blenderkit.com and I just tried to use the
transpiler_dev_script.py
to generated python code of the these assets. In most cases, the generated script dose not work at all (for example this one : https://www.blenderkit.com/get-blenderkit/de2a7bf5-98ff-4f58-8892-659ecc5ad3d9/), sometime the generated code body is empty (you can find an example here: https://www.blenderkit.com/get-blenderkit/17b47e98-a078-4655-88e4-71d53232b539/), and in few cases it works like a charm (https://www.blenderkit.com/get-blenderkit/e0ac6738-85e9-462f-b61b-675bf56d9db2/).Do have any idea what is happening, and what is wrong with my examples?
What version of the code were you using?
What are your FULL output logs?
No error reported(the it logs everything run)
Platform
Thanks in advance
The text was updated successfully, but these errors were encountered: