Bake to alias- crash

Hi all:
I am making grill pattern by dynamo, for using in alias.
The script is simple and run smoothly inside dynamo, but when using “bake to alias” node, Alias its self crash.
Any help please.

Think we would need all the relevant files - dynamo and alias - to test this out. You could try removing the unnecessary geometry conversion - there are a few geometry nodes that have their outputs unconnected.

I figured out why the crash happen, it is due to scaling setting inside dynamo.
I was using a wrong scale (very large scale) to a medium object. it was taking so long time calculation and it eventually crashes when it send object to alias.
I changed the scale to the proper size, now calculation takes very short time and there is no crashes any more.

1 Like