Error Viewport.locationData

Hey guys,

does anyone have an idea how can i solve this error?

I also tried to flatten the list first, it gives the same error.

my script worked great and I have not changed anything in the script and suddenly I get this error.

1 Like

Can you provide a sample file so I can debug?

I wil sent you a sample file tomorrow.

I have tets it on multiple files and the same error appears.

thank you in advance

it may not be this node which is responsible for corrupting memory.
It could be much farther back somewhere else in the graph.
Look for:

this applies to c# and python.

We are actively working on a solution to minimize this requirement for node authors (following some constraints).

can’t really give a timeline but it should be in the master branch soon and we’ll likely request feedback specifically in the forum.

Ah I see, I am creating some intermediate geometry in my node that I need to dispose.

I went ahead and added the disposal of the temporary geometry, I will be uploading a new version of Rhythm sometime this week to see if that helps.

@royboverhoff, try the latest update and let me know if that helps.

2 Likes

I wil give it a try as soon as i am home.

Thanks a lot.